ChangeLog 3.7 KB

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