Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

166 lines
5.2 KiB
Plaintext

2008-08-06 Sebastien Pouliot <sebastien@ximian.com>
* ToolboxItem.cs: (Initialize) Avoid casting image to Bitmap 2 times.
[Found using Gendarme]
2008-02-16 Ivan N. Zlatev <contact@i-nz.net>
* UITypeEditor.cs: Associate string[] with StringArrayEditor in the
editors table.
[Part of fix for bugs #360666 and #358332]
2007-07-10 Rolf Bjarne Kvinge <RKvinge@novell.com>
* UITypeEditor.cs: Add a table of special editors (types that can't use
attributes to specify the editor) to TypeDescriptor.
2007-06-30 Gert Driesen <drieseng@users.sourceforge.net>
* ToolboxItem.cs: GetType (IDesignerHost) is 2.0 only.
2007-06-08 Ivan N. Zlatev <contact@i-nz.net>
* ToolboxItem.cs: Implement some 2.0 stuff.
Fix events not to get fired twice.
2007-06-06 Alan McGovern <alan.mcgovern@gmail.com>
* ToolboxItem.cs: Fixed typo in event firing
2007-03-14 Ivan N. Zlatev <contact@i-nz.net>
* ToolboxItem.cs: Fixed GetType not to be
dependant on ITypeResolutionService.
2007-03-14 Sebastien Pouliot <sebastien@ximian.com>
* ToolboxItem.cs: Normalize line endings.
2006-11-22 Sebastien Pouliot <sebastien@ximian.com>
* ToolboxItem.cs: Implemented some 2.0 stuff.
2006-11-28 Sebastien Pouliot <sebastien@ximian.com>
* UITypeEditor.cs: Remove MonoTODO (this always returns false).
2006-08-29 Sebastien Pouliot <sebastien@ximian.com>
* ToolboxItem.cs: Fix compiler warning.
2006-05-24 Sebastien Pouliot <sebastien@ximian.com>
* ToolboxItem.cs: Update ComponentType property to match MS result.
2006-05-21 Sebastien Pouliot <sebastien@ximian.com>
* PropertyValueUIHandler.cs: Removed [Serializable] from 2.0 profile.
* PropertyValueUIItemInvokeHandler.cs: Removed [Serializable] from
2.0 profile.
* ToolboxComponentsCreatedEventHandler.cs: Removed [Serializable]
from 2.0 profile.
* ToolboxComponentsCreatingEventHandler.cs: Removed [Serializable]
from 2.0 profile.
* ToolboxItemCreatorCallback.cs: Removed [Serializable] from 2.0
profile.
2006-05-05 Sebastien Pouliot <sebastien@ximian.com>
* IToolboxService.cs: corcompare fix. Added [ComImport] for 2.0.
* ToolboxItem.cs: corcompare fix. Added new overload for
CreateComponentsCore in 2.0
* UITypeEditor.cs: corcompare fix. Added new IsDropDownResizable
property for 2.0.
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.