X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FChangeLog;h=f495502eb1d3de55a78dd4066b02e4d08064fcf4;hb=9743dc5710aa8cb35df9246188feea53d429876c;hp=0108b46e4a72f11c4da9ff1170252b6b44ebcd6f;hpb=38f320d19a29a3e7d6a92cdb0b3ebec149d7c1a7;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/ChangeLog index 0108b46e4a7..f495502eb1d 100644 --- a/mcs/class/Managed.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/ChangeLog @@ -1,3 +1,258 @@ +2006-12-06 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Added FormCollection.cs. + +2006-12-05 Jonathan Chambers + + * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs. + +2006-12-01 Chris Toshok + + * System.Windows.Forms.dll.sources: add IBindableComponent.cs + +2006-11-30 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add + ContextMenuStrip.cs, ToolStripContainer.cs, + ToolStripDropDownButton.cs, ToolStripDropDownMenu.cs, + ToolStripManager.cs, ToolStripPanelRow.cs, + ToolStripSplitButton.cs. + Remove ToolStripMenuTracker.cs. + +2006-11-29 Carlos Alberto Cortez + + * System.Windows.Forms.dll.sources: Add NumericTextBox.cs. + +2006-11-09 Alexander Olk + + * System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs. + +2006-11-08 Chris Toshok + + * System.Windows.Forms.dll.sources: add RootGridEntry.cs + +2006-11-09 Jonathan Pobst + + * System.Windows.Forms.dll.sources: + Add ToolStripItemDesignerAvailability.cs and + ToolStripItemDesignerAvailabilityAttribute.cs. + +2006-11-07 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add StatusStrip.cs, + ToolStripStatusLabel.cs. + +2006-11-04 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added + TreeNodeCollectionTest.cs. + +2006-10-30 Jonathan Pobst + * System.Windows.Forms.dll.sources: Add ToolStripDropDown.cs, + ToolStripItemEventType.cs, ToolStripMenuTracker.cs. + +2006-10-30 Alexander Olk + + * System.Windows.Forms_test.dll.sources: Added UpDownTest.cs. + +2006-10-13 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added PropertyGridTest.cs. + +2006-10-05 Jonathan Pobst + * System.Windows.Forms.dll.sources: Add ToolStripComboBox.cs, + ToolStripControlHost.cs, ToolStripProgressBar.cs, ToolStripTextBox.cs. + +2006-10-03 Sebastien Pouliot + + * System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs + to the unit tests build. + +2006-10-02 Jonathan Pobst + * System.Windows.Forms.dll.sources: Add ToolStrip* classes. + +2006-09-18 Jonathan Pobst + * System.Windows.Forms.dll.sources: Add ToolStrip EventArgs/Handlers, + add a few ToolStrip stub classes. + +2006-09-15 Jonathan Pobst + * System.Windows.Forms.dll.sources: Added DefaultLayout.cs, FlowLayout.cs, + FlowLayoutPanel.cs, FlowLayoutSettings.cs. + * System.Windows.Forms_test.dll.sources: Added FlowPanelTests.cs + +2006-09-13 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Added SplitContainer/SplitterPanel. + * System.Windows.Forms_test.dll.sources: Added SplitContainerTests.cs + +2006-09-07 Alexander Olk + + * resources/, System.Windows.Forms.dll.resources, Makefile: + Add user-home Tango icon in various sizes. + +2006-09-05 Kornél Pál + + * Makefile: Removed CODEPAGE as now UTF-8 is the default. + +2006-08-04 Jonathan Pobst + * System.Windows.Forms.dll.sources: Added 2.0 VisualStyles files. + +2006-07-30 Carlos Alberto Cortez + + * System.Windows.Forms_test.dll.sources: Added PrintDialogTest.cs + +2006-07-18 Carlos Alberto Cortez + + * System.Windows.Forms_test.dll.sources: Added ListControlTest.cs + +2006-07-14 Peter Dennis Bartok + + * System.Windows.Forms.dll.sources: Added new 2.0 event handlers + * System.Windows.Forms_test.dll.sources: Added EventArgsTest.cs + +2006-07-14 Peter Dennis Bartok + + * System.Windows.Forms.dll.sources: Added new 2.0 Enums + +2006-07-11 Wade Berrier + + * Makefile: add some files EXTRA_DISTFILES needed by the tests + +2006-06-23 Chris Toshok + + * System.Windows.Forms_test.dll.sources: add + PropertyManagerTest.cs + +2006-06-20 Chris Toshok + + * System.Windows.Forms.dll.sources: add RelatedPropertyManager.cs + and RelatedCurrencyManager.cs. + +2006-06-12 Wade Berrier + + * Makefile: Update for dialog-question3.png -> dialog-question.png rename + to fix 'make dist' + +2006-05-30 Wade Berrier + + * Makefile: oops, add some more missing resources. + +2006-05-30 Wade Berrier + + * Makefile: fix resource filenames to fix make dist + +2006-05-25 Miguel de Icaza + + * Add new dialog-*.png Tango icons (dialog-question is from a + different theme as Tango is still missing it). + +2006-05-24 Miguel de Icaza + + * Changes so that we can use the filename as the resource name, + should help compiling from within VisualStudio. + +2006-05-23 Miguel de Icaza + + * resources/: Add Tango icons in various sizes. + +2006-05-18 Sebastien Pouliot + + * System.Windows.Forms_test.dll.sources: Add the unit tests for + PaintEventArgs to the build (tested under both 1.1 and 2.0). + +2006-05-15 Peter Dennis Bartok + + * Makefile, System.Windows.Forms.dll.resources: Added NWSE and NESW + cursors + +2006-04-28 Atsushi Enomoto + + * Makefile : added -r:System.Data.dll for "make test". + +2006-04-27 Peter Dennis Bartok + + * SWF.csproj: Updated, matching current .sources + +2006-04-16 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added TabControlTest.cs. + +2006-03-21 Jackson Harper + + * System.Windows.Forms.dll.resources: Add the keyboard resources. + +2006-03-13 Peter Dennis Bartok + + * System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs + +2006-03-11 Alexander Olk + + * System.Windows.Forms.dll.sources: Removed MimeGenerated.cs + +2006-03-09 Jonathan Gilbert + + * System.Windows.Forms/AutoScaleMode.cs: Added new file for + the 2.0 enumeration. + * System.Windows.Forms/ContainerControl.cs: Added stub for + AutoScaleMode property; outputs a message to stderr to + encourage people familiar with its behaviour to implement + it. :-) + * System.Windows.Forms/Control.cs: Added stub for AutoScale; + outputs a message just like ContainerControl::AutoScaleMode. + * System.Windows.Forms.dll.sources: Added AutoScaleMode.cs to + the list of files to build. + +2006-02-28 Matt Hargett + + * System.Windows.Forms_test.dll.sources: Added ComboBoxTests.cs + +2006-1-12 Jonathan Chambers + + * build-csproj: Fixed so the csproj is usable. + +2006-1-12 Jonathan Chambers + + * System.Windows.Forms.dll.sources: Added PageSetupDialog.cs. + +2006-1-12 Jonathan Chambers + + * System.Windows.Forms.dll.sources: Added printing items and *committed* file this time. + +2006-1-10 Jonathan Chambers + + * System.Windows.Forms.dll.sources: Add PrintPreviewDialog and PrintPreviewControl + +2006-1-10 Jonathan Chambers + + * System.Windows.Forms.dll.sources: Add PrintControllerWithStatusDialog + +2005-12-13 Jackson Harper + + * System.Windows.Forms.dll.sources: Add the new internal window + managers + +2005-12-04 Alexander Olk + + * System.Windows.Forms.dll.sources: Added ThemeClearlooks.cs + +2005-12-02 Jackson Harper + + * System.Windows.Forms.dll.sources: New implicit scrollbars. + +2005-12-01 Robert Jordan + + * System.Windows.Forms_test.dll.sources: Added + System.Resources/CompatTest.cs + System.Resources/WriterTest.cs. + +2005-12-01 Raja R Harinath + + * Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur. + +2005-11-30 Robert Jordan + + * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs + 2005-11-12 Pedro Martínez Juliá * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs