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