ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. 2004-01-13 Ravindra <[email protected]>
  2. * Matrix.cs: Made the Matrix(IntPtr) constructor internal.
  3. Because default access is private, that makes it unusable
  4. by other classes.
  5. 2004-01-10 Ravindra <[email protected]>
  6. * All Enums: Made serializable.
  7. * GraphicsPathIterator.cs: Implements IDisposable.
  8. * GraphicsState.cs: Inherits MarshalByRefObject.
  9. 2003-12-25 Duncan Mak <[email protected]>
  10. * Matrix.cs (ToString): Cache the elements inside a local variable
  11. to avoid calling the Elements property repeatedly.
  12. 2003-12-04 Gonzalo Paniagua Javier <[email protected]>
  13. * Blend.cs: fix array sizes in the constructors. Closes bug #51564.
  14. System.Web moves in mysterious ways.
  15. 2003-11-22 Duncan Mak <[email protected]>
  16. * Matrix.cs: Rewrote to use GDI+ implementation, doing all the
  17. math in unmanaged code instead of doing it in C#.
  18. 2003-11-04 Miguel de Icaza <[email protected]>
  19. * GraphicsPathIterator.cs: Do not make this protected.
  20. 2003-11-13 Andreas Nahr <[email protected]>
  21. * QualityMode.cs: Fixed typo
  22. * InterpolationMode.cs: Fixed typo
  23. * RegionData.cs: Fixed signatures, partially implemented
  24. * PathGradientBrush.cs: Fixed signatures
  25. * PathData.cs: Fixed signature, implemented
  26. * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
  27. * GraphicsContainer.cs: Added private constructor
  28. * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
  29. 2003-11-11 Ben Maurer <[email protected]>
  30. * ColorBlend.cs (Positions): another one.
  31. 2003-11-11 Ben Maurer <[email protected]>
  32. * Blend.cs (Positions): recursion in prop.
  33. 2003-10-24 Miguel de Icaza <[email protected]>
  34. * GraphicsPath.cs: Stub some more.
  35. 2003-10-12 Alexandre Pigolkine <[email protected]>
  36. * GraphicsState.cs internal member added
  37. 2003-06-26 Alexandre Pigolkine <[email protected]>
  38. * GraphicsState.cs internal member added
  39. 2003-04-26 Alexandre Pigolkine <[email protected]>
  40. * LinearGradientBrush.cs some implementation added
  41. 2003-3-15 DennisHayes <[email protected]>
  42. * Stubbed and somewhat implmented
  43. * CustomLineCap.cs
  44. * GraphicsContainer.cs
  45. * GraphicsPath.cs
  46. * GraphicsPathIterator.cs
  47. * GraphicsState.cs
  48. * HatchBrush.cs
  49. * LinearGradientBrush.cs
  50. 2003-3-5 DennisHayes <[email protected]>
  51. * Added values for enums
  52. * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap
  53. 2003-3-2 DennisHayes <[email protected]>
  54. * Created changelog
  55. * updated copyrights to 2002/3
  56. * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D
  57. * cosmetic improvments
  58. 2002-10-13 DennisHayes <[email protected]>
  59. * Changed namespace from *2d to *2D
  60. * Changed comment header from system.Drawing to System.Drawing.Drawing2D
  61. 2002-9-2 DennisHayes <[email protected]>
  62. * AdjustableArrowCap.cs
  63. * Blend.cs
  64. * ColorBlend.cs
  65. * CombineMode.cs
  66. * CompostingMode.cs
  67. * CompostingQuality.cs
  68. * CoordinateSpace.cs
  69. * CustomLineCap.cs
  70. * DashCap.cs
  71. * DashStyle.cs
  72. * FillMode.cs
  73. * FlushIntention.cs
  74. * GraphicsContainer.cs
  75. * GraphicsPathIterator.cs
  76. * GraphicsState.cs
  77. * HatchBrush.cs
  78. * HatchStyle.cs
  79. * InterpolationMode.cs
  80. * LinearGradientBrush.cs
  81. * LinearGradientMode.cs
  82. * LineCap.cs
  83. * LineJoin.cs
  84. * MatrixOrder.cs
  85. * PathData.cs
  86. * PathGradientBrush.cs
  87. * PathPointType.cs
  88. * PenAligment.cs
  89. * PenType.cs
  90. * PixelOffsetMode.cs
  91. * QualityMode.cs
  92. * RegionData.cs
  93. * SmoothingMode.cs
  94. * WarpMode.cs
  95. * WrapMode.cs
  96. * Added null classes for most/all classes, Many stubs, and some implmentation
  97. 2002-9-2 DennisHayes <[email protected]>
  98. * Matrix.cs
  99. * Added stubs, implmentation
  100. 2002-9-2 DennisHayes <[email protected]>
  101. * GraphicsPath.cs
  102. * added stub needed for system.windows.forms
  103. 2002-01-06 Ravi Pratap <[email protected]>
  104. * ChangeLog : Add.
  105. * Matrix.cs : MonoTODO everywhere.
  106. * TODOAttribute.cs : Add here too.