ChangeLog 5.1 KB

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