X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FChangeLog;h=ee44aaded198a1544ad373a279a087378ea2e205;hb=21068f94aa055d5379cde7b33c9d9482e18de577;hp=a5e125db746bb5b25f5ee6b25eab9ec034dcb473;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/ChangeLog index a5e125db746..ee44aaded19 100644 --- a/mcs/class/Managed.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/ChangeLog @@ -1,3 +1,371 @@ +2007-09-23 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added + DataGridViewCellCollectionTest.cs. + +2007-09-21 Justin Cherniak + + * SWF2k5.csproj: Fixed missing file. + +2007-09-06 Zoltan Varga + + * System.Windows.Forms.dll.sources: Add HtmlHistory.cs HtmlWindow.cs + HtmlWindowCollection.cs ListBindingHelper.cs WindowsFormsSection.cs + WindowsFormsSynchronizationContext.cs. + +2007-09-01 Zoltan Varga + + * System.Windows.Forms.dll.sources: Add FileDialogCustomPlace.cs and + FileDialogCustomPlacesCollection.cs. + +2007-08-29 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add HtmlElementErrorEventArgs.cs, + HtmlElementErrorEventHandler.cs. + +2007-08-28 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add RadioButtonPainter.cs. + +2007-08-28 Rolf Bjarne Kvinge + + * build-csproj2k5: Add Mono.Mozilla as a reference. + * SWF2k5.csproj: Updated. + +2007-08-26 Carlos Alberto Cortez + + * System.Windows.Forms.dll.sources: Add new ListViewInsertionMark.cs + file. + +2007-08-24 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added + FolderBrowserDialogTest.cs. + +2007-08-22 Jonathan Pobst + + * System.Windows.Forms.dll.sources: CheckBoxPainter.cs. + +2007-08-21 Rolf Bjarne Kvinge + + * System.Windows.Forms_test.dll.sources: Added + DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs, + DataGridViewColumnHeaderTest.cs, DataGridViewRowHeaderTest.cs. + +2007-08-19 Andreia Gaita + + * System.Windows.Forms.dll.sources: Add HtmlElement* + +2007-08-11 Andreia Gaita + + * Makefile: Add reference to the Mono.Mozilla + assembly for webbrowser support. + +2007-08-07 Rolf Bjarne Kvinge + + * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Updated. + +2007-08-02 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add MdiControlStrip.cs. + +2007-07-31 Rolf Bjarne Kvinge + + * 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 + + * System.Windows.Forms_test.dll.sources: Added + ArrangedElementCollectionTest.cs + +2007-07-20 Rolf Bjarne Kvinge + + * 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 + + * 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 + + * Makefile: Ignore obsolete warnings. + +2007-07-09 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add PowerStatus.cs. + +2007-07-03 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add ToolStripSystemRenderer, ToolStripPainter. + +2007-06-15 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add ToolStripDropDownItemAccessibleObject.cs. + +2007-06-08 Jonathan Pobst + + * Makefile, System.Windows.Forms.dll.resources: Added image-missing.png, + image-x-generic.png for PictureBox. + +2007-06-08 Jonathan Pobst + + * System.Windows.Forms_test.dll.sources: Add PanelTest.cs. + +2007-06-06 Jonathan Pobst + + * System.Windows.Forms_test.dll.sources: Add ButtonBaseTest.cs. + +2007-06-05 Andreia Gaita + + * 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 + + * System.Windows.Forms_test.dll.sources: Added KeyEventArgsTest.cs + +2007-05-21 Andreia Gaita + + * System.Windows.Forms.dll.sources: Add ResXDataNode.cs + * System.Windows.Forms_test.dll.sources: Add ResXDataNodeTest.cs + +2007-05-19 Andreia Gaita + + * System.Windows.Forms.dll.sources: Add NumericUpDownAcceleration.cs, + NumericUpDownAccelerationCollection.cs + * System.Windows.Forms_test.dll.sources: Add NumericUpDownTest.cs + +2007-05-18 Jonathan Pobst + + * System.Windows.Forms_test.dll.sources: Add DataObjectTest.cs. + +2007-05-18 Rolf Bjarne Kvinge + + * System.Windows.Forms.dll.sources: Added DrawToolTipEventArgs.cs and + DrawToolTipEventHandler.cs + +2007-05-17 Jonathan Pobst + + * System.Windows.Forms_test.dll.sources: Add KeysConverterTest, + LinkConverterTest.cs. + * System.Windows.Forms.dll.sources: Add LinkConverter.cs. + +2007-05-17 Jonathan Pobst + + * System.Windows.Forms_test.dll.sources: Add TreeViewImageIndexConverterTest.cs. + +2007-05-16 Jonathan Pobst + + * 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 + + * ColumnHeaderConverter: Added + +2007-05-10 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added + ToolStripItemCollectionTest.cs. + +2007-05-04 Rolf Bjarne Kvinge + + * System.Windows.Forms_test.dll.sources: Added MaskedTextBoxTest.cs + +2007-04-30 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Added + DataGridViewTextBoxCellTest.cs + +2007-04-29 Duncan Mak + + * SWF.csproj: + * SWF2k5.csproj: Updated. + +2007-04-26 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add DrawListViewColumnHeaderEventHandler.cs, + DrawListViewItemEventHandler.cs, DrawListViewSubItemEventHandler.cs. + +2007-04-24 Jonathan Pobst + + * Makefile: Add new resources for BindingNavigator to build. + +2007-04-24 Alan McGovern + + * System.Windows.Forms.dll.resources - Added files for the BindingNavigator + +2007-04-24 Rolf Bjarne Kvinge + + * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Update. + * System.Windows.Forms.dll.sources: Add MaskedTextBox. + +2007-04-24 Alan McGovern + + * System.Windows.Forms.dll.sources: Added + BindingNavigator.cs + BindingNavigatorTests.cs + +2007-04-23 Jonathan Pobst + + * System.Windows.Forms_test.dll.sources: Add TableLayoutTest.cs. + +2007-04-22 Alan McGovern + + * System.Windows.Forms.dll.sources: + Stubbed and added: + DrawListViewColumnHeaderEventArgs.cs + DrawListViewColumnHeaderEventArgs.cs + DrawListViewColumnHeaderEventArgs.cs + +2007-04-15 Andreia Gaita + + * System.Windows.Forms.dll.sources: Add ThemeElementsClearlooks, + ThemeElementsGtk, ThemeElementsNice, Nice/ButtonPainter, + Default/TabControlPainter and Default/ButtonPainter + +2007-04-01 Alp Toker + + * 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 + + * 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 + + * 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 + + * System.Windows.Forms_test.dll.sources: Added ErrorProviderTest.cs. + +2007-03-10 Gert Driesen + + * Makefile: Added 32x32 icon. + +2007-03-09 Rolf Bjarne Kvinge + + * System.Windows.Forms_test.dll.sources: Added FormHandleTest and + MdiFormHandleTest. + +2007-03-08 Chris Toshok + + * System.Windows.Forms/DataGrid.cs: some field renaming to make things consistent. + + * System.Windows.Forms/ThemeWin32Classic.cs: same. + +2007-03-02 Rolf Bjarne Kvinge + + * Makefile: Don't show obsolete warnings when compiling tests. + +2007-03-02 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add ThemeElements.cs, + ThemeElementsDefault.cs. + +2007-03-02 Rolf Bjarne Kvinge + + * System.Windows.Forms.dll.sources: Added FormWindowManager.cs and + ToolWindowManager.cs + * Test/System.Windows.Forms/FormTest.cs: Added + MaximizedParentedFormTest. + +2007-02-27 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add RelatedImageListAttribute.cs. + +2007-02-18 Gert Driesen + + * System.Windows.Forms_test.dll.sources: add SaveFileDialogTest.cs. + +2007-02-14 Rolf Bjarne Kvinge + + * System.Windows.Forms_test.dll.sources: add EventLogger.cs + +2007-02-13 Rolf Bjarne Kvinge + + * build-csproj2k5-tests: Added to be able to create SWF2k5-tests.csproj. + * SWF2k5-tests.csproj: Added. + +2007-02-09 Chris Toshok + + * System.Windows.Forms_test.dll.sources: add ControlHandleTest.cs + +2007-02-08 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add ToolStripOverflow.cs, + ToolStripOverflowButton.cs. + +2007-02-07 Gert Driesen + + * System.Windows.Forms_test.dll.sources: Add DataGridViewColumnTest.cs. + +2007-02-06 Rolf Bjarne Kvinge + + * System.Windows.Forms_test.dll.sources: Add TimerTest.cs + +2007-02-04 Gert Driesen + + * System.Windows.Forms_test.dll.sources: ResXResourceReaderTest.cs, + ResXFileRefTest.cs and Consts.cs. + +2007-02-03 Rolf Bjarne Kvinge + + * System.Windows.Forms_test.dll.sources: Add ControlLogger.cs and ControlLogger2.cs + +2007-01-26 Jonathan Pobst + + * System.Windows.Forms.dll.sources: Add PaddingConverter.cs. + * System.Windows.Forms_test.dll.sources: Add PaddingConverterTest.cs. + +2007-01-25 Chris Toshok + + * System.Windows.Forms_test.dll.sources: add SplitterTest.cs + +2007-01-18 Jonathan Pobst + + * System.Windows.Forms_test.dll: Add NotifyIconTest.cs. + +2007-01-16 Jonathan Pobst + + * System.Windows.Forms_test.dll: Add ControlCollectionTest.cs, + MenuStripTest.cs, ToolStripMenuItemTest.cs. + +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 @@ -43,7 +411,7 @@ 2006-12-21 Rolf Bjarne Kvinge * build-csproj2k5: set WarningLevel to 3 and - ChangeLogs + add ChangeLogs 2006-12-20 Chris Toshok @@ -223,7 +591,7 @@ * resources/, System.Windows.Forms.dll.resources, Makefile: Add user-home Tango icon in various sizes. -2006-09-05 Kornél Pál +2006-09-05 Kornél Pál * Makefile: Removed CODEPAGE as now UTF-8 is the default. @@ -386,7 +754,7 @@ * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs -2005-11-12 Pedro Martínez Juliá +2005-11-12 Pedro Martínez Juliá * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs DataGridViewBandTest.cs DataGridViewCellTest.cs @@ -434,7 +802,7 @@ * System.Windows.Forms_test.dll.sources : Added Common.cs -2005-09-27 Kornél Pál +2005-09-27 Kornél Pál * Makefile: Replaced /codepage with CODEPAGE.