ChangeLog 22 KB

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