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