ChangeLog 3.3 KB

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