ChangeLog 4.7 KB

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