ChangeLog 1.7 KB

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