ChangeLog 1.8 KB

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