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