X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FChangeLog;h=88cb3271cdb6ee9583dafecd5db71a97c8d1d4d4;hb=de9c356f0f71d35ba7d6714530e1a045cd7a78e7;hp=1dfe75bf3fc0c27d79b3c9f5d0e3a848216cfcea;hpb=645c832709723d607cd43d410a291273ded7b725;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/ChangeLog index 1dfe75bf3fc..88cb3271cdb 100644 --- a/mcs/class/Managed.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/ChangeLog @@ -1,3 +1,232 @@ +2007-01-04 Jonathan Pobst + + * System.Windows.Forms_test.dll: Add ControlPropertyEventsTest.cs. + +2007-01-04 Carlos Alberto Cortez + + * System.Windows.Forms_test.dll: Add ColumnHeaderTest.cs + +2007-01-04 Jonathan Pobst + + * System.Windows.Forms_test.dll: Add LinkAreaTest.cs and HelpProviderTest.cs. + +2006-12-30 Chris Toshok + + * Makefile (TEST_HARNESS_LOCAL_EXCLUDES): exclude Interactive + tests. + +2006-12-28 Chris Toshok + + * System.Windows.Forms_test.dll.sources: add DefaultLayoutTest and + remove DockingTests. + +2006-12-27 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs. + +2006-12-23 Chris Toshok + + * System.Windows.Forms_test.dll.sources: add + System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs. + + * System.Windows.Forms.dll.sources: add + System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs. + + * *.csproj: sync with new file. + +2006-12-23 Daniel Nauck + + * System.Windows.Forms_test.dll.sources: Add + UserControlTest.cs + +2006-12-21 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs, + move TableLayout to /Layout. + +2006-12-21 Rolf Bjarne Kvinge + + * build-csproj2k5: set WarningLevel to 3 and + ChangeLogs + +2006-12-20 Chris Toshok + + * SWF.csproj: reflect removal of + DataGridViewRowsDeletedEventArgs.cs. + + * SWF2k5.csproj: same. + + * System.Windows.Forms.dll.sources: remove of + DataGridViewRowsDeletedEventArgs.cs. + + * System.Windows.Forms_test.dll.sources: remove + DataGridViewBandTest.cs. + +2006-12-19 Chris Toshok + + * System.Windows.Forms_test.dll.sources: add RowStyleTest and + ColumnStyleTest. + +2006-12-17 Daniel Nauck + + * System.Windows.Forms.dll.sources: Add + ListViewHitTestInfo + +2006-12-17 Daniel Nauck + + * System.Windows.Forms.dll.sources: Add + DockingAttribute.cs, FlatButtonAppearance.cs + +2006-12-17 Chris Toshok + + * build-csproj2k5: a couple of changes. use "exec >" instead of + redirecting the output from every function, use multiple patterns + in our sed calls instead of including multiple sed invocations, + and use sed instead of tr for converting / to \. + +2006-12-16 Daniel Nauck + + * System.Windows.Forms.dll.sources: Add + AutoCompleteStringCollection.cs + * System.Windows.Forms_test.dll.sources: Add + AutoCompleteStringCollectionTest.cs + +2006-12-16 Chris Toshok + + * SWF.csproj, SWF2k5.csproj: resync these. + + * Makefile (EXTRA_DISTFILES): add build-csproj2k5 + + Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts + which generate them. That way if you're hacking on the script you + don't have to touch System.Windows.Forms.dll.sources every time + you want to update the output. + + * build-csproj2k5: make some changes suggested by Marek: + + - System.XML should be System.Xml. + - Change eol-style to native. + - remove the SubType's from all the .cs Compile elements. + - Add Mono.Posix if the configuration is DebugXBuild (can't test this though..) + +2006-12-15 Chris Toshok + + * Makefile: add targets for the 2k5 csproj. + + * build-csproj2k5: new script to build vs2005 specific projects. + use SWF2k5.sln instead of SWF.sln and upgrading. The 2005 project + doesn't have the problems with resources that the 2003 project + has. The only remaining stumbling block for use is Consts.cs. + + * SWF2k5.sln, SWF2k5.csproj: visual studio 2005 versions of these + files. + +2006-12-16 Daniel Nauck + + * System.Windows.Forms_test.dll.sources: Add + PaddingTest.cs + +2006-12-15 Daniel Nauck + + * System.Windows.Forms.dll.sources: Add + ListViewGroup.cs, ListViewGroupCollection.cs + * SWF.csproj: Add + ListViewGroup.cs, ListViewGroupCollection.cs + * System.Windows.Forms_test.dll.sources: Add + ListViewGroupTest.cs, ListViewGroupCollectionTest.cs + +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.