ChangeLog 9.6 KB

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