In Test/System.Windows.Forms:
[mono-project.git] / mcs / class / Managed.Windows.Forms / ChangeLog
blob8adde927f55e91eaa1b556238ed926b3d10dd2a0
1 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
3         * System.Windows.Forms_test.dll.sources: Added ErrorProviderTest.cs.
5 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
7         * Makefile: Added 32x32 icon.
9 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
11         * System.Windows.Forms_test.dll.sources: Added FormHandleTest and 
12         MdiFormHandleTest.
14 2007-03-08  Chris Toshok <toshok@ximian.com>
16         * System.Windows.Forms/DataGrid.cs: some field renaming to make things consistent.
18         * System.Windows.Forms/ThemeWin32Classic.cs: same.
20 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
22         * Makefile: Don't show obsolete warnings when compiling tests.
24 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
26         * System.Windows.Forms.dll.sources: Add ThemeElements.cs,
27         ThemeElementsDefault.cs.
29 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
31         * System.Windows.Forms.dll.sources: Added FormWindowManager.cs and
32           ToolWindowManager.cs
33         * Test/System.Windows.Forms/FormTest.cs: Added
34           MaximizedParentedFormTest.
36 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
38         * System.Windows.Forms.dll.sources: Add RelatedImageListAttribute.cs.
40 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
42         * System.Windows.Forms_test.dll.sources: add SaveFileDialogTest.cs.
44 2007-02-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
46         * System.Windows.Forms_test.dll.sources: add EventLogger.cs
48 2007-02-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
50         * build-csproj2k5-tests: Added to be able to create SWF2k5-tests.csproj.
51         * SWF2k5-tests.csproj: Added.
53 2007-02-09  Chris Toshok  <toshok@ximian.com>
55         * System.Windows.Forms_test.dll.sources: add ControlHandleTest.cs
57 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
59         * System.Windows.Forms.dll.sources: Add ToolStripOverflow.cs,
60         ToolStripOverflowButton.cs.
62 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
64         * System.Windows.Forms_test.dll.sources: Add DataGridViewColumnTest.cs.
66 2007-02-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
67         
68         * System.Windows.Forms_test.dll.sources: Add TimerTest.cs
70 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
72         * System.Windows.Forms_test.dll.sources: ResXResourceReaderTest.cs,
73         ResXFileRefTest.cs and Consts.cs.
75 2007-02-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
77         * System.Windows.Forms_test.dll.sources: Add ControlLogger.cs and ControlLogger2.cs
79 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
81         * System.Windows.Forms.dll.sources: Add PaddingConverter.cs.
82         * System.Windows.Forms_test.dll.sources: Add PaddingConverterTest.cs.
84 2007-01-25  Chris Toshok  <toshok@ximian.com>
86         * System.Windows.Forms_test.dll.sources: add SplitterTest.cs
88 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
90         * System.Windows.Forms_test.dll: Add NotifyIconTest.cs.
92 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
94         * System.Windows.Forms_test.dll: Add ControlCollectionTest.cs,
95         MenuStripTest.cs, ToolStripMenuItemTest.cs.
97 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
99         * System.Windows.Forms_test.dll: Add ControlPropertyEventsTest.cs.
101 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
103         * System.Windows.Forms_test.dll: Add ColumnHeaderTest.cs
105 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
107         * System.Windows.Forms_test.dll: Add LinkAreaTest.cs and HelpProviderTest.cs.
109 2006-12-30  Chris Toshok  <toshok@ximian.com>
111         * Makefile (TEST_HARNESS_LOCAL_EXCLUDES): exclude Interactive
112         tests.
114 2006-12-28  Chris Toshok  <toshok@ximian.com>
116         * System.Windows.Forms_test.dll.sources: add DefaultLayoutTest and
117         remove DockingTests.
119 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
121         * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
123 2006-12-23  Chris Toshok  <toshok@ximian.com>
125         * System.Windows.Forms_test.dll.sources: add
126         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs.
128         * System.Windows.Forms.dll.sources: add
129         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs.
131         * *.csproj: sync with new file.
132         
133 2006-12-23  Daniel Nauck  <dna@mono-project.de>
135         * System.Windows.Forms_test.dll.sources: Add
136                 UserControlTest.cs
138 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
140         * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs,
141         move TableLayout to /Layout.
143 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
145         * build-csproj2k5: set WarningLevel to 3 and
146         add ChangeLogs
148 2006-12-20  Chris Toshok  <toshok@ximian.com>
150         * SWF.csproj: reflect removal of
151         DataGridViewRowsDeletedEventArgs.cs.
153         * SWF2k5.csproj: same.
155         * System.Windows.Forms.dll.sources: remove of
156         DataGridViewRowsDeletedEventArgs.cs.
158         * System.Windows.Forms_test.dll.sources: remove
159         DataGridViewBandTest.cs.
161 2006-12-19  Chris Toshok  <toshok@ximian.com>
163         * System.Windows.Forms_test.dll.sources: add RowStyleTest and
164         ColumnStyleTest.
166 2006-12-17  Daniel Nauck  <dna@mono-project.de>
168         * System.Windows.Forms.dll.sources: Add
169                 ListViewHitTestInfo
171 2006-12-17  Daniel Nauck  <dna@mono-project.de>
173         * System.Windows.Forms.dll.sources: Add
174                 DockingAttribute.cs, FlatButtonAppearance.cs
176 2006-12-17  Chris Toshok  <toshok@ximian.com>
178         * build-csproj2k5: a couple of changes.  use "exec >" instead of
179         redirecting the output from every function, use multiple patterns
180         in our sed calls instead of including multiple sed invocations,
181         and use sed instead of tr for converting / to \.
183 2006-12-16  Daniel Nauck  <dna@mono-project.de>
185         * System.Windows.Forms.dll.sources: Add
186                 AutoCompleteStringCollection.cs
187         * System.Windows.Forms_test.dll.sources: Add
188                 AutoCompleteStringCollectionTest.cs
190 2006-12-16  Chris Toshok  <toshok@ximian.com>
192         * SWF.csproj, SWF2k5.csproj: resync these.
193         
194         * Makefile (EXTRA_DISTFILES): add build-csproj2k5
195         
196         Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts
197         which generate them.  That way if you're hacking on the script you
198         don't have to touch System.Windows.Forms.dll.sources every time
199         you want to update the output.
201         * build-csproj2k5: make some changes suggested by Marek:
203         - System.XML should be System.Xml.
204         - Change eol-style to native.
205         - remove the SubType's from all the .cs Compile elements.
206         - Add Mono.Posix if the configuration is DebugXBuild (can't test this though..)
208 2006-12-15  Chris Toshok  <toshok@ximian.com>
210         * Makefile: add targets for the 2k5 csproj.
212         * build-csproj2k5: new script to build vs2005 specific projects.
213         use SWF2k5.sln instead of SWF.sln and upgrading.  The 2005 project
214         doesn't have the problems with resources that the 2003 project
215         has.  The only remaining stumbling block for use is Consts.cs.
217         * SWF2k5.sln, SWF2k5.csproj: visual studio 2005 versions of these
218         files.
219         
220 2006-12-16  Daniel Nauck  <dna@mono-project.de>
222         * System.Windows.Forms_test.dll.sources: Add
223                 PaddingTest.cs
225 2006-12-15  Daniel Nauck  <dna@mono-project.de>
227         * System.Windows.Forms.dll.sources: Add
228                 ListViewGroup.cs, ListViewGroupCollection.cs
229         * SWF.csproj: Add
230                 ListViewGroup.cs, ListViewGroupCollection.cs
231         * System.Windows.Forms_test.dll.sources: Add
232                 ListViewGroupTest.cs, ListViewGroupCollectionTest.cs
234 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
236         * System.Windows.Forms.dll.sources: Added FormCollection.cs.
238 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
240         * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs.
241         
242 2006-12-01  Chris Toshok  <toshok@ximian.com>
244         * System.Windows.Forms.dll.sources: add IBindableComponent.cs
246 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
248         * System.Windows.Forms.dll.sources: Add
249                 ContextMenuStrip.cs, ToolStripContainer.cs,
250                 ToolStripDropDownButton.cs, ToolStripDropDownMenu.cs,
251                 ToolStripManager.cs, ToolStripPanelRow.cs,
252                 ToolStripSplitButton.cs.
253           Remove ToolStripMenuTracker.cs.
255 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
257         * System.Windows.Forms.dll.sources: Add NumericTextBox.cs.
259 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
261         * System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs.
263 2006-11-08  Chris Toshok  <toshok@ximian.com>
265         * System.Windows.Forms.dll.sources: add RootGridEntry.cs
267 2006-11-09  Jonathan Pobst  <monkey@jpobst.com>
268         
269         * System.Windows.Forms.dll.sources: 
270         Add ToolStripItemDesignerAvailability.cs and
271         ToolStripItemDesignerAvailabilityAttribute.cs.
273 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
274         
275         * System.Windows.Forms.dll.sources: Add StatusStrip.cs,
276           ToolStripStatusLabel.cs.
278 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
280         * System.Windows.Forms_test.dll.sources: Added 
281         TreeNodeCollectionTest.cs.
283 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
284         * System.Windows.Forms.dll.sources: Add ToolStripDropDown.cs,
285           ToolStripItemEventType.cs, ToolStripMenuTracker.cs.
287 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
289         * System.Windows.Forms_test.dll.sources: Added UpDownTest.cs.
291 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
293         * System.Windows.Forms_test.dll.sources: Added PropertyGridTest.cs.
295 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
296         * System.Windows.Forms.dll.sources: Add ToolStripComboBox.cs,
297         ToolStripControlHost.cs, ToolStripProgressBar.cs, ToolStripTextBox.cs.
299 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
301         * System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs
302         to the unit tests build.
304 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
305         * System.Windows.Forms.dll.sources: Add ToolStrip* classes.
307 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
308         * System.Windows.Forms.dll.sources: Add ToolStrip EventArgs/Handlers,
309           add a few ToolStrip stub classes.
311 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
312         * System.Windows.Forms.dll.sources: Added DefaultLayout.cs, FlowLayout.cs,
313           FlowLayoutPanel.cs, FlowLayoutSettings.cs.
314         * System.Windows.Forms_test.dll.sources: Added FlowPanelTests.cs
316 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
318         * System.Windows.Forms.dll.sources: Added SplitContainer/SplitterPanel.
319         * System.Windows.Forms_test.dll.sources: Added SplitContainerTests.cs
321 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
323         * resources/, System.Windows.Forms.dll.resources, Makefile:
324           Add user-home Tango icon in various sizes.
326 2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
328         * Makefile: Removed CODEPAGE as now UTF-8 is the default.
330 2006-08-04  Jonathan Pobst  <monkey@jpobst.com>
331         * System.Windows.Forms.dll.sources: Added 2.0 VisualStyles files.
333 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
335         * System.Windows.Forms_test.dll.sources: Added PrintDialogTest.cs
337 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
339         * System.Windows.Forms_test.dll.sources: Added ListControlTest.cs
341 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
343         * System.Windows.Forms.dll.sources: Added new 2.0 event handlers
344         * System.Windows.Forms_test.dll.sources: Added EventArgsTest.cs
345         
346 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
348         * System.Windows.Forms.dll.sources: Added new 2.0 Enums
350 2006-07-11  Wade Berrier <wberrier@novell.com>
352         * Makefile: add some files EXTRA_DISTFILES needed by the tests
354 2006-06-23  Chris Toshok  <toshok@ximian.com>
356         * System.Windows.Forms_test.dll.sources: add
357         PropertyManagerTest.cs
359 2006-06-20  Chris Toshok  <toshok@ximian.com>
361         * System.Windows.Forms.dll.sources: add RelatedPropertyManager.cs
362         and RelatedCurrencyManager.cs.
364 2006-06-12  Wade Berrier <wberrier@novell.com>
366         * Makefile: Update for dialog-question3.png -> dialog-question.png rename
367         to fix 'make dist'
369 2006-05-30  Wade Berrier <wberrier@novell.com>
371         * Makefile: oops, add some more missing resources.
373 2006-05-30  Wade Berrier <wberrier@novell.com>
375         * Makefile: fix resource filenames to fix make dist
377 2006-05-25  Miguel de Icaza  <miguel@novell.com>
379         * Add new dialog-*.png Tango icons (dialog-question is from a
380         different theme as Tango is still missing it).
382 2006-05-24  Miguel de Icaza  <miguel@novell.com>
384         * Changes so that we can use the filename as the resource name,
385         should help compiling from within VisualStudio.
387 2006-05-23  Miguel de Icaza  <miguel@novell.com>
389         * resources/: Add Tango icons in various sizes.
391 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
393         * System.Windows.Forms_test.dll.sources: Add the unit tests for
394         PaintEventArgs to the build (tested under both 1.1 and 2.0).
396 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
398         * Makefile, System.Windows.Forms.dll.resources: Added NWSE and NESW 
399           cursors
401 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
403         * Makefile : added -r:System.Data.dll for "make test".
405 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
407         * SWF.csproj: Updated, matching current .sources
409 2006-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
411         * System.Windows.Forms_test.dll.sources: Added TabControlTest.cs.
413 2006-03-21  Jackson Harper  <jackson@ximian.com>
415         * System.Windows.Forms.dll.resources: Add the keyboard resources.
417 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
419         * System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs
421 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
423         * System.Windows.Forms.dll.sources: Removed MimeGenerated.cs
425 2006-03-09  Jonathan Gilbert  <logic@deltaq.org>
427         * System.Windows.Forms/AutoScaleMode.cs: Added new file for
428           the 2.0 enumeration.
429         * System.Windows.Forms/ContainerControl.cs: Added stub for
430           AutoScaleMode property; outputs a message to stderr to
431           encourage people familiar with its behaviour to implement
432           it. :-)
433         * System.Windows.Forms/Control.cs: Added stub for AutoScale;
434           outputs a message just like ContainerControl::AutoScaleMode.
435         * System.Windows.Forms.dll.sources: Added AutoScaleMode.cs to
436           the list of files to build.
438 2006-02-28  Matt Hargett  <matt@use.net>
440         * System.Windows.Forms_test.dll.sources: Added ComboBoxTests.cs
442 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
444         * build-csproj: Fixed so the csproj is usable.
446 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
448         * System.Windows.Forms.dll.sources: Added PageSetupDialog.cs.
450 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
452         * System.Windows.Forms.dll.sources: Added printing items and *committed* file this time.
454 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
456         * System.Windows.Forms.dll.sources: Add PrintPreviewDialog and PrintPreviewControl
458 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
460         * System.Windows.Forms.dll.sources: Add PrintControllerWithStatusDialog
462 2005-12-13  Jackson Harper  <jackson@ximian.com>
464         * System.Windows.Forms.dll.sources: Add the new internal window
465         managers
467 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
469         * System.Windows.Forms.dll.sources: Added ThemeClearlooks.cs
471 2005-12-02  Jackson Harper  <jackson@ximian.com>
473         * System.Windows.Forms.dll.sources: New implicit scrollbars.
475 2005-12-01  Robert Jordan  <robertj@gmx.net>
477         * System.Windows.Forms_test.dll.sources: Added
478         System.Resources/CompatTest.cs
479         System.Resources/WriterTest.cs.
481 2005-12-01  Raja R Harinath  <rharinath@novell.com>
483         * Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur.
485 2005-11-30  Robert Jordan  <robertj@gmx.net>
487         * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs
489 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
491         * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
492         DataGridViewBandTest.cs DataGridViewCellTest.cs
493         DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
494         DataGridViewRowTest.cs DataGridViewTest.cs
496 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
498         * System.Windows.Forms_test.dll.sources: Added RichTextBoxTest.cs
500 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
502         * Makefile, System.Windows.Forms.dll.resources, SWF.csproj: Added
503           DnDLink cursor
505 2005-10-31  Peter Dennis Bartok  <pbartok@novell.com>
507         * Makefile: Added new cursors; added dependency rule on
508           cursors to force rebuild when cursors are changed or added
509         * System.Windows.Forms.dll.resources: Added new cursors
511 2005-10-17  Raja R Harinath  <rharinath@novell.com>
513         * Makefile (RESOURCES): Distribute newly added cursors.
515 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
517         * System.Windows.Forms.dll.resources: Added cursors
518         * build-csproj: Updated to support resources
519         * SWF.csproj: Updated
520         * System.Windows.Forms.dll.sources: Removed blank line to support
521           build-csproj
522         * System.Windows.Forms_test.dll.sources: Added ControlStyleTest
524 2005-10-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
526         * Created samples/ directory.   
528 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
530         * System.Windows.Forms.dll.sources: Added X11DesktopColors.cs
531         * SWF.csproj: Updated
533 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
535         * System.Windows.Forms_test.dll.sources : Added Common.cs
537 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
539         * Makefile: Replaced /codepage with CODEPAGE.
541 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
543         * System.Windows.Forms_test.dll.sources : Added pictureBoxTest.cs
545 2005-09-09 Jonathan Chambers  <jonathan.chambers@ansys.com>
547         * System.Windows.Forms.dll.sources: Added IRootGridEntry.cs and PropertyGridCommands.cs
549 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
551         * Test/System.Windows.Forms/LabelTest.cs : More tests.  
553 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
555         * Test/System.Windows.Forms/LabelTest.cs : new Label tests (incomplete)
556         * System.Windows.Forms_test.dll.sources : add new tests
557         * System.Windows.Forms/Label.cs : give FlatStyle a default value
558           of FlatStyle.Standard.
560 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
561         
562         * System.Windows.Forms_test.dll.sources : added MonthCalendarTest.cs
564 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
566         * System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
567         * SWF.csproj: Updated
569 2005-09-06 Jonathan Chambers  <jonathan.chambers@ansys.com>
571         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.PropertiesTab.cs
573 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
575         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.RTF
576           subdirectory to build
577         * SWF.csproj: Updated
579 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
581         * System.Windows.Forms.dll.sources: Added ThemeNice.cs
583 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
584         
585         * System.Windows.Forms_test.dll.sources : added ProgressBarTest.cs,
586           ToolBarTest.cs, ToolTipTest.cs
587         
588           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
589 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
591         * Makefile : added /codepage:65001 (otherwise the build gets broken
592           on KeyboardLayout.cs on some non-iso-8859-1 environment).
594 2005-08-18  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
595         * System.Windows.Forms/TreeView.cs: some spaces to tabs
596                 FIX: ToString() was generating exception on empty Nodes 
597                 (was testing <0 instead of <= 0)
598                 
599 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
600         
601         * System.Windows.Forms_test.dll.sources : added ImageListTest.cs,
602           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
603           
604 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
605         
606         * System.Windows.Forms_test.dll.sources : sorted and removed test-cases for Form
607           and TextBox as these are still under development.
609 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
611         * SWF.csproj: Updated
613 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
614         
615         * M.gif : used by some of the test-cases
616         * System.Windows.Forms_test.dll.sources : Added test-case for
617           ListView, ComboBox, CheckBox, CheckedList, Form, Menu, GroupBox
618           and ImageList
620 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
622         * System.Windows.Forms_test.dll.sources : Added MimeIcon.cs
624 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
626         * DataGridTextBoxColumn.cs: default value
627         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
628         * GridTableStylesCollection.cs: fixes checking MappingName
629         * DataGridDrawingLogic.cs: fixes drawing logic issues
630         * DataSourceHelper.cs: rewritten to make compatible with more data sources
631         * DataGrid.cs: fixes    
634 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
636         * System.Windows.Forms_test.dll.sources : Added ListBoxTest.cs and 
637           ListBoxEventTest.cs for ListBox tests.
639 2005-06-15  Peter Bartok  <pbartok@novell.com>
641         * System.Windows.Forms.dll.sources: Added MWFCategoryAttribute.cs and
642           MWFDescriptionAttribute.cs
643         * SWF.csproj: Updated
645 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
647         * System.Windows.Forms.dll.sources: Added Mime.cs and
648         MimeGenerated.cs.
650 2005-06-13  Jackson Harper  <jackson@ximian.com>
652         * SWF.csproj:
653         * System.Windows.Forms.dll.sources: Add MdiClientContext to the
654         build.
656 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
658         * System.Windows.Forms_test.dll.sources : Added TextBoxTest.cs
659         and ButtonTest.cs for TextBox and Button tests respectively.
661 2005-06-10  Peter Bartok  <pbartok@novell.com>
663         * System.Windows.Forms.dll.sources: Add ImageListConverter.cs
664         * SWF.csproj: Updated
666 2005-06-08  Jackson Harper  <jackson@ximian.com>
668         * Guidelines:
669         * Design: Double buffering is handled at a different level now, so
670         I am removing mention of it. Control developers do not need to
671         know how it works.
673 2005-06-05  Peter Bartok  <pbartok@novell.com>
675         * System.Windows.Forms.dll.sources: Add Win32DnD.cs
676         * SWF.csproj: Updated
678 2005-05-24  Jackson Harper  <jackson@ximian.com>
680         * System.Windows.Forms.dll.sources: Add X11Dnd.cs
682 2005-05-24  Peter Bartok  <pbartok@novell.com>
684         * System.Windows.Forms.dll.sources: Added
685           DataGridPreferredColumnWidthTypeConverter.cs
686         * SWF.csproj: Updated
688 2005-05-24  Peter Bartok  <pbartok@novell.com>
690         * System.Windows.Forms.dll.sources: Added Help.cs
691         * SWF.csproj: Updated
693 2005-05-18  Peter Bartok  <pbartok@novell.com>
695         * System.Windows.Forms.dll.sources: Added Clipboard.cs
696         * SWF.csproj: Update
698 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
700         * System.Windows.Forms_test.dll.sources : Added ControlEventTest.cs
701         for Event Test
703 2005-05-11  Peter Bartok  <pbartok@novell.com>
705         * System.Windows.Forms.dll.sources: Added
706           IDataGridEditingService.cs, System.Resources/ResXFileRef.cs,
707           System.Resources/ResXResourceSet.cs
708         * SWF.csproj: Updated
709         
710 2005-05-10  Peter Bartok  <pbartok@novell.com>
712         * System.Windows.Forms.dll.sources: Added SecurityIDType.cs,
713           DataObject.cs and DataFormats.cs
714         * SWF.csproj: Update
716 2005-05-06  Peter Bartok  <pbartok@novell.com>
718         * System.Windows.Forms.dll.sources: Added Screen.cs, HelpNavigator.cs
719           and HelpProvider.cs
720         * SWF.csproj: Updated
722 2005-05-05  Peter Bartok  <pbartok@novell.com>
724         * System.Windows.Forms.dll.sources: Added AxHost.cs,
725           ErrorProvider.cs, RichTextBoxFinds.cs, RichTextBoxScrollBars.cs,
726           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
727           RichTextBoxStreamType.cs, RichTextBoxWordPunctuations.cs
728         * SWF.csproj: Updated
730 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
732         * System.Windows.Forms_test.dll.sources : Added ControlTest.cs for Label Test
734 2005-04-26  Ritvik Mayank  <mritvik@novell.com>
736         * System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test
738 2005-04-25  Jackson Harper  <jackson@ximian.com>
740         * System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
741         build
743 2005-04-09  Peter Bartok  <pbartok@novell.com>
745         * System.Windows.Forms.dll.sources: Added FolderBrowserDialog.cs
747 2005-03-11  Peter Bartok  <pbartok@novell.com>
749         * System.Windows.Forms.dll.sources: Added MdiClient.cs
751 2005-03-10  Peter Bartok  <pbartok@novell.com>
753         * System.Windows.Forms.dll.sources: Added SaveFileDialog.cs
755 2005-03-09  Peter Bartok  <pbartok@novell.com>
757         * System.Windows.Forms.dll.sources: Added MdiClient.cs
759 2005-02-24  Peter Bartok  <pbartok@novell.com>
761         * System.Windows.Forms.dll.sources: Removed HandleData.cs
763 2005-02-22  Jackson Harper  <jackson@ximian.com>
765         * System.Windows.Forms.dll.sources: Add databinding classes
767 2005-02-22  Raja R Harinath  <rharinath@novell.com>
769         * Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
770         (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
771         (dist-default): Depend on it.
773 2005-02-18  Peter Bartok  <pbartok@novell.com>
775         * System.Windows.Forms.dll.sources: Added MethodInvoker.cs,
776           ErrorIconAlignment.cs, MdiLayout.cs, SendKeys.cs
778 2005-02-18  Raja R Harinath  <rharinath@novell.com>
780         * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
781         *.resources.prebuilt.
783 2005-02-17  Peter Bartok  <pbartok@novell.com>
785         * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
786           DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
787           ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
789 2005-02-15  Peter Bartok  <pbartok@novell.com>
791         * Makefile: Altered, following Harinath's suggestion of trying to
792           build and handling the failure by copying prebuilt resources in
793           place
795 2005-02-15  Peter Bartok  <pbartok@novell.com>
797         * Makefile: Removed resources as automatic target; to build
798           .resource files 'make resources' must be invoked. This removes
799           the libgdiplus installed requirement. Instead, the compiled files
800           are checked in as well.
802 2005-02-13  Peter Bartok  <pbartok@novell.com>
804         * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
805           OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
806         * System.Windows.Forms.dll.resources: Added
807         * Makefile: Added support for generating resources
809 2005-02-12  Geoff Norton  <gnorton@customerdna.com>
811         * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
812         
813 2005-02-03  Peter Bartok  <pbartok@novell.com>
815         * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
816           PropertyGridView.cs
818 2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
820         * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
821           DateTimePickerFormat.cs
822           
823 2005-01-29  Peter Bartok  <pbartok@novell.com>
825         * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
826           ArrangeStartingPosition.cs
827         * SWF.csproj: Updated
829 2005-01-28  Peter Bartok  <pbartok@novell.com>
831         * SWF.csproj: Updated with all the latest files
832         * build-csproj: Added, allows to autogenerate SWF.csproj
833         * Makefile: Added rule to automatically call build-csproj (Thanks
834           to Geoff Norton for review and a simpler rule)
836 2005-01-26  Peter Bartok  <pbartok@novell.com>
838         * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
839           GridItem.cs, GridItemCollection.cs, GridItemType.cs,
840           PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
841           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
842           PropertyValueChangedEventHandler.cs,
843           SelectedGridItemChangedEventArgs.cs,
844           SelectedGridItemChangedEventHandler.cs
846 2005-01-26  Peter Bartok  <pbartok@novell.com>
848         * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
850 2005-01-16  Peter Bartok  <pbartok@novell.com>
852         * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
854 2005-01-16  Peter Bartok  <pbartok@novell.com>
856         * System.Windows.Forms.dll.Sources: Added Cursors.cs
858 2005-01-11  Peter Bartok  <pbartok@novell.com>
860         * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
862 2005-01-05  Peter Bartok  <pbartok@novell.com>
864         * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
865           IDataGridColumnStyleEditingNotificationService.cs,
866           IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
867           NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
868           OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
870 2004-12-27  Peter Bartok  <pbartok@novell.com>
872         * System.Windows.Forms.dll.Sources: Added
873           System.Windows.Forms.Design/ComponentEditorForm.cs,
874           System.Windows.Forms.Design/ComponentEditorPage.cs,
875           System.Windows.Forms.Design/EventsTab.cs,
876           System.Windows.Forms.Design/IUIService.cs,
877           System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
878           System.Windows.Forms.Design/PropertyTab.cs,
879           System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
880           ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
881           DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
882           DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
883           GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
884           IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
885           SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
887 2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
889         * System.Windows.Forms.dll.Sources: Added ComboBox.cs and
890           ComboBoxStyle.cs
892 2004-12-20  Peter Bartok  <pbartok@novell.com>
894         * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
896 2004-12-16  Peter Bartok  <pbartok@novell.com>
898         * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
899           TextControl.cs
901 2004-12-15  Peter Bartok  <pbartok@novell.com>
903         * Design: Updated to reflect Mac Driver; added mention
904           of System.Drawing patches for MWF support
906         * README: Credited Geoff Norton with the Mac driver
908 2004-12-15  Jackson Harper  <jackson@ximian.com>
910         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
912 2004-12-08  Peter Bartok  <pbartok@novell.com>
914         * SWF.csproj: Added XplatUIOSX.cs to build list
916 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
918         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
920 2004-12-07  Ravindra  <rkumar@novell.com>
922         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
923         some of the components that were added twice. This fixes MWF build on
924         Windows.
926 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
928         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
930 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
932         * Makefile: Added System.Drawing.dll deps for tests.
934         * System.Windows.Forms_test.dll.sources: New test files.
936 2004-12-02  Peter Bartok  <pbartok@novell.com>
938         * SWF.csproj: Added Jackson's fresly minted TreeView files to
939           build list
941 2004-12-01  Jackson Harper  <jackson@ximian.com>
943         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
945 2004-11-30  Peter Bartok  <pbartok@novell.com>
947         * System.Windows.Forms.dll.sources: Removed textbox
948           references, accidentally checked those in, but textbox is
949           not yet ready for primetime
951 2004-11-29  Peter Bartok  <pbartok@novell.com>
953         * System.Windows.Forms.dll.sources: Removed tree
954           additions.
955           I am removing these files as they conflict with already completed
956           work. While it is fantastic to get contributions to MWF, I
957           respectfully ask that everyone please coordinate their contributions
958           through mono-winforms-list or #mono-winforms at this time. We're
959           explicitly avoiding stubbing and don't want controls that don't have
960           their basic functionality implemented in svn. Please also see
961           http://www.mono-project.com/contributing/winforms.html
962         
963 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
965         * System.Windows.Forms.dll.sources: Added
966         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
967         TreeViewAction.cs, TreeViewEventArgs.cs
969         * System.Windows.Forms_test.dll.sources: Added
970         TreeNodeTest.cs
972 2004-11-24  Ravindra  <rkumar@novell.com>
974         * SWF.csproj: Updated project.
976 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
978         * System.Windows.Forms.dll.sources: added MonthCalendar files
980 2004-11-21  Ravindra  <rkumar@novell.com>
982         * SWF.csproj: Updated project.
984 2004-11-11  Jackson Harper  <jackson@ximian.com>
986         * System.Windows.Forms.dll.sources: Add
987         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
989 2004-11-01 23:19  ravindra
991         * SWF.csproj: Updated project.
993 2004-10-26 03:38  ravindra
995         * SWF.csproj: Updated project.
997 2004-10-20 04:16  jordi
999         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
1001 2004-10-19 16:50  jackson
1003         * System.Windows.Forms.dll.sources: New optimized event queue
1005 2004-10-18 00:31  ravindra
1007         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1008           list and project to fix the build.
1010 2004-10-15 09:14  ravindra
1012         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
1013           list and project.
1015 2004-10-15 06:43  jordi
1017         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
1018           etc
1020 2004-10-13 21:21  ravindra
1022         * SWF.csproj: Updated project.
1024 2004-10-04 04:58  ravindra
1026         * SWF.csproj: Updated project.
1028 2004-10-02 12:55  pbartok
1030         * System.Windows.Forms.dll.sources:
1031           - Added LeftRightAlignment source reference
1033 2004-09-30 07:32  ravindra
1035         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1036           sources list.
1038 2004-09-29 23:02  jambunathan
1040         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
1041           CheckState.cs
1043 2004-09-28 14:11  jackson
1045         * System.Windows.Forms.dll.sources: Give the build some love
1047 2004-09-28 04:31  ravindra
1049         * Notes: Added a minor note.
1051 2004-09-28 00:18  pbartok
1053         * Notes:
1054           - Initial check in. A place to log info about MWF that doesn't fit
1055             anywhere else
1057 2004-09-24 12:02  jackson
1059         * System.Windows.Forms.dll.sources: Add tab classes to the build
1061 2004-09-23 01:44  ravindra
1063         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1064           list and project file.
1066 2004-09-20 18:54  jackson
1068         * Makefile: New message loop that uses poll so we don't get a busy
1069           loop
1071 2004-09-19 23:41  ravindra
1073         * Guidelines: Added a note to Guidelines.
1075 2004-09-17 06:19  jordi
1077         * System.Windows.Forms.dll.sources: Very early menu support
1079 2004-09-16 01:19  ravindra
1081         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1082           sources list.
1084 2004-09-13 22:09  ravindra
1086         * SWF.csproj: Updated project.
1088 2004-09-13 09:24  jordi
1090         * System.Windows.Forms.dll.sources: Add to the build Process
1092 2004-09-09 01:15  jordi
1094         * System.Windows.Forms.dll.sources: measureitem args and handler
1096 2004-09-09 00:03  ravindra
1098         * SWF.csproj: Updated project.
1100 2004-09-08 23:57  ravindra
1102         * System.Windows.Forms.dll.sources: Added some new enums to the
1103           list.
1105 2004-09-08 06:45  jordi
1107         * System.Windows.Forms.dll.sources: enumerations need it by menus
1109 2004-09-07 11:12  jordi
1111         * System.Windows.Forms.dll.sources: GroupBox control
1113 2004-09-02 14:28  pbartok
1115         * System.Windows.Forms.dll.sources:
1116           - Added AccessibleNavigation and AccessibleSelection source files
1118 2004-08-31 20:52  ravindra
1120         * Design, Guidelines: Minor formatting changes and added location
1121           for the coding style guideline for Mono.
1123 2004-08-31 19:37  pbartok
1125         * Guidelines:
1126           - Removed wrong stuff
1128 2004-08-31 16:10  pbartok
1130         * README:
1131           - Updated
1133 2004-08-31 03:13  ravindra
1135         * System.Windows.Forms_test.dll.sources: Added sources list for
1136           test dll.
1138 2004-08-30 10:48  pbartok
1140         * Design, Guidelines:
1141           - Initial check-in
1143 2004-08-29 22:35  pbartok
1145         * System.Windows.Forms.dll.sources:
1146           - Added System.Resources source files
1148 2004-08-27 16:18  ravindra
1150         * Makefile: Lets do some tests too.
1152 2004-08-27 16:14  ravindra
1154         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
1155           sources.
1157 2004-08-23 13:14  pbartok
1159         * SWF.csproj, SWF.sln:
1160           - Created properly pathed VS.Net project and solution
1162 2004-08-23 10:46  jackson
1164         * System.Windows.Forms.dll.sources: oops. remove unused file
1166 2004-08-22 17:47  jackson
1168         * System.Windows.Forms.dll.sources: Add PictureBox to the build
1170 2004-08-22 12:04  pbartok
1172         * System.Windows.Forms.dll.sources:
1173           - Added Cursor.cs source
1175 2004-08-22 11:59  pbartok
1177         * System.Windows.Forms.dll.sources:
1178           - Restored sort order for file
1179           - Added UserControl source file
1181 2004-08-20 13:10  jackson
1183         * System.Windows.Forms.dll.sources: Classes for sending Async
1184           messages through X/Win32
1186 2004-08-19 16:25  jordi
1188         * System.Windows.Forms.dll.sources: theme enhancaments
1190 2004-08-17 15:09  jackson
1192         * System.Windows.Forms.dll.sources: Add Panel to the build
1194 2004-08-16 15:24  jackson
1196         * System.Windows.Forms.dll.sources: HandleData is used for storing
1197           message information for window handles
1199 2004-08-16 08:59  pbartok
1201         * System.Windows.Forms.dll.sources:
1202           - Added ButtonBase.cs
1204 2004-08-15 17:22  ravindra
1206         * System.Windows.Forms.dll.sources: Updated sources list for
1207           ToolBar Control.
1209 2004-08-13 10:25  jackson
1211         * System.Windows.Forms.dll.sources: SWF Timer
1213 2004-08-12 10:19  jackson
1215         * System.Windows.Forms.dll.sources: Classes for handling status bar
1216           panel click events
1218 2004-08-11 15:24  pbartok
1220         * System.Windows.Forms.dll.sources:
1221           - Fixed filename for BindingManagerBase.cs
1222           - Alphabetized files
1224 2004-08-10 19:11  jackson
1226         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
1227           build
1229 2004-08-10 12:59  jackson
1231         * System.Windows.Forms.dll.sources: Add Draw Item
1233 2004-08-09 15:40  jackson
1235         * System.Windows.Forms.dll.sources: Add status bar panel files to
1236           the build
1238 2004-08-07 17:01  jackson
1240         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
1241           build
1243 2004-07-26 11:42  jordi
1245         * System.Windows.Forms.dll.sources: Theme support
1247 2004-07-26 05:41  jordi
1249         * System.Windows.Forms.dll.sources: initial messagebox
1250           implementation
1252 2004-07-21 10:19  jordi
1254         * System.Windows.Forms.dll.sources: LinkLabel control
1255           implementation
1257 2004-07-16 05:18  jordi
1259         * System.Windows.Forms.dll.sources: add ImageList,
1260           ImageListStreamer, and ColorDepth to the build process
1262 2004-07-15 03:38  jordi
1264         * System.Windows.Forms.dll.sources: Horizontal and Vertical
1265           TrackBar control implementation
1267 2004-07-13 09:33  jordi
1269         * System.Windows.Forms.dll.sources: vertical and hort. classes
1270           commit
1272 2004-07-08 23:21  pbartok
1274         * Makefile, README, System.Windows.Forms.dll.sources:
1275           - Initial check-in