ChangeLog 2.7 KB

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