* ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
1 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
4
5 2006-12-23  Chris Toshok  <toshok@ximian.com>
6
7         * System.Windows.Forms_test.dll.sources: add
8         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs.
9
10         * System.Windows.Forms.dll.sources: add
11         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs.
12
13         * *.csproj: sync with new file.
14         
15 2006-12-23  Daniel Nauck  <dna@mono-project.de>
16
17         * System.Windows.Forms_test.dll.sources: Add
18                 UserControlTest.cs
19
20 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
21
22         * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs,
23         move TableLayout to /Layout.
24
25 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
26
27         * build-csproj2k5: set WarningLevel to 3 and
28         ChangeLogs
29
30 2006-12-20  Chris Toshok  <toshok@ximian.com>
31
32         * SWF.csproj: reflect removal of
33         DataGridViewRowsDeletedEventArgs.cs.
34
35         * SWF2k5.csproj: same.
36
37         * System.Windows.Forms.dll.sources: remove of
38         DataGridViewRowsDeletedEventArgs.cs.
39
40         * System.Windows.Forms_test.dll.sources: remove
41         DataGridViewBandTest.cs.
42
43 2006-12-19  Chris Toshok  <toshok@ximian.com>
44
45         * System.Windows.Forms_test.dll.sources: add RowStyleTest and
46         ColumnStyleTest.
47
48 2006-12-17  Daniel Nauck  <dna@mono-project.de>
49
50         * System.Windows.Forms.dll.sources: Add
51                 ListViewHitTestInfo
52
53 2006-12-17  Daniel Nauck  <dna@mono-project.de>
54
55         * System.Windows.Forms.dll.sources: Add
56                 DockingAttribute.cs, FlatButtonAppearance.cs
57
58 2006-12-17  Chris Toshok  <toshok@ximian.com>
59
60         * build-csproj2k5: a couple of changes.  use "exec >" instead of
61         redirecting the output from every function, use multiple patterns
62         in our sed calls instead of including multiple sed invocations,
63         and use sed instead of tr for converting / to \.
64
65 2006-12-16  Daniel Nauck  <dna@mono-project.de>
66
67         * System.Windows.Forms.dll.sources: Add
68                 AutoCompleteStringCollection.cs
69         * System.Windows.Forms_test.dll.sources: Add
70                 AutoCompleteStringCollectionTest.cs
71
72 2006-12-16  Chris Toshok  <toshok@ximian.com>
73
74         * SWF.csproj, SWF2k5.csproj: resync these.
75         
76         * Makefile (EXTRA_DISTFILES): add build-csproj2k5
77         
78         Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts
79         which generate them.  That way if you're hacking on the script you
80         don't have to touch System.Windows.Forms.dll.sources every time
81         you want to update the output.
82
83         * build-csproj2k5: make some changes suggested by Marek:
84
85         - System.XML should be System.Xml.
86         - Change eol-style to native.
87         - remove the SubType's from all the .cs Compile elements.
88         - Add Mono.Posix if the configuration is DebugXBuild (can't test this though..)
89
90 2006-12-15  Chris Toshok  <toshok@ximian.com>
91
92         * Makefile: add targets for the 2k5 csproj.
93
94         * build-csproj2k5: new script to build vs2005 specific projects.
95         use SWF2k5.sln instead of SWF.sln and upgrading.  The 2005 project
96         doesn't have the problems with resources that the 2003 project
97         has.  The only remaining stumbling block for use is Consts.cs.
98
99         * SWF2k5.sln, SWF2k5.csproj: visual studio 2005 versions of these
100         files.
101         
102 2006-12-16  Daniel Nauck  <dna@mono-project.de>
103
104         * System.Windows.Forms_test.dll.sources: Add
105                 PaddingTest.cs
106
107 2006-12-15  Daniel Nauck  <dna@mono-project.de>
108
109         * System.Windows.Forms.dll.sources: Add
110                 ListViewGroup.cs, ListViewGroupCollection.cs
111         * SWF.csproj: Add
112                 ListViewGroup.cs, ListViewGroupCollection.cs
113         * System.Windows.Forms_test.dll.sources: Add
114                 ListViewGroupTest.cs, ListViewGroupCollectionTest.cs
115
116 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
117
118         * System.Windows.Forms.dll.sources: Added FormCollection.cs.
119
120 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
121
122         * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs.
123         
124 2006-12-01  Chris Toshok  <toshok@ximian.com>
125
126         * System.Windows.Forms.dll.sources: add IBindableComponent.cs
127
128 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
129
130         * System.Windows.Forms.dll.sources: Add
131                 ContextMenuStrip.cs, ToolStripContainer.cs,
132                 ToolStripDropDownButton.cs, ToolStripDropDownMenu.cs,
133                 ToolStripManager.cs, ToolStripPanelRow.cs,
134                 ToolStripSplitButton.cs.
135           Remove ToolStripMenuTracker.cs.
136
137 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
138
139         * System.Windows.Forms.dll.sources: Add NumericTextBox.cs.
140
141 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
142
143         * System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs.
144
145 2006-11-08  Chris Toshok  <toshok@ximian.com>
146
147         * System.Windows.Forms.dll.sources: add RootGridEntry.cs
148
149 2006-11-09  Jonathan Pobst  <monkey@jpobst.com>
150         
151         * System.Windows.Forms.dll.sources: 
152         Add ToolStripItemDesignerAvailability.cs and
153         ToolStripItemDesignerAvailabilityAttribute.cs.
154
155 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
156         
157         * System.Windows.Forms.dll.sources: Add StatusStrip.cs,
158           ToolStripStatusLabel.cs.
159
160 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
161
162         * System.Windows.Forms_test.dll.sources: Added 
163         TreeNodeCollectionTest.cs.
164
165 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
166         * System.Windows.Forms.dll.sources: Add ToolStripDropDown.cs,
167           ToolStripItemEventType.cs, ToolStripMenuTracker.cs.
168
169 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
170
171         * System.Windows.Forms_test.dll.sources: Added UpDownTest.cs.
172
173 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
174
175         * System.Windows.Forms_test.dll.sources: Added PropertyGridTest.cs.
176
177 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
178         * System.Windows.Forms.dll.sources: Add ToolStripComboBox.cs,
179         ToolStripControlHost.cs, ToolStripProgressBar.cs, ToolStripTextBox.cs.
180
181 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
182
183         * System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs
184         to the unit tests build.
185
186 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
187         * System.Windows.Forms.dll.sources: Add ToolStrip* classes.
188
189 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
190         * System.Windows.Forms.dll.sources: Add ToolStrip EventArgs/Handlers,
191           add a few ToolStrip stub classes.
192
193 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
194         * System.Windows.Forms.dll.sources: Added DefaultLayout.cs, FlowLayout.cs,
195           FlowLayoutPanel.cs, FlowLayoutSettings.cs.
196         * System.Windows.Forms_test.dll.sources: Added FlowPanelTests.cs
197
198 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
199
200         * System.Windows.Forms.dll.sources: Added SplitContainer/SplitterPanel.
201         * System.Windows.Forms_test.dll.sources: Added SplitContainerTests.cs
202
203 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
204
205         * resources/, System.Windows.Forms.dll.resources, Makefile:
206           Add user-home Tango icon in various sizes.
207
208 2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
209
210         * Makefile: Removed CODEPAGE as now UTF-8 is the default.
211
212 2006-08-04  Jonathan Pobst  <monkey@jpobst.com>
213         * System.Windows.Forms.dll.sources: Added 2.0 VisualStyles files.
214
215 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
216
217         * System.Windows.Forms_test.dll.sources: Added PrintDialogTest.cs
218
219 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
220
221         * System.Windows.Forms_test.dll.sources: Added ListControlTest.cs
222
223 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
224
225         * System.Windows.Forms.dll.sources: Added new 2.0 event handlers
226         * System.Windows.Forms_test.dll.sources: Added EventArgsTest.cs
227         
228 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
229
230         * System.Windows.Forms.dll.sources: Added new 2.0 Enums
231
232 2006-07-11  Wade Berrier <wberrier@novell.com>
233
234         * Makefile: add some files EXTRA_DISTFILES needed by the tests
235
236 2006-06-23  Chris Toshok  <toshok@ximian.com>
237
238         * System.Windows.Forms_test.dll.sources: add
239         PropertyManagerTest.cs
240
241 2006-06-20  Chris Toshok  <toshok@ximian.com>
242
243         * System.Windows.Forms.dll.sources: add RelatedPropertyManager.cs
244         and RelatedCurrencyManager.cs.
245
246 2006-06-12  Wade Berrier <wberrier@novell.com>
247
248         * Makefile: Update for dialog-question3.png -> dialog-question.png rename
249         to fix 'make dist'
250
251 2006-05-30  Wade Berrier <wberrier@novell.com>
252
253         * Makefile: oops, add some more missing resources.
254
255 2006-05-30  Wade Berrier <wberrier@novell.com>
256
257         * Makefile: fix resource filenames to fix make dist
258
259 2006-05-25  Miguel de Icaza  <miguel@novell.com>
260
261         * Add new dialog-*.png Tango icons (dialog-question is from a
262         different theme as Tango is still missing it).
263
264 2006-05-24  Miguel de Icaza  <miguel@novell.com>
265
266         * Changes so that we can use the filename as the resource name,
267         should help compiling from within VisualStudio.
268
269 2006-05-23  Miguel de Icaza  <miguel@novell.com>
270
271         * resources/: Add Tango icons in various sizes.
272
273 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
274
275         * System.Windows.Forms_test.dll.sources: Add the unit tests for
276         PaintEventArgs to the build (tested under both 1.1 and 2.0).
277
278 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
279
280         * Makefile, System.Windows.Forms.dll.resources: Added NWSE and NESW 
281           cursors
282
283 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
284
285         * Makefile : added -r:System.Data.dll for "make test".
286
287 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
288
289         * SWF.csproj: Updated, matching current .sources
290
291 2006-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
292
293         * System.Windows.Forms_test.dll.sources: Added TabControlTest.cs.
294
295 2006-03-21  Jackson Harper  <jackson@ximian.com>
296
297         * System.Windows.Forms.dll.resources: Add the keyboard resources.
298
299 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
300
301         * System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs
302
303 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
304
305         * System.Windows.Forms.dll.sources: Removed MimeGenerated.cs
306
307 2006-03-09  Jonathan Gilbert  <logic@deltaq.org>
308
309         * System.Windows.Forms/AutoScaleMode.cs: Added new file for
310           the 2.0 enumeration.
311         * System.Windows.Forms/ContainerControl.cs: Added stub for
312           AutoScaleMode property; outputs a message to stderr to
313           encourage people familiar with its behaviour to implement
314           it. :-)
315         * System.Windows.Forms/Control.cs: Added stub for AutoScale;
316           outputs a message just like ContainerControl::AutoScaleMode.
317         * System.Windows.Forms.dll.sources: Added AutoScaleMode.cs to
318           the list of files to build.
319
320 2006-02-28  Matt Hargett  <matt@use.net>
321
322         * System.Windows.Forms_test.dll.sources: Added ComboBoxTests.cs
323
324 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
325
326         * build-csproj: Fixed so the csproj is usable.
327
328 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
329
330         * System.Windows.Forms.dll.sources: Added PageSetupDialog.cs.
331
332 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
333
334         * System.Windows.Forms.dll.sources: Added printing items and *committed* file this time.
335
336 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
337
338         * System.Windows.Forms.dll.sources: Add PrintPreviewDialog and PrintPreviewControl
339
340 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
341
342         * System.Windows.Forms.dll.sources: Add PrintControllerWithStatusDialog
343
344 2005-12-13  Jackson Harper  <jackson@ximian.com>
345
346         * System.Windows.Forms.dll.sources: Add the new internal window
347         managers
348
349 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
350
351         * System.Windows.Forms.dll.sources: Added ThemeClearlooks.cs
352
353 2005-12-02  Jackson Harper  <jackson@ximian.com>
354
355         * System.Windows.Forms.dll.sources: New implicit scrollbars.
356
357 2005-12-01  Robert Jordan  <robertj@gmx.net>
358
359         * System.Windows.Forms_test.dll.sources: Added
360         System.Resources/CompatTest.cs
361         System.Resources/WriterTest.cs.
362
363 2005-12-01  Raja R Harinath  <rharinath@novell.com>
364
365         * Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur.
366
367 2005-11-30  Robert Jordan  <robertj@gmx.net>
368
369         * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs
370
371 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
372
373         * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
374         DataGridViewBandTest.cs DataGridViewCellTest.cs
375         DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
376         DataGridViewRowTest.cs DataGridViewTest.cs
377
378 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
379
380         * System.Windows.Forms_test.dll.sources: Added RichTextBoxTest.cs
381
382 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
383
384         * Makefile, System.Windows.Forms.dll.resources, SWF.csproj: Added
385           DnDLink cursor
386
387 2005-10-31  Peter Dennis Bartok  <pbartok@novell.com>
388
389         * Makefile: Added new cursors; added dependency rule on
390           cursors to force rebuild when cursors are changed or added
391         * System.Windows.Forms.dll.resources: Added new cursors
392
393 2005-10-17  Raja R Harinath  <rharinath@novell.com>
394
395         * Makefile (RESOURCES): Distribute newly added cursors.
396
397 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
398
399         * System.Windows.Forms.dll.resources: Added cursors
400         * build-csproj: Updated to support resources
401         * SWF.csproj: Updated
402         * System.Windows.Forms.dll.sources: Removed blank line to support
403           build-csproj
404         * System.Windows.Forms_test.dll.sources: Added ControlStyleTest
405
406 2005-10-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
407
408         * Created samples/ directory.   
409
410 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
411
412         * System.Windows.Forms.dll.sources: Added X11DesktopColors.cs
413         * SWF.csproj: Updated
414
415 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
416
417         * System.Windows.Forms_test.dll.sources : Added Common.cs
418
419 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
420
421         * Makefile: Replaced /codepage with CODEPAGE.
422
423 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
424
425         * System.Windows.Forms_test.dll.sources : Added pictureBoxTest.cs
426
427 2005-09-09 Jonathan Chambers  <jonathan.chambers@ansys.com>
428
429         * System.Windows.Forms.dll.sources: Added IRootGridEntry.cs and PropertyGridCommands.cs
430
431 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
432
433         * Test/System.Windows.Forms/LabelTest.cs : More tests.  
434
435 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
436
437         * Test/System.Windows.Forms/LabelTest.cs : new Label tests (incomplete)
438         * System.Windows.Forms_test.dll.sources : add new tests
439         * System.Windows.Forms/Label.cs : give FlatStyle a default value
440           of FlatStyle.Standard.
441
442 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
443         
444         * System.Windows.Forms_test.dll.sources : added MonthCalendarTest.cs
445
446 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
447
448         * System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
449         * SWF.csproj: Updated
450
451 2005-09-06 Jonathan Chambers  <jonathan.chambers@ansys.com>
452
453         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.PropertiesTab.cs
454
455 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
456
457         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.RTF
458           subdirectory to build
459         * SWF.csproj: Updated
460
461 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
462
463         * System.Windows.Forms.dll.sources: Added ThemeNice.cs
464
465 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
466         
467         * System.Windows.Forms_test.dll.sources : added ProgressBarTest.cs,
468           ToolBarTest.cs, ToolTipTest.cs
469         
470           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
471 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
472
473         * Makefile : added /codepage:65001 (otherwise the build gets broken
474           on KeyboardLayout.cs on some non-iso-8859-1 environment).
475
476 2005-08-18  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
477         * System.Windows.Forms/TreeView.cs: some spaces to tabs
478                 FIX: ToString() was generating exception on empty Nodes 
479                 (was testing <0 instead of <= 0)
480                 
481 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
482         
483         * System.Windows.Forms_test.dll.sources : added ImageListTest.cs,
484           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
485           
486 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
487         
488         * System.Windows.Forms_test.dll.sources : sorted and removed test-cases for Form
489           and TextBox as these are still under development.
490
491 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
492
493         * SWF.csproj: Updated
494
495 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
496         
497         * M.gif : used by some of the test-cases
498         * System.Windows.Forms_test.dll.sources : Added test-case for
499           ListView, ComboBox, CheckBox, CheckedList, Form, Menu, GroupBox
500           and ImageList
501
502 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
503
504         * System.Windows.Forms_test.dll.sources : Added MimeIcon.cs
505
506 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
507
508         * DataGridTextBoxColumn.cs: default value
509         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
510         * GridTableStylesCollection.cs: fixes checking MappingName
511         * DataGridDrawingLogic.cs: fixes drawing logic issues
512         * DataSourceHelper.cs: rewritten to make compatible with more data sources
513         * DataGrid.cs: fixes    
514
515
516 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
517
518         * System.Windows.Forms_test.dll.sources : Added ListBoxTest.cs and 
519           ListBoxEventTest.cs for ListBox tests.
520
521 2005-06-15  Peter Bartok  <pbartok@novell.com>
522
523         * System.Windows.Forms.dll.sources: Added MWFCategoryAttribute.cs and
524           MWFDescriptionAttribute.cs
525         * SWF.csproj: Updated
526
527 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
528
529         * System.Windows.Forms.dll.sources: Added Mime.cs and
530         MimeGenerated.cs.
531
532 2005-06-13  Jackson Harper  <jackson@ximian.com>
533
534         * SWF.csproj:
535         * System.Windows.Forms.dll.sources: Add MdiClientContext to the
536         build.
537
538 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
539
540         * System.Windows.Forms_test.dll.sources : Added TextBoxTest.cs
541         and ButtonTest.cs for TextBox and Button tests respectively.
542
543 2005-06-10  Peter Bartok  <pbartok@novell.com>
544
545         * System.Windows.Forms.dll.sources: Add ImageListConverter.cs
546         * SWF.csproj: Updated
547
548 2005-06-08  Jackson Harper  <jackson@ximian.com>
549
550         * Guidelines:
551         * Design: Double buffering is handled at a different level now, so
552         I am removing mention of it. Control developers do not need to
553         know how it works.
554
555 2005-06-05  Peter Bartok  <pbartok@novell.com>
556
557         * System.Windows.Forms.dll.sources: Add Win32DnD.cs
558         * SWF.csproj: Updated
559
560 2005-05-24  Jackson Harper  <jackson@ximian.com>
561
562         * System.Windows.Forms.dll.sources: Add X11Dnd.cs
563
564 2005-05-24  Peter Bartok  <pbartok@novell.com>
565
566         * System.Windows.Forms.dll.sources: Added
567           DataGridPreferredColumnWidthTypeConverter.cs
568         * SWF.csproj: Updated
569
570 2005-05-24  Peter Bartok  <pbartok@novell.com>
571
572         * System.Windows.Forms.dll.sources: Added Help.cs
573         * SWF.csproj: Updated
574
575 2005-05-18  Peter Bartok  <pbartok@novell.com>
576
577         * System.Windows.Forms.dll.sources: Added Clipboard.cs
578         * SWF.csproj: Update
579
580 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
581
582         * System.Windows.Forms_test.dll.sources : Added ControlEventTest.cs
583         for Event Test
584
585 2005-05-11  Peter Bartok  <pbartok@novell.com>
586
587         * System.Windows.Forms.dll.sources: Added
588           IDataGridEditingService.cs, System.Resources/ResXFileRef.cs,
589           System.Resources/ResXResourceSet.cs
590         * SWF.csproj: Updated
591         
592 2005-05-10  Peter Bartok  <pbartok@novell.com>
593
594         * System.Windows.Forms.dll.sources: Added SecurityIDType.cs,
595           DataObject.cs and DataFormats.cs
596         * SWF.csproj: Update
597
598 2005-05-06  Peter Bartok  <pbartok@novell.com>
599
600         * System.Windows.Forms.dll.sources: Added Screen.cs, HelpNavigator.cs
601           and HelpProvider.cs
602         * SWF.csproj: Updated
603
604 2005-05-05  Peter Bartok  <pbartok@novell.com>
605
606         * System.Windows.Forms.dll.sources: Added AxHost.cs,
607           ErrorProvider.cs, RichTextBoxFinds.cs, RichTextBoxScrollBars.cs,
608           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
609           RichTextBoxStreamType.cs, RichTextBoxWordPunctuations.cs
610         * SWF.csproj: Updated
611
612 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
613
614         * System.Windows.Forms_test.dll.sources : Added ControlTest.cs for Label Test
615
616 2005-04-26  Ritvik Mayank  <mritvik@novell.com>
617
618         * System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test
619
620 2005-04-25  Jackson Harper  <jackson@ximian.com>
621
622         * System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
623         build
624
625 2005-04-09  Peter Bartok  <pbartok@novell.com>
626
627         * System.Windows.Forms.dll.sources: Added FolderBrowserDialog.cs
628
629 2005-03-11  Peter Bartok  <pbartok@novell.com>
630
631         * System.Windows.Forms.dll.sources: Added MdiClient.cs
632
633 2005-03-10  Peter Bartok  <pbartok@novell.com>
634
635         * System.Windows.Forms.dll.sources: Added SaveFileDialog.cs
636
637 2005-03-09  Peter Bartok  <pbartok@novell.com>
638
639         * System.Windows.Forms.dll.sources: Added MdiClient.cs
640
641 2005-02-24  Peter Bartok  <pbartok@novell.com>
642
643         * System.Windows.Forms.dll.sources: Removed HandleData.cs
644
645 2005-02-22  Jackson Harper  <jackson@ximian.com>
646
647         * System.Windows.Forms.dll.sources: Add databinding classes
648
649 2005-02-22  Raja R Harinath  <rharinath@novell.com>
650
651         * Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
652         (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
653         (dist-default): Depend on it.
654
655 2005-02-18  Peter Bartok  <pbartok@novell.com>
656
657         * System.Windows.Forms.dll.sources: Added MethodInvoker.cs,
658           ErrorIconAlignment.cs, MdiLayout.cs, SendKeys.cs
659
660 2005-02-18  Raja R Harinath  <rharinath@novell.com>
661
662         * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
663         *.resources.prebuilt.
664
665 2005-02-17  Peter Bartok  <pbartok@novell.com>
666
667         * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
668           DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
669           ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
670
671 2005-02-15  Peter Bartok  <pbartok@novell.com>
672
673         * Makefile: Altered, following Harinath's suggestion of trying to
674           build and handling the failure by copying prebuilt resources in
675           place
676
677 2005-02-15  Peter Bartok  <pbartok@novell.com>
678
679         * Makefile: Removed resources as automatic target; to build
680           .resource files 'make resources' must be invoked. This removes
681           the libgdiplus installed requirement. Instead, the compiled files
682           are checked in as well.
683
684 2005-02-13  Peter Bartok  <pbartok@novell.com>
685
686         * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
687           OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
688         * System.Windows.Forms.dll.resources: Added
689         * Makefile: Added support for generating resources
690
691 2005-02-12  Geoff Norton  <gnorton@customerdna.com>
692
693         * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
694         
695 2005-02-03  Peter Bartok  <pbartok@novell.com>
696
697         * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
698           PropertyGridView.cs
699
700 2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
701
702         * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
703           DateTimePickerFormat.cs
704           
705 2005-01-29  Peter Bartok  <pbartok@novell.com>
706
707         * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
708           ArrangeStartingPosition.cs
709         * SWF.csproj: Updated
710
711 2005-01-28  Peter Bartok  <pbartok@novell.com>
712
713         * SWF.csproj: Updated with all the latest files
714         * build-csproj: Added, allows to autogenerate SWF.csproj
715         * Makefile: Added rule to automatically call build-csproj (Thanks
716           to Geoff Norton for review and a simpler rule)
717
718 2005-01-26  Peter Bartok  <pbartok@novell.com>
719
720         * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
721           GridItem.cs, GridItemCollection.cs, GridItemType.cs,
722           PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
723           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
724           PropertyValueChangedEventHandler.cs,
725           SelectedGridItemChangedEventArgs.cs,
726           SelectedGridItemChangedEventHandler.cs
727
728 2005-01-26  Peter Bartok  <pbartok@novell.com>
729
730         * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
731
732 2005-01-16  Peter Bartok  <pbartok@novell.com>
733
734         * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
735
736 2005-01-16  Peter Bartok  <pbartok@novell.com>
737
738         * System.Windows.Forms.dll.Sources: Added Cursors.cs
739
740 2005-01-11  Peter Bartok  <pbartok@novell.com>
741
742         * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
743
744 2005-01-05  Peter Bartok  <pbartok@novell.com>
745
746         * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
747           IDataGridColumnStyleEditingNotificationService.cs,
748           IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
749           NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
750           OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
751
752 2004-12-27  Peter Bartok  <pbartok@novell.com>
753
754         * System.Windows.Forms.dll.Sources: Added
755           System.Windows.Forms.Design/ComponentEditorForm.cs,
756           System.Windows.Forms.Design/ComponentEditorPage.cs,
757           System.Windows.Forms.Design/EventsTab.cs,
758           System.Windows.Forms.Design/IUIService.cs,
759           System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
760           System.Windows.Forms.Design/PropertyTab.cs,
761           System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
762           ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
763           DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
764           DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
765           GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
766           IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
767           SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
768
769 2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
770
771         * System.Windows.Forms.dll.Sources: Added ComboBox.cs and
772           ComboBoxStyle.cs
773
774 2004-12-20  Peter Bartok  <pbartok@novell.com>
775
776         * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
777
778 2004-12-16  Peter Bartok  <pbartok@novell.com>
779
780         * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
781           TextControl.cs
782
783 2004-12-15  Peter Bartok  <pbartok@novell.com>
784
785         * Design: Updated to reflect Mac Driver; added mention
786           of System.Drawing patches for MWF support
787
788         * README: Credited Geoff Norton with the Mac driver
789
790 2004-12-15  Jackson Harper  <jackson@ximian.com>
791
792         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
793
794 2004-12-08  Peter Bartok  <pbartok@novell.com>
795
796         * SWF.csproj: Added XplatUIOSX.cs to build list
797
798 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
799
800         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
801
802 2004-12-07  Ravindra  <rkumar@novell.com>
803
804         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
805         some of the components that were added twice. This fixes MWF build on
806         Windows.
807
808 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
809
810         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
811
812 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
813
814         * Makefile: Added System.Drawing.dll deps for tests.
815
816         * System.Windows.Forms_test.dll.sources: New test files.
817
818 2004-12-02  Peter Bartok  <pbartok@novell.com>
819
820         * SWF.csproj: Added Jackson's fresly minted TreeView files to
821           build list
822
823 2004-12-01  Jackson Harper  <jackson@ximian.com>
824
825         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
826
827 2004-11-30  Peter Bartok  <pbartok@novell.com>
828
829         * System.Windows.Forms.dll.sources: Removed textbox
830           references, accidentally checked those in, but textbox is
831           not yet ready for primetime
832
833 2004-11-29  Peter Bartok  <pbartok@novell.com>
834
835         * System.Windows.Forms.dll.sources: Removed tree
836           additions.
837           I am removing these files as they conflict with already completed
838           work. While it is fantastic to get contributions to MWF, I
839           respectfully ask that everyone please coordinate their contributions
840           through mono-winforms-list or #mono-winforms at this time. We're
841           explicitly avoiding stubbing and don't want controls that don't have
842           their basic functionality implemented in svn. Please also see
843           http://www.mono-project.com/contributing/winforms.html
844         
845 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
846
847         * System.Windows.Forms.dll.sources: Added
848         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
849         TreeViewAction.cs, TreeViewEventArgs.cs
850
851         * System.Windows.Forms_test.dll.sources: Added
852         TreeNodeTest.cs
853
854 2004-11-24  Ravindra  <rkumar@novell.com>
855
856         * SWF.csproj: Updated project.
857
858 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
859
860         * System.Windows.Forms.dll.sources: added MonthCalendar files
861
862 2004-11-21  Ravindra  <rkumar@novell.com>
863
864         * SWF.csproj: Updated project.
865
866 2004-11-11  Jackson Harper  <jackson@ximian.com>
867
868         * System.Windows.Forms.dll.sources: Add
869         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
870
871 2004-11-01 23:19  ravindra
872
873         * SWF.csproj: Updated project.
874
875 2004-10-26 03:38  ravindra
876
877         * SWF.csproj: Updated project.
878
879 2004-10-20 04:16  jordi
880
881         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
882
883 2004-10-19 16:50  jackson
884
885         * System.Windows.Forms.dll.sources: New optimized event queue
886
887 2004-10-18 00:31  ravindra
888
889         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
890           list and project to fix the build.
891
892 2004-10-15 09:14  ravindra
893
894         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
895           list and project.
896
897 2004-10-15 06:43  jordi
898
899         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
900           etc
901
902 2004-10-13 21:21  ravindra
903
904         * SWF.csproj: Updated project.
905
906 2004-10-04 04:58  ravindra
907
908         * SWF.csproj: Updated project.
909
910 2004-10-02 12:55  pbartok
911
912         * System.Windows.Forms.dll.sources:
913           - Added LeftRightAlignment source reference
914
915 2004-09-30 07:32  ravindra
916
917         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
918           sources list.
919
920 2004-09-29 23:02  jambunathan
921
922         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
923           CheckState.cs
924
925 2004-09-28 14:11  jackson
926
927         * System.Windows.Forms.dll.sources: Give the build some love
928
929 2004-09-28 04:31  ravindra
930
931         * Notes: Added a minor note.
932
933 2004-09-28 00:18  pbartok
934
935         * Notes:
936           - Initial check in. A place to log info about MWF that doesn't fit
937             anywhere else
938
939 2004-09-24 12:02  jackson
940
941         * System.Windows.Forms.dll.sources: Add tab classes to the build
942
943 2004-09-23 01:44  ravindra
944
945         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
946           list and project file.
947
948 2004-09-20 18:54  jackson
949
950         * Makefile: New message loop that uses poll so we don't get a busy
951           loop
952
953 2004-09-19 23:41  ravindra
954
955         * Guidelines: Added a note to Guidelines.
956
957 2004-09-17 06:19  jordi
958
959         * System.Windows.Forms.dll.sources: Very early menu support
960
961 2004-09-16 01:19  ravindra
962
963         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
964           sources list.
965
966 2004-09-13 22:09  ravindra
967
968         * SWF.csproj: Updated project.
969
970 2004-09-13 09:24  jordi
971
972         * System.Windows.Forms.dll.sources: Add to the build Process
973
974 2004-09-09 01:15  jordi
975
976         * System.Windows.Forms.dll.sources: measureitem args and handler
977
978 2004-09-09 00:03  ravindra
979
980         * SWF.csproj: Updated project.
981
982 2004-09-08 23:57  ravindra
983
984         * System.Windows.Forms.dll.sources: Added some new enums to the
985           list.
986
987 2004-09-08 06:45  jordi
988
989         * System.Windows.Forms.dll.sources: enumerations need it by menus
990
991 2004-09-07 11:12  jordi
992
993         * System.Windows.Forms.dll.sources: GroupBox control
994
995 2004-09-02 14:28  pbartok
996
997         * System.Windows.Forms.dll.sources:
998           - Added AccessibleNavigation and AccessibleSelection source files
999
1000 2004-08-31 20:52  ravindra
1001
1002         * Design, Guidelines: Minor formatting changes and added location
1003           for the coding style guideline for Mono.
1004
1005 2004-08-31 19:37  pbartok
1006
1007         * Guidelines:
1008           - Removed wrong stuff
1009
1010 2004-08-31 16:10  pbartok
1011
1012         * README:
1013           - Updated
1014
1015 2004-08-31 03:13  ravindra
1016
1017         * System.Windows.Forms_test.dll.sources: Added sources list for
1018           test dll.
1019
1020 2004-08-30 10:48  pbartok
1021
1022         * Design, Guidelines:
1023           - Initial check-in
1024
1025 2004-08-29 22:35  pbartok
1026
1027         * System.Windows.Forms.dll.sources:
1028           - Added System.Resources source files
1029
1030 2004-08-27 16:18  ravindra
1031
1032         * Makefile: Lets do some tests too.
1033
1034 2004-08-27 16:14  ravindra
1035
1036         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
1037           sources.
1038
1039 2004-08-23 13:14  pbartok
1040
1041         * SWF.csproj, SWF.sln:
1042           - Created properly pathed VS.Net project and solution
1043
1044 2004-08-23 10:46  jackson
1045
1046         * System.Windows.Forms.dll.sources: oops. remove unused file
1047
1048 2004-08-22 17:47  jackson
1049
1050         * System.Windows.Forms.dll.sources: Add PictureBox to the build
1051
1052 2004-08-22 12:04  pbartok
1053
1054         * System.Windows.Forms.dll.sources:
1055           - Added Cursor.cs source
1056
1057 2004-08-22 11:59  pbartok
1058
1059         * System.Windows.Forms.dll.sources:
1060           - Restored sort order for file
1061           - Added UserControl source file
1062
1063 2004-08-20 13:10  jackson
1064
1065         * System.Windows.Forms.dll.sources: Classes for sending Async
1066           messages through X/Win32
1067
1068 2004-08-19 16:25  jordi
1069
1070         * System.Windows.Forms.dll.sources: theme enhancaments
1071
1072 2004-08-17 15:09  jackson
1073
1074         * System.Windows.Forms.dll.sources: Add Panel to the build
1075
1076 2004-08-16 15:24  jackson
1077
1078         * System.Windows.Forms.dll.sources: HandleData is used for storing
1079           message information for window handles
1080
1081 2004-08-16 08:59  pbartok
1082
1083         * System.Windows.Forms.dll.sources:
1084           - Added ButtonBase.cs
1085
1086 2004-08-15 17:22  ravindra
1087
1088         * System.Windows.Forms.dll.sources: Updated sources list for
1089           ToolBar Control.
1090
1091 2004-08-13 10:25  jackson
1092
1093         * System.Windows.Forms.dll.sources: SWF Timer
1094
1095 2004-08-12 10:19  jackson
1096
1097         * System.Windows.Forms.dll.sources: Classes for handling status bar
1098           panel click events
1099
1100 2004-08-11 15:24  pbartok
1101
1102         * System.Windows.Forms.dll.sources:
1103           - Fixed filename for BindingManagerBase.cs
1104           - Alphabetized files
1105
1106 2004-08-10 19:11  jackson
1107
1108         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
1109           build
1110
1111 2004-08-10 12:59  jackson
1112
1113         * System.Windows.Forms.dll.sources: Add Draw Item
1114
1115 2004-08-09 15:40  jackson
1116
1117         * System.Windows.Forms.dll.sources: Add status bar panel files to
1118           the build
1119
1120 2004-08-07 17:01  jackson
1121
1122         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
1123           build
1124
1125 2004-07-26 11:42  jordi
1126
1127         * System.Windows.Forms.dll.sources: Theme support
1128
1129 2004-07-26 05:41  jordi
1130
1131         * System.Windows.Forms.dll.sources: initial messagebox
1132           implementation
1133
1134 2004-07-21 10:19  jordi
1135
1136         * System.Windows.Forms.dll.sources: LinkLabel control
1137           implementation
1138
1139 2004-07-16 05:18  jordi
1140
1141         * System.Windows.Forms.dll.sources: add ImageList,
1142           ImageListStreamer, and ColorDepth to the build process
1143
1144 2004-07-15 03:38  jordi
1145
1146         * System.Windows.Forms.dll.sources: Horizontal and Vertical
1147           TrackBar control implementation
1148
1149 2004-07-13 09:33  jordi
1150
1151         * System.Windows.Forms.dll.sources: vertical and hort. classes
1152           commit
1153
1154 2004-07-08 23:21  pbartok
1155
1156         * Makefile, README, System.Windows.Forms.dll.sources:
1157           - Initial check-in
1158