2005-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Design / ChangeLog
1 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * CategoryNameCollection.cs: Added LinkDemand for Unrestricted 
4         permissions. Added null checks in constructors.
5         * PaintValueEventArgs.cs: Added LinkDemand and InheritanceDemand for 
6         Unrestricted permissions. Added null checks in constructor.
7         * PropertyValueItem.cs: Added LinkDemand and InheritanceDemand for 
8         Unrestricted permissions. Added null checks in constructor.
9         * ToolboxComponentsCreatedEventArgs.cs: Added LinkDemand and 
10         InheritanceDemand for Unrestricted permissions.
11         * ToolboxComponentsCreatingEventArgs.cs: Added LinkDemand and 
12         InheritanceDemand for Unrestricted permissions.
13         * ToolboxItem.cs: Added LinkDemand and InheritanceDemand for 
14         Unrestricted permissions.
15         * ToolboxItemCollection.cs: Added LinkDemand for Unrestricted 
16         permissions.
17         * UITypeEditor.cs: Added LinkDemand and InheritanceDemand for 
18         Unrestricted permissions.
19
20 2005-08-24 Michael Hutchinson <m.j.hutchinson@gmail.com>
21
22         * ToolboxItem.cs: Implemented retrieving item's bitmap
23
24 2005-08-09  Michael Hutchinson <m.j.hutchinson@gmail.com>
25
26         * ToolboxItemCollection.cs: Call base constructor
27         * ToolboxItem: Implemented CreateComponentsCore, GetType, Initialize
28
29 2005-08-03  Andrew Skiba <andrews@mainsoft.com>
30
31         * UITypeEditor.cs: Added TARGET_JVM support
32
33 2003-06-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
34
35         * ToolboxItem.cs: Added serialization/deserialization support
36         
37 2003-06-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
38
39         * CategoryNameCollection.cs
40         * ToolboxItemCollection.cs: Implemented
41
42         * PropertyValueItem.cs: Implemented
43         * IDesignerHost.cs: Deleted (not defined in this namespace)
44         
45         * IToolboxService.cs: Fixed missing imports, added missing interface declarations
46         * ToolboxComponentsCreatingEventArgs.cs: Fixed missing imports
47
48         * ToolboxItem.cs: Fixed missing imports, Partially implemented
49
50         * UITypeEditor.cs: Implemented
51
52         * UITypeEditorEditStyle.cs: Fixed incorrect values
53
54 2003-03-31  Alan Tam <Tam@SiuLung.com>
55
56         * UITypeEditor.cs: Added
57         * PaintValueEventArgs.cs: Fixed typo in namespace
58
59 2002-12-01  Alejandro Sánchez Acosta <raciel@es.gnu.org>
60
61         * PaintValueEventArgs.cs,
62           ToolboxComponentsCreatingEventArgs.cs,
63           PropertyValueItem.cs,
64           ToolboxComponentsCreatingEventHandler.cs
65           IDesignerHost.cs, 
66           ToolboxItemCreatorCallback.cs, 
67           ToolboxItem.cs, 
68           ToolboxComponentsCreatedEventArgs.cs
69           UITypeEditorEditStyle.cs, 
70           IToolboxUser.cs 
71           ToolboxComponentsCreatedEventHandler.cs
72           CategoryNameCollection.cs : Added
73         
74 2002-11-20  Alejandro Sánchez Acosta <raciel@es.gnu.org>
75
76         * IPropertyValueUIService.cs: Added
77
78         * PropertyValueItem.cs: Added
79
80         * PropertyValueUIHandler.cs: Added
81
82         * PropertyValueUIItemInvokeHandler.cs: Added
83
84         * ChangeLog: new file.