ChangeLog 4.0 KB

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