ChangeLog 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. 2006-04-28 Sebastien Pouliot <[email protected]>
  2. * GraphicsPath.cs: Added MonoTODO on some AddCurve methods because
  3. libgdiplus doesn't use the numberOfSegments argument.
  4. 2006-04-27 Sebastien Pouliot <[email protected]>
  5. * GraphicsPath.cs: Re-write two versions of AddLines method to use
  6. GdipAddPathLine2[I] functions. This fix a unit test where we can add
  7. a single point with those methods. It also prevent multiple managed to
  8. unmanaged transitions.
  9. 2006-04-27 Sebastien Pouliot <[email protected]>
  10. * GraphicsPath.cs: Fix exception handle in AddString methods to match
  11. MS behahiour. Updated MonoTODO to reflect current status.
  12. 2006-04-19 Sebastien Pouliot <[email protected]>
  13. * GraphicsPath.cs: Fix null pen handling in Widen.
  14. * LinearGradientBrush.cs: Avoid temporary Rectangle local and directly
  15. get use the instance RectangleF.
  16. 2006-04-10 Sebastien Pouliot <[email protected]>
  17. * Matrix.cs: Fixed ctors to check for the right number (3) of points.
  18. Added missing 'ref' to rectangles (required with fixed wrapper code).
  19. 2006-03-31 Sebastien Pouliot <[email protected]>
  20. * LinearGradientBrush.cs: Added a [MonoTODO] to the GammaCorrection
  21. property as this is not used anywhere inside libgdiplus.
  22. 2006-03-22 Sebastien Pouliot <[email protected]>
  23. * GraphicsPath.cs: Call [libgdiplus|GDI+] for AddString (even if it
  24. is not yet implemented in libgdiplus).
  25. * LinearGradientBrush.cs: Update the rectangle when using the internal
  26. ctor. Fix a few missing validations.
  27. 2006-03-17 Sebastien Pouliot <[email protected]>
  28. * Matrix.cs: Add missing checks to methods (and fix unit tests).
  29. 2006-02-05 Konstantin Triger <[email protected]>
  30. * ExtendedGeneralPath.jvm.cs: use correct properties.
  31. 2006-01-27 Sebastien Pouliot <[email protected]>
  32. * GraphicsPath.cs: Removed TODO on Flatten methods (now supported in
  33. libgdiplus). Added a private constant for FlatnessDefault (0.25).
  34. Added MonoTODO on IsVisible* methods (not supported in libgdiplus).
  35. * Matrix.cs: Ensure we call Marshal.FreeHGlobal even if CheckStatus
  36. throws an exception.
  37. 2006-01-16 Sebastien Pouliot <[email protected]>
  38. * GraphicsPath.cs: Updated TODO description on GetBounds as it's now
  39. only missing support for Pens (when used with libgidplus).
  40. 2006-01-13 Sebastien Pouliot <[email protected]>
  41. * GraphicsPath.cs: Added more parameter checks to methods (to match
  42. unit tests). Added descriptions to TODOs.
  43. * PathData.cs: Don't clone the arrays! Removed unused internal
  44. properties.
  45. 2006-01-12 Sebastien Pouliot <[email protected]>
  46. * GraphicsPath.cs: Throw an ArgumentException if either PathPoints or
  47. PathTypes properties are empty (0 length). Note that PathData property
  48. still works in that case.
  49. * PathData.cs: Don't clone empty arrays (results in NRE).
  50. 2005-11-13 Konstantin Triger <[email protected]>
  51. * GraphicsPath.jvm.cs: AddString support.
  52. 2005-11-13 Konstantin Triger <[email protected]>
  53. * ExtendedGeneralPath.jvm.cs: restore quadTo as curveTo affects quality
  54. 2005-11-13 Konstantin Triger <[email protected]>
  55. * PathData.cs: fixing access modifiers.
  56. 2005-10-31 Konstantin Triger <[email protected]>
  57. * ExtendedGeneralPath.jvm.cs: forward quadTo to curveTo
  58. 2005-10-23 Vladimir Krasnov <[email protected]>
  59. * GraphicsState.jvm.cs: fixed ResetState, RestoreBaseClip
  60. 2005-10-19 Vladimir Krasnov <[email protected]>
  61. * GraphicsPath.jvm.cs: fixed FillMode, ConvertArcAngle, AddPath,
  62. CloseFigure
  63. 2005-10-19 Vladimir Krasnov <[email protected]>
  64. * LinearGradientBrush.jvm.cs: fixed clone(), SetBlendTriangularShape,
  65. LinearColors, InterpolationColors, GetMedianeEnclosingRect, Init, NativeObject
  66. * PathGradientBrush.jvm.cs: fixed clone()
  67. 2005-10-04 Peter Dennis Bartok <[email protected]>
  68. * Matrix.cs: Call GC.SuppressFinalize with 'this' instead of 'true'
  69. 2005-09-26 Vladimir Krasnov <[email protected]>
  70. * PathGradientBrush.jvm.cs: implemetated transform, WrapMode, ctors
  71. * HatchBrush.jvm.cs: fallback to solid brush
  72. 2005-09-14 Konstantin Triger <[email protected]>
  73. * GraphicsPath.jvm.cs: fix drawing arcs for angles >= 360
  74. 2005-09-14 Konstantin Triger <[email protected]>
  75. * GraphicsState.jvm.cs: container
  76. 2005-09-11 Konstantin Triger <[email protected]>
  77. * GraphicsState.jvm.cs: fixing visible window for containers
  78. 2005-09-07 Konstantin Triger <[email protected]>
  79. * GraphicsPath.jvm.cs: correct angle to compute the quarter
  80. 2005-09-07 Konstantin Triger <[email protected]>
  81. * Matrix.jvm.cs: Fix copy order in CopyTo
  82. 2005-09-07 Boris Kirzner <[email protected]>
  83. * ExtendedGeneralPath.jvm.cs: Cache PathData and GeneralPath.
  84. * PathData.cs: always return cloned points and types. Use internals
  85. without clone for internal processing.
  86. 2005-09-07 Vladimir Krasnov <[email protected]>
  87. * LinearGradientBrush.jvm.cs: FIxed transform methods
  88. * Matrix.jvm.cs: Added CopyTo(), fixed Invert()
  89. 2005-09-06 Boris Kirzner <[email protected]>
  90. * ExtendedGeneralPath.jvm.cs: Imported functionality from GraphicsPAth.
  91. Added copyright.
  92. * GeneralPathIterator.jvm.cs: Added copyright.
  93. * GraphicsPath.jvm.cs: Implemented methods. Some functionality moved
  94. to ExtendedGeneralPath. Added copyright.
  95. * GraphicsPathIterator.jvm.cs: Implemented.
  96. 2005-09-06 Konstantin Triger <[email protected]>
  97. * Matrix.jvm.cs: fix scale, added static IdentityMatrix
  98. * GraphicsState.jvm.cs, GraphicsContainer.jvm.cs: fix
  99. containers implementation
  100. 2005-08-30 Boris Kirzner <[email protected]>
  101. * Matrix.jvm.cs: Bug fix
  102. 2005-08-30 Vladimir Krasnov <[email protected]>
  103. * LinearGradientBrush.jvm.cs: Refactoring, bug fix
  104. * GraphicsState.jvm.cs: fixed SaveState, ResetState
  105. 2005-08-30 Konstantin Triger <[email protected]>
  106. * GraphicsPath.jvm.cs: use correct object in Widen
  107. 2005-08-28 Vladimir Krasnov <[email protected]>
  108. * Added: GraphicsContainer.jvm.cs
  109. * Added: GraphicsState.jvm.cs
  110. 2005-08-14 Vladimir Krasnov <[email protected]>
  111. * Matrix.jvm.cs: Refactoring
  112. 2005-08-10 Konstantin Triger <[email protected]>
  113. * GraphicsPath.jvm.cs: Implemented DrawClosedCurve.
  114. * ExtendedGeneralPath.jvm.cs: cleanup.
  115. 2005-08-10 Boris Kirzner <[email protected]>
  116. * ExtendedGeneralPath.jvm.cs: Added new class. Extends java GeneralPath
  117. functionality.
  118. * GeneralPathIterator.jvm.cs: Added new class. Implements java PathIterator.
  119. * GraphicsPath.jvm.cs:
  120. - Redefined JPI enums so their values are defined in the single place.
  121. - NativeObject is now of type ExtendedGeneralPath.
  122. - Implemented missing constructors.
  123. - Implemented PathData and PointCount.
  124. - Decision about connecting to previous figure is now handled in
  125. ExtendedGeneralPath.
  126. - Reimplemented AddRectangle to obtain right number of points.
  127. - Reimplemented GetLastPoint using ExtendedGeneralPath.
  128. - CloseAllFigures must close path at the end.
  129. - Fixed StartFigure.
  130. 2005-08-10 Konstantin Triger <[email protected]>
  131. * GraphicsPath.jvm.cs: implemented GraphicsPath.Widen
  132. 2005-08-10 Konstantin Triger <[email protected]>
  133. * GraphicsPath.jvm.cs: fix default curve tension.
  134. 2005-08-0 9Konstantin Triger <[email protected]>
  135. * GraphicsPath.jvm.cs, DashStyle.cs: refactoring
  136. 2005-08-08 Konstantin Triger <[email protected]>
  137. * GraphicsPath.cs: Implemented AddBeziers
  138. 2005-08-08 Vladimir Krasnov <[email protected]>
  139. * GraphicsPath.jvm.cs: Fixed AddPolygon methods
  140. 2005-08-08 Konstantin Triger <[email protected]>
  141. * GraphicsPath.cs: Fix AddLines
  142. 2005-08-08 Konstantin Triger <[email protected]>
  143. * GraphicsPath.cs: Fix AddArc/AddPie
  144. 2005-08-08 Vladimir Krasnov <[email protected]>
  145. * GraphicsPath.jvm.cs: Fixed AddLines methods
  146. 2005-08-07 Konstantin Triger <[email protected]>
  147. * GraphicsPath.cs: Fix AddCurve implementation and cosmetic changes.
  148. 2005-08-07 Andrew Skiba <[email protected]>
  149. * GraphicsPath.cs: BasicShape as a base class and cosmetic changes
  150. 2005-08-03 Andrew Skiba <[email protected]>
  151. * DashStyle.cs: TARGET_JVM - add internal dash attribs arrays
  152. * AdjustableArrowCap.jvm.cs, CustomLineCap.jvm.cs, GraphicsPath.jvm.cs,
  153. GraphicsPathIterator.jvm.cs, HatchBrush.jvm.cs, LinearGradientBrush.jvm.cs,
  154. Matrix.jvm.cs, PathGradientBrush.jvm.cs: added TARGET_JVM implementation of
  155. these classes.
  156. 2005-03-15 Jordi Mas i Hernandez <[email protected]>
  157. * GraphicsState.cs: should only contain the nativeState cookie
  158. * Matrix.cs: Fixes Dispose method to allow to be called multiple times
  159. 2005-01-02 Geoff Norton <[email protected]>
  160. * GraphicsPath.cs: Fixed the AddPoints methods. Fixes bug #70916
  161. 2004-07-21 Ravindra <[email protected]>
  162. * GraphicsPath.cs: Implemented Dispose method and added error
  163. checking in constructors.
  164. * GraphicsPathIterator.cs: Fixed CopyData and Enumerate methods.
  165. 2004-07-16 Ravindra <[email protected]>
  166. * GraphicsPathIterator.cs: New implementation using GDI+ APIs.
  167. This change makes this class fit into the rest of the design well
  168. and also it takes care of a scenario when path gets modified. Old
  169. implementation was not taking care of this.
  170. 2004-07-15 Ravindra <[email protected]>
  171. * GraphicsPath.cs: Implemented PathData property and some formatting.
  172. 2004-07-15 Ravindra <[email protected]>
  173. * CombineMode.cs, CompositingMode.cs, CompositingQuality.cs,
  174. GraphicsPath.cs, CoordinateSpace.cs, DashCap.cs, DashStyle.cs,
  175. FillMode.cs, FlushIntention.cs, GraphicsPath.cs, GraphicsState.cs,
  176. InterpolationMode.cs, LineCap.cs, LineJoin.cs, LinearGradientMode.cs,
  177. Matrix.cs, MatrixOrder.cs, PathPointType.cs, PenAlignment.cs,
  178. PenType.cs, PixelOffsetMode.cs, QualityMode.cs, SmoothingMode.cs,
  179. WarpMode.cs, WrapMode.cs: Changed format dos2unix.
  180. * GraphicsContainer.cs, GraphicsPathIterator.cs, PathData.cs,
  181. RegionData.cs: Changed format dos2unix and changed instance variables'
  182. access default/internal to private.
  183. 2004-07-13 Ravindra <[email protected]>
  184. * PathGradientBrush.cs: Removed all the private variables.
  185. Now, we get/set everything from libgdiplus. This is cleaner.
  186. 2004-05-18 Ravindra <[email protected]>
  187. * LinearGradientBrush.cs: Added checks for the values of
  188. focus and scale parameters in SetBlendTriangularShape and
  189. SetSigmaBellShape methods.
  190. * PathGradientBrush.cs: Same as above.
  191. 2004-06-13 Gert Driesen <[email protected]>
  192. * DashCap.cs: fixed mismatches in enum field values
  193. * HatchStyle.cs: fixes mismatches in enum field values
  194. 2004-05-18 Ravindra <[email protected]>
  195. * CustomLineCap.cs: Added null checks and corrected Dispose method.
  196. 2004-05-17 Duncan Mak <[email protected]>
  197. * GraphicsPathIterator.cs: Untabify and fixed coding style.
  198. (GraphicsPathIterator): Store the path count, path points and path
  199. type arrays instead of calling unmanaged functions in GDI+ each
  200. time to get to get the path data.
  201. (CopyData, Enumerate, HasCurve, Rewind, SubpathCount):
  202. Implemented.
  203. 2004-05-16 Gert Driesen <[email protected]>
  204. * GraphicsPath.cs: renamed SetMarker to SetMarkers, to fix
  205. public API to match MS.NET
  206. 2004-05-15 Duncan Mak <[email protected]>
  207. * GraphicsPath.cs: Instead of casting null to an IntPtr, use
  208. IntPtr.Zero instead. Thanks to Nick Drochak for spotting this.
  209. 2004-05-14 Nick Drochak <[email protected]>
  210. * GraphicsPath.cs: fix build with csc. No implicit conversion from
  211. null to IntPtr. Bug in mcs?
  212. 2004-05-14 Duncan Mak <[email protected]>
  213. * GraphicsPath.cs (ConvertPoints): Removed, we'll do the
  214. conversion in C.
  215. (GraphicsPath): Use GdipCreatePath2I instead.
  216. (SetMarker, ClearMarkers):
  217. (Flatten, GetBounds, IsOutlineVisible, IsVisible):
  218. (StartFigure, CloseFigure, CloseFigures):
  219. (Warp, Widen): Implemented. I left the MonoTODO attribute on for
  220. the methods where the equivalent C function has not yet been
  221. implemented.
  222. * GraphicsPathIterator.cs (Count): Implemented.
  223. 2004-05-13 Sanjay Gupta <[email protected]>
  224. * GraphicsState.cs: Added internal constructor.
  225. 2004-05-13 Sanjay Gupta <[email protected]>
  226. * GraphicsPath.cs: Added stub for missing method CloseFigure().
  227. 2004-05-11 Ravindra <[email protected]>
  228. * AdjustableArrowCap.cs: Implemented.
  229. * CustomLineCap.cs: Implemented.
  230. 2004-05-04 Ravindra <[email protected]>
  231. * LinearGradientBrush.cs: Fixed Transform property.
  232. 2004-04-30 Ravindra <[email protected]>
  233. * LinearGradientBrush.cs: Fixed some errors.
  234. 2004-04-06 Duncan Mak <[email protected]>
  235. * GraphicsPath.cs (GraphicsPath): Filled out the missing
  236. constructors.
  237. (ConvertPoints): New helper function. Converts a Point array to a
  238. PointF array.
  239. 2004-04-05 Jordi Mas i Hernandez <[email protected]>
  240. * GraphicsPath.cs: added missing methods
  241. 2004-04-01 Duncan Mak <[email protected]>
  242. * GraphicsPath.cs (AddCurve, AddClosedCurve): Added all overloads.
  243. 2004-03-26 Ravindra <[email protected]>
  244. * WrapMode.cs: Corrected the TileFlipXY and TileFlipY values.
  245. 2004-03-23 Ravindra <[email protected]>
  246. * LinearGradientBrush.cs: Implemented public methods.
  247. 2004-03-22 Ravindra <[email protected]>
  248. * LinearGradientBrush.cs: Implemented constructors and properties.
  249. * PathGradientBrush.cs: Fixed a constructor and few coding
  250. style fixes.
  251. 2004-03-18 Ravindra <[email protected]>
  252. * HatchBrush.cs: Fixed Clone method.
  253. * PathGradientBrush.cs: Fixed Clone method and few minor
  254. fixes.
  255. 2004-03-17 Ravindra <[email protected]>
  256. * Blend.cs: Fixed.
  257. * ColorBlend.cs: Fixed.
  258. 2004-03-06 Ravindra <[email protected]>
  259. * PathGradientBrush.cs: Implemented methods.
  260. 2004-03-06 Ravindra <[email protected]>
  261. * PathGradientBrush.cs: Implemented constructors and properties.
  262. 2004-03-04 Duncan Mak <[email protected]>
  263. * GraphicsPath.cs (PathCount): Corrected. The name should be PointCount.
  264. (AddPath): Implemented.
  265. 2004-02-27 Ravindra <[email protected]>
  266. * WrapMode.cs: Corrected enum values. Tile should be zero
  267. and Clamp should be four.
  268. 2004-02-11 Ravindra <[email protected]>
  269. * Matrix.cs: Added status checks using
  270. GDIPlus.CheckStatus(Status) method.
  271. 2004-02-07 Andreas Nahr <[email protected]>
  272. * GraphicsPathIterator.cs: Fixed signature, added TODOs
  273. * Matrix.cs: Removed additional method
  274. 2004-02-06 Ravindra <[email protected]>
  275. * HatchBrush.cs: Using CheckStatus method instead of
  276. GetException.
  277. 2004-02-05 Ravindra <[email protected]>
  278. * HatchBrush.cs: Implemented.
  279. * HatchStyle.cs: Corrected enum values. Changed file format
  280. from DOS to UNIX.
  281. 2004-01-30 Duncan Mak <[email protected]>
  282. * GraphicsPath.cs (AddPie): Corrected arguments sent to
  283. P/Invoke. This fixes the strange NaNs we were getting when we
  284. tried to draw Paths with a Pie figure.
  285. 2004-01-24 Duncan Mak <[email protected]>
  286. * GraphicsPath.cs (AddEllipse): Added.
  287. 2004-01-19 Duncan Mak <[email protected]>
  288. * GraphicsPath.cs: Implemented. Still needs testing, though.
  289. Particular the PathPoints property, I ran into a P/Invoke problem,
  290. I need to first fix that before I can go on with the rest of the testing.
  291. 2004-01-13 Ravindra <[email protected]>
  292. * Matrix.cs: Made the Matrix(IntPtr) constructor internal.
  293. Because default access is private, that makes it unusable
  294. by other classes.
  295. 2004-01-11 Duncan Mak <[email protected]>
  296. * Matrix.cs (Matrix): Removed reference to GpRect/GpRectF.
  297. 2004-01-10 Ravindra <[email protected]>
  298. * All Enums: Made serializable.
  299. * GraphicsPathIterator.cs: Implements IDisposable.
  300. * GraphicsState.cs: Inherits MarshalByRefObject.
  301. 2003-12-25 Duncan Mak <[email protected]>
  302. * Matrix.cs (ToString): Cache the elements inside a local variable
  303. to avoid calling the Elements property repeatedly.
  304. 2003-12-04 Gonzalo Paniagua Javier <[email protected]>
  305. * Blend.cs: fix array sizes in the constructors. Closes bug #51564.
  306. System.Web moves in mysterious ways.
  307. 2003-11-22 Duncan Mak <[email protected]>
  308. * Matrix.cs: Rewrote to use GDI+ implementation, doing all the
  309. math in unmanaged code instead of doing it in C#.
  310. 2003-11-04 Miguel de Icaza <[email protected]>
  311. * GraphicsPathIterator.cs: Do not make this protected.
  312. 2003-11-13 Andreas Nahr <[email protected]>
  313. * QualityMode.cs: Fixed typo
  314. * InterpolationMode.cs: Fixed typo
  315. * RegionData.cs: Fixed signatures, partially implemented
  316. * PathGradientBrush.cs: Fixed signatures
  317. * PathData.cs: Fixed signature, implemented
  318. * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
  319. * GraphicsContainer.cs: Added private constructor
  320. * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
  321. 2003-11-11 Ben Maurer <[email protected]>
  322. * ColorBlend.cs (Positions): another one.
  323. 2003-11-11 Ben Maurer <[email protected]>
  324. * Blend.cs (Positions): recursion in prop.
  325. 2003-10-24 Miguel de Icaza <[email protected]>
  326. * GraphicsPath.cs: Stub some more.
  327. 2003-10-12 Alexandre Pigolkine <[email protected]>
  328. * GraphicsState.cs internal member added
  329. 2003-06-26 Alexandre Pigolkine <[email protected]>
  330. * GraphicsState.cs internal member added
  331. 2003-04-26 Alexandre Pigolkine <[email protected]>
  332. * LinearGradientBrush.cs some implementation added
  333. 2003-3-15 DennisHayes <[email protected]>
  334. * Stubbed and somewhat implmented
  335. * CustomLineCap.cs
  336. * GraphicsContainer.cs
  337. * GraphicsPath.cs
  338. * GraphicsPathIterator.cs
  339. * GraphicsState.cs
  340. * HatchBrush.cs
  341. * LinearGradientBrush.cs
  342. 2003-3-5 DennisHayes <[email protected]>
  343. * Added values for enums
  344. * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap
  345. 2003-3-2 DennisHayes <[email protected]>
  346. * Created changelog
  347. * updated copyrights to 2002/3
  348. * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D
  349. * cosmetic improvments
  350. 2002-10-13 DennisHayes <[email protected]>
  351. * Changed namespace from *2d to *2D
  352. * Changed comment header from system.Drawing to System.Drawing.Drawing2D
  353. 2002-9-2 DennisHayes <[email protected]>
  354. * AdjustableArrowCap.cs
  355. * Blend.cs
  356. * ColorBlend.cs
  357. * CombineMode.cs
  358. * CompostingMode.cs
  359. * CompostingQuality.cs
  360. * CoordinateSpace.cs
  361. * CustomLineCap.cs
  362. * DashCap.cs
  363. * DashStyle.cs
  364. * FillMode.cs
  365. * FlushIntention.cs
  366. * GraphicsContainer.cs
  367. * GraphicsPathIterator.cs
  368. * GraphicsState.cs
  369. * HatchBrush.cs
  370. * HatchStyle.cs
  371. * InterpolationMode.cs
  372. * LinearGradientBrush.cs
  373. * LinearGradientMode.cs
  374. * LineCap.cs
  375. * LineJoin.cs
  376. * MatrixOrder.cs
  377. * PathData.cs
  378. * PathGradientBrush.cs
  379. * PathPointType.cs
  380. * PenAligment.cs
  381. * PenType.cs
  382. * PixelOffsetMode.cs
  383. * QualityMode.cs
  384. * RegionData.cs
  385. * SmoothingMode.cs
  386. * WarpMode.cs
  387. * WrapMode.cs
  388. * Added null classes for most/all classes, Many stubs, and some implmentation
  389. 2002-9-2 DennisHayes <[email protected]>
  390. * Matrix.cs
  391. * Added stubs, implmentation
  392. 2002-9-2 DennisHayes <[email protected]>
  393. * GraphicsPath.cs
  394. * added stub needed for system.windows.forms
  395. 2002-01-06 Ravi Pratap <[email protected]>
  396. * ChangeLog : Add.
  397. * Matrix.cs : MonoTODO everywhere.
  398. * TODOAttribute.cs : Add here too.