ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. 2007-08-27 Ivan N. Zlatev <[email protected]>
  2. * DataMemberFieldEditor.cs: stubbed.
  3. * DataMemberListEditor.cs: stubbed.
  4. * FormatStringEditor.cs: stubbed.
  5. * StringCollectionEditor.cs: implemented.
  6. * StringArrayEditor.cs: implemented.
  7. * TabPageCollectionEditor.cs: implemented.
  8. * ListControlStringCollectionEditor.cs: implemented.
  9. 2007-08-15 Ivan N. Zlatev <[email protected]>
  10. * ImageIndexEditor.cs: empty class to prevent propertygrid crash.
  11. 2006-12-28 Raja R Harinath <[email protected]>
  12. * ControlDesigner.cs: Merge with Miguel's version.
  13. 2006-12-19 Chris Toshok <[email protected]>
  14. * DataMemberFieldConverter.cs: another empty stub class.
  15. * DataSourceConverter.cs: new empty stub class to keep
  16. ControlInspector from crashing.
  17. 2006-12-06 Chris Toshok <[email protected]>
  18. * ImageCollectionEditor.cs: new file, stubbed just to get it so we
  19. can make an ImageList the selected object in a propertygrid.
  20. 2005-06-29 Jonathan Chambers <[email protected]>
  21. * ControlBindingsConverter.cs: Fix namespace
  22. 2006-04-28 Peter Dennis Bartok <[email protected]>
  23. * ControlBindingsConverter.cs: Added
  24. 2006-04-25 Miguel de Icaza <[email protected]>
  25. * AnchorEditor.cs: Implement the anchor editor.
  26. Two thoughts: I love the "Walkthrough" to implement UI editors
  27. from the documentation.
  28. And Visual Studio 2005 was really nice to use to write this code.
  29. 2005-06-21 Jonathan Chambers <[email protected]>
  30. * DockEditor.cs: Use context information
  31. 2005-06-18 Jonathan Chambers <[email protected]>
  32. * DockEditor.cs: Implemented class
  33. 2004-06-11 Gert Driesen <[email protected]>
  34. * ComponentEditorForm.cs: CRLF to LF
  35. * ControlDesigner.cs: API signature fix
  36. * DocumentDesigner.cs: API signature fixes, CRLF to LF
  37. 2004-06-11 Gert Driesen <[email protected]>
  38. * AxParameterData.cs: stubbed
  39. * AxWrapperGen.cs: stubbed
  40. * DockEditor.cs: stubbed
  41. * EventHandlerService.cs: stubbed
  42. 2004-05-16 Gert Driesen ([email protected])
  43. * IMenuEditorService.cs: fixed signature
  44. 2004-05-16 Gert Driesen ([email protected])
  45. * DocumentDesigner.cs: stubbed
  46. * ParentControlDesigner.cs: stubbed
  47. * ScrollableControlDesigner.cs: stubbed
  48. 2004-05-16 Gert Driesen ([email protected])
  49. * ControlDesigner.cs: stubbed
  50. 2004-05-16 Gert Driesen ([email protected])
  51. * ISelectionUIHandler.cs: converted linefeeds to unix
  52. 2004-05-16 Gert Driesen ([email protected])
  53. * ISelectionUIHandler.cs: added
  54. * ComponentTray.cs: stubbed
  55. 2004-05-15 Gert Driesen ([email protected])
  56. * AnchorEditor.cs: fixed public API, line endings to LF
  57. * AxImporter.cs: fixed public API, line endings to LF
  58. * ComponentDocumentDesigner.cs: fixed public API, line endings
  59. to CRLF
  60. * SelectionRules.cs: implementation
  61. 2004-05-15 Gert Driesen ([email protected])
  62. * FileNameEditor.cs: code formatting
  63. * FolderNameEditor.cs: code formatting
  64. * MenuCommands.cs: code formatting
  65. 2004-05-15 Gert Driesen ([email protected])
  66. * MenuCommands.cs: added impl
  67. * MenusCommands.cs: removed, wrong name
  68. 2004-05-15 Gert Driesen ([email protected])
  69. * FolderNameEditor.cs: converted to unix linefeeds, marked
  70. class TODO, added Flags, attribute to FolderBrowserStyles enum
  71. * FileNameEditor.cs: completed stubs
  72. 2004-05-15 Gert Driesen ([email protected])
  73. * FolderNameEditor.cs: added stub
  74. 2003-07-07 Martin Willemoes Hansen <[email protected]>
  75. * AnchorEditor.cs
  76. AxImporter.cs
  77. ComponentDocumentDesigner.cs
  78. ComponentTray.cs
  79. ControlDesigner.cs
  80. DocumentDesigner.cs
  81. FileNameEditor.cs
  82. IMenuEditorService.cs
  83. MenusCommands.cs
  84. ParentControlDesigner.cs
  85. ScrollableControlDesigner.cs
  86. SelectionRules.cs: Moved here from System.Windows.Forms assembly