ChangeLog 6.8 KB

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