ChangeLog 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. 2007-10-30 Sebastien Pouliot <[email protected]>
  2. * GraphicsPathTest.cs: Added IsVisible test cases on ellipses
  3. (#325502)
  4. 2007-07-31 Sebastien Pouliot <[email protected]>
  5. * GraphicsPathTest.cs: Added more test cases for Reverse based on the
  6. C test cases provided in #81859.
  7. 2007-07-30 Sebastien Pouliot <[email protected]>
  8. * GraphicsPathTest.cs: Added more test cases for Reverse, the complex
  9. ones don't work yet (see #81859).
  10. 2007-03-30 Sebastien Pouliot <[email protected]>
  11. * TestMatrix.cs: Allow a small delta when comparing floats. This
  12. allows the ARM to work properly (e.g. -9.999995 versus -10).
  13. 2006-09-26 Sebastien Pouliot <[email protected]>
  14. * GraphicsPathTest.cs: Added test case for Reverse (and found out that
  15. the types aren't reversed, only the points are).
  16. 2006-09-18 Boris Kirzner <[email protected]>
  17. * TestColorBlend.cs,TestHatchBrush.cs : marked tests not working
  18. for TARGET_JVM.
  19. 2006-08-16 Sebastien Pouliot <[email protected]>
  20. * GraphicsPathTest.cs: Ignore some test cases if we cannot get any
  21. font family from GDI+.
  22. * TestHatchBrush.cs: Ignore some test cases if we cannot get any font
  23. family from GDI+. Update to NUnit 2.2+ and fix getOutSufix method
  24. 2006-06-09 Sebastien Pouliot <[email protected]>
  25. * GraphicsPathTest.cs: Added test cases for IsVisible methods.
  26. 2006-06-07 Sebastien Pouliot <[email protected]>
  27. * GraphicsPathTest.cs: Added test cases for IsOutlineVisible methods.
  28. 2006-06-01 Sebastien Pouliot <[email protected]>
  29. * TestHatchBrush.cs: Some were surprisingly similar until...
  30. 2006-05-24 Sebastien Pouliot <[email protected]>
  31. * GraphicsPathTest.cs: Ignore some test cases that aren't implemented
  32. in libgdiplus and have different results in MS 1.x/2.0 (or between
  33. different executions, yuck).
  34. 2006-05-09 Sebastien Pouliot <[email protected]>
  35. * PathGradientBrushTest.cs: New. Unit tests (mostly) based on the test
  36. cases created for LinearGradientBrush.
  37. 2006-05-08 Sebastien Pouliot <[email protected]>
  38. * GraphicsPathTest.cs: Added test cases for Widen and Wrap with empty
  39. path (expected behaviour) and paths that have a single point (stranger
  40. behaviour). Changed comments on GetBounds_WithPen test case as it will
  41. probably never work under Mono due to difference in precisions.
  42. 2006-05-05 Sebastien Pouliot <[email protected]>
  43. * GraphicsPathTest.cs: Added more test cases for GetBounds and found
  44. out the results are very imprecise when curves are used (hence
  45. difficult to test but much easier to implement ;-)
  46. 2006-05-03 Sebastien Pouliot <[email protected]>
  47. * LinearGradientBrushTest.cs: Added new test case for #78185 (from
  48. Bill Holmes).
  49. 2006-05-01 Sebastien Pouliot <[email protected]>
  50. * LinearGradientBrushTest.cs: Added new test case for #78179 (from
  51. Bill Holmes).
  52. 2006-04-28 Sebastien Pouliot <[email protected]>
  53. * TestColorBlend.cs: Added new test cases to verify if the TODO were
  54. still valid. Updated existing test cases to nunit 2.2 api.
  55. * GraphicsPathTest.cs: Added new test cases for AddCurve and it's
  56. different behaviour (in some methods) when only two points are used
  57. to define a curve.
  58. 2006-04-27 Sebastien Pouliot <[email protected]>
  59. * GraphicsPathTest.cs: Activate two unit tests where we use AddLines
  60. to add a single point to a path.
  61. 2006-04-27 Sebastien Pouliot <[email protected]>
  62. * GraphicsPathTest.cs: Added new test cases for AddString.
  63. 2006-04-20 Sebastien Pouliot <[email protected]>
  64. * LinearGradientBrushTest.cs: Remove "NonWorking" from many test
  65. cases. Added more test cases for non-invertible matrix and to ensure
  66. all matrix-based transformation are correct.
  67. 2006-04-19 Sebastien Pouliot <[email protected]>
  68. * GraphicsPathTest.cs: Add test cases for Wrap and Widen (most of them
  69. are current "NotWorking").
  70. 2006-04-10 Sebastien Pouliot <[email protected]>
  71. * TestMatrix.cs: Added new test cases for contructors accepting
  72. rectangles and points.
  73. 2006-03-30 Sebastien Pouliot <[email protected]>
  74. * LinearGradientBrushTest.cs: Added a bunch of test cases to check
  75. for the "initial" matrix of the brush (which we don't set).
  76. * TestMatrix.cs: Added test cases about matrix identity precision.
  77. 2006-03-29 Sebastien Pouliot <[email protected]>
  78. * GraphicsPathTest.cs: Add test cases for every Add* method to check
  79. their (different) behaviour wrt starting and closing figures in the
  80. path they are added.
  81. 2006-03-28 Sebastien Pouliot <[email protected]>
  82. * TestMatrix.cs: Added new test cases.
  83. 2006-03-22 Sebastien Pouliot <[email protected]>
  84. * LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).
  85. 2006-03-14 Sebastien Pouliot <[email protected]>
  86. * TestMatrix.cs: Added new test cases to test libgdiplus validations.
  87. 2006-03-13 Sebastien Pouliot <[email protected]>
  88. * GraphicsPathTest.cs: Added new test cases for SetMarkers,
  89. ClearMarkers, CloseFigure and CloseAllFigures on an empty path.
  90. 2006-01-27 Sebastien Pouliot <[email protected]>
  91. * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten
  92. tests and added more test cases (for each type of shape).
  93. 2006-01-16 Sebastien Pouliot <[email protected]>
  94. * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
  95. some parts of the tests that checked bounds (Add* tests).
  96. 2006-01-13 Sebastien Pouliot <[email protected]>
  97. * GraphicsPathTest.cs: New. Added multiple test cases to check null
  98. handling and how the points are generated for the Add* methods.
  99. * PathDataTest.cs: New. Added clone test case.
  100. 2006-01-12 Sebastien Pouliot <[email protected]>
  101. * GraphicsPathTest.cs: New. Basic test cases for empty path and
  102. cloning.
  103. * PathDataTest.cs: New. Test cases for PathData.
  104. 2005-09-16 Sebastien Pouliot <[email protected]>
  105. * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
  106. Deny UnmanagedCode permission to all tests. This shows (when executed
  107. under MS runtime) that S.D API is safe and doesn't requires high
  108. privileges to run - even if we know that, deep down, this calls into
  109. GDI+.
  110. 2005-08-25 Jordi Mas i Hernandez <[email protected]>
  111. * TestMatrix.cs: New test cases
  112. 2005-08-24 Jordi Mas i Hernandez <[email protected]>
  113. * TestMatrix.cs: New Matrix unit case
  114. 2004-06-03 Ravindra <[email protected]>
  115. * TestHatchBrush.cs: Added missing test cases for all the hatch
  116. styles.
  117. 2004-05-18 Ravindra <[email protected]>
  118. * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
  119. * TestBlend.cs: dos2unix format and namespace changed to
  120. MonoTests.System.Drawing.Drawing2D.
  121. * TestColorBlend.cs: dos2unix format and namespace changed to
  122. MonoTests.System.Drawing.Drawing2D.
  123. 2004-03-17 Ravindra <[email protected]>
  124. * TestBlend.cs: Added.
  125. * TestColorBlend.cs: Added.
  126. 2004-03-17 Ravindra <[email protected]>
  127. * System.Drawing.Drawing2D: Created a repository for
  128. System.Drawing.Drawing2D tests.
  129. * ChangeLog: Added.