ChangeLog 8.1 KB

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