I've been busy with school and also with preparing for the upcoming
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / ChangeLog
1 2004-01-19  Duncan Mak  <duncan@ximian.com>
2
3         * GraphicsPath.cs: Implemented. Still needs testing, though.
4         Particular the PathPoints property, I ran into a P/Invoke problem,
5         I need to first fix that before I can go on with the rest of the testing.
6
7 2004-01-13  Ravindra  <rkumar@novell.com>
8
9         * Matrix.cs: Made the Matrix(IntPtr) constructor internal.
10         Because default access is private, that makes it unusable
11         by other classes.
12
13 2004-01-11  Duncan Mak  <duncan@ximian.com>
14
15         * Matrix.cs (Matrix): Removed reference to GpRect/GpRectF.
16
17 2004-01-10  Ravindra  <rkumar@novell.com>
18
19         * All Enums: Made serializable.
20
21         * GraphicsPathIterator.cs: Implements IDisposable.
22
23         * GraphicsState.cs: Inherits MarshalByRefObject.
24
25 2003-12-25  Duncan Mak  <duncan@ximian.com>
26
27         * Matrix.cs (ToString): Cache the elements inside a local variable
28         to avoid calling the Elements property repeatedly.
29
30 2003-12-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31
32         * Blend.cs: fix array sizes in the constructors. Closes bug #51564.
33         System.Web moves in mysterious ways.
34
35 2003-11-22  Duncan Mak  <duncan@ximian.com>
36
37         * Matrix.cs: Rewrote to use GDI+ implementation, doing all the
38         math in unmanaged code instead of doing it in C#.
39
40 2003-11-04  Miguel de Icaza  <miguel@ximian.com>
41
42         * GraphicsPathIterator.cs: Do not make this protected.
43
44 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
45
46         * QualityMode.cs: Fixed typo
47         * InterpolationMode.cs: Fixed typo
48         * RegionData.cs: Fixed signatures, partially implemented
49         * PathGradientBrush.cs: Fixed signatures
50         * PathData.cs: Fixed signature, implemented
51         * LinearGradientBrush.cs: Added missing MonoTODOs, fixed typo
52         * GraphicsContainer.cs: Added private constructor
53         * CustomLineCap.cs: Fixed typos, fixed inheritance, removed unneeded member
54
55 2003-11-11 Ben Maurer  <bmaurer@users.sourceforge.net>
56
57         * ColorBlend.cs (Positions): another one.
58
59 2003-11-11 Ben Maurer  <bmaurer@users.sourceforge.net>
60
61         * Blend.cs (Positions): recursion in prop.
62
63 2003-10-24  Miguel de Icaza  <miguel@ximian.com>\r
64 \r
65         * GraphicsPath.cs: Stub some more.\r
66 \r
67 2003-10-12 Alexandre Pigolkine <pigolkine@gmx.de>\r
68         * GraphicsState.cs              internal member added\r
69 \r
70 2003-06-26 Alexandre Pigolkine <pigolkine@gmx.de>\r
71         * GraphicsState.cs              internal member added\r
72         \r
73 2003-04-26 Alexandre Pigolkine <pigolkine@gmx.de>\r
74         * LinearGradientBrush.cs  some implementation added\r
75 \r
76 2003-3-15 DennisHayes <dennish@raytek.com>\r
77         * Stubbed and somewhat implmented\r
78 \r
79         * CustomLineCap.cs\r
80         * GraphicsContainer.cs\r
81         * GraphicsPath.cs\r
82         * GraphicsPathIterator.cs\r
83         * GraphicsState.cs\r
84         * HatchBrush.cs\r
85         * LinearGradientBrush.cs\r
86 \r
87 2003-3-5 DennisHayes <dennish@raytek.com>\r
88         * Added values for enums\r
89         * Stubbed and somewhat implmented Blend, ColorBlend, CustomLineCap\r
90 \r
91 \r
92 2003-3-2  DennisHayes <dennish@raytek.com>\r
93 \r
94         * Created changelog\r
95         * updated copyrights to 2002/3\r
96         * changed namespace from System.Drawing, System.Drawing.Drawing2d to System.Drawing.Drawing2D\r
97         * cosmetic improvments\r
98 \r
99 2002-10-13  DennisHayes <dennish@raytek.com>\r
100         * Changed namespace from *2d to *2D\r
101         * Changed comment header from system.Drawing to System.Drawing.Drawing2D\r
102 \r
103 2002-9-2  DennisHayes <dennish@raytek.com>\r
104         \r
105         * AdjustableArrowCap.cs\r
106         * Blend.cs\r
107         * ColorBlend.cs\r
108         * CombineMode.cs\r
109         * CompostingMode.cs\r
110         * CompostingQuality.cs\r
111         * CoordinateSpace.cs\r
112         * CustomLineCap.cs\r
113         * DashCap.cs\r
114         * DashStyle.cs\r
115         * FillMode.cs\r
116         * FlushIntention.cs\r
117         * GraphicsContainer.cs\r
118         * GraphicsPathIterator.cs\r
119         * GraphicsState.cs\r
120         * HatchBrush.cs\r
121         * HatchStyle.cs\r
122         * InterpolationMode.cs\r
123         * LinearGradientBrush.cs\r
124         * LinearGradientMode.cs\r
125         * LineCap.cs\r
126         * LineJoin.cs\r
127         * MatrixOrder.cs\r
128         * PathData.cs\r
129         * PathGradientBrush.cs\r
130         * PathPointType.cs\r
131         * PenAligment.cs\r
132         * PenType.cs\r
133         * PixelOffsetMode.cs\r
134         * QualityMode.cs\r
135         * RegionData.cs\r
136         * SmoothingMode.cs\r
137         * WarpMode.cs\r
138         * WrapMode.cs\r
139         * Added null classes for most/all classes, Many stubs, and some implmentation\r
140 \r
141 2002-9-2  DennisHayes <dennish@raytek.com>\r
142 \r
143         * Matrix.cs\r
144         * Added stubs, implmentation\r
145 \r
146 2002-9-2  DennisHayes <dennish@raytek.com>\r
147 \r
148         * GraphicsPath.cs\r
149         * added stub needed for system.windows.forms\r
150 \r
151 2002-01-06  Ravi Pratap  <ravi@ximian.com>\r
152 \r
153         * ChangeLog : Add.\r
154 \r
155         * Matrix.cs : MonoTODO everywhere.\r
156 \r
157         * TODOAttribute.cs : Add here too.\r