ChangeLog 1.4 KB

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