2007-09-06 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
index 07f926e33c83b41d019d6acbb51d40f5ee0728a8..4f1fe141b3629b4fe914f45fe83b90ab98eec168 100644 (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.
+
+2007-08-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * build-csproj2k5: Add Mono.Mozilla as a reference.
+       * SWF2k5.csproj: Updated.
+
+2007-08-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * System.Windows.Forms.dll.sources: Add new ListViewInsertionMark.cs
+       file.
+
+2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Added
+       FolderBrowserDialogTest.cs.
+
+2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: CheckBoxPainter.cs.
+
+2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * System.Windows.Forms_test.dll.sources: Added
+         DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs,
+         DataGridViewColumnHeaderTest.cs, DataGridViewRowHeaderTest.cs.
+
+2007-08-19  Andreia Gaita  <avidigal@novell.com>
+
+       * System.Windows.Forms.dll.sources: Add HtmlElement*
+
+2007-08-11 Andreia Gaita <avidigal@novell.com>
+
+       * Makefile: Add reference to the Mono.Mozilla
+       assembly for webbrowser support.
+
+2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
+
+2007-08-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add MdiControlStrip.cs.
+
+2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * build-csproj2k5-tests: Add ONLY_1_1, __MONO_CS__ and DEBUG where
+         relevant.
+       * SWF2k5-tests.csproj, SWF.csproj: Updated.
+       * System.Windows.Forms_test.dll.sources: Added DataGridViewBandTest.cs,
+         DataGridViewColumnCollectionTest.cs,
+         DataGridViewComboBoxCellTest.cs, DataGridViewCommon.cs,
+         DataGridViewRowColllectionTest.cs, DataGridViewTextBoxColumnTest.cs
+
+2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * System.Windows.Forms_test.dll.sources: Added
+         ArrangedElementCollectionTest.cs
+
+2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * System.Windows.Forms_test.dll.sources: Unified ComboBoxTest.cs and
+         ComboBoxTests.cs, deleted ComboBoxTests.cs
+       * SWF2k5-tests.csproj: Updated.
+
+2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * build-csproj2k5-tests: Remove warnings.
+       * SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
+       * build-csproj2k5: Ignore obsolete warnings in VS as well.
+
+2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * Makefile: Ignore obsolete warnings.
+
+2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add PowerStatus.cs.
+
+2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add ToolStripSystemRenderer, ToolStripPainter.
+
+2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add ToolStripDropDownItemAccessibleObject.cs.
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * Makefile, System.Windows.Forms.dll.resources: Added image-missing.png,
+       image-x-generic.png for PictureBox.
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add PanelTest.cs. 
+
+2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add ButtonBaseTest.cs. 
+
+2007-06-05  Andreia Gaita  <avidigal@novell.com>
+
+       * build-csproj, build-csproj2k5, swf.csproj, SWF2k5.csproj: 
+       Move external Consts.cs and MonoTODOAttribute.cs dependencies 
+       to the mwf tree, change the build scripts accordingly (so a 
+       user can compile and debug with mwf without having all the mono 
+       source tree). 
+       Remove Mono.Posix reference from build-csproj2k5. 
+       Fix conditional compilation symbols (NET_1_1 should also be 
+       defined on 2.0)
+       Synch up the *.csproj files
+
+2007-05-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * System.Windows.Forms_test.dll.sources: Added KeyEventArgsTest.cs
+
+2007-05-21  Andreia Gaita  <avidigal@novell.com>
+
+       * System.Windows.Forms.dll.sources: Add ResXDataNode.cs
+       * System.Windows.Forms_test.dll.sources: Add ResXDataNodeTest.cs
+
+2007-05-19  Andreia Gaita  <avidigal@novell.com>
+
+       * System.Windows.Forms.dll.sources: Add NumericUpDownAcceleration.cs,
+       NumericUpDownAccelerationCollection.cs
+       * System.Windows.Forms_test.dll.sources: Add NumericUpDownTest.cs
+
+2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add DataObjectTest.cs. 
+
+2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * System.Windows.Forms.dll.sources: Added DrawToolTipEventArgs.cs and
+         DrawToolTipEventHandler.cs
+
+2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add KeysConverterTest, 
+       LinkConverterTest.cs.
+       * System.Windows.Forms.dll.sources: Add LinkConverter.cs.
+
+2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add TreeViewImageIndexConverterTest.cs.
+
+2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add ImageKeyConverter.cs,
+       TreeViewImageKeyConverter.cs.
+       * System.Windows.Forms_test.dll.sources: Add ImageKeyConverterTest.cs,
+       TreeViewImageKeyConverterTest.cs.
+
+2007-05-16  Olivier Dufour  <olivier.duff@free.fr>
+
+       * ColumnHeaderConverter: Added
+       
+2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Added
+       ToolStripItemCollectionTest.cs.
+
+2007-05-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * System.Windows.Forms_test.dll.sources: Added MaskedTextBoxTest.cs
+
+2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Added
+       DataGridViewTextBoxCellTest.cs
+
+2007-04-29  Duncan Mak  <duncan@a-chinaman.com>
+
+       * SWF.csproj: 
+       * SWF2k5.csproj: Updated.
+
+2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add DrawListViewColumnHeaderEventHandler.cs,
+       DrawListViewItemEventHandler.cs, DrawListViewSubItemEventHandler.cs.
+
+2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
+
+       * Makefile: Add new resources for BindingNavigator to build.
+
+2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
+
+       * System.Windows.Forms.dll.resources - Added files for the BindingNavigator
+
+2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Update.
+       * System.Windows.Forms.dll.sources: Add MaskedTextBox.
+
+2007-04-24  Alan McGovern  <alan.mcgovern@gmail.com>
+
+       * System.Windows.Forms.dll.sources: Added
+               BindingNavigator.cs
+               BindingNavigatorTests.cs
+                               
+2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add TableLayoutTest.cs.
+
+2007-04-22  Alan McGovern  <alan.mcgovern@gmail.com>
+
+       * System.Windows.Forms.dll.sources:
+       Stubbed and added:
+               DrawListViewColumnHeaderEventArgs.cs
+               DrawListViewColumnHeaderEventArgs.cs
+               DrawListViewColumnHeaderEventArgs.cs
+
+2007-04-15  Andreia Gaita  <avidigal@novell.com>
+
+       * System.Windows.Forms.dll.sources: Add ThemeElementsClearlooks, 
+       ThemeElementsGtk, ThemeElementsNice, Nice/ButtonPainter, 
+       Default/TabControlPainter and Default/ButtonPainter
+
+2007-04-01  Alp Toker  <alp@atoker.com>
+
+       * build-csproj:
+       * build-csproj2k5:
+       * build-csproj2k5-tests: Use bash, not sh. These scripts do run with
+       POSIX sh but they produce incorrect output containing binary garbage.
+       Output is correct when 'bash' is used instead of 'sh'.
+
+2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add ScrollProperties, 
+       HScrollProperties, and VScrollProperties.
+       * System.Windows.Forms_test.dll.sources: Add HScrollPropertiesTest and
+       VScrollPropertiesTest.
+
+2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms_test.dll.sources: Add StatusStripTest.cs,
+       ToolStripContainerTest.cs, ToolStripContentPanelTest.cs,
+       ToolStripDropDownTest.cs, ToolStripManagerTest.cs, 
+       ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs
+       ToolStripPanelTest.cs, ToolStripStatusLabelTest.cs.
+
+2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Windows.Forms_test.dll.sources: Added ErrorProviderTest.cs.
+
+2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Makefile: Added 32x32 icon.
+
+2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * System.Windows.Forms_test.dll.sources: Added FormHandleTest and 
+       MdiFormHandleTest.
+
+2007-03-08  Chris Toshok <toshok@ximian.com>
+
+       * System.Windows.Forms/DataGrid.cs: some field renaming to make things consistent.
+
+       * System.Windows.Forms/ThemeWin32Classic.cs: same.
+
+2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * Makefile: Don't show obsolete warnings when compiling tests.
+
+2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * System.Windows.Forms.dll.sources: Add ThemeElements.cs,
+       ThemeElementsDefault.cs.
+
 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
 
        * System.Windows.Forms.dll.sources: Added FormWindowManager.cs and
          ToolWindowManager.cs
-       * System.Windows.Forms/ToolWindowManager.cs: Added, contains logic for
-         tool windows.
-       * System.Windows.Forms/CreateParams.cs: Add a few helper methods and an
-         internal variable to know which control the CreateParams belongs
-         to.
-       * System.Windows.Forms/Control.cs: Call Form.ChangingParent when the
-         parent is about to be changed.
-       * System.Windows.Forms/XplatUIX11.cs: DeriveStyles (): Set
-         caption_height for all windows that have captions and are children.
-         Update to use ToolWindowManager instead of InternalWindowManager
-         for ToolWindows.
-       * System.Windows.Forms/XplatUIWin32.cs: Set fake window styles for all
-         windows that have window managers.
-       * System.Windows.Forms/MdiWindowManager.cs: Added MaximizedTitleButtons
-         (the buttons are now duplicated for mdi windows when they are
-         maximized, first for the buttons the window itself has, then for
-         the buttons that appear in the menu bar. Makes things a little
-         easier). Updated UpdateWindowDecorations, SetWindowState and the
-         mouse eventhandlers accordingly.
-       * System.Windows.Forms/Form.cs: Add ChangingParent (), contains the
-         logic of what should happen when the parent changes. In MdiParent
-         don't set things that ChangingParent () is doing. When handling
-         WM_CLOSE, we can close the form if there are any other modal forms
-         and the current form is a descendent of the modal form.
-       * System.Windows.Forms/InternalWindowManager.cs: A lot of refactoring,
-         the title buttons are now extracted to a separate container class
-         that takes care of all button code (clicks, tooltips, etc). Moved
-         Iconic|Maximized|Normal Bounds properties to this class from
-         MdiWindowManager, so that the window state logic can succeed for
-         other than mdi wm's. Implemented general window state change logic.
-         Moved CreateButtons to ThemeWin32Classic, since the theme might
-         override which buttons are available when as well as the exact
-         location.
-       * System.Windows.Forms/FormWindowManager.cs: Added, contains logic for
-         normal forms.
-       * System.Windows.Forms/ThemeWin32Classic.cs:
-         ManagedWindowSetButtonLocations now decides which buttons go where
-         (and if they are at all visible). Removed special handling of
-         maximized windows, since they aren't special. In
-         DrawManagedWindowDecorations don't try to draw the text if it is
-         empty.
-       * System.Windows.Forms/MdiClient.cs: ArrangeIconicWindows: Don't
-         calculate any sizes, use whatever the wm gives us.
-       * System.Windows.Forms.X11Internal/X11Hwnd.cs: Update to use
-         ToolWindowManager.
        * Test/System.Windows.Forms/FormTest.cs: Added
          MaximizedParentedFormTest.
 
        * resources/, System.Windows.Forms.dll.resources, Makefile:
          Add user-home Tango icon in various sizes.
 
-2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
+2006-09-05  KornÃ\83©l PÃ\83¡l  <kornelpal@hotmail.com>
 
        * Makefile: Removed CODEPAGE as now UTF-8 is the default.
 
 
        * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs
 
-2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
+2005-11-12  Pedro MartÃ\83­nez JuliÃ\83¡  <pedromj@gmail.com>
 
        * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
        DataGridViewBandTest.cs DataGridViewCellTest.cs
 
        * System.Windows.Forms_test.dll.sources : Added Common.cs
 
-2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
+2005-09-27  KornÃ\83©l PÃ\83¡l  <kornelpal@hotmail.com>
 
        * Makefile: Replaced /codepage with CODEPAGE.