ChangeLog 5.5 KB

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