ChangeLog 15 KB

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