ChangeLog 4.9 KB

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