ChangeLog 16 KB

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