ChangeLog 1.9 KB

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