ChangeLog 13 KB

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