Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/System.Drawing.Design/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Design/ChangeLog91
1 files changed, 91 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Design/ChangeLog b/mcs/class/System.Drawing/System.Drawing.Design/ChangeLog
new file mode 100644
index 00000000000..f462303c333
--- /dev/null
+++ b/mcs/class/System.Drawing/System.Drawing.Design/ChangeLog
@@ -0,0 +1,91 @@
+2005-12-05 Jordi Mas i Hernandez <jordimash@gmail.com>
+
+ * ToolboxItem.cs: Add new methods and properties for .Net and
+ also moved to an internal properties hashtable implementation
+
+ * IToolboxItemProvider.cs: New .Net 2.0 interface
+
+2005-09-16 Sebastien Pouliot <sebastien@ximian.com>
+
+ * CategoryNameCollection.cs: Added LinkDemand for Unrestricted
+ permissions. Added null checks in constructors.
+ * PaintValueEventArgs.cs: Added LinkDemand and InheritanceDemand for
+ Unrestricted permissions. Added null checks in constructor.
+ * PropertyValueItem.cs: Added LinkDemand and InheritanceDemand for
+ Unrestricted permissions. Added null checks in constructor.
+ * ToolboxComponentsCreatedEventArgs.cs: Added LinkDemand and
+ InheritanceDemand for Unrestricted permissions.
+ * ToolboxComponentsCreatingEventArgs.cs: Added LinkDemand and
+ InheritanceDemand for Unrestricted permissions.
+ * ToolboxItem.cs: Added LinkDemand and InheritanceDemand for
+ Unrestricted permissions.
+ * ToolboxItemCollection.cs: Added LinkDemand for Unrestricted
+ permissions.
+ * UITypeEditor.cs: Added LinkDemand and InheritanceDemand for
+ Unrestricted permissions.
+
+2005-08-24 Michael Hutchinson <m.j.hutchinson@gmail.com>
+
+ * ToolboxItem.cs: Implemented retrieving item's bitmap
+
+2005-08-09 Michael Hutchinson <m.j.hutchinson@gmail.com>
+
+ * ToolboxItemCollection.cs: Call base constructor
+ * ToolboxItem: Implemented CreateComponentsCore, GetType, Initialize
+
+2005-08-03 Andrew Skiba <andrews@mainsoft.com>
+
+ * UITypeEditor.cs: Added TARGET_JVM support
+
+2003-06-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+ * ToolboxItem.cs: Added serialization/deserialization support
+
+2003-06-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+ * CategoryNameCollection.cs
+ * ToolboxItemCollection.cs: Implemented
+
+ * PropertyValueItem.cs: Implemented
+ * IDesignerHost.cs: Deleted (not defined in this namespace)
+
+ * IToolboxService.cs: Fixed missing imports, added missing interface declarations
+ * ToolboxComponentsCreatingEventArgs.cs: Fixed missing imports
+
+ * ToolboxItem.cs: Fixed missing imports, Partially implemented
+
+ * UITypeEditor.cs: Implemented
+
+ * UITypeEditorEditStyle.cs: Fixed incorrect values
+
+2003-03-31 Alan Tam <Tam@SiuLung.com>
+
+ * UITypeEditor.cs: Added
+ * PaintValueEventArgs.cs: Fixed typo in namespace
+
+2002-12-01 Alejandro Sánchez Acosta <raciel@es.gnu.org>
+
+ * PaintValueEventArgs.cs,
+ ToolboxComponentsCreatingEventArgs.cs,
+ PropertyValueItem.cs,
+ ToolboxComponentsCreatingEventHandler.cs
+ IDesignerHost.cs,
+ ToolboxItemCreatorCallback.cs,
+ ToolboxItem.cs,
+ ToolboxComponentsCreatedEventArgs.cs
+ UITypeEditorEditStyle.cs,
+ IToolboxUser.cs
+ ToolboxComponentsCreatedEventHandler.cs
+ CategoryNameCollection.cs : Added
+
+2002-11-20 Alejandro Sánchez Acosta <raciel@es.gnu.org>
+
+ * IPropertyValueUIService.cs: Added
+
+ * PropertyValueItem.cs: Added
+
+ * PropertyValueUIHandler.cs: Added
+
+ * PropertyValueUIItemInvokeHandler.cs: Added
+
+ * ChangeLog: new file.