ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. 2003-06-18 Andreas Nahr <[email protected]>
  2. * CategoryNameCollection.cs
  3. * ToolboxItemCollection.cs: Implemented
  4. * PropertyValueItem.cs: Implemented
  5. * IDesignerHost.cs: Deleted (not defined in this namespace)
  6. * IToolboxService.cs: Fixed missing imports, added missing interface declarations
  7. * ToolboxComponentsCreatingEventArgs.cs: Fixed missing imports
  8. * ToolboxItem.cs: Fixed missing imports, Partially implemented
  9. * UITypeEditor.cs: Implemented
  10. * UITypeEditorEditStyle.cs: Fixed incorrect values
  11. 2003-03-31 Alan Tam <[email protected]>
  12. * UITypeEditor.cs: Added
  13. * PaintValueEventArgs.cs: Fixed typo in namespace
  14. 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
  15. * PaintValueEventArgs.cs,
  16. ToolboxComponentsCreatingEventArgs.cs,
  17. PropertyValueItem.cs,
  18. ToolboxComponentsCreatingEventHandler.cs
  19. IDesignerHost.cs,
  20. ToolboxItemCreatorCallback.cs,
  21. ToolboxItem.cs,
  22. ToolboxComponentsCreatedEventArgs.cs
  23. UITypeEditorEditStyle.cs,
  24. IToolboxUser.cs
  25. ToolboxComponentsCreatedEventHandler.cs
  26. CategoryNameCollection.cs : Added
  27. 2002-11-20 Alejandro Sánchez Acosta <[email protected]>
  28. * IPropertyValueUIService.cs: Added
  29. * PropertyValueItem.cs: Added
  30. * PropertyValueUIHandler.cs: Added
  31. * PropertyValueUIItemInvokeHandler.cs: Added
  32. * ChangeLog: new file.