ChangeLog 6.2 KB

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