ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. 2007-01-15 Sebastien Pouliot <[email protected]>
  2. * Makefile: Add new test icon 32bpp.ico for newer, XP, ARGB icons.
  3. 2007-01-11 Sebastien Pouliot <[email protected]>
  4. * Makefile: Add new test icons 16x16x16 and 32x32x16 to dist.
  5. 2007-01-10 Sebastien Pouliot <[email protected]>
  6. * Makefile: Add new test icons (48x48x1, 64x64x256 and 96x96x256) to
  7. distribution files.
  8. 2007-01-07 Sebastien Pouliot <[email protected]>
  9. * Makefile: Add new file nunit-host-ignore to the dist
  10. * System.Drawing_test.dll.sources: Add HostIgnoreList to the build.
  11. * nunit-host-ignore-list: New. Hosts specific ignore list for nunit
  12. 2006-12-03 Sebastien Pouliot <[email protected]>
  13. * Makefile: Switch to icons available in Assembly/
  14. * System.Drawing_test.dll.sources: Add SystemIcons unit tests to the
  15. build.
  16. 2006-12-02 Sebastien Pouliot <[email protected]>
  17. * error.ico: New. Error icon required for SystemIcons.
  18. * information.ico: New. Information icon required for SystemIcons.
  19. * mono.ico: New. Mono icon used for Application and WinLogo in
  20. SystemIcons.
  21. * question.ico: New. Question icon required for SystemIcons.
  22. * warning.ico: New. Warning icon required for SystemIcons.
  23. * Makefile: Add all icons as resources in the assembly.
  24. 2006-11-16 Carlos Alberto Cortez <[email protected]>
  25. * System.Drawing_test.dll.sources: Add new unit test
  26. for PageSettings.
  27. 2006-10-31 Sebastien Pouliot <[email protected]>
  28. * System.Drawing_test.dll.sources: Add new unit tests for
  29. System.Drawing.Imaging.MetaHeader and WmfPlaceableFileHeader classes.
  30. 2006-09-27 Boris Kirzner <[email protected]>
  31. * run-tests.test.bat : tests batch fix.
  32. 2006-09-26 Boris Kirzner <[email protected]>
  33. * run-tests.bat,run-tests.test.bat: log files naimng fix.
  34. 2006-09-18 Boris Kirzner <[email protected]>
  35. * run-tests.test.bat : fixes for TARGET_JVM tests run script.
  36. 2006-09-12 Boris Kirzner <[email protected]>
  37. * run-tests.bat, run-tests.test.bat: reworked tests logging.
  38. * System.Drawing20.vmwcsproj: updated references path.
  39. 2006-09-01 Sebastien Pouliot <[email protected]>
  40. * Makefile: Add new almogaver32bits.tif file to EXTRA_DISTFILES
  41. * System.Drawing_test.dll.sources: Added unit tests for GIF, ICON, PNG
  42. and TIFF codecs.
  43. 2006-08-28 Boris Kirzner <[email protected]>
  44. * run-tests.test.bat: chnged script for tests NET_2_0 run.
  45. 2006-08-24 Sebastien Pouliot <[email protected]>
  46. * System.Drawing_test.dll.sources: Added unit tests for TextureBrush.
  47. 2006-08-12 Duncan Mak <[email protected]>
  48. * GDIPlusTest.csproj: New MSBuild project file for building
  49. GDIPlusTest on Windows.
  50. * System.Drawing_test.dll.sources: Add gdipEnums.cs,
  51. gdipFunctions.cs and gdipStructs.cs.
  52. * Makefile (TEST_MCS_FLAGS): Add new #define 'TEST'. This is used
  53. to exclude parts of gdipFunctions so that it could be reused as
  54. part of the NUnit tests.
  55. 2006-08-02 Sebastien Pouliot <[email protected]>
  56. * Makefile: Add the test bitmaps to EXTRA_DISTFILES so monobuild has
  57. them available when running the unit tests.
  58. 2006-07-06 Sebastien Pouliot <[email protected]>
  59. * System.Drawing_test.dll.sources: Added unit tests for direct GDI+
  60. function calls.
  61. 2006-06-30 Sebastien Pouliot <[email protected]>
  62. * System.Drawing_test.dll.sources: Added unit tests for SolidBrush.
  63. 2006-05-30 Sebastien Pouliot <[email protected]>
  64. * System.Drawing_test.dll.sources: Added unit tests for FontFamily.
  65. 2006-05-17 Sebastien Pouliot <[email protected]>
  66. * System.Drawing_test.dll.sources: Added unit tests for Pen.
  67. 2006-05-16 Vladimir Krasnov <[email protected]>
  68. * run-tests.test.bat: skip nunit build if already done
  69. 2006-05-09 Sebastien Pouliot <[email protected]>
  70. * System.Drawing_test.dll.sources: Added unit tests for
  71. PathGradientBrush.
  72. 2006-01-30 Boris Kirzner <[email protected]>
  73. * run-tests.test.bat: changed location of xmltool.
  74. 2006-01-29 Boris Kirzner <[email protected]>
  75. * run-tests.bat, run-tests.test.bat, runtestfixture.bat,
  76. runmonotestfixture.bat : added batch files for automatic
  77. testing for TARGET_JVM.
  78. 2006-01-18 Sebastien Pouliot <[email protected]>
  79. * System.Drawing_test.dll.sources: Added unit tests for RegionData and
  80. non-rectangular Region.
  81. 2006-01-12 Sebastien Pouliot <[email protected]>
  82. * System.Drawing_test.dll.sources: Added unit tests for GraphicsPath
  83. and PathData.
  84. 2006-01-11 Sebastien Pouliot <[email protected]>
  85. * System.Drawing_test.dll.sources: Added CAS unit tests for Region to
  86. the build.
  87. 2005-12-05 Jordi Mas i Hernandez <[email protected]>
  88. * MetaHeader.cs: Classes need to specify StructLayout attribute
  89. * EncoderParameter.cs: Classes need to specify StructLayout attribute
  90. * ImageAttributes.cs: Classes need to specify StructLayout attribute
  91. * WmfPlaceableFileHeader.cs: Classes need to specify StructLayout attribute
  92. * MetafileHeader.cs: Classes need to specify StructLayout attribute
  93. 2005-12-04 Konstantin Triger <[email protected]>
  94. * net_1_1_java_System.Drawing.dll.exclude.sources,
  95. net_1_1_java_System.Drawing.dll.sources:
  96. correcting SystemIcons.cs reference.
  97. 2005-11-28 Konstantin Triger <[email protected]>
  98. * System.Drawing.vmwcsproj: Added System icons; changed to mono icon implementation.
  99. 2005-11-14 Andrew Skiba <[email protected]>
  100. * net_1_1_java_System.Drawing.dll.sources,
  101. net_1_1_java_System.Drawing.dll.exclude.sources: added java profile
  102. sources lists
  103. * Makefile: add java profile section
  104. 2005-11-13 Konstantin Triger <[email protected]>
  105. * System.Drawing.vmwcsproj: Added System.Drawing.Text/LineLayout.jvm.cs,
  106. System.Drawing.Text/LineLayout.jvm.cs
  107. 2005-09-27 Kornél Pál <[email protected]>
  108. * Makefile: Removed /codepage:28591 as it is the default.
  109. 2005-09-19 Miguel de Icaza <[email protected]>
  110. * Makefile (EXTRA_DISTFILES): Distribute indexed.png, add resource
  111. to build.
  112. 2005-09-14 Vladimir Krasnov <[email protected]>
  113. * System.Drawing.vmwcsproj: Added PlainImage.jvm.cs, PlainImageCollection.jvm.cs
  114. 2005-09-07 Vladimir Krasnov <[email protected]>
  115. * System.Drawing.vmwcsproj: ImageCodec.jvm.cs
  116. Added Mainsoft.Drawing.Configuration.jvm folder with
  117. ResolutionConfiguration.cs, ResolutionConfigurationCollection.cs,
  118. ResolutionConfigurationHandler.cs
  119. 2005-08-28 Vladimir Krasnov <[email protected]>
  120. * System.Drawing.vmwcsproj: Added GraphicsContainer.jvm.cs, GraphicsState.jvm.cs
  121. Excluded: GraphicsContainer.cs, GraphicsState.cs
  122. Fixed: const.cs.in
  123. 2005-08-25 Atsushi Enomoto <[email protected]>
  124. * Makefile: build fix for some utf8-defaulted environment.
  125. 2005-08-24 Marek Safar <[email protected]>
  126. * SD.csproj: Updated.
  127. 2005-08-23 Eyal Alalyf <[email protected]>
  128. * System.Drawing.vmwcsproj: Change it to be developer edition project file
  129. 2005-08-23 Boris Kirzner <[email protected]>
  130. * System.Drawing.vmwcsproj: Changed reference to Consts.cs.
  131. 2005-08-16 Andrew Skiba <[email protected]>
  132. * System.Drawing.vmwcsproj: use ImageFormat.cs instead of jvm.cs
  133. 2005-08-14 Gert Driesen <[email protected]>
  134. * System.Drawing.dll.sources: Removed TestColorConverter again, as
  135. there was already a test class for ColorConverter.
  136. 2005-08-14 Gert Driesen <[email protected]>
  137. * System.Drawing.dll.sources: Added TestColorConverter.cs.
  138. 2005-08-14 Vladimir Krasnov <[email protected]>
  139. * System.Drawing.vmwcsproj: Added SystemIcons.jvm.cs, excluded SystemIcons.cs
  140. 2005-08-11 Konstantin Triger <[email protected]>
  141. * System.Drawing.vmwcsproj: changing JAVA to TARGET_JVM in release builds
  142. 2005-08-10 Boris Kirzner <[email protected]>
  143. * System.Drawing.vmwcsproj: Added ExtendedGeneralPath.jvm.cs and GeneralPathIterator.jvm.cs.
  144. 2005-08-09 Konstantin Triger <[email protected]>
  145. * System.Drawing.vmwcsproj: Added AdvancedStoke.jvm.cs and StrokeFactory.jvm.cs
  146. 2005-08-09 Andrew Skiba <[email protected]>
  147. * System.Drawing_test.dll.sources: add ColorConverter.cs and ColorTranslator.cs
  148. 2005-08-07 Konstantin Triger <[email protected]>
  149. * System.Drawing.vmwcsproj: removed source control dependency
  150. 2005-08-03 Andrew Skiba <[email protected]>
  151. * System.Drawing.vmwcsproj, System.Drawing.sln: add a project file and solution for building System.Drawing for Grasshopper
  152. 2004-12-09 Geoff Norton <[email protected]>
  153. * System.Drawing.dll.sources: Add System.Drawing/carbonFunctions.cs to the build
  154. 2004-11-22 Ravindra <[email protected]>
  155. * SD.csproj: Removed a wrong entry from files list.
  156. 2004-09-16 Ravindra <[email protected]>
  157. * SD.csproj: Added a VS.NET project file. It can be used to build
  158. System.Drawing library on MS.
  159. 2004-09-09 Sebastien Pouliot <[email protected]>
  160. * System.Drawing_test.dll.sources: Added unit tests for
  161. PrintingPermission and it's attribute class.
  162. 2004-06-10 Ravindra <[email protected]>
  163. * Makefile: Suppress compiler warning cs:618 for test dll.
  164. 2004-06-03 Ravindra <[email protected]>
  165. * Makefile: Updated. We don't need to define the flag
  166. DECLARE_CDECL_DELEGATES anymore. As we have moved all the
  167. codecs to libgdiplus.
  168. 2004-05-26 Ravindra <[email protected]>
  169. * System.Drawing_test.dll.sources: Added TestColor.cs to the test sources list.
  170. 2004-05-20 Sanjay Gupta <[email protected]>
  171. * System.Drawing_test.dll.sources: Added TestIcon.cs to the test sources list.
  172. 2004-05-18 Ravindra <[email protected]>
  173. * System.Drawing_test.dll.sources: Added TestHatchBrush.cs to the
  174. test sources list.
  175. * README: Added some guidelines for writing tests/samples.
  176. 2004-05-17 Sanjay Gupta <[email protected]>
  177. * System.Drawing_test.dll.sources: Added TestIconConverter.cs to the test sources list.
  178. 2004-05-14 Sanjay Gupta <[email protected]>
  179. * System.Drawing_test.dll.sources: Added TestImageConverter.cs and
  180. TestImageFormatConverter.cs to the test sources list.
  181. 2004-04-22 Ravindra <[email protected]>
  182. * System.Drawing_test.dll.sources: Added TestPointConverter.cs,
  183. TestRectangleConverter.cs and TestSizeConverter.cs to the test
  184. sources list.
  185. 2004-04-21 Ravindra <[email protected]>
  186. * System.Drawing_test.dll.sources: Added TestPens.cs and
  187. TestBrushes.cs to the test sources list.
  188. 2004-04-16 Ravindra <[email protected]>
  189. * System.Drawing_test.dll.sources: Added TestSystemPens.cs
  190. to the test sources list.
  191. 2004-04-12 Ravindra <[email protected]>
  192. * System.Drawing_test.dll.sources: Added TestSystemBrushes.cs
  193. to the test sources list.
  194. 2004-03-18 Ravindra <[email protected]>
  195. * System.Drawing_test.dll.sources: Added TestBitmap.cs,
  196. TestBlend.cs and TestColorBlend.cs to test sources list.
  197. 2004-03-17 Ravindra <[email protected]>
  198. * Samples: Created directory for samples.
  199. * README: Created README that tells about the directory
  200. structure for samples and tests.
  201. 2004-02-11 Ravindra <[email protected]>
  202. * System.Drawing.dll.sources: Added EncoderParameter.cs
  203. and EncoderParameters.cs.
  204. 2004-02-07 Andreas Nahr <[email protected]>
  205. * System.Drawing.dll.sources:
  206. SRDescriptionAttribute.cs, Locale.cs added
  207. 2004-01-26 Ravindra <[email protected]>
  208. * System.Drawing.dll.sources: Added TextureBrush.cs.
  209. 2004-01-26 Ravindra <[email protected]>
  210. * System.Drawing_test.dll.sources: Added to create
  211. System.Drawing_test.dll.
  212. 2004-01-23 Ravindra <[email protected]>
  213. * System.Drawing.dll.sources: Removed TextureBrush.cs.
  214. Was added by mistake during last check-in.
  215. 2004-01-19 Ravindra <[email protected]>
  216. * System.Drawing.dll.sources: Added Encoder.cs.
  217. 2003-11-13 Andreas Nahr <[email protected]>
  218. * System.Drawing.dll.sources: MetafileHeader added (was missing), Consts.cs added
  219. 2003-10-14 Bernie Solomon <[email protected]>
  220. * Makefile do not build gdiplus on Windows
  221. 2003-10-12 Alexandre Pigolkine <[email protected]>
  222. * Makefile gdiplus added to subdirs
  223. 2003-10-12 Alexandre Pigolkine <[email protected]>
  224. * System.Drawing.dll.sources: Remove cairo,win32,gtk implementations
  225. Add gdi+ implementation
  226. 2003-09-21 Miguel de Icaza <[email protected]>
  227. * System.Drawing.dll.sources: Remove xr implementation.
  228. 2003-09-21 Alexandre Pigolkine <[email protected]>
  229. * System.Drawing.dll.sources removed 2 files from Printing namespace
  230. 2003-08-31 Jerome Laban <[email protected]>
  231. * Graphics.cs:
  232. * win32functions.cs: Added Win32 Ellipse implementation.
  233. 2003-08-24 Duncan Mak <[email protected]>
  234. * System.Drawing.dll.sources: Add Cairo implementation.
  235. 2003-07-23 Peter Williams <[email protected]>
  236. * System.Drawing.dll.sources: Add Pens.cs
  237. 2003-07-17 Andreas Nahr <[email protected]>
  238. * System.Drawing.dll.sources:
  239. * list.unix: AssemblyInfo.cs added
  240. 2003-06-27 Alexandre Pigolkine <[email protected]>
  241. * list.unix
  242. new file added
  243. 2003-06-22 Alexandre Pigolkine <[email protected]>
  244. * list.unix
  245. reordered by folder names
  246. few new files added
  247. System.Drawing.Design/IDesignerHost.cs removed
  248. 2003-06-18 Alexandre Pigolkine <[email protected]>
  249. * list.unix changed
  250. 2003-06-15 Alexandre Pigolkine <[email protected]>
  251. * list.unix files added
  252. * makefile.gnu --unsafe flag, cdecl delegates
  253. 2003-06-06 Alexandre Pigolkine <[email protected]>
  254. * list.unix changed
  255. 2003-04-26 Alexandre Pigolkine <[email protected]>
  256. * list.unix changed
  257. 2003-03-31 Martin Willemoes Hansen <[email protected]>
  258. * System.Drawing.Printing/PrinterUnitConvert.cs stubed
  259. 2003-03-31 Martin Willemoes Hansen <[email protected]>
  260. * System.Drawing.Design/ToolboxItemCollection.cs stubed
  261. 2003-03-31 Alan Tam <[email protected]>
  262. * list.unix: Added UITypeEditor.cs.
  263. 2003-02-08 Gonzalo Paniagua Javier <[email protected]>
  264. * list.unix: added ImageAttributes.cs.
  265. 2003-02-07 Alexandre Pigolkine <[email protected]>
  266. * list.unix changed
  267. 2002-12-1 Alejandro Sánchez Acosta <[email protected]>
  268. * list.unix: Changed
  269. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  270. * ChangeLog: new file.
  271. * System.Drawing.build: added System.dll dependency