ChangeLog 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. 2007-10-24 Ivan N. Zlatev <[email protected]>
  2. * DesignSurface.cs:
  3. - Fix a redundancy.
  4. - Dispose the loader if available.
  5. * DesignerHost.cs: serviceContainer can be null after disposing.
  6. 2007-09-28 Atsushi Enomoto <[email protected]>
  7. * ByteViewer.cs : last one mile to finish 2.0 API (metadata wise).
  8. 2007-09-28 Atsushi Enomoto <[email protected]>
  9. * ExceptionCollection.cs, IComponentDesignerDebugService.cs,
  10. IComponentDesignerStateService.cs,
  11. MenuCommandsChangedEventArgs.cs,
  12. MenuCommandsChangedEventHandler.cs,
  13. MenuCommandsChangedType.cs : more 2.0 impl.
  14. * MenuCommandService.cs, UndoEngine.cs : more 2.0 stubs.
  15. * DisplayMode.cs, InheritanceService.cs,
  16. LocalizationExtenderProvider.cs, ObjectSelectorEditor.cs:
  17. cosmetic 2.0 API fixes.
  18. 2007-09-28 Atsushi Enomoto <[email protected]>
  19. * DesignerActionUIStateChangeEventArgs.cs,
  20. DesignerActionUIStateChangeEventHandler.cs,
  21. DesignerActionUIStateChangeType.cs : more 2.0 impl.
  22. * DesignerActionUIService.cs,
  23. DesignerCommandSet.cs : more 2.0 stubs.
  24. 2007-09-28 Atsushi Enomoto <[email protected]>
  25. * ComponentActionsType.cs : fixed order.
  26. 2007-09-28 Atsushi Enomoto <[email protected]>
  27. * DesignerActionService.cs : new stub.
  28. * ComponentActionsType.cs,
  29. DesignerActionListsChangedType.cs,
  30. DesignerActionListsChangedEventArgs.cs,
  31. DesignerActionListsChangedEventHandler.cs : new implementations.
  32. * DesignerActionListCollection.cs : [ComVisible].
  33. * DesignerActionItem.cs,
  34. DesignerActionMethodItem.cs,
  35. DesignerActionPropertyItem.cs,
  36. DesignerActionTextItem.cs : fixed protected .ctor() and made
  37. base fields private. Properties is implemented.
  38. 2007-09-15 Ivan N. Zlatev <[email protected]>
  39. * DesignSurface.cs: Binary compatibility fixes.
  40. * ComponentDesigner.cs: Binary compatibility fixes.
  41. * EventBindingService.cs: Binary compatibility fixes.
  42. * DesignSurfaceCollection.cs: Binary compatibility fixes.
  43. 2007-08-29 Ivan N. Zlatev <[email protected]>
  44. * DesignSurfaceManager.cs: implemented.
  45. * DesignerEventService.cs: implemented.
  46. * ComponentDesigner.cs: implemented.
  47. * ActiveDesignSurfaceChangedEventHandler.cs: implemented.
  48. * LoadedEventHandler.cs: implemented.
  49. * DesignSurfaceCollection.cs: implemented.
  50. * DesignerHost.cs: implemented.
  51. * ExtenderService.cs: implemented.
  52. * DesignModeSite.cs: implemented.
  53. * SelectionService.cs: implemented.
  54. * DesignSurfaceServiceContainer.cs: implemented.
  55. * DesignerActionListCollection.cs: implemented.
  56. * ActiveDesignSurfaceChangedEventArgs.cs: implemented.
  57. * LoadedEventArgs.cs: implemented.
  58. * TypeDescriptorFilterService.cs: implemented.
  59. * ReferenceService.cs: implemented.
  60. * DesignSurface.cs: implemented.
  61. * DesignSurfaceEventHandler.cs: implemented.
  62. * DesignModeNestedContainer.cs: implemented.
  63. * EventBindingService.cs: implemented.
  64. * DesignSurfaceEventArgs.cs: implemented.
  65. 2007-08-27 Ivan N. Zlatev <[email protected]>
  66. * CollectionEditor.cs:
  67. - Fix CreateCollectionItemType to deal with "Item" overloads.
  68. - Implement Create/DestroyInstance to check for the
  69. IDesignerHost service and use that.
  70. - Check if SetItems produces a new object(will happen for arrays)
  71. and update EditValue.
  72. 2007-07-12 Rolf Bjarne Kvinge <[email protected]>
  73. * CollectionEditor.cs: Implement CreateInstance for 1.1 profile (patch
  74. by Andreas Nahr).
  75. 2007-07-10 Rolf Bjarne Kvinge <[email protected]>
  76. * ArrayEditor.cs, MultilineStringEditor.cs, CollectionEditor.cs,
  77. DateTimeEditor.cs: Implemented (patch by Andreas Nahr).
  78. 2006-11-30 Marek Habersack <[email protected]>
  79. * ComponentDesigner.cs: Add a missing 'verbs' variable and set the
  80. correct return value for Contains.
  81. 2006-11-29 Miguel de Icaza <[email protected]>
  82. * ComponentDesigner.cs: Remove a few exceptions being thrown from
  83. a few popular calls. This will just make code that is
  84. automatically generated to run, it will not actually provide any
  85. real designer functionality.
  86. 2005-10-04 Sebastien Pouliot <[email protected]>
  87. * ComponentDesigner.cs: Added a call to GC.SuppressFinalize in Dispose
  88. method (even if we throw an NotImplementedException afterward). This
  89. will remove warnings from gendarme.
  90. 2004-06-13 Gert Driesen <[email protected]>
  91. * DisplayMode.cs: changed enum field values to match MS.NET
  92. 2004-06-11 Gert Driesen <[email protected]>
  93. * ArrayEditor.cs: removed extra finalizer
  94. * BinaryEditor.cs: stubbed
  95. * ByteViewer.cs: removed extra finalizer, added missing method
  96. * CollectionEditor.cs: removed extra finalizer
  97. * DateTimeEditor.cs: stubbed
  98. * InheritanceService.cs: removedd extra finalizer
  99. * LocalizationExtenderProvider.cs: added missing attributes,
  100. removed extra finalizer
  101. * ObjectSelectorEditor.cs: stubbed
  102. 2004-05-16 Gert Driesen ([email protected])
  103. * ByteViewer.cs: removed Site property, added GetBytes sub,
  104. added missing attributes
  105. * LocalizationExtenderProvider.cs: added missing attributes
  106. 2003-03-31 Alan Tam <[email protected]
  107. * CollectionEditor.cs: Fixed compilation errors.
  108. * ComponentDesigner.cs: Fixed compilation errors.