| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- 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.
|