ChangeLog 3.9 KB

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