2
0

ChangeLog 4.3 KB

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