ChangeLog 3.8 KB

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