| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- 2008-02-25 Ivan N. Zlatev <[email protected]>
- * DateTimeEditor.cs: Set the calendar to the currently edited
- date. Patch by Andy Hume. Code is contributed under
- MIT/X11 license.
- [Fixes #362749]
- 2008-02-16 Ivan N. Zlatev <[email protected]>
- * CollectionEditor.cs: Handle null collection.
- [Part of fix for bugs #360666 and #358332]
- 2008-02-12 Ivan N. Zlatev <[email protected]>
- * DateTimeEditor.cs: Set edit value only if the user sets it
- in the editor.
- [Fixes #359159]
- 2008-02-05 Ivan N. Zlatev <[email protected]>
- * MutilineStringEditor.cs: Make BorderStyle, Width and Height
- sensible.
- [Fixes #356530]
- 2008-01-22 Ivan N. Zlatev <[email protected]>
- * MutilineStringEditor.cs: Fix EditValue to return the new
- value not the old one.
- [Fixes #354991]
- 2008-01-04 Ivan N. Zlatev <[email protected]>
- * UndoEngine.cs: implemented.
- 2008-01-04 Ivan N. Zlatev <[email protected]>
-
- * DesignerHost.cs: Fix lastTransaction to be set properly.
- Handle current != raiser transaction commit case.
- 2008-01-04 Ivan N. Zlatev <[email protected]>
-
- * SelectionService.cs: Remove the component from the current
- selection if it gets removed from the surface.
- 2007-12-24 Ivan N. Zlatev <[email protected]>
- * DesignerHost.cs: Report Errors.
- 2007-10-24 Ivan N. Zlatev <[email protected]>
- * DesignSurface.cs:
- - Fix a redundancy.
- - Dispose the loader if available.
- * DesignerHost.cs: serviceContainer can be null after disposing.
- 2007-09-28 Atsushi Enomoto <[email protected]>
- * ByteViewer.cs : last one mile to finish 2.0 API (metadata wise).
- 2007-09-28 Atsushi Enomoto <[email protected]>
- * ExceptionCollection.cs, IComponentDesignerDebugService.cs,
- IComponentDesignerStateService.cs,
- MenuCommandsChangedEventArgs.cs,
- MenuCommandsChangedEventHandler.cs,
- MenuCommandsChangedType.cs : more 2.0 impl.
- * MenuCommandService.cs, UndoEngine.cs : more 2.0 stubs.
- * DisplayMode.cs, InheritanceService.cs,
- LocalizationExtenderProvider.cs, ObjectSelectorEditor.cs:
- cosmetic 2.0 API fixes.
- 2007-09-28 Atsushi Enomoto <[email protected]>
- * DesignerActionUIStateChangeEventArgs.cs,
- DesignerActionUIStateChangeEventHandler.cs,
- DesignerActionUIStateChangeType.cs : more 2.0 impl.
- * DesignerActionUIService.cs,
- DesignerCommandSet.cs : more 2.0 stubs.
- 2007-09-28 Atsushi Enomoto <[email protected]>
- * ComponentActionsType.cs : fixed order.
- 2007-09-28 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * CollectionEditor.cs: Implement CreateInstance for 1.1 profile (patch
- by Andreas Nahr).
- 2007-07-10 Rolf Bjarne Kvinge <[email protected]>
- * ArrayEditor.cs, MultilineStringEditor.cs, CollectionEditor.cs,
- DateTimeEditor.cs: Implemented (patch by Andreas Nahr).
- 2006-11-30 Marek Habersack <[email protected]>
- * ComponentDesigner.cs: Add a missing 'verbs' variable and set the
- correct return value for Contains.
- 2006-11-29 Miguel de Icaza <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * DisplayMode.cs: changed enum field values to match MS.NET
- 2004-06-11 Gert Driesen <[email protected]>
- * 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 ([email protected])
- * ByteViewer.cs: removed Site property, added GetBytes sub,
- added missing attributes
- * LocalizationExtenderProvider.cs: added missing attributes
- 2003-03-31 Alan Tam <[email protected]
- * CollectionEditor.cs: Fixed compilation errors.
- * ComponentDesigner.cs: Fixed compilation errors.
|