| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703 |
- 2006-08-10 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Fix unit tests wrt libgdiplus return value change.
- * PathGradientBrush.cs: Fix unit tests when running under Windows.
- 2006-08-07 Andrew Skiba <[email protected]>
- * Matrix.jvm.cs: TARGET_JVM fix
- 2006-08-04 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Fix unit tests wrt libgdiplus return value change.
- * PathGradientBrush.cs: Fix unit tests wrt libgdiplus return value
- changes.
- 2006-06-08 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Update/remove some MonoTODO on IsVisible methods.
- 2006-06-07 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: IsOutlineVisible throws ArgumentNullException
- if a null pen is supplied. Update/remove some MonoTODO on
- IsOutlineVisible methods.
- 2006-06-06 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Fix IsOutlineVisible wrt API signature change.
- 2006-05-24 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Remove MonoTODO on GetBounds. For 1.x throw an
- OutOfMemoryException if Widen is called on an empty path.
- 2006-05-21 Sebastien Pouliot <[email protected]>
- * CombineMode.cs: Removed [Serializable] from 2.0 profile.
- * CompostingMode.cs: Removed [Serializable] from 2.0 profile.
- * CompostingQuality.cs: Removed [Serializable] from 2.0 profile.
- * CoordinateSpace.cs: Removed [Serializable] from 2.0 profile.
- * DashCap.cs: Removed [Serializable] from 2.0 profile.
- * DashStyle.cs: Removed [Serializable] from 2.0 profile.
- * FillMode.cs: Removed [Serializable] from 2.0 profile.
- * FlushIntention.cs: Removed [Serializable] from 2.0 profile.
- * HatchStyle.cs: Removed [Serializable] from 2.0 profile.
- * InterpolationMode.cs: Removed [Serializable] from 2.0 profile.
- * LinearGradientMode.cs: Removed [Serializable] from 2.0 profile.
- * LineCap.cs: Removed [Serializable] from 2.0 profile.
- * LineJoin.cs: Removed [Serializable] from 2.0 profile.
- * MatrixOrder.cs: Removed [Serializable] from 2.0 profile.
- * PathPointType.cs: Removed [Serializable] from 2.0 profile.
- * PenAlignment.cs: Removed [Serializable] from 2.0 profile.
- * PenType.cs: Removed [Serializable] from 2.0 profile.
- * PixelOffsetMode.cs: Removed [Serializable] from 2.0 profile.
- * QualityMode.cs: Removed [Serializable] from 2.0 profile.
- * SmoothingMode.cs: Removed [Serializable] from 2.0 profile.
- * WarpMode.cs: Removed [Serializable] from 2.0 profile.
- * WrapMode.cs: Removed [Serializable] from 2.0 profile.
- 2006-05-12 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Fix misnamed GdipAdd*Path*String[I] API (#78383)
- 2006-05-10 Sebastien Pouliot <[email protected]>
- * PathGradientBrush.cs: Added MonoTODO to warn about the lack of
- support, for most cases, when using libgdiplus.
- 2006-05-09 Sebastien Pouliot <[email protected]>
- * PathGradientBrush.cs: Added missing checks before calling libgdiplus
- (or GDI+).
- 2006-05-02 Sebastien Pouliot <[email protected]>
- * GraphicsContainer.cs: Change the state from int to uint to match the
- Save/Restore methods (and code). Removed unrequired stuff.
- 2006-05-01 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Removed MonoTODO on AddCurve methods (it's fixed
- in libgdiplus).
- 2006-04-29 Jordi Mas i Hernandez <[email protected]>
- * GraphicsPath.cs: Fixes use of unasssigned variables
- 2006-04-28 Sebastien Pouliot <[email protected]>
- * ColorBlend.cs: Removed TODO. ColorBlend may not be complete where
- used (e.g. gradients) but the class is complete.
- * CustomLineCap.cs: corcompare fixes. Clone and Dispose() methods are
- not virtual.
- 2006-04-28 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Added MonoTODO on some AddCurve methods because
- libgdiplus doesn't use the numberOfSegments argument.
- 2006-04-27 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Re-write two versions of AddLines method to use
- GdipAddPathLine2[I] functions. This fix a unit test where we can add
- a single point with those methods. It also prevent multiple managed to
- unmanaged transitions.
- 2006-04-27 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Fix exception handle in AddString methods to match
- MS behahiour. Updated MonoTODO to reflect current status.
- 2006-04-19 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Fix null pen handling in Widen.
- * LinearGradientBrush.cs: Avoid temporary Rectangle local and directly
- get use the instance RectangleF.
- 2006-04-10 Sebastien Pouliot <[email protected]>
- * Matrix.cs: Fixed ctors to check for the right number (3) of points.
- Added missing 'ref' to rectangles (required with fixed wrapper code).
- 2006-03-31 Sebastien Pouliot <[email protected]>
- * LinearGradientBrush.cs: Added a [MonoTODO] to the GammaCorrection
- property as this is not used anywhere inside libgdiplus.
- 2006-03-22 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Call [libgdiplus|GDI+] for AddString (even if it
- is not yet implemented in libgdiplus).
- * LinearGradientBrush.cs: Update the rectangle when using the internal
- ctor. Fix a few missing validations.
- 2006-03-17 Sebastien Pouliot <[email protected]>
- * Matrix.cs: Add missing checks to methods (and fix unit tests).
- 2006-02-05 Konstantin Triger <[email protected]>
- * ExtendedGeneralPath.jvm.cs: use correct properties.
- 2006-01-27 Sebastien Pouliot <[email protected]>
-
- * GraphicsPath.cs: Removed TODO on Flatten methods (now supported in
- libgdiplus). Added a private constant for FlatnessDefault (0.25).
- Added MonoTODO on IsVisible* methods (not supported in libgdiplus).
- * Matrix.cs: Ensure we call Marshal.FreeHGlobal even if CheckStatus
- throws an exception.
- 2006-01-16 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Updated TODO description on GetBounds as it's now
- only missing support for Pens (when used with libgidplus).
- 2006-01-13 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Added more parameter checks to methods (to match
- unit tests). Added descriptions to TODOs.
- * PathData.cs: Don't clone the arrays! Removed unused internal
- properties.
- 2006-01-12 Sebastien Pouliot <[email protected]>
- * GraphicsPath.cs: Throw an ArgumentException if either PathPoints or
- PathTypes properties are empty (0 length). Note that PathData property
- still works in that case.
- * PathData.cs: Don't clone empty arrays (results in NRE).
- 2005-11-13 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: AddString support.
- 2005-11-13 Konstantin Triger <[email protected]>
- * ExtendedGeneralPath.jvm.cs: restore quadTo as curveTo affects quality
- 2005-11-13 Konstantin Triger <[email protected]>
- * PathData.cs: fixing access modifiers.
- 2005-10-31 Konstantin Triger <[email protected]>
- * ExtendedGeneralPath.jvm.cs: forward quadTo to curveTo
- 2005-10-23 Vladimir Krasnov <[email protected]>
- * GraphicsState.jvm.cs: fixed ResetState, RestoreBaseClip
-
- 2005-10-19 Vladimir Krasnov <[email protected]>
- * GraphicsPath.jvm.cs: fixed FillMode, ConvertArcAngle, AddPath,
- CloseFigure
-
- 2005-10-19 Vladimir Krasnov <[email protected]>
- * LinearGradientBrush.jvm.cs: fixed clone(), SetBlendTriangularShape,
- LinearColors, InterpolationColors, GetMedianeEnclosingRect, Init, NativeObject
- * PathGradientBrush.jvm.cs: fixed clone()
- 2005-10-04 Peter Dennis Bartok <[email protected]>
- * Matrix.cs: Call GC.SuppressFinalize with 'this' instead of 'true'
- 2005-09-26 Vladimir Krasnov <[email protected]>
- * PathGradientBrush.jvm.cs: implemetated transform, WrapMode, ctors
- * HatchBrush.jvm.cs: fallback to solid brush
- 2005-09-14 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: fix drawing arcs for angles >= 360
- 2005-09-14 Konstantin Triger <[email protected]>
- * GraphicsState.jvm.cs: container
- 2005-09-11 Konstantin Triger <[email protected]>
- * GraphicsState.jvm.cs: fixing visible window for containers
- 2005-09-07 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: correct angle to compute the quarter
- 2005-09-07 Konstantin Triger <[email protected]>
- * Matrix.jvm.cs: Fix copy order in CopyTo
- 2005-09-07 Boris Kirzner <[email protected]>
- * ExtendedGeneralPath.jvm.cs: Cache PathData and GeneralPath.
- * PathData.cs: always return cloned points and types. Use internals
- without clone for internal processing.
- 2005-09-07 Vladimir Krasnov <[email protected]>
- * LinearGradientBrush.jvm.cs: FIxed transform methods
- * Matrix.jvm.cs: Added CopyTo(), fixed Invert()
- 2005-09-06 Boris Kirzner <[email protected]>
- * ExtendedGeneralPath.jvm.cs: Imported functionality from GraphicsPAth.
- Added copyright.
- * GeneralPathIterator.jvm.cs: Added copyright.
- * GraphicsPath.jvm.cs: Implemented methods. Some functionality moved
- to ExtendedGeneralPath. Added copyright.
- * GraphicsPathIterator.jvm.cs: Implemented.
- 2005-09-06 Konstantin Triger <[email protected]>
- * Matrix.jvm.cs: fix scale, added static IdentityMatrix
- * GraphicsState.jvm.cs, GraphicsContainer.jvm.cs: fix
- containers implementation
- 2005-08-30 Boris Kirzner <[email protected]>
- * Matrix.jvm.cs: Bug fix
- 2005-08-30 Vladimir Krasnov <[email protected]>
- * LinearGradientBrush.jvm.cs: Refactoring, bug fix
- * GraphicsState.jvm.cs: fixed SaveState, ResetState
- 2005-08-30 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: use correct object in Widen
- 2005-08-28 Vladimir Krasnov <[email protected]>
- * Added: GraphicsContainer.jvm.cs
- * Added: GraphicsState.jvm.cs
- 2005-08-14 Vladimir Krasnov <[email protected]>
- * Matrix.jvm.cs: Refactoring
-
- 2005-08-10 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: Implemented DrawClosedCurve.
- * ExtendedGeneralPath.jvm.cs: cleanup.
- 2005-08-10 Boris Kirzner <[email protected]>
- * ExtendedGeneralPath.jvm.cs: Added new class. Extends java GeneralPath
- functionality.
- * GeneralPathIterator.jvm.cs: Added new class. Implements java PathIterator.
- * GraphicsPath.jvm.cs:
- - Redefined JPI enums so their values are defined in the single place.
- - NativeObject is now of type ExtendedGeneralPath.
- - Implemented missing constructors.
- - Implemented PathData and PointCount.
- - Decision about connecting to previous figure is now handled in
- ExtendedGeneralPath.
- - Reimplemented AddRectangle to obtain right number of points.
- - Reimplemented GetLastPoint using ExtendedGeneralPath.
- - CloseAllFigures must close path at the end.
- - Fixed StartFigure.
- 2005-08-10 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: implemented GraphicsPath.Widen
- 2005-08-10 Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs: fix default curve tension.
- 2005-08-0 9Konstantin Triger <[email protected]>
- * GraphicsPath.jvm.cs, DashStyle.cs: refactoring
- 2005-08-08 Konstantin Triger <[email protected]>
- * GraphicsPath.cs: Implemented AddBeziers
- 2005-08-08 Vladimir Krasnov <[email protected]>
- * GraphicsPath.jvm.cs: Fixed AddPolygon methods
- 2005-08-08 Konstantin Triger <[email protected]>
- * GraphicsPath.cs: Fix AddLines
- 2005-08-08 Konstantin Triger <[email protected]>
- * GraphicsPath.cs: Fix AddArc/AddPie
- 2005-08-08 Vladimir Krasnov <[email protected]>
- * GraphicsPath.jvm.cs: Fixed AddLines methods
-
- 2005-08-07 Konstantin Triger <[email protected]>
- * GraphicsPath.cs: Fix AddCurve implementation and cosmetic changes.
- 2005-08-07 Andrew Skiba <[email protected]>
- * GraphicsPath.cs: BasicShape as a base class and cosmetic changes
- 2005-08-03 Andrew Skiba <[email protected]>
- * DashStyle.cs: TARGET_JVM - add internal dash attribs arrays
- * AdjustableArrowCap.jvm.cs, CustomLineCap.jvm.cs, GraphicsPath.jvm.cs,
- GraphicsPathIterator.jvm.cs, HatchBrush.jvm.cs, LinearGradientBrush.jvm.cs,
- Matrix.jvm.cs, PathGradientBrush.jvm.cs: added TARGET_JVM implementation of
- these classes.
- 2005-03-15 Jordi Mas i Hernandez <[email protected]>
- * GraphicsState.cs: should only contain the nativeState cookie
- * Matrix.cs: Fixes Dispose method to allow to be called multiple times
-
- 2005-01-02 Geoff Norton <[email protected]>
- * GraphicsPath.cs: Fixed the AddPoints methods. Fixes bug #70916
- 2004-07-21 Ravindra <[email protected]>
- * GraphicsPath.cs: Implemented Dispose method and added error
- checking in constructors.
- * GraphicsPathIterator.cs: Fixed CopyData and Enumerate methods.
- 2004-07-16 Ravindra <[email protected]>
- * GraphicsPathIterator.cs: New implementation using GDI+ APIs.
- This change makes this class fit into the rest of the design well
- and also it takes care of a scenario when path gets modified. Old
- implementation was not taking care of this.
- 2004-07-15 Ravindra <[email protected]>
- * GraphicsPath.cs: Implemented PathData property and some formatting.
- 2004-07-15 Ravindra <[email protected]>
- * CombineMode.cs, CompositingMode.cs, CompositingQuality.cs,
- GraphicsPath.cs, CoordinateSpace.cs, DashCap.cs, DashStyle.cs,
- FillMode.cs, FlushIntention.cs, GraphicsPath.cs, GraphicsState.cs,
- InterpolationMode.cs, LineCap.cs, LineJoin.cs, LinearGradientMode.cs,
- Matrix.cs, MatrixOrder.cs, PathPointType.cs, PenAlignment.cs,
- PenType.cs, PixelOffsetMode.cs, QualityMode.cs, SmoothingMode.cs,
- WarpMode.cs, WrapMode.cs: Changed format dos2unix.
- * GraphicsContainer.cs, GraphicsPathIterator.cs, PathData.cs,
- RegionData.cs: Changed format dos2unix and changed instance variables'
- access default/internal to private.
- 2004-07-13 Ravindra <[email protected]>
- * PathGradientBrush.cs: Removed all the private variables.
- Now, we get/set everything from libgdiplus. This is cleaner.
- 2004-05-18 Ravindra <[email protected]>
- * LinearGradientBrush.cs: Added checks for the values of
- focus and scale parameters in SetBlendTriangularShape and
- SetSigmaBellShape methods.
- * PathGradientBrush.cs: Same as above.
- 2004-06-13 Gert Driesen <[email protected]>
- * DashCap.cs: fixed mismatches in enum field values
- * HatchStyle.cs: fixes mismatches in enum field values
- 2004-05-18 Ravindra <[email protected]>
- * CustomLineCap.cs: Added null checks and corrected Dispose method.
- 2004-05-17 Duncan Mak <[email protected]>
- * GraphicsPathIterator.cs: Untabify and fixed coding style.
- (GraphicsPathIterator): Store the path count, path points and path
- type arrays instead of calling unmanaged functions in GDI+ each
- time to get to get the path data.
- (CopyData, Enumerate, HasCurve, Rewind, SubpathCount):
- Implemented.
- 2004-05-16 Gert Driesen <[email protected]>
- * GraphicsPath.cs: renamed SetMarker to SetMarkers, to fix
- public API to match MS.NET
- 2004-05-15 Duncan Mak <[email protected]>
- * GraphicsPath.cs: Instead of casting null to an IntPtr, use
- IntPtr.Zero instead. Thanks to Nick Drochak for spotting this.
- 2004-05-14 Nick Drochak <[email protected]>
- * GraphicsPath.cs: fix build with csc. No implicit conversion from
- null to IntPtr. Bug in mcs?
- 2004-05-14 Duncan Mak <[email protected]>
- * GraphicsPath.cs (ConvertPoints): Removed, we'll do the
- conversion in C.
- (GraphicsPath): Use GdipCreatePath2I instead.
- (SetMarker, ClearMarkers):
- (Flatten, GetBounds, IsOutlineVisible, IsVisible):
- (StartFigure, CloseFigure, CloseFigures):
- (Warp, Widen): Implemented. I left the MonoTODO attribute on for
- the methods where the equivalent C function has not yet been
- implemented.
- * GraphicsPathIterator.cs (Count): Implemented.
- 2004-05-13 Sanjay Gupta <[email protected]>
- * GraphicsState.cs: Added internal constructor.
- 2004-05-13 Sanjay Gupta <[email protected]>
- * GraphicsPath.cs: Added stub for missing method CloseFigure().
- 2004-05-11 Ravindra <[email protected]>
- * AdjustableArrowCap.cs: Implemented.
- * CustomLineCap.cs: Implemented.
- 2004-05-04 Ravindra <[email protected]>
- * LinearGradientBrush.cs: Fixed Transform property.
- 2004-04-30 Ravindra <[email protected]>
- * LinearGradientBrush.cs: Fixed some errors.
- 2004-04-06 Duncan Mak <[email protected]>
- * GraphicsPath.cs (GraphicsPath): Filled out the missing
- constructors.
- (ConvertPoints): New helper function. Converts a Point array to a
- PointF array.
-
- 2004-04-05 Jordi Mas i Hernandez <[email protected]>
- * GraphicsPath.cs: added missing methods
-
- 2004-04-01 Duncan Mak <[email protected]>
- * GraphicsPath.cs (AddCurve, AddClosedCurve): Added all overloads.
- 2004-03-26 Ravindra <[email protected]>
- * WrapMode.cs: Corrected the TileFlipXY and TileFlipY values.
- 2004-03-23 Ravindra <[email protected]>
- * LinearGradientBrush.cs: Implemented public methods.
- 2004-03-22 Ravindra <[email protected]>
- * LinearGradientBrush.cs: Implemented constructors and properties.
- * PathGradientBrush.cs: Fixed a constructor and few coding
- style fixes.
- 2004-03-18 Ravindra <[email protected]>
- * HatchBrush.cs: Fixed Clone method.
- * PathGradientBrush.cs: Fixed Clone method and few minor
- fixes.
- 2004-03-17 Ravindra <[email protected]>
- * Blend.cs: Fixed.
- * ColorBlend.cs: Fixed.
- 2004-03-06 Ravindra <[email protected]>
- * PathGradientBrush.cs: Implemented methods.
- 2004-03-06 Ravindra <[email protected]>
- * PathGradientBrush.cs: Implemented constructors and properties.
- 2004-03-04 Duncan Mak <[email protected]>
- * GraphicsPath.cs (PathCount): Corrected. The name should be PointCount.
- (AddPath): Implemented.
- 2004-02-27 Ravindra <[email protected]>
- * WrapMode.cs: Corrected enum values. Tile should be zero
- and Clamp should be four.
- 2004-02-11 Ravindra <[email protected]>
- * Matrix.cs: Added status checks using
- GDIPlus.CheckStatus(Status) method.
- 2004-02-07 Andreas Nahr <[email protected]>
- * GraphicsPathIterator.cs: Fixed signature, added TODOs
- * Matrix.cs: Removed additional method
- 2004-02-06 Ravindra <[email protected]>
- * HatchBrush.cs: Using CheckStatus method instead of
- GetException.
- 2004-02-05 Ravindra <[email protected]>
- * HatchBrush.cs: Implemented.
- * HatchStyle.cs: Corrected enum values. Changed file format
- from DOS to UNIX.
- 2004-01-30 Duncan Mak <[email protected]>
- * GraphicsPath.cs (AddPie): Corrected arguments sent to
- P/Invoke. This fixes the strange NaNs we were getting when we
- tried to draw Paths with a Pie figure.
- 2004-01-24 Duncan Mak <[email protected]>
- * GraphicsPath.cs (AddEllipse): Added.
- 2004-01-19 Duncan Mak <[email protected]>
- * GraphicsPath.cs: Implemented. Still needs testing, though.
- Particular the PathPoints property, I ran into a P/Invoke problem,
- I need to first fix that before I can go on with the rest of the testing.
- 2004-01-13 Ravindra <[email protected]>
- * Matrix.cs: Made the Matrix(IntPtr) constructor internal.
- Because default access is private, that makes it unusable
- by other classes.
- 2004-01-11 Duncan Mak <[email protected]>
- * Matrix.cs (Matrix): Removed reference to GpRect/GpRectF.
- 2004-01-10 Ravindra <[email protected]>
- * All Enums: Made serializable.
- * GraphicsPathIterator.cs: Implements IDisposable.
- * GraphicsState.cs: Inherits MarshalByRefObject.
- 2003-12-25 Duncan Mak <[email protected]>
- * Matrix.cs (ToString): Cache the elements inside a local variable
- to avoid calling the Elements property repeatedly.
- 2003-12-04 Gonzalo Paniagua Javier <[email protected]>
- * Blend.cs: fix array sizes in the constructors. Closes bug #51564.
- System.Web moves in mysterious ways.
- 2003-11-22 Duncan Mak <[email protected]>
- * Matrix.cs: Rewrote to use GDI+ implementation, doing all the
- math in unmanaged code instead of doing it in C#.
- 2003-11-04 Miguel de Icaza <[email protected]>
- * GraphicsPathIterator.cs: Do not make this protected.
- 2003-11-13 Andreas Nahr <[email protected]>
- * QualityMode.cs: Fixed typo
- * InterpolationMode.cs: Fixed typo
- * RegionData.cs: Fixed signatures, partially implemented
- * PathGradientBrush.cs: Fixed signatures
- * PathData.cs: Fixed signature, implemented
- * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
- * GraphicsContainer.cs: Added private constructor
- * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
- 2003-11-11 Ben Maurer <[email protected]>
- * ColorBlend.cs (Positions): another one.
- 2003-11-11 Ben Maurer <[email protected]>
- * Blend.cs (Positions): recursion in prop.
- 2003-10-24 Miguel de Icaza <[email protected]>
- * GraphicsPath.cs: Stub some more.
- 2003-10-12 Alexandre Pigolkine <[email protected]>
- * GraphicsState.cs internal member added
- 2003-06-26 Alexandre Pigolkine <[email protected]>
- * GraphicsState.cs internal member added
-
- 2003-04-26 Alexandre Pigolkine <[email protected]>
- * LinearGradientBrush.cs some implementation added
- 2003-3-15 DennisHayes <[email protected]>
- * Stubbed and somewhat implmented
- * CustomLineCap.cs
- * GraphicsContainer.cs
- * GraphicsPath.cs
- * GraphicsPathIterator.cs
- * GraphicsState.cs
- * HatchBrush.cs
- * LinearGradientBrush.cs
- 2003-3-5 DennisHayes <[email protected]>
- * Added values for enums
- * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap
- 2003-3-2 DennisHayes <[email protected]>
- * Created changelog
- * updated copyrights to 2002/3
- * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D
- * cosmetic improvments
- 2002-10-13 DennisHayes <[email protected]>
- * Changed namespace from *2d to *2D
- * Changed comment header from system.Drawing to System.Drawing.Drawing2D
- 2002-9-2 DennisHayes <[email protected]>
-
- * AdjustableArrowCap.cs
- * Blend.cs
- * ColorBlend.cs
- * CombineMode.cs
- * CompostingMode.cs
- * CompostingQuality.cs
- * CoordinateSpace.cs
- * CustomLineCap.cs
- * DashCap.cs
- * DashStyle.cs
- * FillMode.cs
- * FlushIntention.cs
- * GraphicsContainer.cs
- * GraphicsPathIterator.cs
- * GraphicsState.cs
- * HatchBrush.cs
- * HatchStyle.cs
- * InterpolationMode.cs
- * LinearGradientBrush.cs
- * LinearGradientMode.cs
- * LineCap.cs
- * LineJoin.cs
- * MatrixOrder.cs
- * PathData.cs
- * PathGradientBrush.cs
- * PathPointType.cs
- * PenAligment.cs
- * PenType.cs
- * PixelOffsetMode.cs
- * QualityMode.cs
- * RegionData.cs
- * SmoothingMode.cs
- * WarpMode.cs
- * WrapMode.cs
- * Added null classes for most/all classes, Many stubs, and some implmentation
- 2002-9-2 DennisHayes <[email protected]>
- * Matrix.cs
- * Added stubs, implmentation
- 2002-9-2 DennisHayes <[email protected]>
- * GraphicsPath.cs
- * added stub needed for system.windows.forms
- 2002-01-06 Ravi Pratap <[email protected]>
- * ChangeLog : Add.
- * Matrix.cs : MonoTODO everywhere.
- * TODOAttribute.cs : Add here too.
|