DrawString implementation
[mono.git] / mcs / class / System.Drawing / System.Drawing / ChangeLog
1 2003-06-22 Alexandre Pigolkine <pigolkine@gmx.de>
2         * Factories.cs
3         * FontFamily.cs         more implementation
4
5 2003-06-20 Alexandre Pigolkine <pigolkine@gmx.de>
6         * Font.cs
7         * FontFamily.cs         more implementation
8
9 2003-06-18 Alexandre Pigolkine <pigolkine@gmx.de>
10         * Graphics.cs           few more calls to implementation
11
12 2003-06-15 Alexandre Pigolkine <pigolkine@gmx.de>
13     * Bitmap.cs                 BITMAP declaration removed
14         * Graphics.cs           few more calls to implementation
15         * Image.cs                      InternalImageInfo structure, image read/write functions
16                         
17                         
18 2003-05-26 Alexandre Pigolkine <pigolkine@gmx.de>
19         * Factories.cs  analyse environment variable and machine.config to select implementation
20         * Image.cs              PixelFormat property added
21
22 2003-04-30  Nick Drochak <ndrochak@gol.com>
23
24         * Factories.cs: Change weird characters that broke build on windows.
25
26 2003-04-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27
28         * ColorConverter.cs:
29         (ConvertFrom): return a system or named color if there's one that fits
30         teh values parsed with Color.FromArgb.
31
32 2003-04-26  Alexandre Pigolkine <pigolkine@gmx.de>
33         * Bitmap.cs
34         * Brush.cs
35         * Font.cs
36         * Graphics.cs
37         * Image.cs
38         * Pen.cs
39         * SolidBrush.cs
40         * SystemBrushes.cs
41         * Factories.cs
42                         delegate function calls to implementation
43
44 2003-04-26  Alexandre Pigolkine <pigolkine@gmx.de>
45         * Bitmap.cs
46         * ChangeLog
47         * Image.cs
48         * SystemBrushes.cs              switch to Linux style line terminators
49
50 2003-03-29 Alan Tam <Tam@SiuLung.com>
51         * ToolboxBitmapAttribute
52                 stubbed more constructors and fixed base class
53
54 2003-03-01 Alexandre Pigolkine <pigolkine@gmx.de>
55         * SystemBrushes.cs
56                         added stubs to compile SWF
57
58
59 2003-02-21  Alexandre Pigolkine <pigolkine@gmx.de>
60         * Font.cs
61         * Graphics.cs
62         * Image.cs
63         * SystemBrushes.cs
64                         small changes to be able to run SWF apps
65
66 2003-02-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
67
68         * Graphics.cs: stubbed out all the methods.
69
70 2003-02-08 Piers Haken <piersh@friskit.com>
71
72         * fixed case of pens.cs and font.cs
73
74 2003-02-07 Alexandre Pigolkine <pigolkine@gmx.de>
75         * Font.cs Added
76         * Graphics.cs
77         * StringFormat.cs 
78         * SystemBrushes.cs
79                 stubs added
80
81 2002-11-21 Dennis Hayes (dennish@raytek.com)
82         * checkin for Matt Stump (mstump@swfo.arizona.edu)
83         * Pens.cs
84         * Added file
85
86 2002-10-19  Rachel Hestilow <hestilow@ximian.com>
87
88         * ColorTranslator.cs (FromHtml): Implement.
89         
90 2002-10-14 Dennis Hayes (dennish@raytek.com)
91         * Region.cs
92         * changed using namespace from Drawing2d to Drawing2D
93
94  2002-9-15 Asier Llano <asierllano@infonegocio.com>
95         
96         * Fixes the enum values in the following enums
97         * ContentAlignment.cs:
98         * FontStyle.cs:
99         * GraphicsUnit.cs:
100         * KnownColor.cs:
101         * RotateFlipType.cs:
102         * StringAligment.cs:
103         * StringDigitSubstitute.cs:
104         * StringFormatFlags.cs:
105         * StringTrimming.cs:
106         * StringUnit.cs: 
107         * SolidBrush.cs: Easy implementation
108         * Brushes.cs:    Implementation based on SolidBrush and Color class.
109         * Brush.cs:      Fixes based on the status web).
110         * CharacterRange.cs: Implemented the missing Lenth property.
111
112 2002-9-14 Dennis Hayes (dennish@raytek.com)
113         
114         * sample.cs
115         * removed personal template that should not have been checked in
116
117 2002-09-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
118
119         * ColorConverter.cs: readded MonoTODOs and implemented a couple of
120         methods.
121
122 2002-9-14  DennisHayes <dennish@raytek.com>
123
124         * FontConverter.cs
125         * FontFamily.cs
126         * Icon.cs
127         * IconConverter.cs
128         * ImageAnimator.cs
129         * ImageConverter.cs
130         * ImageFormatConverter.cs
131         * PointConverter.cs
132         * RectangleConverter.cs
133         * Sample.cs
134         * SizeConverter.cs
135         * SolidBrush.cs
136         * StringFormat.cs
137         * SystemBrushes.cs
138         * SystemIcons.cs
139         * SystemPens.cs
140         * TextureBrush.cs
141         * ToolboxBitmapAttribute.cs
142         * Added null classes for most/all classes, Many stubs, and some implmentation
143
144 2002-9-2  DennisHayes <dennish@raytek.com>
145
146         * Bitmap.cs
147         * Color.cs
148         * ColorConverter.cs
149         * Image.cs
150         * Pen.cs
151         * Added stubs, implmentation
152
153 2002-9-2  DennisHayes <dennish@raytek.com>
154
155         * Brushes.cs : stubbed, added colors. Not sure how to implement,
156                                  but this should at least save someone some typing.
157         * CharacterRange.cs :Implmented
158         * Region.cs : stub needed for system.windows.forms
159
160 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
161
162         * ColorTranslator.cs: use Color.Name.
163
164 2002-07-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
165
166         * Color.cs: implemented SystemColors and NamedColors properties that
167         are used by ColorConverter, removed public constructor, use
168         SystemColors, and misc. fixes to make it behave as MS (ToString,
169         parsing names, FromKnownColor,...).
170
171         * ColorConverter.cs: use NamedColors and SystemColors from Color when
172         trying to get the color from its name.
173
174         * SystemColors.cs: new file.
175
176 2002-07-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
177
178         * Color.cs: changed static properties to use FromArgbNamed. Also
179         modified the program included in comments that get the values for
180         static properties.
181
182         (FromArgbNamed): build named colors.
183         (FromKnownColor): fixed.
184         (FromName): use a hash to look up colors by name.
185         (FillColorNames): create the hash of colors.
186         (Equals): compare values and name.
187         (ToString): improved.
188
189         * ColorTranslator.cs: implemented ToHtml.
190
191 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
192
193         * Color.cs: added TypeConverter attribute.
194         
195         * ColorConverter.cs: added constructor.
196
197 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
198
199         * ColorConverter.cs: implemented minimal set of features needed by xsp.
200
201 2002-05-03  Mike Kestner <mkestner@speakeasy.net>
202
203         * Bitmap.cs : using System.IO
204         * ColorTranslator.cs : Stubbed off build breakers.
205         * Image.cs : Stub off IDisposable and ICloneable.
206         
207 2002-04-27  Christian Meyer  <Christian.Meyer@cs.tum.edu>
208
209         * Bitmap.cs: Ximian is the new copyright holder now.
210         * Image.cs: ditto
211
212 2002-04-05  Christian Meyer  <Christian.Meyer@cs.tum.edu>
213
214         * Uppercased several files.
215
216 2002-04-05  Christian Meyer  <Christian.Meyer@cs.tum.edu>
217
218         * color.cs: Fixed a typo in GetSaturation ().
219
220 2002-02-26  Christian Meyer  <Christian.Meyer@cs.tum.edu>
221
222         * Bitmap.cs: Added method headers.
223
224 2002-02-25  Christian Meyer  <Christian.Meyer@cs.tum.edu>
225
226         * Bitmap.cs: Added, no implementation's done, yet.
227
228 2001-12-15  Mike Kestner <mkestner@speakeasy.net>
229
230         * Rectangle.cs : Add a doc comment.
231         * RectangleF.cs : New struct implementation.
232
233 2001-12-15  Mike Kestner <mkestner@speakeasy.net>
234
235         * Rectangle.cs : New struct implementation.
236
237 2001-08-17  Mike Kestner <mkestner@speakeasy.net>
238
239         * PointF.cs, Size.cs, SizeF.cs : New struct implementations.
240
241 2001-08-16  Mike Kestner <mkestner@speakeasy.net>
242
243         * Point.cs : New. Implementation of System.Drawing.Point struct.
244