ChangeLog 5.1 KB

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