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