* TextBoxTextRenderer.cs: Lower bounds max size to Int16.MaxValue, the
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
index bf0fe4d0efe3b2bb560d7339fb0a0b5d76a59e30..29df65fc9571a447af0bd4be96887ae0c46abfe3 100644 (file)
@@ -1,3 +1,68 @@
+2007-10-23  Andreia Gaita <avidigal@novell.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
+
+2007-10-22  Andreia Gaita <avidigal@novell.com>
+
+       * build-csproj2k5, SWF2k5.csproj: add System.configuration reference
+
+2007-10-22  Geoff Norton  <gnorton@novell.com>
+
+       * Makefile: Add a reference to System.Configuration.dll in NET 2.0
+
+2007-10-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.Windows.Forms_test.dll.sources: Added DragEventArgsTest.cs.
+
+2007-10-08  Andreia Gaita <avidigal@novell.com>
+
+       * SWF.csproj, build-csproj: Add missing ONLY_1_1 flag, update project.
+
+2007-10-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Added TextBoxTextRenderer.cs.
+
+2007-10-07  Andreia Gaita <avidigal@novell.com>
+
+       * System.Windows.Forms.dll.sources: Added WebBrowserDialogs
+       * build-csproj2k5: added reference to mono.mozilla
+       * SWF2K5.csproj: Updated project files
+
+2007-10-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.Windows.Forms_test.dll.sources: Added TreeViewEventsTest.cs.
+
+2007-10-04  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Added Line.cs and LineTag.cs.
+
+2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Added
+       DataGridViewCellCollectionTest.cs.
+
+2007-09-21  Justin Cherniak <justin.cherniak@gmail.com>
+
+       * SWF2k5.csproj: Fixed missing file.
+
+2007-09-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.Windows.Forms.dll.sources: Add HtmlHistory.cs HtmlWindow.cs 
+       HtmlWindowCollection.cs ListBindingHelper.cs WindowsFormsSection.cs 
+       WindowsFormsSynchronizationContext.cs.
+
+2007-09-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * System.Windows.Forms.dll.sources: Add FileDialogCustomPlace.cs and
+       FileDialogCustomPlacesCollection.cs.
+
+2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add HtmlElementErrorEventArgs.cs,
+       HtmlElementErrorEventHandler.cs.
+
 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
 
        * System.Windows.Forms.dll.sources: Add RadioButtonPainter.cs.