2007-09-28 Atsushi Enomoto * DesignerActionService.cs : new stub. * ComponentActionsType.cs, DesignerActionListsChangedType.cs, DesignerActionListsChangedEventArgs.cs, DesignerActionListsChangedEventHandler.cs : new implementations. * DesignerActionListCollection.cs : [ComVisible]. * DesignerActionItem.cs, DesignerActionMethodItem.cs, DesignerActionPropertyItem.cs, DesignerActionTextItem.cs : fixed protected .ctor() and made base fields private. Properties is implemented. 2007-09-15 Ivan N. Zlatev * DesignSurface.cs: Binary compatibility fixes. * ComponentDesigner.cs: Binary compatibility fixes. * EventBindingService.cs: Binary compatibility fixes. * DesignSurfaceCollection.cs: Binary compatibility fixes. 2007-08-29 Ivan N. Zlatev * DesignSurfaceManager.cs: implemented. * DesignerEventService.cs: implemented. * ComponentDesigner.cs: implemented. * ActiveDesignSurfaceChangedEventHandler.cs: implemented. * LoadedEventHandler.cs: implemented. * DesignSurfaceCollection.cs: implemented. * DesignerHost.cs: implemented. * ExtenderService.cs: implemented. * DesignModeSite.cs: implemented. * SelectionService.cs: implemented. * DesignSurfaceServiceContainer.cs: implemented. * DesignerActionListCollection.cs: implemented. * ActiveDesignSurfaceChangedEventArgs.cs: implemented. * LoadedEventArgs.cs: implemented. * TypeDescriptorFilterService.cs: implemented. * ReferenceService.cs: implemented. * DesignSurface.cs: implemented. * DesignSurfaceEventHandler.cs: implemented. * DesignModeNestedContainer.cs: implemented. * EventBindingService.cs: implemented. * DesignSurfaceEventArgs.cs: implemented. 2007-08-27 Ivan N. Zlatev * CollectionEditor.cs: - Fix CreateCollectionItemType to deal with "Item" overloads. - Implement Create/DestroyInstance to check for the IDesignerHost service and use that. - Check if SetItems produces a new object(will happen for arrays) and update EditValue. 2007-07-12 Rolf Bjarne Kvinge * CollectionEditor.cs: Implement CreateInstance for 1.1 profile (patch by Andreas Nahr). 2007-07-10 Rolf Bjarne Kvinge * ArrayEditor.cs, MultilineStringEditor.cs, CollectionEditor.cs, DateTimeEditor.cs: Implemented (patch by Andreas Nahr). 2006-11-30 Marek Habersack * ComponentDesigner.cs: Add a missing 'verbs' variable and set the correct return value for Contains. 2006-11-29 Miguel de Icaza * ComponentDesigner.cs: Remove a few exceptions being thrown from a few popular calls. This will just make code that is automatically generated to run, it will not actually provide any real designer functionality. 2005-10-04 Sebastien Pouliot * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose method (even if we throw an NotImplementedException afterward). This will remove warnings from gendarme. 2004-06-13 Gert Driesen * DisplayMode.cs: changed enum field values to match MS.NET 2004-06-11 Gert Driesen * ArrayEditor.cs: removed extra finalizer * BinaryEditor.cs: stubbed * ByteViewer.cs: removed extra finalizer, added missing method * CollectionEditor.cs: removed extra finalizer * DateTimeEditor.cs: stubbed * InheritanceService.cs: removedd extra finalizer * LocalizationExtenderProvider.cs: added missing attributes, removed extra finalizer * ObjectSelectorEditor.cs: stubbed 2004-05-16 Gert Driesen (drieseng@users.sourceforge.net) * ByteViewer.cs: removed Site property, added GetBytes sub, added missing attributes * LocalizationExtenderProvider.cs: added missing attributes 2003-03-31 Alan Tam