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