ChangeLog 11 KB

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