ChangeLog 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 2005-12-05 Jordi Mas i Hernandez <[email protected]>
  2. * ToolboxItem.cs: Add new methods and properties for .Net and
  3. also moved to an internal properties hashtable implementation
  4. * IToolboxItemProvider.cs: New .Net 2.0 interface
  5. 2005-09-16 Sebastien Pouliot <[email protected]>
  6. * CategoryNameCollection.cs: Added LinkDemand for Unrestricted
  7. permissions. Added null checks in constructors.
  8. * PaintValueEventArgs.cs: Added LinkDemand and InheritanceDemand for
  9. Unrestricted permissions. Added null checks in constructor.
  10. * PropertyValueItem.cs: Added LinkDemand and InheritanceDemand for
  11. Unrestricted permissions. Added null checks in constructor.
  12. * ToolboxComponentsCreatedEventArgs.cs: Added LinkDemand and
  13. InheritanceDemand for Unrestricted permissions.
  14. * ToolboxComponentsCreatingEventArgs.cs: Added LinkDemand and
  15. InheritanceDemand for Unrestricted permissions.
  16. * ToolboxItem.cs: Added LinkDemand and InheritanceDemand for
  17. Unrestricted permissions.
  18. * ToolboxItemCollection.cs: Added LinkDemand for Unrestricted
  19. permissions.
  20. * UITypeEditor.cs: Added LinkDemand and InheritanceDemand for
  21. Unrestricted permissions.
  22. 2005-08-24 Michael Hutchinson <[email protected]>
  23. * ToolboxItem.cs: Implemented retrieving item's bitmap
  24. 2005-08-09 Michael Hutchinson <[email protected]>
  25. * ToolboxItemCollection.cs: Call base constructor
  26. * ToolboxItem: Implemented CreateComponentsCore, GetType, Initialize
  27. 2005-08-03 Andrew Skiba <[email protected]>
  28. * UITypeEditor.cs: Added TARGET_JVM support
  29. 2003-06-30 Andreas Nahr <[email protected]>
  30. * ToolboxItem.cs: Added serialization/deserialization support
  31. 2003-06-18 Andreas Nahr <[email protected]>
  32. * CategoryNameCollection.cs
  33. * ToolboxItemCollection.cs: Implemented
  34. * PropertyValueItem.cs: Implemented
  35. * IDesignerHost.cs: Deleted (not defined in this namespace)
  36. * IToolboxService.cs: Fixed missing imports, added missing interface declarations
  37. * ToolboxComponentsCreatingEventArgs.cs: Fixed missing imports
  38. * ToolboxItem.cs: Fixed missing imports, Partially implemented
  39. * UITypeEditor.cs: Implemented
  40. * UITypeEditorEditStyle.cs: Fixed incorrect values
  41. 2003-03-31 Alan Tam <[email protected]>
  42. * UITypeEditor.cs: Added
  43. * PaintValueEventArgs.cs: Fixed typo in namespace
  44. 2002-12-01 Alejandro Sánchez Acosta <[email protected]>
  45. * PaintValueEventArgs.cs,
  46. ToolboxComponentsCreatingEventArgs.cs,
  47. PropertyValueItem.cs,
  48. ToolboxComponentsCreatingEventHandler.cs
  49. IDesignerHost.cs,
  50. ToolboxItemCreatorCallback.cs,
  51. ToolboxItem.cs,
  52. ToolboxComponentsCreatedEventArgs.cs
  53. UITypeEditorEditStyle.cs,
  54. IToolboxUser.cs
  55. ToolboxComponentsCreatedEventHandler.cs
  56. CategoryNameCollection.cs : Added
  57. 2002-11-20 Alejandro Sánchez Acosta <[email protected]>
  58. * IPropertyValueUIService.cs: Added
  59. * PropertyValueItem.cs: Added
  60. * PropertyValueUIHandler.cs: Added
  61. * PropertyValueUIItemInvokeHandler.cs: Added
  62. * ChangeLog: new file.