ChangeLog 4.8 KB

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