ChangeLog 6.2 KB

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