2
0

ChangeLog 22 KB

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