2006-04-26 Alexander Olk <alex.olk@googlemail.com>
[mono.git] / mcs / class / System.Drawing.Design / System.Drawing.Design / ChangeLog
1 2006-04-26  Alexander Olk <alex.olk@googlemail.com>
2
3         * ColorEditor.cs: Dispose the SolidBrush that fills the color
4           rectangle and don't draw a border which uglifys
5           PropertyGrid
6
7 2004-02-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
8
9         * BitmapEditor.cs
10         * FontEditor.cs
11         * FontNameEditor.cs
12         * IconEditor.cs
13         * ImageEditor.cs
14         * MetafileEditor.cs
15         * ColorEditor.cs: beautifications
16
17         * ContentAlignmentEditor.cs
18         * CursorEditor.cs: Implemented a simple UI
19         * ColorEditor.cs: Implemented a simple UI
20
21 2003-07-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
22
23         * IconEditor.cs: Tiny fix to improve created image
24
25 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
26
27         * BitmapEditor.cs
28         * IconEditor.cs
29         * ImageEditor.cs
30         * MetafileEditor.cs: Added localization support
31
32         * FontNameEditor.cs: Improved implementation
33
34 2003-06-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
35
36         * BitmapEditor.cs
37         * FontEditor.cs
38         * FontNameEditor.cs
39         * IconEditor.cs
40         * ImageEditor.cs
41         * MetafileEditor.cs: Implemented
42         
43         * ColorEditor.cs
44         * ContentAlignmentEditor.cs
45         * CursorEditor.cs: Partially implemented