ChangeLog 6.1 KB

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