ChangeLog 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. 2006-02-29 Peter Dennis Bartok <[email protected]>
  2. * TestFont.cs: LOGFONT must be CharSet=Auto to make sure we have
  3. the appropriate size on each system
  4. 2006-01-27 Sebastien Pouliot <[email protected]>
  5. * RegionNonRectTest.cs: Updated comments on a test that fails on both
  6. 1.x and 2.0 MS runtime.
  7. * TestFont.cs: Converted tests to NUnit 2.2 and added descriptions to
  8. each asserts.
  9. 2006-01-26 Boris Kirzner <[email protected]>
  10. * ColorConverter.cs, TestBitmap.cs, TestIcon.cs, TestIconConverter.cs,
  11. TestImageConverter.cs, TestPointConverter.cs, TestRectangleConverter.cs,
  12. TestRegion.cs, TestSizeConverter.cs, TestStringFormat.cs:
  13. added #ifdef for TARGET_JVM.
  14. 2006-01-23 Boris Kirzner <[email protected]>
  15. * TestBitmap.cs, TestFont.cs: #ifdef fot TARGET_JVM.
  16. 2006-01-18 Sebastien Pouliot <[email protected]>
  17. * RegionDataTest.cs: New. Unit tests for RegionData.
  18. * RegionNonRectTest.cs: New. Unit tests for non-rectangular regions.
  19. * TestRegion.cs: Added new test cases for empty region and IsInfinite
  20. behaviour with multiple rectangles / path-rectangle regions.
  21. 2006-01-16 Sebastien Pouliot <[email protected]>
  22. * TestRegion.cs: Mark a test case as NotWorking as it caused a
  23. regression in SWF.
  24. 2006-01-11 Sebastien Pouliot <[email protected]>
  25. * RegionCas.cs: New. CAS unit tests for Region.
  26. * TestRegion.cs: Added test cases to check for expected exceptions.
  27. 2005-12-05 Peter Dennis Bartok <[email protected]>
  28. * TestFont.cs: Added test for LogFont conversion
  29. 2005-12-05 Jordi Mas i Hernandez <[email protected]>
  30. * TestPoint.cs: Test new methods for .Net 2.0
  31. * TestPointF.cs Test new methods for .Net 2.0
  32. * ColorConverter.cs: Fixes for .Net 2.0
  33. * TestSizeF.cs: Test new methods for .Net 2.0
  34. * TestSize.cs: Test new methods for .Net 2.0
  35. 2005-12-02 Jonathan Gilbert <[email protected]>
  36. * TestBitmap.cs (LockUnlockBitmap): Added test for the copying back
  37. of bitmap data in Bitmap.UnlockBits for non-readonly ImageLockMode
  38. values.
  39. 2005-11-17 Vladimir Krasnov <[email protected]>
  40. * ColorConverter.cs: added testcases for ConvertFrom and
  41. three digit notaion color.
  42. 2005-10-23 Jonathan Gilbert <[email protected]>
  43. * TestBitmap.cs (Rotate1bit4bit): Added test for rotation & flipping
  44. of indexed (1- and 4-bit) Bitmaps.
  45. * 1bit.png, 4bit.png: Added to 'bitmaps' subdirectory.
  46. 2005-09-19 Miguel de Icaza <[email protected]>
  47. * TestGraphics.cs (LoadIndexed): Add test for the indexed bug.
  48. 2005-09-16 Sebastien Pouliot <[email protected]>
  49. * BitmapCas.cs: New. CAS unit tests for Bitmap.
  50. * GraphicsCas.cs: New. CAS unit tests for Graphics.
  51. * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs
  52. TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs,
  53. TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs,
  54. TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs,
  55. TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs,
  56. TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs,
  57. TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.cs: Deny
  58. UnmanagedCode permission to all tests. This shows (when executed under
  59. MS runtime) that S.D API is safe and doesn't requires high privileges
  60. to run - even if we know that, deep down, this calls into GDI+.
  61. 2005-09-14 Jordi Mas i Hernandez <[email protected]>
  62. * TestGraphics.cs: Adds default properties, properties set/get and save
  63. and restore status test
  64. 2005-09-13 Jordi Mas i Hernandez <[email protected]>
  65. * TestGraphics.cs: resets graphics object status before every SetClip test
  66. 2005-09-12 Gert Driesen <[email protected]>
  67. * TestImageConverter.cs: Re-enabled GetProperties test.
  68. * TestPointConverter.cs: same.
  69. * TestRectangleConverter.cs: same.
  70. * TestSizeConverter.cs: same.
  71. 2005-09-06 Jordi Mas i Hernandez <[email protected]>
  72. * TestImagge.cs: File not found exception, related to fix r49744
  73. * TestBimap.cs: File not found exception, related to fix r49744
  74. 2005-09-06 Jordi Mas i Hernandez <[email protected]>
  75. * TestGraphics.cs: New test case, only clipping for now
  76. 2005-08-26 Gert Driesen <[email protected]>
  77. * TestPointConverter.cs: Use Assert class instead of deriving from
  78. deprecated Assertion class. Tests now pass on both Mono and MS.NET.
  79. * TestRectangleConverter.cs: same.
  80. * TestSizeConverter.cs: same.
  81. 2005-08-26 Gert Driesen <[email protected]>
  82. * ColorConverter.cs: Add hex string tests. Fixed tests to pass on
  83. MS.NET.
  84. 2005-08-23 Jordi Mas i Hernandez <[email protected]>
  85. * TestPens.cs: Add test for Equals method
  86. * TestBrushes.cs: Add test for Equals method
  87. 2005-08-19 Jordi Mas i Hernandez <[email protected]>
  88. * TestPointConverter.cs: Fixes and changes to make the test locale unsensitive
  89. * TestRectangleConverter.cs: Fixes and changes to make the test locale unsensitive
  90. * TestSizeConverter.cs: Fixes and changes to make the test locale unsensitive
  91. * ColorConverter.cs: Fixes and changes to make the test locale unsensitive
  92. 2005-08-17 Jordi Mas i Hernandez <[email protected]>
  93. * TestRegion.cs: Adds many new cases for the new region implementation
  94. 2005-08-16 Gert Driesen <[email protected]>
  95. * ColorConverter.cs: Mono now also throws ArgumentException when
  96. color value is not between 0 and 255.
  97. * TestColor.cs: Added tests for invalid color values.
  98. * TestRectangleConverter.cs: Fixed tests for conversion to/from
  99. string. Added tests that verify results using specific cultures.
  100. 2005-08-14 Gert Driesen <[email protected]>
  101. * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed
  102. tests using current culture.
  103. * TestColorConverter.cs: Merged tests with ColorConverter.cs and
  104. removed.
  105. 2005-08-14 Gert Driesen <[email protected]>
  106. * TestColor.cs: Added test for ToString() on uninitialized color.
  107. * TestColorConverter.cs: Added tests for ColorConverter.
  108. 2005-08-10 Jordi Mas i Hernandez <[email protected]>
  109. * TestRegion.cs: new cases for Combine and Intersect
  110. 2005-08-10 Zoltan Varga <[email protected]>
  111. * TestRectangle.cs: Add new test.
  112. 2005-08-09 Andrew Skiba <[email protected]>
  113. * ColorConverter.cs, ColorTranslator.cs: added
  114. * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new
  115. tests for convert to/from string
  116. 2005-08-07 Andrew Skiba <[email protected]>
  117. * Color.cs: many new testcases added
  118. 2005-08-07 Andrew Skiba <[email protected]>
  119. * Size.cs, SizeF.cs: GetHashCode and ToString tests
  120. 2005-08-07 Andrew Skiba <[email protected]>
  121. * TestRectangle.cs, TestRectangleF.cs: add new testcases
  122. 2005-08-07 Andrew Skiba <[email protected]>
  123. * TestPoint.cs: GetHashCode and ToString tests added
  124. * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction
  125. tests improved
  126. 2005-08-07 Andrew Skiba <[email protected]>
  127. * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep
  128. the original stack trace.
  129. 2005-07-27 Andrew Skiba <[email protected]>
  130. * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS
  131. tests to use tolerance.
  132. 2005-05-10 Juraj Skripsky <[email protected]>
  133. * TestColor.cs: Added tests for GetHue, GetBrightness
  134. and GetSaturation.
  135. 2005-02-24 Jordi Mas i Hernandez <[email protected]>
  136. * TestRegion.cs: added new IsVisible cases
  137. 2004-06-22 Sanjay Gupta <[email protected]>
  138. * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
  139. 2004-06-17 Ravindra <[email protected]>
  140. * graphicsUi.cs: Formatted and moved to
  141. Samples/System.Drawing directory.
  142. * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
  143. Samples/System.Drawing directory.
  144. * hering.cs: Formatted and moved to Samples/General directory.
  145. * BmpPaint.cs: Ficed, formatted and moved to
  146. Samples/System.Drawing directory.
  147. * font1.cs: Formatted and renamed to font.cs. Moved to
  148. Samples/System.Drawing directory.
  149. 2004-06-10 Sanjay Gupta <[email protected]>
  150. * TestBitmap.cs: Corrected issues from my previous checkin.
  151. 2004-06-10 Sanjay Gupta <[email protected]>
  152. * TestImageFormatConverter.cs, TestStringFormat.cs: Removed
  153. dependency on obsolete class, Assertion from NUnit.
  154. 2004-06-09 Sanjay Gupta <[email protected]>
  155. * TestImageConverter.cs: Removed dependency on obsolete class,
  156. Assertion from NUnit.
  157. 2004-06-09 Sanjay Gupta <[email protected]>
  158. * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
  159. dependency on obsolete class, Assertion from NUnit.
  160. 2004-05-27 Ravindra <[email protected]>
  161. * TestRectangleConverter.cs: Ignored the test that is failing
  162. because of bug #58435.
  163. * TestPointConverter.cs: Same.
  164. * TestSizeConverter.cs: Same.
  165. * TestImageConverter.cs: Same.
  166. 2004-05-26 Sanjay Gupta <[email protected]>
  167. * TestImageFormatConverter.cs: Minor modification. Removed duplicate
  168. assertion numbers.
  169. 2004-05-26 Ravindra <[email protected]>
  170. * TestColor.cs: Added a test for testing ARGB values for all
  171. the static color properties.
  172. 2004-05-20 Sanjay Gupta <[email protected]>
  173. * TestIcon.cs: Added.
  174. * bitmaps/smiley.ico: Added.
  175. 2004-05-18 Sanjay Gupta <[email protected]>
  176. * TestImageFormatConverter.cs: Fixed issues with test case.
  177. 2004-05-18 Sanjay Gupta <[email protected]>
  178. * TestImageConverter.cs: Fixed issues with test case.
  179. 2004-05-18 Sanjay Gupta <[email protected]>
  180. * TestIconConverter.cs: Fixed issues with test case.
  181. 2004-05-18 Ravindra <[email protected]>
  182. * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
  183. this under Test/System.Drawing.Drawing2D directory.
  184. 2004-05-17 Sanjay Gupta <[email protected]>
  185. * TestIconConverter.cs: Added.
  186. * bitmaps/VisualPng.ico: Added
  187. * bitmaps/VisualPng1.ico: Added
  188. 2004-05-14 Sanjay Gupta <[email protected]>
  189. * TestBitmap.cs: Modified method signature to static to be used in other file.
  190. * TestImageConverter.cs: Added.
  191. * TestImageFormatConverter.cs: Added
  192. 2004-05-12 Jordi Mas <[email protected]>
  193. * TestBitmap.cs: added lockbitmap tests
  194. 2004-05-07 Jordi Mas <[email protected]>
  195. * TestBitmap.cs: added rotation tests
  196. 2004-04-23 Ravindra <[email protected]>
  197. * TestSystemPens.cs: Removed some unused exception variables.
  198. * TestRectangleConverter.cs: Removed culture dependent tests.
  199. * TestPointConverter.cs: Removed culture dependent tests.
  200. * TestSizeConverter.cs: Removed culture dependent tests.
  201. (These tests were not right because a constant culture specific string
  202. was being parsed by using current culture of the thread. It resulted in
  203. test failures when cultures do not match.)
  204. 2004-04-22 Ravindra <[email protected]>
  205. * TestPointConverter.cs: Added.
  206. * TestSizeConverter.cs: Added.
  207. 2004-04-22 Ravindra <[email protected]>
  208. * TestRectangleConverter.cs: Added.
  209. 2004-04-21 Ravindra <[email protected]>
  210. * TestPens.cs: Added.
  211. 2004-04-21 Ravindra <[email protected]>
  212. * TestBrushes.cs: Added.
  213. 2004-04-16 Ravindra <[email protected]>
  214. * TestSystemPens.cs: Added.
  215. 2004-03-13 Ravindra <[email protected]>
  216. * TestSystemBrushes.cs: Added test fail conditions.
  217. 2004-03-12 Ravindra <[email protected]>
  218. * TestSystemBrushes.cs: Added.
  219. 2004-03-17 Ravindra <[email protected]>
  220. * TestHatchBrush.cs: Added.
  221. 2004-01-26 Ravindra <[email protected]>
  222. * TestPointF.cs: Added.
  223. * TestSize.cs: Added.
  224. * TestSizeF: Added.
  225. 2004-01-16 Ravindra <[email protected]>
  226. * BmpPaint.cs did not run on .NET.
  227. Modified to make it run on .NET. Specs say
  228. "Do not save an image to the same stream
  229. that was used to construct the image."
  230. 2003-07-30 Alexandre Pigolkine <[email protected]>
  231. * BmpPaint.cs modified
  232. 2003-06-28 Alexandre Pigolkine <[email protected]>
  233. * hering.cs save as Jpeg also
  234. 2003-06-22 Alexandre Pigolkine <[email protected]>
  235. * font1.cs added
  236. 2003-06-17 Alexandre Pigolkine <[email protected]>
  237. * hering.cs added
  238. 2003-06-15 Alexandre Pigolkine <[email protected]>
  239. * BmpPaint.cs ImageFormat specified for Save()
  240. * image1.cs added
  241. 2003-06-06 Alexandre Pigolkine <[email protected]>
  242. * BmpPaint.cs added
  243. 2001-10-31 Mike Kestner <[email protected]>
  244. * TestPoint.cs : Tests I've had in my node forever.