| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- 2003-06-18 Andreas Nahr <[email protected]>
- * 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 <[email protected]>
- * UITypeEditor.cs: Added
- * PaintValueEventArgs.cs: Fixed typo in namespace
- 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
- * 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 <[email protected]>
- * IPropertyValueUIService.cs: Added
- * PropertyValueItem.cs: Added
- * PropertyValueUIHandler.cs: Added
- * PropertyValueUIItemInvokeHandler.cs: Added
- * ChangeLog: new file.
|