changelog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 2004-04-14 Andreas Nahr <[email protected]>
  2. * AssemblyInfo.cs: Removed
  3. * TODOAttribute.cs: Removed (duplicate)
  4. * System.Windows.Forms.Design.csproj.user
  5. * System.Windows.Forms.Design.csproj: Removed (outdated)
  6. * WindowsFormsComponentEditor.cs
  7. * ComponentEditorPage.cs: Added, mostly implemented
  8. * ComponentEditor.cs: Removed (does not belong here)
  9. 2004-02-24 Andreas Nahr <[email protected]>
  10. * IWindowsFormsEditorService.cs: Corrected casing,
  11. it is not yet corrected in the filename, implemented
  12. 2003-08-30 Alexandre Pigolkine <[email protected]>
  13. * ComponentEditor.cs
  14. * IUIService.cs: stubs added
  15. 2003-03-31 Alan Tam <[email protected]>
  16. * UITypeEditor.cs: Removed because it shan't be here
  17. 2002-08-04 DennisHayes <[email protected]>
  18. * Started cheanglog
  19. 2002-08-04 DennisHayes <[email protected]>
  20. * AnchorEditor.cs
  21. * AxImporter.cs
  22. * ComponentDocumentDesigner.cs
  23. * ComponentEditorForm.cs: Stubbed out
  24. * ComponentTray.cs
  25. * ControlDesigner.cs
  26. * ComponentEditor.cs
  27. * DocumentDesigner.cs
  28. * EventsTab.cs
  29. * FileNameEditor.cs
  30. * IMenuEditorService.cs
  31. * IUIService.cs
  32. * IWindowsformsEditorService.cs
  33. * MenusCommands.cs
  34. * ParentControlDesigner.cs
  35. * PropertyTab.cs
  36. * ScrollableControlDesigner.cs
  37. * SelectionRules.cs
  38. * UITypeEditor.cs: Class body defined only. No stubbs done.
  39. * TODOAttribute.cs:
  40. Used to mark unimplemented functions.
  41. * System.Windows.Forms.Design.csproj
  42. * System.Windows.Forms.Design.csproj.user
  43. * AssemblyInfo.cs:
  44. Needed for Visual Studio compile.