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