| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 2005-10-13 Peter Dennis Bartok <[email protected]>
- * EventsTab.cs: Made .ctor() private to fix signature
- 2005-05-14 Rafael Teixeira <[email protected]>
- * EventsTab.cs: Implementation start with many gaping holes
- 2005-05-09 Marek Safar <[email protected]>
- * PropertyTab.cs: Implemented.
- 2005-02-14 Peter Bartok <[email protected]>
- * PropertyTab.cs: Made class abstract
- 2004-04-14 Andreas Nahr <[email protected]>
- * AssemblyInfo.cs: Removed
- * TODOAttribute.cs: Removed (duplicate)
- * System.Windows.Forms.Design.csproj.user
- * System.Windows.Forms.Design.csproj: Removed (outdated)
- * WindowsFormsComponentEditor.cs
- * ComponentEditorPage.cs: Added, mostly implemented
- * ComponentEditor.cs: Removed (does not belong here)
- 2004-02-24 Andreas Nahr <[email protected]>
- * IWindowsFormsEditorService.cs: Corrected casing,
- it is not yet corrected in the filename, implemented
- 2003-08-30 Alexandre Pigolkine <[email protected]>
- * ComponentEditor.cs
- * IUIService.cs: stubs added
- 2003-03-31 Alan Tam <[email protected]>
- * UITypeEditor.cs: Removed because it shan't be here
- 2002-08-04 DennisHayes <[email protected]>
- * Started cheanglog
- 2002-08-04 DennisHayes <[email protected]>
- * AnchorEditor.cs
- * AxImporter.cs
- * ComponentDocumentDesigner.cs
- * ComponentEditorForm.cs: Stubbed out
-
- * ComponentTray.cs
- * ControlDesigner.cs
- * ComponentEditor.cs
- * DocumentDesigner.cs
- * EventsTab.cs
- * FileNameEditor.cs
- * IMenuEditorService.cs
- * IUIService.cs
- * IWindowsformsEditorService.cs
- * MenusCommands.cs
- * ParentControlDesigner.cs
- * PropertyTab.cs
- * ScrollableControlDesigner.cs
- * SelectionRules.cs
- * UITypeEditor.cs: Class body defined only. No stubbs done.
-
- * TODOAttribute.cs:
- Used to mark unimplemented functions.
-
- * System.Windows.Forms.Design.csproj
- * System.Windows.Forms.Design.csproj.user
- * AssemblyInfo.cs:
- Needed for Visual Studio compile.
|