2
0

ChangeLog 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. 2005-08-10 Boris Kirzner <[email protected]>
  2. * ExtendedGeneralPath.jvm.cs: Added new class. Extends java GeneralPath
  3. functionality.
  4. * GeneralPathIterator.jvm.cs: Added new class. Implements java PathIterator.
  5. * GraphicsPath.jvm.cs:
  6. - Redefined JPI enums so their values are defined in the single place.
  7. - NativeObject is now of type ExtendedGeneralPath.
  8. - Implemented missing constructors.
  9. - Implemented PathData and PointCount.
  10. - Decision about connecting to previous figure is now handled in
  11. ExtendedGeneralPath.
  12. - Reimplemented AddRectangle to obtain right number of points.
  13. - Reimplemented GetLastPoint using ExtendedGeneralPath.
  14. - CloseAllFigures must close path at the end.
  15. - Fixed StartFigure.
  16. 2005-08-10 Konstantin Triger <[email protected]>
  17. * GraphicsPath.jvm.cs: implemented GraphicsPath.Widen
  18. 2005-08-10 Konstantin Triger <[email protected]>
  19. * GraphicsPath.jvm.cs: fix default curve tension.
  20. 2005-08-0 9Konstantin Triger <[email protected]>
  21. * GraphicsPath.jvm.cs, DashStyle.cs: refactoring
  22. 2005-08-08 Konstantin Triger <[email protected]>
  23. * GraphicsPath.cs: Implemented AddBeziers
  24. 2005-08-08 Vladimir Krasnov <[email protected]>
  25. * GraphicsPath.jvm.cs: Fixed AddPolygon methods
  26. 2005-08-08 Konstantin Triger <[email protected]>
  27. * GraphicsPath.cs: Fix AddLines
  28. 2005-08-08 Konstantin Triger <[email protected]>
  29. * GraphicsPath.cs: Fix AddArc/AddPie
  30. 2005-08-08 Vladimir Krasnov <[email protected]>
  31. * GraphicsPath.jvm.cs: Fixed AddLines methods
  32. 2005-08-07 Konstantin Triger <[email protected]>
  33. * GraphicsPath.cs: Fix AddCurve implementation and cosmetic changes.
  34. 2005-08-07 Andrew Skiba <[email protected]>
  35. * GraphicsPath.cs: BasicShape as a base class and cosmetic changes
  36. 2005-08-03 Andrew Skiba <[email protected]>
  37. * DashStyle.cs: TARGET_JVM - add internal dash attribs arrays
  38. * AdjustableArrowCap.jvm.cs, CustomLineCap.jvm.cs, GraphicsPath.jvm.cs,
  39. GraphicsPathIterator.jvm.cs, HatchBrush.jvm.cs, LinearGradientBrush.jvm.cs,
  40. Matrix.jvm.cs, PathGradientBrush.jvm.cs: added TARGET_JVM implementation of
  41. these classes.
  42. 2005-03-15 Jordi Mas i Hernandez <[email protected]>
  43. * GraphicsState.cs: should only contain the nativeState cookie
  44. * Matrix.cs: Fixes Dispose method to allow to be called multiple times
  45. 2005-01-02 Geoff Norton <[email protected]>
  46. * GraphicsPath.cs: Fixed the AddPoints methods. Fixes bug #70916
  47. 2004-07-21 Ravindra <[email protected]>
  48. * GraphicsPath.cs: Implemented Dispose method and added error
  49. checking in constructors.
  50. * GraphicsPathIterator.cs: Fixed CopyData and Enumerate methods.
  51. 2004-07-16 Ravindra <[email protected]>
  52. * GraphicsPathIterator.cs: New implementation using GDI+ APIs.
  53. This change makes this class fit into the rest of the design well
  54. and also it takes care of a scenario when path gets modified. Old
  55. implementation was not taking care of this.
  56. 2004-07-15 Ravindra <[email protected]>
  57. * GraphicsPath.cs: Implemented PathData property and some formatting.
  58. 2004-07-15 Ravindra <[email protected]>
  59. * CombineMode.cs, CompositingMode.cs, CompositingQuality.cs,
  60. GraphicsPath.cs, CoordinateSpace.cs, DashCap.cs, DashStyle.cs,
  61. FillMode.cs, FlushIntention.cs, GraphicsPath.cs, GraphicsState.cs,
  62. InterpolationMode.cs, LineCap.cs, LineJoin.cs, LinearGradientMode.cs,
  63. Matrix.cs, MatrixOrder.cs, PathPointType.cs, PenAlignment.cs,
  64. PenType.cs, PixelOffsetMode.cs, QualityMode.cs, SmoothingMode.cs,
  65. WarpMode.cs, WrapMode.cs: Changed format dos2unix.
  66. * GraphicsContainer.cs, GraphicsPathIterator.cs, PathData.cs,
  67. RegionData.cs: Changed format dos2unix and changed instance variables'
  68. access default/internal to private.
  69. 2004-07-13 Ravindra <[email protected]>
  70. * PathGradientBrush.cs: Removed all the private variables.
  71. Now, we get/set everything from libgdiplus. This is cleaner.
  72. 2004-05-18 Ravindra <[email protected]>
  73. * LinearGradientBrush.cs: Added checks for the values of
  74. focus and scale parameters in SetBlendTriangularShape and
  75. SetSigmaBellShape methods.
  76. * PathGradientBrush.cs: Same as above.
  77. 2004-06-13 Gert Driesen <[email protected]>
  78. * DashCap.cs: fixed mismatches in enum field values
  79. * HatchStyle.cs: fixes mismatches in enum field values
  80. 2004-05-18 Ravindra <[email protected]>
  81. * CustomLineCap.cs: Added null checks and corrected Dispose method.
  82. 2004-05-17 Duncan Mak <[email protected]>
  83. * GraphicsPathIterator.cs: Untabify and fixed coding style.
  84. (GraphicsPathIterator): Store the path count, path points and path
  85. type arrays instead of calling unmanaged functions in GDI+ each
  86. time to get to get the path data.
  87. (CopyData, Enumerate, HasCurve, Rewind, SubpathCount):
  88. Implemented.
  89. 2004-05-16 Gert Driesen <[email protected]>
  90. * GraphicsPath.cs: renamed SetMarker to SetMarkers, to fix
  91. public API to match MS.NET
  92. 2004-05-15 Duncan Mak <[email protected]>
  93. * GraphicsPath.cs: Instead of casting null to an IntPtr, use
  94. IntPtr.Zero instead. Thanks to Nick Drochak for spotting this.
  95. 2004-05-14 Nick Drochak <[email protected]>
  96. * GraphicsPath.cs: fix build with csc. No implicit conversion from
  97. null to IntPtr. Bug in mcs?
  98. 2004-05-14 Duncan Mak <[email protected]>
  99. * GraphicsPath.cs (ConvertPoints): Removed, we'll do the
  100. conversion in C.
  101. (GraphicsPath): Use GdipCreatePath2I instead.
  102. (SetMarker, ClearMarkers):
  103. (Flatten, GetBounds, IsOutlineVisible, IsVisible):
  104. (StartFigure, CloseFigure, CloseFigures):
  105. (Warp, Widen): Implemented. I left the MonoTODO attribute on for
  106. the methods where the equivalent C function has not yet been
  107. implemented.
  108. * GraphicsPathIterator.cs (Count): Implemented.
  109. 2004-05-13 Sanjay Gupta <[email protected]>
  110. * GraphicsState.cs: Added internal constructor.
  111. 2004-05-13 Sanjay Gupta <[email protected]>
  112. * GraphicsPath.cs: Added stub for missing method CloseFigure().
  113. 2004-05-11 Ravindra <[email protected]>
  114. * AdjustableArrowCap.cs: Implemented.
  115. * CustomLineCap.cs: Implemented.
  116. 2004-05-04 Ravindra <[email protected]>
  117. * LinearGradientBrush.cs: Fixed Transform property.
  118. 2004-04-30 Ravindra <[email protected]>
  119. * LinearGradientBrush.cs: Fixed some errors.
  120. 2004-04-06 Duncan Mak <[email protected]>
  121. * GraphicsPath.cs (GraphicsPath): Filled out the missing
  122. constructors.
  123. (ConvertPoints): New helper function. Converts a Point array to a
  124. PointF array.
  125. 2004-04-05 Jordi Mas i Hernandez <[email protected]>
  126. * GraphicsPath.cs: added missing methods
  127. 2004-04-01 Duncan Mak <[email protected]>
  128. * GraphicsPath.cs (AddCurve, AddClosedCurve): Added all overloads.
  129. 2004-03-26 Ravindra <[email protected]>
  130. * WrapMode.cs: Corrected the TileFlipXY and TileFlipY values.
  131. 2004-03-23 Ravindra <[email protected]>
  132. * LinearGradientBrush.cs: Implemented public methods.
  133. 2004-03-22 Ravindra <[email protected]>
  134. * LinearGradientBrush.cs: Implemented constructors and properties.
  135. * PathGradientBrush.cs: Fixed a constructor and few coding
  136. style fixes.
  137. 2004-03-18 Ravindra <[email protected]>
  138. * HatchBrush.cs: Fixed Clone method.
  139. * PathGradientBrush.cs: Fixed Clone method and few minor
  140. fixes.
  141. 2004-03-17 Ravindra <[email protected]>
  142. * Blend.cs: Fixed.
  143. * ColorBlend.cs: Fixed.
  144. 2004-03-06 Ravindra <[email protected]>
  145. * PathGradientBrush.cs: Implemented methods.
  146. 2004-03-06 Ravindra <[email protected]>
  147. * PathGradientBrush.cs: Implemented constructors and properties.
  148. 2004-03-04 Duncan Mak <[email protected]>
  149. * GraphicsPath.cs (PathCount): Corrected. The name should be PointCount.
  150. (AddPath): Implemented.
  151. 2004-02-27 Ravindra <[email protected]>
  152. * WrapMode.cs: Corrected enum values. Tile should be zero
  153. and Clamp should be four.
  154. 2004-02-11 Ravindra <[email protected]>
  155. * Matrix.cs: Added status checks using
  156. GDIPlus.CheckStatus(Status) method.
  157. 2004-02-07 Andreas Nahr <[email protected]>
  158. * GraphicsPathIterator.cs: Fixed signature, added TODOs
  159. * Matrix.cs: Removed additional method
  160. 2004-02-06 Ravindra <[email protected]>
  161. * HatchBrush.cs: Using CheckStatus method instead of
  162. GetException.
  163. 2004-02-05 Ravindra <[email protected]>
  164. * HatchBrush.cs: Implemented.
  165. * HatchStyle.cs: Corrected enum values. Changed file format
  166. from DOS to UNIX.
  167. 2004-01-30 Duncan Mak <[email protected]>
  168. * GraphicsPath.cs (AddPie): Corrected arguments sent to
  169. P/Invoke. This fixes the strange NaNs we were getting when we
  170. tried to draw Paths with a Pie figure.
  171. 2004-01-24 Duncan Mak <[email protected]>
  172. * GraphicsPath.cs (AddEllipse): Added.
  173. 2004-01-19 Duncan Mak <[email protected]>
  174. * GraphicsPath.cs: Implemented. Still needs testing, though.
  175. Particular the PathPoints property, I ran into a P/Invoke problem,
  176. I need to first fix that before I can go on with the rest of the testing.
  177. 2004-01-13 Ravindra <[email protected]>
  178. * Matrix.cs: Made the Matrix(IntPtr) constructor internal.
  179. Because default access is private, that makes it unusable
  180. by other classes.
  181. 2004-01-11 Duncan Mak <[email protected]>
  182. * Matrix.cs (Matrix): Removed reference to GpRect/GpRectF.
  183. 2004-01-10 Ravindra <[email protected]>
  184. * All Enums: Made serializable.
  185. * GraphicsPathIterator.cs: Implements IDisposable.
  186. * GraphicsState.cs: Inherits MarshalByRefObject.
  187. 2003-12-25 Duncan Mak <[email protected]>
  188. * Matrix.cs (ToString): Cache the elements inside a local variable
  189. to avoid calling the Elements property repeatedly.
  190. 2003-12-04 Gonzalo Paniagua Javier <[email protected]>
  191. * Blend.cs: fix array sizes in the constructors. Closes bug #51564.
  192. System.Web moves in mysterious ways.
  193. 2003-11-22 Duncan Mak <[email protected]>
  194. * Matrix.cs: Rewrote to use GDI+ implementation, doing all the
  195. math in unmanaged code instead of doing it in C#.
  196. 2003-11-04 Miguel de Icaza <[email protected]>
  197. * GraphicsPathIterator.cs: Do not make this protected.
  198. 2003-11-13 Andreas Nahr <[email protected]>
  199. * QualityMode.cs: Fixed typo
  200. * InterpolationMode.cs: Fixed typo
  201. * RegionData.cs: Fixed signatures, partially implemented
  202. * PathGradientBrush.cs: Fixed signatures
  203. * PathData.cs: Fixed signature, implemented
  204. * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
  205. * GraphicsContainer.cs: Added private constructor
  206. * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
  207. 2003-11-11 Ben Maurer <[email protected]>
  208. * ColorBlend.cs (Positions): another one.
  209. 2003-11-11 Ben Maurer <[email protected]>
  210. * Blend.cs (Positions): recursion in prop.
  211. 2003-10-24 Miguel de Icaza <[email protected]>
  212. * GraphicsPath.cs: Stub some more.
  213. 2003-10-12 Alexandre Pigolkine <[email protected]>
  214. * GraphicsState.cs internal member added
  215. 2003-06-26 Alexandre Pigolkine <[email protected]>
  216. * GraphicsState.cs internal member added
  217. 2003-04-26 Alexandre Pigolkine <[email protected]>
  218. * LinearGradientBrush.cs some implementation added
  219. 2003-3-15 DennisHayes <[email protected]>
  220. * Stubbed and somewhat implmented
  221. * CustomLineCap.cs
  222. * GraphicsContainer.cs
  223. * GraphicsPath.cs
  224. * GraphicsPathIterator.cs
  225. * GraphicsState.cs
  226. * HatchBrush.cs
  227. * LinearGradientBrush.cs
  228. 2003-3-5 DennisHayes <[email protected]>
  229. * Added values for enums
  230. * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap
  231. 2003-3-2 DennisHayes <[email protected]>
  232. * Created changelog
  233. * updated copyrights to 2002/3
  234. * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D
  235. * cosmetic improvments
  236. 2002-10-13 DennisHayes <[email protected]>
  237. * Changed namespace from *2d to *2D
  238. * Changed comment header from system.Drawing to System.Drawing.Drawing2D
  239. 2002-9-2 DennisHayes <[email protected]>
  240. * AdjustableArrowCap.cs
  241. * Blend.cs
  242. * ColorBlend.cs
  243. * CombineMode.cs
  244. * CompostingMode.cs
  245. * CompostingQuality.cs
  246. * CoordinateSpace.cs
  247. * CustomLineCap.cs
  248. * DashCap.cs
  249. * DashStyle.cs
  250. * FillMode.cs
  251. * FlushIntention.cs
  252. * GraphicsContainer.cs
  253. * GraphicsPathIterator.cs
  254. * GraphicsState.cs
  255. * HatchBrush.cs
  256. * HatchStyle.cs
  257. * InterpolationMode.cs
  258. * LinearGradientBrush.cs
  259. * LinearGradientMode.cs
  260. * LineCap.cs
  261. * LineJoin.cs
  262. * MatrixOrder.cs
  263. * PathData.cs
  264. * PathGradientBrush.cs
  265. * PathPointType.cs
  266. * PenAligment.cs
  267. * PenType.cs
  268. * PixelOffsetMode.cs
  269. * QualityMode.cs
  270. * RegionData.cs
  271. * SmoothingMode.cs
  272. * WarpMode.cs
  273. * WrapMode.cs
  274. * Added null classes for most/all classes, Many stubs, and some implmentation
  275. 2002-9-2 DennisHayes <[email protected]>
  276. * Matrix.cs
  277. * Added stubs, implmentation
  278. 2002-9-2 DennisHayes <[email protected]>
  279. * GraphicsPath.cs
  280. * added stub needed for system.windows.forms
  281. 2002-01-06 Ravi Pratap <[email protected]>
  282. * ChangeLog : Add.
  283. * Matrix.cs : MonoTODO everywhere.
  284. * TODOAttribute.cs : Add here too.