ChangeLog 12 KB

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