ChangeLog 5.0 KB

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