866e75753ce593cbc305de81b62d86648ec7799a
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / ChangeLog
1 2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ToolboxItem.cs: (Initialize) Avoid casting image to Bitmap 2 times.
4         [Found using Gendarme]
5
6 2008-02-16  Ivan N. Zlatev  <contact@i-nz.net>
7
8         * UITypeEditor.cs: Associate string[] with StringArrayEditor in the 
9         editors table.
10         [Part of fix for bugs #360666 and #358332]
11
12 2007-07-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
13
14         * UITypeEditor.cs: Add a table of special editors (types that can't use
15           attributes to specify the editor) to TypeDescriptor.
16
17 2007-06-30  Gert Driesen  <drieseng@users.sourceforge.net>
18
19         * ToolboxItem.cs: GetType (IDesignerHost) is 2.0 only.
20
21 2007-06-08  Ivan N. Zlatev <contact@i-nz.net>
22
23         * ToolboxItem.cs: Implement some 2.0 stuff.
24         Fix events not to get fired twice.
25
26 2007-06-06  Alan McGovern <alan.mcgovern@gmail.com>
27
28         * ToolboxItem.cs: Fixed typo in event firing
29
30 2007-03-14  Ivan N. Zlatev  <contact@i-nz.net>
31
32         * ToolboxItem.cs: Fixed GetType not to be
33         dependant on ITypeResolutionService.
34
35 2007-03-14  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * ToolboxItem.cs: Normalize line endings.
38
39 2006-11-22  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * ToolboxItem.cs: Implemented some 2.0 stuff.
42
43 2006-11-28  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * UITypeEditor.cs: Remove MonoTODO (this always returns false).
46
47 2006-08-29  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * ToolboxItem.cs: Fix compiler warning.
50
51 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * ToolboxItem.cs: Update ComponentType property to match MS result.
54
55 2006-05-21  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * PropertyValueUIHandler.cs: Removed [Serializable] from 2.0 profile.
58         * PropertyValueUIItemInvokeHandler.cs: Removed [Serializable] from 
59         2.0 profile.
60         * ToolboxComponentsCreatedEventHandler.cs: Removed [Serializable] 
61         from 2.0 profile.
62         * ToolboxComponentsCreatingEventHandler.cs: Removed [Serializable] 
63         from 2.0 profile.
64         * ToolboxItemCreatorCallback.cs: Removed [Serializable] from 2.0 
65         profile.
66
67 2006-05-05  Sebastien Pouliot  <sebastien@ximian.com>
68
69         * IToolboxService.cs: corcompare fix. Added [ComImport] for 2.0.
70         * ToolboxItem.cs: corcompare fix. Added new overload for 
71         CreateComponentsCore in 2.0
72         * UITypeEditor.cs: corcompare fix. Added new IsDropDownResizable
73         property for 2.0.
74
75 2005-12-05 Jordi Mas i Hernandez <jordimash@gmail.com>
76
77         * ToolboxItem.cs: Add new methods and properties for .Net and 
78           also moved to an internal properties hashtable implementation
79
80         * IToolboxItemProvider.cs: New .Net 2.0 interface
81
82 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * CategoryNameCollection.cs: Added LinkDemand for Unrestricted 
85         permissions. Added null checks in constructors.
86         * PaintValueEventArgs.cs: Added LinkDemand and InheritanceDemand for 
87         Unrestricted permissions. Added null checks in constructor.
88         * PropertyValueItem.cs: Added LinkDemand and InheritanceDemand for 
89         Unrestricted permissions. Added null checks in constructor.
90         * ToolboxComponentsCreatedEventArgs.cs: Added LinkDemand and 
91         InheritanceDemand for Unrestricted permissions.
92         * ToolboxComponentsCreatingEventArgs.cs: Added LinkDemand and 
93         InheritanceDemand for Unrestricted permissions.
94         * ToolboxItem.cs: Added LinkDemand and InheritanceDemand for 
95         Unrestricted permissions.
96         * ToolboxItemCollection.cs: Added LinkDemand for Unrestricted 
97         permissions.
98         * UITypeEditor.cs: Added LinkDemand and InheritanceDemand for 
99         Unrestricted permissions.
100
101 2005-08-24 Michael Hutchinson <m.j.hutchinson@gmail.com>
102
103         * ToolboxItem.cs: Implemented retrieving item's bitmap
104
105 2005-08-09  Michael Hutchinson <m.j.hutchinson@gmail.com>
106
107         * ToolboxItemCollection.cs: Call base constructor
108         * ToolboxItem: Implemented CreateComponentsCore, GetType, Initialize
109
110 2005-08-03  Andrew Skiba <andrews@mainsoft.com>
111
112         * UITypeEditor.cs: Added TARGET_JVM support
113
114 2003-06-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
115
116         * ToolboxItem.cs: Added serialization/deserialization support
117         
118 2003-06-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
119
120         * CategoryNameCollection.cs
121         * ToolboxItemCollection.cs: Implemented
122
123         * PropertyValueItem.cs: Implemented
124         * IDesignerHost.cs: Deleted (not defined in this namespace)
125         
126         * IToolboxService.cs: Fixed missing imports, added missing interface declarations
127         * ToolboxComponentsCreatingEventArgs.cs: Fixed missing imports
128
129         * ToolboxItem.cs: Fixed missing imports, Partially implemented
130
131         * UITypeEditor.cs: Implemented
132
133         * UITypeEditorEditStyle.cs: Fixed incorrect values
134
135 2003-03-31  Alan Tam <Tam@SiuLung.com>
136
137         * UITypeEditor.cs: Added
138         * PaintValueEventArgs.cs: Fixed typo in namespace
139
140 2002-12-01  Alejandro Sánchez Acosta <raciel@es.gnu.org>
141
142         * PaintValueEventArgs.cs,
143           ToolboxComponentsCreatingEventArgs.cs,
144           PropertyValueItem.cs,
145           ToolboxComponentsCreatingEventHandler.cs
146           IDesignerHost.cs, 
147           ToolboxItemCreatorCallback.cs, 
148           ToolboxItem.cs, 
149           ToolboxComponentsCreatedEventArgs.cs
150           UITypeEditorEditStyle.cs, 
151           IToolboxUser.cs 
152           ToolboxComponentsCreatedEventHandler.cs
153           CategoryNameCollection.cs : Added
154         
155 2002-11-20  Alejandro Sánchez Acosta <raciel@es.gnu.org>
156
157         * IPropertyValueUIService.cs: Added
158
159         * PropertyValueItem.cs: Added
160
161         * PropertyValueUIHandler.cs: Added
162
163         * PropertyValueUIItemInvokeHandler.cs: Added
164
165         * ChangeLog: new file.