2008-04-08 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
index a1599b73896d30193a247658b538244272f4c6f6..9eeac3f59f4a309dd4d72b741539e2338b986cc1 100644 (file)
@@ -1,12 +1,83 @@
-2007-10-23  Geoff Norton  <gnorton@novell.com>
+2008-04-08  Jonathan Pobst  <monkey@jpobst.com>
 
-       * System.Windows.Forms.dll.sources: Added OSXKeyboard.cs
+       * System.Windows.Forms_test.dll.sources: Add DataGridViewCheckBoxCellTest.cs.
+
+2008-04-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add DataGridViewLinkCellTest.cs.
+
+2008-04-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add DataGridViewButtonCellTest.cs.
+
+2008-03-19  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * Makefile, System.Windows.Forms.dll.resources: Updated to reflect 
+       the resource changes for PropertyGrid.
+
+2008-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.Windows.Forms_test.dll.sources: Added
+       ListBindingHelperTest.cs.
+
+2008-03-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Added IToolStripData.cs.
+
+2008-03-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Added IBounds.cs.
+
+2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Added SelectionRangeTest.cs.
+
+2008-02-06  Andreia Gaita <avidigal@novell.com>
+
+       * build-csproj2k5: fixed mono.mozilla project guid
+       * SWF2K5.csproj: synched to sources
+       * SWF2k5.sln: updated with proper mono.mozilla guid     
 
-2007-10-23  Andreia Gaita <avidigal@novell.com>
+2008-02-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
-       * TextBoxTextRenderer.cs: Lower bounds max size to Int16.MaxValue, the 
-       Windows 2000 gdi DrawText call doesn't draw if it's higher than that
-       for some reason
+       * System.Windows.Forms_test.dll.sources: Added
+       BindingsCollectionTest.cs.
+
+2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms.dll.sources: Moved PropertiesTab.cs from
+       System.Windows.Forms to System.Windows.Forms.PropertyGridInternal.
+
+2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Added ImageListStreamerTest.cs.
+
+2008-01-24  Andreia Gaita <avidigal@novell.com>
+
+       SWF2K5.csproj, SWF.csproj: synched
+
+2008-01-23  Geoff Norton  <gnorton@novell.com>
+
+       * System.Windows.Forms.dll.sources:  Add the Carbon Cursor.cs to the build.
+
+2007-12-30  Andreia Gaita <avidigal@novell.com>
+
+       * build-csproj2k5: added output types
+       * SWF2K5.csproj: Updated project
+
+2007-12-21  Geoff Norton  <gnorton@novell.com>
+
+       * System.Windows.Forms.dll.sources: Add Dnd.cs, Pasteboard.cs and HIObjectHandler.cs
+       to the build
+
+2007-11-15  Geoff Norton  <gnorton@novell.com>
+
+       * System.Windows.Forms.dll.sources: Reflect the changes for the new OSX->Carbon
+       refactoring.
+
+2007-10-23  Geoff Norton  <gnorton@novell.com>
+
+       * System.Windows.Forms.dll.sources: Added OSXKeyboard.cs
 
 2007-10-22  Andreia Gaita <avidigal@novell.com>