ChangeLog 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. 2004-05-16 Gert Driesen ([email protected])
  2. * System.Windows.Forms.Design/IMenuEditorService.cs:
  3. fixed signature
  4. 2004-05-16 Gert Driesen ([email protected])
  5. * System.Windows.Forms.Design/DocumentDesigner.cs:
  6. stubbed
  7. * System.Windows.Forms.Design/ParentControlDesigner.cs:
  8. stubbed
  9. * System.Windows.Forms.Design/ScrollableControlDesigner.cs:
  10. stubbed
  11. 2004-05-16 Gert Driesen ([email protected])
  12. * System.Windows.Forms.Design/ControlDesigner.cs:
  13. stubbed
  14. 2004-05-16 Gert Driesen ([email protected])
  15. * System.Windows.Forms.Design/ISelectionUIHandler.cs:
  16. converted linefeeds to unix
  17. 2004-05-16 Gert Driesen ([email protected])
  18. * System.Design.dll.sources: added ISelectionUIHandler
  19. * System.Windows.Forms.Design/ISelectionUIHandler.cs:
  20. added
  21. * System.Windows.Forms.Design/ComponentTray.cs: stubbed
  22. 2004-05-15 Gert Driesen ([email protected])
  23. * Makefile: add reference to Accessibility assembly, needed
  24. to check CLS compliance
  25. * Assembly/AssemblyInfo.cs: System.Design is CLS Compliant
  26. 2004-05-15 Gert Driesen ([email protected])
  27. * System.Design.dll.sources: remove DataBindingCollection
  28. * System.Web.UI.Design/DataBindingCollection.cs: removed
  29. * System.Web.UI.Design/WebControlToolboxItem.cs: fixed
  30. public API
  31. * System.Web.UI.Design/UrlBuilderOptions.cs: added Flags
  32. attribute
  33. 2004-05-15 Gert Driesen ([email protected])
  34. * System.Design.dll.sources: added IOleDragClient
  35. * System.ComponentModel.Design/ComponentDesigner.cs: fixed
  36. public API
  37. * System.Web.UI.Design/ControlDesigner.cs: fixed public API
  38. * System.Web.UI.Design/HtmlControlDesigner: fixed public API
  39. * System.Windows.Forms.Design/AnchorEditor.cs: fixed public
  40. API, converted to unix linefeeds
  41. * System.Windows.Forms.Design/AxImporter.cs: fixed public
  42. API, converted to unix linefeeds
  43. * System.Windows.Forms.Design/ComponentDocumentDesigner.cs:
  44. fixed public API, converted to unix linefeeds
  45. * System.Windows.Forms.Design/SelectionRules.cs: implementation
  46. 2004-05-15 Gert Driesen ([email protected])
  47. * System.Windows.Forms.Design/FileNameEditor.cs: code formatting
  48. * System.Windows.Forms.Design/FolderNameEditor.cs: code formatting
  49. * System.Windows.Forms.Design/MenuCommands.cs: code formatting
  50. 2004-05-15 Gert Driesen ([email protected])
  51. * System.Design.dll.sources: remove MenusCommands, added
  52. MenuCommands
  53. * System.Web.UI.Design/ImageUrlEditor.cs: fixed warnings
  54. * System.Windows.Forms.Design/MenuCommands.cs: added impl
  55. * System.Windows.Forms.Design/MenusCommands.cs: removed,
  56. wrong name
  57. 2004-05-15 Gert Driesen ([email protected])
  58. * System.Windows.Forms.Design/FolderNameEditor.cs:
  59. converted to unix linefeeds, marked class TODO, added Flags
  60. attribute to FolderBrowserStyles enum
  61. * System.Windows.Forms.Design/FileNameEditor.cs:
  62. completed stubs
  63. 2004-05-15 Gert Driesen ([email protected])
  64. * System.Windows.Forms.Design/FolderNameEditor.cs: added
  65. stub
  66. 2003-12-15 Jackson Harper <[email protected]>
  67. * System.Design.dll.sources: Add *UrlEditor files to build
  68. 2003-10-20 Ben Maurer <[email protected]>
  69. * .sources: lots-o-files
  70. 2003-07-07 Martin Willemoes Hansen <[email protected]>
  71. * System.Windows.Forms.Design/AnchorEditor.cs
  72. System.Windows.Forms.Design/AxImporter.cs
  73. System.Windows.Forms.Design/ComponentDocumentDesigner.cs
  74. System.Windows.Forms.Design/ComponentTray.cs
  75. System.Windows.Forms.Design/ControlDesigner.cs
  76. System.Windows.Forms.Design/DocumentDesigner.cs
  77. System.Windows.Forms.Design/FileNameEditor.cs
  78. System.Windows.Forms.Design/IMenuEditorService.cs
  79. System.Windows.Forms.Design/MenusCommands.cs
  80. System.Windows.Forms.Design/ParentControlDesigner.cs
  81. System.Windows.Forms.Design/ScrollableControlDesigner.cs
  82. System.Windows.Forms.Design/SelectionRules.cs: Moved here
  83. from System.Windows.Forms assembly
  84. 2003-03-31 Alan Tam <[email protected]>
  85. * System.Design.build: added reference to System.Windows.Forms
  86. and System.Drawing assemblies
  87. 2003-03-29 Martin Willemoes Hansen
  88. * Stubed System.ComponentModel.Design
  89. 2003-03-27 Martin Willemoes Hansen
  90. * Added unix build environment
  91. 2002-12-11 Jeroen Janssen <[email protected]>
  92. * removed set for RootDesignerSerializerAttribute.TypeId
  93. * fixed .build file to include reference to System.dll
  94. 2002-09-16 Gaurav Vaish <[email protected]>
  95. * System.Web.UI.Design : Added directory.
  96. 2002-12-09 Gaurav Vaish <[email protected]>
  97. * System.Design : Added directory.
  98. 2002-12-04 Alejandro Sánchez Acosta <[email protected]>
  99. * System.ComponentModel.Design.Serialization: Added directory
  100. 2002-10-07 Gaurav Vaish <[email protected]>
  101. * System.Design.build : Bug fix. Attribute is "basedir"
  102. and not "bardir".
  103. 2002-09-16 Gaurav Vaish <[email protected]>
  104. * System.Web.UI.Design.WebControls : Added directory.