In System.Windows.Forms.VisualStyles:
authorChris Toshok <toshok@novell.com>
Sat, 20 Jan 2007 09:28:34 +0000 (09:28 -0000)
committerChris Toshok <toshok@novell.com>
Sat, 20 Jan 2007 09:28:34 +0000 (09:28 -0000)
commitea590d9ad71cfb2ec946922d04f19263e449d1b0
tree4b48fd346611a8eb4bb6f6a32bc20918b74aa964
parent8c7c43b43666dd2803227f3a9faf9f4a5ea3d980
In System.Windows.Forms.VisualStyles:
2007-01-19  Chris Toshok  <toshok@ximian.com>

* VisualStyleElement.cs: rename TaskBar to Taskbar, and
TaskBarClock to TaskbarClock to make corcompare happy.

2006-08-05  Jonathan Pobst <monkey@jpobst.com>
* TextMetrics.cs: Change variables to properties.
* VisualStyleRenderer.cs, EdgeEffects.cs, Edges.cs,
  HitTestOptions.cs, TextMetricsPitchAndFamilyValues.cs:
    Add various attributes.
* TabItemState.cs, TextBoxState.cs, TrackBarThumbState.cs:
    Fix typos.

2006-08-04  Jonathan Pobst <monkey@jpobst.com>
* VisualStyleRenderer.cs: Fixed null compare that broke the build.

2006-08-04  Jonathan Pobst <monkey@jpobst.com>
In System.Windows.Forms.Design:
2007-01-20  Chris Toshok  <toshok@ximian.com>

* ComponentEditorPage.cs: class status fixes.

* ComponentEditorForm.cs: same.

2006-11-08  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripItemDesignerAvailability.cs: Added.
* ToolStripItemDesignerAvailabilityAttribute.cs: Added.

2005-12-01  Peter Dennis Bartok  <pbartok@novell.com>

* ComponentEditorForm.cs: Added missing attribute

2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>

* EventsTab.cs: Made .ctor() private to fix signature

2005-05-14  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* EventsTab.cs: Implementation start with many gaping holes

2005-05-09  Marek Safar  <marek.safar@seznam.cz>

* PropertyTab.cs: Implemented.

2005-02-14  Peter Bartok  <pbartok@novell.com>

* PropertyTab.cs: Made class abstract

2004-04-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* 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 <ClassDevelopment@A-SoftTech.com>

* IWindowsFormsEditorService.cs: Corrected casing,
  it is not yet corrected in the filename, implemented

2003-08-30  Alexandre Pigolkine <pigolkine@gmx.de>

* ComponentEditor.cs
* IUIService.cs: stubs added

2003-03-31  Alan Tam <Tam@SiuLung.com>

* UITypeEditor.cs: Removed because it shan't be here

2002-08-04  DennisHayes <dennish@raytek.com>

* Started cheanglog

2002-08-04  DennisHayes <dennish@raytek.com>

* 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.

In System.Windows.Forms:
2007-01-20  Chris Toshok  <toshok@ximian.com>

* CheckedListBox.cs: class status changes.

* ScrollableControl.cs: same.

* RichTextBox.cs: same.

* ContainerControl.cs: same.

* ListView.cs: same.

* NotifyIcon.cs: same.

* MenuStrip.cs: same.

* RadioButton.cs: same.

* CheckBox.cs: same.

* PrintPreviewDialog.cs: same.

* Form.cs: same.

svn path=/trunk/mcs/; revision=71385
17 files changed:
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ComponentEditorForm.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Design/ComponentEditorPage.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.VisualStyles/VisualStyleElement.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckedListBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContainerControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NotifyIcon.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PrintPreviewDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs