| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- 2007-09-27 Atsushi Enomoto <[email protected]>
- * ITypeDiscoveryService.cs : new.
- * DesignerTransactionCloseEventArgs.cs : added [Obsolete].
- * DesignerVerb.cs : added Description. ToString() contains " : ".
- * StandardCommands.cs : added DocumentOutline and ViewCode.
- * HelpKeywordAttribute.cs : implemented .ctor(Type).
- * ComponentChangedEventHandler.cs, ComponentRenameEventHandler.cs,
- ActiveDesignerEventHandler.cs, HelpKeywordType.cs,
- DesignerEventHandler.cs, ComponentEventHandler.cs,
- DesignerTransactionCloseEventHandler.cs, HelpContextType.cs
- ComponentChangingEventHandler.cs : [Serializable] is extra in 2.0.
- * ServiceContainer.cs : some members became virtual in 2.0.
- Removed finalizer. Added DefaultServices.
- * DesignerOptionService.cs : it is abstract. Added attributes.
- * CheckoutException.cs : added more 2.0 constructors.
- * MenuCommand.cs : added Properties property.
- * DesignerTransaction.cs : Fixed .ctor() (public->protected)
- 2007-08-29 Ivan N. Zlatev <[email protected]>
- * DefaultSerializationProviderAttribute.cs: implemented.
- * ComponentSerializationService.cs: implemented.
- * MemberRelationship.cs: implemented.
- * SerializationStore.cs: implemented.
- 2007-06-06 Ivan N. Zlatev <[email protected]>
- * IComponentInitialization.cs: New 2.0 interface
- 2007-05-30 Sebastien Pouliot <[email protected]>
- * IComponentDiscoveryService.cs: New 2.0 interface (required by SDD)
- 2007-05-15 Adar Wesley <[email protected]>
- * MenuCommand.cs: added missing method overload Invoke
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * ViewTechnology.cs: update for 2.0. Patch by Ivan N. Zlatev.
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * SelectionTypes.cs: updates for 2.0. Patch by Ivan N. Zlatev.
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * ServiceContainer.cs: update for 2.0. Patch by Ivan N. Zlatev.
- 2006-05-31 Gert Driesen <[email protected]>
- * DesignerCollection.cs: Added explicit interface implemenation for
- ICollection.Count and IEnumerable.GetEnumerator. Fixes corcompare
- warnings.
- 2005-10-04 Sebastien Pouliot <[email protected]>
- * DesignerTransaction.cs: Added a call to GC.SuppressFinalize in
- Dispose.
- 2004-03-17 Ivan Hamilton <[email protected]>
- * RuntimeLicenseContext.cs: Implemented.
- 2003-08-31 Alexandre Pigolkine <[email protected]>
- * ServiceContainer.cs: implemented
- 2003-07-07 Andreas Nahr <[email protected]>
- * DesignerTransaction.cs: Fixed signature
- 2003-07-05 Andreas Nahr <[email protected]>
- * CheckoutException.cs: Removed unneeded member
- * DesignerTransaction.cs: Added destruction code, corrected interface signature
- 2003-06-12 Andreas Nahr <[email protected]>
- * ActiveDesignerEventArgs.cs: Fixed property access
-
- * CheckoutException.cs
- * CommandID.cs
- * ComponentChangedEventArgs.cs
- * ComponentChangingEventArgs.cs
- * ComponentEventArgs.cs
- * ComponentRenameEventArgs.cs
- * DesignerEventArgs.cs: Implemented
-
- * StandardCommands.cs
- * StandardToolWindows.cs: Implemented and removed unneeded MonoTODOs
-
- * DesignerCollection.cs
- * DesignerVerbCollection.cs: Collections implemented
-
- * DesignerTransaction.cs
- * DesignerVerb.cs: Implemented
-
- * MenuCommand.cs: Most members implemented
-
- * IDesignerHost.cs: Completed interface
-
- * IInheritanceService.cs: Hopefully fixed interface
-
- * ITypeResolutionService.cs: Completed interface
-
- * ISelectionService.cs: Completed interface
-
- * DesigntimeLicenseContext.cs: Added member, implemented
-
- * DesigntimeLicenseContextSerializer.cs: Added private constructor, removed unneeded members
-
- * SelectionTypes.cs
- * HelpContextType.cs
- * HelpKeywordType.cs: Hopefully fixed enums
-
- * ServiceContainer.cs: implementation added
-
- 2002-12-05 Alejandro Sánchez Acosta <[email protected]>
- * ActiveDesignerEventArgs.cs,
- ActiveDesignerEventHandler.cs: Added
-
- 2002-11-30 Alejandro Sánchez Acosta <[email protected]>
- * System.ComponentModel.Design/CommandID.cs
- System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs
- System.ComponentModel.Design/DesignerTransactionCloseEventHandler.cs
- System.ComponentModel.Design/DesignerTransaction.cs
- System.ComponentModel.Design/DesignerVerbCollection.cs
- System.ComponentModel.Design/DesignerVerb.cs
- System.ComponentModel.Design/IDesigner.cs
- System.ComponentModel.Design/IDesignerHost.cs
- System.ComponentModel.Design/IResourceService.cs
- System.ComponentModel.Design/ISelectionService.cs
- System.ComponentModel.Design/IServiceContainer.cs
- System.ComponentModel.Design/MenuCommand.cs
- System.ComponentModel.Design/ServiceCreatorCallback.cs : Added.
-
|