ChangeLog 5.4 KB

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