2007-01-10 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
index a527ae99000fcc3b6b64b75c350391be83ea4440..88cb3271cdb6ee9583dafecd5db71a97c8d1d4d4 100644 (file)
@@ -1,3 +1,161 @@
+2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll: Add ControlPropertyEventsTest.cs.
+
+2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.Windows.Forms_test.dll: Add ColumnHeaderTest.cs
+
+2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll: Add LinkAreaTest.cs and HelpProviderTest.cs.
+
+2006-12-30  Chris Toshok  <toshok@ximian.com>
+
+       * Makefile (TEST_HARNESS_LOCAL_EXCLUDES): exclude Interactive
+       tests.
+
+2006-12-28  Chris Toshok  <toshok@ximian.com>
+
+       * System.Windows.Forms_test.dll.sources: add DefaultLayoutTest and
+       remove DockingTests.
+
+2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
+
+2006-12-23  Chris Toshok  <toshok@ximian.com>
+
+       * 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  <dna@mono-project.de>
+
+       * System.Windows.Forms_test.dll.sources: Add
+               UserControlTest.cs
+
+2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs,
+       move TableLayout to /Layout.
+
+2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * build-csproj2k5: set WarningLevel to 3 and
+       ChangeLogs
+
+2006-12-20  Chris Toshok  <toshok@ximian.com>
+
+       * 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  <toshok@ximian.com>
+
+       * System.Windows.Forms_test.dll.sources: add RowStyleTest and
+       ColumnStyleTest.
+
+2006-12-17  Daniel Nauck  <dna@mono-project.de>
+
+       * System.Windows.Forms.dll.sources: Add
+               ListViewHitTestInfo
+
+2006-12-17  Daniel Nauck  <dna@mono-project.de>
+
+       * System.Windows.Forms.dll.sources: Add
+               DockingAttribute.cs, FlatButtonAppearance.cs
+
+2006-12-17  Chris Toshok  <toshok@ximian.com>
+
+       * 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  <dna@mono-project.de>
+
+       * System.Windows.Forms.dll.sources: Add
+               AutoCompleteStringCollection.cs
+       * System.Windows.Forms_test.dll.sources: Add
+               AutoCompleteStringCollectionTest.cs
+
+2006-12-16  Chris Toshok  <toshok@ximian.com>
+
+       * 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  <toshok@ximian.com>
+
+       * 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  <dna@mono-project.de>
+
+       * System.Windows.Forms_test.dll.sources: Add
+               PaddingTest.cs
+
+2006-12-15  Daniel Nauck  <dna@mono-project.de>
+
+       * 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  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Added FormCollection.cs.
+
+2006-12-05  Jonathan Chambers  <joncham@gmail.com>
+
+       * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs.
+       
+2006-12-01  Chris Toshok  <toshok@ximian.com>
+
+       * System.Windows.Forms.dll.sources: add IBindableComponent.cs
+
+2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
+
+       * 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 <calberto.cortez@gmail.com>
 
        * System.Windows.Forms.dll.sources: Add NumericTextBox.cs.