ChangeLog 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. 2008-02-29 Ivan N. Zlatev <[email protected]>
  2. * StringCollectionEditor.cs:
  3. - Split the lines not based on Environment.NewLine as this is
  4. not what is used by MWF on Windows.
  5. - Ignore last empty line.
  6. [Fixes bug #365948]
  7. 2008-02-11 Ivan N. Zlatev <[email protected]>
  8. * AnchorEditor.cs: More sensible default width.
  9. 2008-01-24 Ivan N. Zlatev <[email protected]>
  10. * DockEditor.cs: ITypeDescriptorContext.Instance doesn't
  11. contain the current value. It could contain the owner.
  12. Use the initial value parameter.
  13. 2008-01-04 Ivan N. Zlatev <[email protected]>
  14. * ParentControlDesigner.cs: Create a Transaction when adding a
  15. component.
  16. 2007-10-09 Atsushi Enomoto <[email protected]>
  17. * BorderSidesEditor.cs, DesignerOptions.cs,
  18. ImageListCodeDomSerializer.cs, ImageListImageEditor.cs,
  19. MaskDescriptor.cs, ShortcutKeysEditor.cs,
  20. WindowsFormsDesignerOptionService.cs : new stubs.
  21. * AxImporter.cs, ComponentTray.cs, ControlDesigner.cs,
  22. DocumentDesigner.cs, MenuCommands.cs, ParentControlDesigner.cs:
  23. 2.0 updates.
  24. 2007-10-02 Atsushi Enomoto <[email protected]>
  25. * ControlDesigner.cs : added BehaviorService.
  26. 2007-09-15 Ivan N. Zlatev <[email protected]>
  27. * ParentControlDesigner.cs: Binary compatibility fixes.
  28. * SplitContainerDesigner.cs: Binary compatibility fixes.
  29. * DocumentDesigner.cs: Binary compatibility fixes.
  30. * ControlDataObject.cs: Binary compatibility fixes.
  31. * ControlDesigner.cs: Binary compatibility fixes.
  32. 2007-08-29 Ivan N. Zlatev <[email protected]>
  33. * CodeDomComponentSerializationService.cs: implemented.
  34. * CollectionCodeDomSerializer.cs: implemented.
  35. * CodeDomDesignerLoader.cs: implemented.
  36. * CodeDomSerializationProvider.cs: implemented.
  37. * ComponentCodeDomSerializer.cs: implemented.
  38. * RootContext.cs: implemented.
  39. * BasicDesignerLoader.cs: implemented.
  40. * DesignerSerializationManager.cs: implemented.
  41. * EnumCodeDomSerializer.cs: implemented.
  42. * SerializeAbsoluteContext.cs: implemented.
  43. * MemberCodeDomSerializer.cs: implemented.
  44. * PrimitiveCodeDomSerializer.cs: implemented.
  45. * CodeDomSerializerBase.cs: implemented.
  46. * CodeDomSerializer.cs: implemented.
  47. * ExpressionContext.cs: implemented.
  48. * EventCodeDomSerializer.cs: implemented.
  49. * TypeCodeDomSerializer.cs: implemented.
  50. * ObjectStatementCollection.cs: implemented.
  51. * RootCodeDomSerializer.cs: implemented.
  52. * PropertyCodeDomSerializer.cs: implemented.
  53. * StatementContext.cs: implemented.
  54. 2007-08-27 Ivan N. Zlatev <[email protected]>
  55. * DataMemberFieldEditor.cs: stubbed.
  56. * DataMemberListEditor.cs: stubbed.
  57. * FormatStringEditor.cs: stubbed.
  58. * StringCollectionEditor.cs: implemented.
  59. * StringArrayEditor.cs: implemented.
  60. * TabPageCollectionEditor.cs: implemented.
  61. * ListControlStringCollectionEditor.cs: implemented.
  62. 2007-08-15 Ivan N. Zlatev <[email protected]>
  63. * ImageIndexEditor.cs: empty class to prevent propertygrid crash.
  64. 2006-12-28 Raja R Harinath <[email protected]>
  65. * ControlDesigner.cs: Merge with Miguel's version.
  66. 2006-12-19 Chris Toshok <[email protected]>
  67. * DataMemberFieldConverter.cs: another empty stub class.
  68. * DataSourceConverter.cs: new empty stub class to keep
  69. ControlInspector from crashing.
  70. 2006-12-06 Chris Toshok <[email protected]>
  71. * ImageCollectionEditor.cs: new file, stubbed just to get it so we
  72. can make an ImageList the selected object in a propertygrid.
  73. 2005-06-29 Jonathan Chambers <[email protected]>
  74. * ControlBindingsConverter.cs: Fix namespace
  75. 2006-04-28 Peter Dennis Bartok <[email protected]>
  76. * ControlBindingsConverter.cs: Added
  77. 2006-04-25 Miguel de Icaza <[email protected]>
  78. * AnchorEditor.cs: Implement the anchor editor.
  79. Two thoughts: I love the "Walkthrough" to implement UI editors
  80. from the documentation.
  81. And Visual Studio 2005 was really nice to use to write this code.
  82. 2005-06-21 Jonathan Chambers <[email protected]>
  83. * DockEditor.cs: Use context information
  84. 2005-06-18 Jonathan Chambers <[email protected]>
  85. * DockEditor.cs: Implemented class
  86. 2004-06-11 Gert Driesen <[email protected]>
  87. * ComponentEditorForm.cs: CRLF to LF
  88. * ControlDesigner.cs: API signature fix
  89. * DocumentDesigner.cs: API signature fixes, CRLF to LF
  90. 2004-06-11 Gert Driesen <[email protected]>
  91. * AxParameterData.cs: stubbed
  92. * AxWrapperGen.cs: stubbed
  93. * DockEditor.cs: stubbed
  94. * EventHandlerService.cs: stubbed
  95. 2004-05-16 Gert Driesen ([email protected])
  96. * IMenuEditorService.cs: fixed signature
  97. 2004-05-16 Gert Driesen ([email protected])
  98. * DocumentDesigner.cs: stubbed
  99. * ParentControlDesigner.cs: stubbed
  100. * ScrollableControlDesigner.cs: stubbed
  101. 2004-05-16 Gert Driesen ([email protected])
  102. * ControlDesigner.cs: stubbed
  103. 2004-05-16 Gert Driesen ([email protected])
  104. * ISelectionUIHandler.cs: converted linefeeds to unix
  105. 2004-05-16 Gert Driesen ([email protected])
  106. * ISelectionUIHandler.cs: added
  107. * ComponentTray.cs: stubbed
  108. 2004-05-15 Gert Driesen ([email protected])
  109. * AnchorEditor.cs: fixed public API, line endings to LF
  110. * AxImporter.cs: fixed public API, line endings to LF
  111. * ComponentDocumentDesigner.cs: fixed public API, line endings
  112. to CRLF
  113. * SelectionRules.cs: implementation
  114. 2004-05-15 Gert Driesen ([email protected])
  115. * FileNameEditor.cs: code formatting
  116. * FolderNameEditor.cs: code formatting
  117. * MenuCommands.cs: code formatting
  118. 2004-05-15 Gert Driesen ([email protected])
  119. * MenuCommands.cs: added impl
  120. * MenusCommands.cs: removed, wrong name
  121. 2004-05-15 Gert Driesen ([email protected])
  122. * FolderNameEditor.cs: converted to unix linefeeds, marked
  123. class TODO, added Flags, attribute to FolderBrowserStyles enum
  124. * FileNameEditor.cs: completed stubs
  125. 2004-05-15 Gert Driesen ([email protected])
  126. * FolderNameEditor.cs: added stub
  127. 2003-07-07 Martin Willemoes Hansen <[email protected]>
  128. * AnchorEditor.cs
  129. AxImporter.cs
  130. ComponentDocumentDesigner.cs
  131. ComponentTray.cs
  132. ControlDesigner.cs
  133. DocumentDesigner.cs
  134. FileNameEditor.cs
  135. IMenuEditorService.cs
  136. MenusCommands.cs
  137. ParentControlDesigner.cs
  138. ScrollableControlDesigner.cs
  139. SelectionRules.cs: Moved here from System.Windows.Forms assembly