ChangeLog 2.4 KB

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