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