2006-10-13 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Drawing.Design / System.Drawing.Design / ChangeLog
1 2006-10-13  Chris Toshok  <toshok@ximian.com>
2
3         * ColorEditor.cs: windows allows a null to be passed in to
4         EditValue (indeed, the property grid when showing a merged view
5         requires it).  Also, if no change is made we need to return the
6         initial value (so, if you pass null in, and don't make a change,
7         null should be returned.
8
9 2006-07-31  Jonathan Chambers <joncham@gmail.com>
10
11         * ColorEditor.cs: Add custom color picker tab.
12
13 2006-04-27  Jonathan Chambers <jonathan.chambers@ansys.com>
14
15         * ColorEditor.cs: Make into a drop down editor
16           and begin work on editor.
17
18 2006-04-26  Alexander Olk <alex.olk@googlemail.com>
19
20         * ColorEditor.cs: Dispose the SolidBrush that fills the color
21           rectangle and don't draw a border which uglifys
22           PropertyGrid
23
24 2004-02-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
25
26         * BitmapEditor.cs
27         * FontEditor.cs
28         * FontNameEditor.cs
29         * IconEditor.cs
30         * ImageEditor.cs
31         * MetafileEditor.cs
32         * ColorEditor.cs: beautifications
33
34         * ContentAlignmentEditor.cs
35         * CursorEditor.cs: Implemented a simple UI
36         * ColorEditor.cs: Implemented a simple UI
37
38 2003-07-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
39
40         * IconEditor.cs: Tiny fix to improve created image
41
42 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
43
44         * BitmapEditor.cs
45         * IconEditor.cs
46         * ImageEditor.cs
47         * MetafileEditor.cs: Added localization support
48
49         * FontNameEditor.cs: Improved implementation
50
51 2003-06-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
52
53         * BitmapEditor.cs
54         * FontEditor.cs
55         * FontNameEditor.cs
56         * IconEditor.cs
57         * ImageEditor.cs
58         * MetafileEditor.cs: Implemented
59         
60         * ColorEditor.cs
61         * ContentAlignmentEditor.cs
62         * CursorEditor.cs: Partially implemented