X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FSystem.Windows.Forms.Design%2FChangeLog;h=fa1cb41607eedd8453884cb3a5fcedd04eb6fa62;hb=dbb4fd470011e716f821f8f63544dc21df14f829;hp=45421ec69f472c32df1ae10ad31f9c276ef8bd18;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog index 45421ec69f4..fa1cb41607e 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog @@ -1,86 +1,105 @@ -2006-11-08 Jonathan Pobst - - * ToolStripItemDesignerAvailability.cs: Added. - * ToolStripItemDesignerAvailabilityAttribute.cs: Added. - -2005-12-01 Peter Dennis Bartok - - * ComponentEditorForm.cs: Added missing attribute - -2005-10-13 Peter Dennis Bartok - - * EventsTab.cs: Made .ctor() private to fix signature - -2005-05-14 Rafael Teixeira - * EventsTab.cs: Implementation start with many gaping holes - -2005-05-09 Marek Safar - - * PropertyTab.cs: Implemented. - -2005-02-14 Peter Bartok - - * PropertyTab.cs: Made class abstract - -2004-04-14 Andreas Nahr - - * 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 - - * IWindowsFormsEditorService.cs: Corrected casing, - it is not yet corrected in the filename, implemented - -2003-08-30 Alexandre Pigolkine - - * ComponentEditor.cs - * IUIService.cs: stubs added - -2003-03-31 Alan Tam - - * UITypeEditor.cs: Removed because it shan't be here - -2002-08-04 DennisHayes - - * Started cheanglog - -2002-08-04 DennisHayes - - * 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. - +2008-03-20 Ivan N. Zlatev + + * EventsTab.cs: Complete implementation. + +2008-03-05 Jonathan Pobst + + EventsTab.cs: corcompare - fix parameter names. + +2007-08-30 Jonathan Pobst + + * ComponentEditorPage.cs, ComponentEditorForm.cs: Override AutoSize, + AutoSizeChanged. + +2007-01-20 Chris Toshok + + * ComponentEditorPage.cs: class status fixes. + + * ComponentEditorForm.cs: same. + +2006-11-08 Jonathan Pobst + + * ToolStripItemDesignerAvailability.cs: Added. + * ToolStripItemDesignerAvailabilityAttribute.cs: Added. + +2005-12-01 Peter Dennis Bartok + + * ComponentEditorForm.cs: Added missing attribute + +2005-10-13 Peter Dennis Bartok + + * EventsTab.cs: Made .ctor() private to fix signature + +2005-05-14 Rafael Teixeira + * EventsTab.cs: Implementation start with many gaping holes + +2005-05-09 Marek Safar + + * PropertyTab.cs: Implemented. + +2005-02-14 Peter Bartok + + * PropertyTab.cs: Made class abstract + +2004-04-14 Andreas Nahr + + * 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 + + * IWindowsFormsEditorService.cs: Corrected casing, + it is not yet corrected in the filename, implemented + +2003-08-30 Alexandre Pigolkine + + * ComponentEditor.cs + * IUIService.cs: stubs added + +2003-03-31 Alan Tam + + * UITypeEditor.cs: Removed because it shan't be here + +2002-08-04 DennisHayes + + * Started cheanglog + +2002-08-04 DennisHayes + + * 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. +