ChangeLog 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. 2004-03-23 Ravindra <[email protected]>
  2. * LinearGradientBrush.cs: Implemented public methods.
  3. 2004-03-22 Ravindra <[email protected]>
  4. * LinearGradientBrush.cs: Implemented constructors and properties.
  5. * PathGradientBrush.cs: Fixed a constructor and few coding
  6. style fixes.
  7. 2004-03-18 Ravindra <[email protected]>
  8. * HatchBrush.cs: Fixed Clone method.
  9. * PathGradientBrush.cs: Fixed Clone method and few minor
  10. fixes.
  11. 2004-03-17 Ravindra <[email protected]>
  12. * Blend.cs: Fixed.
  13. * ColorBlend.cs: Fixed.
  14. 2004-03-06 Ravindra <[email protected]>
  15. * PathGradientBrush.cs: Implemented methods.
  16. 2004-03-06 Ravindra <[email protected]>
  17. * PathGradientBrush.cs: Implemented constructors and properties.
  18. 2004-03-04 Duncan Mak <[email protected]>
  19. * GraphicsPath.cs (PathCount): Corrected. The name should be PointCount.
  20. (AddPath): Implemented.
  21. 2004-02-27 Ravindra <[email protected]>
  22. * WrapMode.cs: Corrected enum values. Tile should be zero
  23. and Clamp should be four.
  24. 2004-02-11 Ravindra <[email protected]>
  25. * Matrix.cs: Added status checks using
  26. GDIPlus.CheckStatus(Status) method.
  27. 2004-02-07 Andreas Nahr <[email protected]>
  28. * GraphicsPathIterator.cs: Fixed signature, added TODOs
  29. * Matrix.cs: Removed additional method
  30. 2004-02-06 Ravindra <[email protected]>
  31. * HatchBrush.cs: Using CheckStatus method instead of
  32. GetException.
  33. 2004-02-05 Ravindra <[email protected]>
  34. * HatchBrush.cs: Implemented.
  35. * HatchStyle.cs: Corrected enum values. Changed file format
  36. from DOS to UNIX.
  37. 2004-01-30 Duncan Mak <[email protected]>
  38. * GraphicsPath.cs (AddPie): Corrected arguments sent to
  39. P/Invoke. This fixes the strange NaNs we were getting when we
  40. tried to draw Paths with a Pie figure.
  41. 2004-01-24 Duncan Mak <[email protected]>
  42. * GraphicsPath.cs (AddEllipse): Added.
  43. 2004-01-19 Duncan Mak <[email protected]>
  44. * GraphicsPath.cs: Implemented. Still needs testing, though.
  45. Particular the PathPoints property, I ran into a P/Invoke problem,
  46. I need to first fix that before I can go on with the rest of the testing.
  47. 2004-01-13 Ravindra <[email protected]>
  48. * Matrix.cs: Made the Matrix(IntPtr) constructor internal.
  49. Because default access is private, that makes it unusable
  50. by other classes.
  51. 2004-01-11 Duncan Mak <[email protected]>
  52. * Matrix.cs (Matrix): Removed reference to GpRect/GpRectF.
  53. 2004-01-10 Ravindra <[email protected]>
  54. * All Enums: Made serializable.
  55. * GraphicsPathIterator.cs: Implements IDisposable.
  56. * GraphicsState.cs: Inherits MarshalByRefObject.
  57. 2003-12-25 Duncan Mak <[email protected]>
  58. * Matrix.cs (ToString): Cache the elements inside a local variable
  59. to avoid calling the Elements property repeatedly.
  60. 2003-12-04 Gonzalo Paniagua Javier <[email protected]>
  61. * Blend.cs: fix array sizes in the constructors. Closes bug #51564.
  62. System.Web moves in mysterious ways.
  63. 2003-11-22 Duncan Mak <[email protected]>
  64. * Matrix.cs: Rewrote to use GDI+ implementation, doing all the
  65. math in unmanaged code instead of doing it in C#.
  66. 2003-11-04 Miguel de Icaza <[email protected]>
  67. * GraphicsPathIterator.cs: Do not make this protected.
  68. 2003-11-13 Andreas Nahr <[email protected]>
  69. * QualityMode.cs: Fixed typo
  70. * InterpolationMode.cs: Fixed typo
  71. * RegionData.cs: Fixed signatures, partially implemented
  72. * PathGradientBrush.cs: Fixed signatures
  73. * PathData.cs: Fixed signature, implemented
  74. * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
  75. * GraphicsContainer.cs: Added private constructor
  76. * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
  77. 2003-11-11 Ben Maurer <[email protected]>
  78. * ColorBlend.cs (Positions): another one.
  79. 2003-11-11 Ben Maurer <[email protected]>
  80. * Blend.cs (Positions): recursion in prop.
  81. 2003-10-24 Miguel de Icaza <[email protected]>
  82. * GraphicsPath.cs: Stub some more.
  83. 2003-10-12 Alexandre Pigolkine <[email protected]>
  84. * GraphicsState.cs internal member added
  85. 2003-06-26 Alexandre Pigolkine <[email protected]>
  86. * GraphicsState.cs internal member added
  87. 2003-04-26 Alexandre Pigolkine <[email protected]>
  88. * LinearGradientBrush.cs some implementation added
  89. 2003-3-15 DennisHayes <[email protected]>
  90. * Stubbed and somewhat implmented
  91. * CustomLineCap.cs
  92. * GraphicsContainer.cs
  93. * GraphicsPath.cs
  94. * GraphicsPathIterator.cs
  95. * GraphicsState.cs
  96. * HatchBrush.cs
  97. * LinearGradientBrush.cs
  98. 2003-3-5 DennisHayes <[email protected]>
  99. * Added values for enums
  100. * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap
  101. 2003-3-2 DennisHayes <[email protected]>
  102. * Created changelog
  103. * updated copyrights to 2002/3
  104. * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D
  105. * cosmetic improvments
  106. 2002-10-13 DennisHayes <[email protected]>
  107. * Changed namespace from *2d to *2D
  108. * Changed comment header from system.Drawing to System.Drawing.Drawing2D
  109. 2002-9-2 DennisHayes <[email protected]>
  110. * AdjustableArrowCap.cs
  111. * Blend.cs
  112. * ColorBlend.cs
  113. * CombineMode.cs
  114. * CompostingMode.cs
  115. * CompostingQuality.cs
  116. * CoordinateSpace.cs
  117. * CustomLineCap.cs
  118. * DashCap.cs
  119. * DashStyle.cs
  120. * FillMode.cs
  121. * FlushIntention.cs
  122. * GraphicsContainer.cs
  123. * GraphicsPathIterator.cs
  124. * GraphicsState.cs
  125. * HatchBrush.cs
  126. * HatchStyle.cs
  127. * InterpolationMode.cs
  128. * LinearGradientBrush.cs
  129. * LinearGradientMode.cs
  130. * LineCap.cs
  131. * LineJoin.cs
  132. * MatrixOrder.cs
  133. * PathData.cs
  134. * PathGradientBrush.cs
  135. * PathPointType.cs
  136. * PenAligment.cs
  137. * PenType.cs
  138. * PixelOffsetMode.cs
  139. * QualityMode.cs
  140. * RegionData.cs
  141. * SmoothingMode.cs
  142. * WarpMode.cs
  143. * WrapMode.cs
  144. * Added null classes for most/all classes, Many stubs, and some implmentation
  145. 2002-9-2 DennisHayes <[email protected]>
  146. * Matrix.cs
  147. * Added stubs, implmentation
  148. 2002-9-2 DennisHayes <[email protected]>
  149. * GraphicsPath.cs
  150. * added stub needed for system.windows.forms
  151. 2002-01-06 Ravi Pratap <[email protected]>
  152. * ChangeLog : Add.
  153. * Matrix.cs : MonoTODO everywhere.
  154. * TODOAttribute.cs : Add here too.