X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FChangeLog;h=ee44aaded198a1544ad373a279a087378ea2e205;hb=ca030c24e1869ce323e8ed3d61e021c2d5c72811;hp=687fac5625d6a6d05c4b62bab27a77cdd5185285;hpb=a0533df35dba948f1740647d8366878fd856d108;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/ChangeLog index 687fac5625d..ee44aaded19 100644 --- a/mcs/class/Managed.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/ChangeLog @@ -1,3 +1,157 @@ +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.