ChangeLog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 2006-03-30 Sebastien Pouliot <[email protected]>
  2. * LinearGradientBrushTest.cs: Added a bunch of test cases to check
  3. for the "initial" matrix of the brush (which we don't set).
  4. * TestMatrix.cs: Added test cases about matrix identity precision.
  5. 2006-03-29 Sebastien Pouliot <[email protected]>
  6. * GraphicsPathTest.cs: Add test cases for every Add* method to check
  7. their (different) behaviour wrt starting and closing figures in the
  8. path they are added.
  9. 2006-03-28 Sebastien Pouliot <[email protected]>
  10. * TestMatrix.cs: Added new test cases.
  11. 2006-03-22 Sebastien Pouliot <[email protected]>
  12. * LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).
  13. 2006-03-14 Sebastien Pouliot <[email protected]>
  14. * TestMatrix.cs: Added new test cases to test libgdiplus validations.
  15. 2006-03-13 Sebastien Pouliot <[email protected]>
  16. * GraphicsPathTest.cs: Added new test cases for SetMarkers,
  17. ClearMarkers, CloseFigure and CloseAllFigures on an empty path.
  18. 2006-01-27 Sebastien Pouliot <[email protected]>
  19. * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten
  20. tests and added more test cases (for each type of shape).
  21. 2006-01-16 Sebastien Pouliot <[email protected]>
  22. * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
  23. some parts of the tests that checked bounds (Add* tests).
  24. 2006-01-13 Sebastien Pouliot <[email protected]>
  25. * GraphicsPathTest.cs: New. Added multiple test cases to check null
  26. handling and how the points are generated for the Add* methods.
  27. * PathDataTest.cs: New. Added clone test case.
  28. 2006-01-12 Sebastien Pouliot <[email protected]>
  29. * GraphicsPathTest.cs: New. Basic test cases for empty path and
  30. cloning.
  31. * PathDataTest.cs: New. Test cases for PathData.
  32. 2005-09-16 Sebastien Pouliot <[email protected]>
  33. * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
  34. Deny UnmanagedCode permission to all tests. This shows (when executed
  35. under MS runtime) that S.D API is safe and doesn't requires high
  36. privileges to run - even if we know that, deep down, this calls into
  37. GDI+.
  38. 2005-08-25 Jordi Mas i Hernandez <[email protected]>
  39. * TestMatrix.cs: New test cases
  40. 2005-08-24 Jordi Mas i Hernandez <[email protected]>
  41. * TestMatrix.cs: New Matrix unit case
  42. 2004-06-03 Ravindra <[email protected]>
  43. * TestHatchBrush.cs: Added missing test cases for all the hatch
  44. styles.
  45. 2004-05-18 Ravindra <[email protected]>
  46. * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
  47. * TestBlend.cs: dos2unix format and namespace changed to
  48. MonoTests.System.Drawing.Drawing2D.
  49. * TestColorBlend.cs: dos2unix format and namespace changed to
  50. MonoTests.System.Drawing.Drawing2D.
  51. 2004-03-17 Ravindra <[email protected]>
  52. * TestBlend.cs: Added.
  53. * TestColorBlend.cs: Added.
  54. 2004-03-17 Ravindra <[email protected]>
  55. * System.Drawing.Drawing2D: Created a repository for
  56. System.Drawing.Drawing2D tests.
  57. * ChangeLog: Added.