ChangeLog 6.6 KB

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