* TextBoxTextRenderer.cs: Lower bounds max size to Int16.MaxValue, the
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
1 2007-10-23  Andreia Gaita <avidigal@novell.com>
2
3         * TextBoxTextRenderer.cs: Lower bounds max size to Int16.MaxValue, the 
4         Windows 2000 gdi DrawText call doesn't draw if it's higher than that
5         for some reason
6
7 2007-10-22  Andreia Gaita <avidigal@novell.com>
8
9         * build-csproj2k5, SWF2k5.csproj: add System.configuration reference
10
11 2007-10-22  Geoff Norton  <gnorton@novell.com>
12
13         * Makefile: Add a reference to System.Configuration.dll in NET 2.0
14
15 2007-10-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
16
17         * System.Windows.Forms_test.dll.sources: Added DragEventArgsTest.cs.
18
19 2007-10-08  Andreia Gaita <avidigal@novell.com>
20
21         * SWF.csproj, build-csproj: Add missing ONLY_1_1 flag, update project.
22
23 2007-10-08  Jonathan Pobst  <monkey@jpobst.com>
24
25         * System.Windows.Forms.dll.sources: Added TextBoxTextRenderer.cs.
26
27 2007-10-07  Andreia Gaita <avidigal@novell.com>
28
29         * System.Windows.Forms.dll.sources: Added WebBrowserDialogs
30         * build-csproj2k5: added reference to mono.mozilla
31         * SWF2K5.csproj: Updated project files
32
33 2007-10-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
34
35         * System.Windows.Forms_test.dll.sources: Added TreeViewEventsTest.cs.
36
37 2007-10-04  Jonathan Pobst  <monkey@jpobst.com>
38
39         * System.Windows.Forms.dll.sources: Added Line.cs and LineTag.cs.
40
41 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
42
43         * System.Windows.Forms_test.dll.sources: Added
44         DataGridViewCellCollectionTest.cs.
45
46 2007-09-21  Justin Cherniak <justin.cherniak@gmail.com>
47
48         * SWF2k5.csproj: Fixed missing file.
49
50 2007-09-06  Zoltan Varga  <vargaz@gmail.com>
51
52         * System.Windows.Forms.dll.sources: Add HtmlHistory.cs HtmlWindow.cs 
53         HtmlWindowCollection.cs ListBindingHelper.cs WindowsFormsSection.cs 
54         WindowsFormsSynchronizationContext.cs.
55
56 2007-09-01  Zoltan Varga  <vargaz@gmail.com>
57
58         * System.Windows.Forms.dll.sources: Add FileDialogCustomPlace.cs and
59         FileDialogCustomPlacesCollection.cs.
60
61 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
62
63         * System.Windows.Forms.dll.sources: Add HtmlElementErrorEventArgs.cs,
64         HtmlElementErrorEventHandler.cs.
65
66 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
67
68         * System.Windows.Forms.dll.sources: Add RadioButtonPainter.cs.
69
70 2007-08-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
71
72         * build-csproj2k5: Add Mono.Mozilla as a reference.
73         * SWF2k5.csproj: Updated.
74
75 2007-08-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
76
77         * System.Windows.Forms.dll.sources: Add new ListViewInsertionMark.cs
78         file.
79
80 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
81
82         * System.Windows.Forms_test.dll.sources: Added
83         FolderBrowserDialogTest.cs.
84
85 2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
86
87         * System.Windows.Forms.dll.sources: CheckBoxPainter.cs.
88
89 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
90
91         * System.Windows.Forms_test.dll.sources: Added
92           DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs,
93           DataGridViewColumnHeaderTest.cs, DataGridViewRowHeaderTest.cs.
94
95 2007-08-19  Andreia Gaita  <avidigal@novell.com>
96
97         * System.Windows.Forms.dll.sources: Add HtmlElement*
98
99 2007-08-11 Andreia Gaita <avidigal@novell.com>
100
101         * Makefile: Add reference to the Mono.Mozilla
102         assembly for webbrowser support.
103
104 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
105
106         * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
107
108 2007-08-02  Jonathan Pobst  <monkey@jpobst.com>
109
110         * System.Windows.Forms.dll.sources: Add MdiControlStrip.cs.
111
112 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
113
114         * build-csproj2k5-tests: Add ONLY_1_1, __MONO_CS__ and DEBUG where
115           relevant.
116         * SWF2k5-tests.csproj, SWF.csproj: Updated.
117         * System.Windows.Forms_test.dll.sources: Added DataGridViewBandTest.cs,
118           DataGridViewColumnCollectionTest.cs,
119           DataGridViewComboBoxCellTest.cs, DataGridViewCommon.cs,
120           DataGridViewRowColllectionTest.cs, DataGridViewTextBoxColumnTest.cs
121
122 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
123
124         * System.Windows.Forms_test.dll.sources: Added
125           ArrangedElementCollectionTest.cs
126
127 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
128
129         * System.Windows.Forms_test.dll.sources: Unified ComboBoxTest.cs and
130           ComboBoxTests.cs, deleted ComboBoxTests.cs
131         * SWF2k5-tests.csproj: Updated.
132
133 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
134
135         * build-csproj2k5-tests: Remove warnings.
136         * SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
137         * build-csproj2k5: Ignore obsolete warnings in VS as well.
138
139 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
140
141         * Makefile: Ignore obsolete warnings.
142
143 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
144
145         * System.Windows.Forms.dll.sources: Add PowerStatus.cs.
146
147 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
148
149         * System.Windows.Forms.dll.sources: Add ToolStripSystemRenderer, ToolStripPainter.
150
151 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
152
153         * System.Windows.Forms.dll.sources: Add ToolStripDropDownItemAccessibleObject.cs.
154
155 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
156
157         * Makefile, System.Windows.Forms.dll.resources: Added image-missing.png,
158         image-x-generic.png for PictureBox.
159
160 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
161
162         * System.Windows.Forms_test.dll.sources: Add PanelTest.cs. 
163
164 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
165
166         * System.Windows.Forms_test.dll.sources: Add ButtonBaseTest.cs. 
167
168 2007-06-05  Andreia Gaita  <avidigal@novell.com>
169
170         * build-csproj, build-csproj2k5, swf.csproj, SWF2k5.csproj: 
171         Move external Consts.cs and MonoTODOAttribute.cs dependencies 
172         to the mwf tree, change the build scripts accordingly (so a 
173         user can compile and debug with mwf without having all the mono 
174         source tree). 
175         Remove Mono.Posix reference from build-csproj2k5. 
176         Fix conditional compilation symbols (NET_1_1 should also be 
177         defined on 2.0)
178         Synch up the *.csproj files
179
180 2007-05-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
181
182         * System.Windows.Forms_test.dll.sources: Added KeyEventArgsTest.cs
183
184 2007-05-21  Andreia Gaita  <avidigal@novell.com>
185
186         * System.Windows.Forms.dll.sources: Add ResXDataNode.cs
187         * System.Windows.Forms_test.dll.sources: Add ResXDataNodeTest.cs
188
189 2007-05-19  Andreia Gaita  <avidigal@novell.com>
190
191         * System.Windows.Forms.dll.sources: Add NumericUpDownAcceleration.cs,
192         NumericUpDownAccelerationCollection.cs
193         * System.Windows.Forms_test.dll.sources: Add NumericUpDownTest.cs
194
195 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
196
197         * System.Windows.Forms_test.dll.sources: Add DataObjectTest.cs. 
198
199 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
200
201         * System.Windows.Forms.dll.sources: Added DrawToolTipEventArgs.cs and
202           DrawToolTipEventHandler.cs
203
204 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
205
206         * System.Windows.Forms_test.dll.sources: Add KeysConverterTest, 
207         LinkConverterTest.cs.
208         * System.Windows.Forms.dll.sources: Add LinkConverter.cs.
209
210 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
211
212         * System.Windows.Forms_test.dll.sources: Add TreeViewImageIndexConverterTest.cs.
213
214 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
215
216         * System.Windows.Forms.dll.sources: Add ImageKeyConverter.cs,
217         TreeViewImageKeyConverter.cs.
218         * System.Windows.Forms_test.dll.sources: Add ImageKeyConverterTest.cs,
219         TreeViewImageKeyConverterTest.cs.
220
221 2007-05-16  Olivier Dufour  <olivier.duff@free.fr>
222
223         * ColumnHeaderConverter: Added
224         
225 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
226
227         * System.Windows.Forms_test.dll.sources: Added
228         ToolStripItemCollectionTest.cs.
229
230 2007-05-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
231
232         * System.Windows.Forms_test.dll.sources: Added MaskedTextBoxTest.cs
233
234 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
235
236         * System.Windows.Forms_test.dll.sources: Added
237         DataGridViewTextBoxCellTest.cs
238
239 2007-04-29  Duncan Mak  <duncan@a-chinaman.com>
240
241         * SWF.csproj: 
242         * SWF2k5.csproj: Updated.
243
244 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
245
246         * System.Windows.Forms.dll.sources: Add DrawListViewColumnHeaderEventHandler.cs,
247         DrawListViewItemEventHandler.cs, DrawListViewSubItemEventHandler.cs.
248
249 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
250
251         * Makefile: Add new resources for BindingNavigator to build.
252
253 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
254
255         * System.Windows.Forms.dll.resources - Added files for the BindingNavigator
256
257 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
258
259         * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Update.
260         * System.Windows.Forms.dll.sources: Add MaskedTextBox.
261
262 2007-04-24  Alan McGovern  <alan.mcgovern@gmail.com>
263
264         * System.Windows.Forms.dll.sources: Added
265                 BindingNavigator.cs
266                 BindingNavigatorTests.cs
267                                 
268 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
269
270         * System.Windows.Forms_test.dll.sources: Add TableLayoutTest.cs.
271
272 2007-04-22  Alan McGovern  <alan.mcgovern@gmail.com>
273
274         * System.Windows.Forms.dll.sources:
275         Stubbed and added:
276                 DrawListViewColumnHeaderEventArgs.cs
277                 DrawListViewColumnHeaderEventArgs.cs
278                 DrawListViewColumnHeaderEventArgs.cs
279
280 2007-04-15  Andreia Gaita  <avidigal@novell.com>
281
282         * System.Windows.Forms.dll.sources: Add ThemeElementsClearlooks, 
283         ThemeElementsGtk, ThemeElementsNice, Nice/ButtonPainter, 
284         Default/TabControlPainter and Default/ButtonPainter
285
286 2007-04-01  Alp Toker  <alp@atoker.com>
287
288         * build-csproj:
289         * build-csproj2k5:
290         * build-csproj2k5-tests: Use bash, not sh. These scripts do run with
291         POSIX sh but they produce incorrect output containing binary garbage.
292         Output is correct when 'bash' is used instead of 'sh'.
293
294 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
295
296         * System.Windows.Forms.dll.sources: Add ScrollProperties, 
297         HScrollProperties, and VScrollProperties.
298         * System.Windows.Forms_test.dll.sources: Add HScrollPropertiesTest and
299         VScrollPropertiesTest.
300
301 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
302
303         * System.Windows.Forms_test.dll.sources: Add StatusStripTest.cs,
304         ToolStripContainerTest.cs, ToolStripContentPanelTest.cs,
305         ToolStripDropDownTest.cs, ToolStripManagerTest.cs, 
306         ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs
307         ToolStripPanelTest.cs, ToolStripStatusLabelTest.cs.
308
309 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
310
311         * System.Windows.Forms_test.dll.sources: Added ErrorProviderTest.cs.
312
313 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
314
315         * Makefile: Added 32x32 icon.
316
317 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
318
319         * System.Windows.Forms_test.dll.sources: Added FormHandleTest and 
320         MdiFormHandleTest.
321
322 2007-03-08  Chris Toshok <toshok@ximian.com>
323
324         * System.Windows.Forms/DataGrid.cs: some field renaming to make things consistent.
325
326         * System.Windows.Forms/ThemeWin32Classic.cs: same.
327
328 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
329
330         * Makefile: Don't show obsolete warnings when compiling tests.
331
332 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
333
334         * System.Windows.Forms.dll.sources: Add ThemeElements.cs,
335         ThemeElementsDefault.cs.
336
337 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
338
339         * System.Windows.Forms.dll.sources: Added FormWindowManager.cs and
340           ToolWindowManager.cs
341         * Test/System.Windows.Forms/FormTest.cs: Added
342           MaximizedParentedFormTest.
343
344 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
345
346         * System.Windows.Forms.dll.sources: Add RelatedImageListAttribute.cs.
347
348 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
349
350         * System.Windows.Forms_test.dll.sources: add SaveFileDialogTest.cs.
351
352 2007-02-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
353
354         * System.Windows.Forms_test.dll.sources: add EventLogger.cs
355
356 2007-02-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
357
358         * build-csproj2k5-tests: Added to be able to create SWF2k5-tests.csproj.
359         * SWF2k5-tests.csproj: Added.
360
361 2007-02-09  Chris Toshok  <toshok@ximian.com>
362
363         * System.Windows.Forms_test.dll.sources: add ControlHandleTest.cs
364
365 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
366
367         * System.Windows.Forms.dll.sources: Add ToolStripOverflow.cs,
368         ToolStripOverflowButton.cs.
369
370 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
371
372         * System.Windows.Forms_test.dll.sources: Add DataGridViewColumnTest.cs.
373
374 2007-02-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
375         
376         * System.Windows.Forms_test.dll.sources: Add TimerTest.cs
377
378 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
379
380         * System.Windows.Forms_test.dll.sources: ResXResourceReaderTest.cs,
381         ResXFileRefTest.cs and Consts.cs.
382
383 2007-02-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
384
385         * System.Windows.Forms_test.dll.sources: Add ControlLogger.cs and ControlLogger2.cs
386
387 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
388
389         * System.Windows.Forms.dll.sources: Add PaddingConverter.cs.
390         * System.Windows.Forms_test.dll.sources: Add PaddingConverterTest.cs.
391
392 2007-01-25  Chris Toshok  <toshok@ximian.com>
393
394         * System.Windows.Forms_test.dll.sources: add SplitterTest.cs
395
396 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
397
398         * System.Windows.Forms_test.dll: Add NotifyIconTest.cs.
399
400 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
401
402         * System.Windows.Forms_test.dll: Add ControlCollectionTest.cs,
403         MenuStripTest.cs, ToolStripMenuItemTest.cs.
404
405 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
406
407         * System.Windows.Forms_test.dll: Add ControlPropertyEventsTest.cs.
408
409 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
410
411         * System.Windows.Forms_test.dll: Add ColumnHeaderTest.cs
412
413 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
414
415         * System.Windows.Forms_test.dll: Add LinkAreaTest.cs and HelpProviderTest.cs.
416
417 2006-12-30  Chris Toshok  <toshok@ximian.com>
418
419         * Makefile (TEST_HARNESS_LOCAL_EXCLUDES): exclude Interactive
420         tests.
421
422 2006-12-28  Chris Toshok  <toshok@ximian.com>
423
424         * System.Windows.Forms_test.dll.sources: add DefaultLayoutTest and
425         remove DockingTests.
426
427 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
428
429         * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
430
431 2006-12-23  Chris Toshok  <toshok@ximian.com>
432
433         * System.Windows.Forms_test.dll.sources: add
434         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs.
435
436         * System.Windows.Forms.dll.sources: add
437         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs.
438
439         * *.csproj: sync with new file.
440         
441 2006-12-23  Daniel Nauck  <dna@mono-project.de>
442
443         * System.Windows.Forms_test.dll.sources: Add
444                 UserControlTest.cs
445
446 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
447
448         * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs,
449         move TableLayout to /Layout.
450
451 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
452
453         * build-csproj2k5: set WarningLevel to 3 and
454         add ChangeLogs
455
456 2006-12-20  Chris Toshok  <toshok@ximian.com>
457
458         * SWF.csproj: reflect removal of
459         DataGridViewRowsDeletedEventArgs.cs.
460
461         * SWF2k5.csproj: same.
462
463         * System.Windows.Forms.dll.sources: remove of
464         DataGridViewRowsDeletedEventArgs.cs.
465
466         * System.Windows.Forms_test.dll.sources: remove
467         DataGridViewBandTest.cs.
468
469 2006-12-19  Chris Toshok  <toshok@ximian.com>
470
471         * System.Windows.Forms_test.dll.sources: add RowStyleTest and
472         ColumnStyleTest.
473
474 2006-12-17  Daniel Nauck  <dna@mono-project.de>
475
476         * System.Windows.Forms.dll.sources: Add
477                 ListViewHitTestInfo
478
479 2006-12-17  Daniel Nauck  <dna@mono-project.de>
480
481         * System.Windows.Forms.dll.sources: Add
482                 DockingAttribute.cs, FlatButtonAppearance.cs
483
484 2006-12-17  Chris Toshok  <toshok@ximian.com>
485
486         * build-csproj2k5: a couple of changes.  use "exec >" instead of
487         redirecting the output from every function, use multiple patterns
488         in our sed calls instead of including multiple sed invocations,
489         and use sed instead of tr for converting / to \.
490
491 2006-12-16  Daniel Nauck  <dna@mono-project.de>
492
493         * System.Windows.Forms.dll.sources: Add
494                 AutoCompleteStringCollection.cs
495         * System.Windows.Forms_test.dll.sources: Add
496                 AutoCompleteStringCollectionTest.cs
497
498 2006-12-16  Chris Toshok  <toshok@ximian.com>
499
500         * SWF.csproj, SWF2k5.csproj: resync these.
501         
502         * Makefile (EXTRA_DISTFILES): add build-csproj2k5
503         
504         Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts
505         which generate them.  That way if you're hacking on the script you
506         don't have to touch System.Windows.Forms.dll.sources every time
507         you want to update the output.
508
509         * build-csproj2k5: make some changes suggested by Marek:
510
511         - System.XML should be System.Xml.
512         - Change eol-style to native.
513         - remove the SubType's from all the .cs Compile elements.
514         - Add Mono.Posix if the configuration is DebugXBuild (can't test this though..)
515
516 2006-12-15  Chris Toshok  <toshok@ximian.com>
517
518         * Makefile: add targets for the 2k5 csproj.
519
520         * build-csproj2k5: new script to build vs2005 specific projects.
521         use SWF2k5.sln instead of SWF.sln and upgrading.  The 2005 project
522         doesn't have the problems with resources that the 2003 project
523         has.  The only remaining stumbling block for use is Consts.cs.
524
525         * SWF2k5.sln, SWF2k5.csproj: visual studio 2005 versions of these
526         files.
527         
528 2006-12-16  Daniel Nauck  <dna@mono-project.de>
529
530         * System.Windows.Forms_test.dll.sources: Add
531                 PaddingTest.cs
532
533 2006-12-15  Daniel Nauck  <dna@mono-project.de>
534
535         * System.Windows.Forms.dll.sources: Add
536                 ListViewGroup.cs, ListViewGroupCollection.cs
537         * SWF.csproj: Add
538                 ListViewGroup.cs, ListViewGroupCollection.cs
539         * System.Windows.Forms_test.dll.sources: Add
540                 ListViewGroupTest.cs, ListViewGroupCollectionTest.cs
541
542 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
543
544         * System.Windows.Forms.dll.sources: Added FormCollection.cs.
545
546 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
547
548         * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs.
549         
550 2006-12-01  Chris Toshok  <toshok@ximian.com>
551
552         * System.Windows.Forms.dll.sources: add IBindableComponent.cs
553
554 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
555
556         * System.Windows.Forms.dll.sources: Add
557                 ContextMenuStrip.cs, ToolStripContainer.cs,
558                 ToolStripDropDownButton.cs, ToolStripDropDownMenu.cs,
559                 ToolStripManager.cs, ToolStripPanelRow.cs,
560                 ToolStripSplitButton.cs.
561           Remove ToolStripMenuTracker.cs.
562
563 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
564
565         * System.Windows.Forms.dll.sources: Add NumericTextBox.cs.
566
567 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
568
569         * System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs.
570
571 2006-11-08  Chris Toshok  <toshok@ximian.com>
572
573         * System.Windows.Forms.dll.sources: add RootGridEntry.cs
574
575 2006-11-09  Jonathan Pobst  <monkey@jpobst.com>
576         
577         * System.Windows.Forms.dll.sources: 
578         Add ToolStripItemDesignerAvailability.cs and
579         ToolStripItemDesignerAvailabilityAttribute.cs.
580
581 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
582         
583         * System.Windows.Forms.dll.sources: Add StatusStrip.cs,
584           ToolStripStatusLabel.cs.
585
586 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
587
588         * System.Windows.Forms_test.dll.sources: Added 
589         TreeNodeCollectionTest.cs.
590
591 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
592         * System.Windows.Forms.dll.sources: Add ToolStripDropDown.cs,
593           ToolStripItemEventType.cs, ToolStripMenuTracker.cs.
594
595 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
596
597         * System.Windows.Forms_test.dll.sources: Added UpDownTest.cs.
598
599 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
600
601         * System.Windows.Forms_test.dll.sources: Added PropertyGridTest.cs.
602
603 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
604         * System.Windows.Forms.dll.sources: Add ToolStripComboBox.cs,
605         ToolStripControlHost.cs, ToolStripProgressBar.cs, ToolStripTextBox.cs.
606
607 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
608
609         * System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs
610         to the unit tests build.
611
612 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
613         * System.Windows.Forms.dll.sources: Add ToolStrip* classes.
614
615 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
616         * System.Windows.Forms.dll.sources: Add ToolStrip EventArgs/Handlers,
617           add a few ToolStrip stub classes.
618
619 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
620         * System.Windows.Forms.dll.sources: Added DefaultLayout.cs, FlowLayout.cs,
621           FlowLayoutPanel.cs, FlowLayoutSettings.cs.
622         * System.Windows.Forms_test.dll.sources: Added FlowPanelTests.cs
623
624 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
625
626         * System.Windows.Forms.dll.sources: Added SplitContainer/SplitterPanel.
627         * System.Windows.Forms_test.dll.sources: Added SplitContainerTests.cs
628
629 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
630
631         * resources/, System.Windows.Forms.dll.resources, Makefile:
632           Add user-home Tango icon in various sizes.
633
634 2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
635
636         * Makefile: Removed CODEPAGE as now UTF-8 is the default.
637
638 2006-08-04  Jonathan Pobst  <monkey@jpobst.com>
639         * System.Windows.Forms.dll.sources: Added 2.0 VisualStyles files.
640
641 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
642
643         * System.Windows.Forms_test.dll.sources: Added PrintDialogTest.cs
644
645 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
646
647         * System.Windows.Forms_test.dll.sources: Added ListControlTest.cs
648
649 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
650
651         * System.Windows.Forms.dll.sources: Added new 2.0 event handlers
652         * System.Windows.Forms_test.dll.sources: Added EventArgsTest.cs
653         
654 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
655
656         * System.Windows.Forms.dll.sources: Added new 2.0 Enums
657
658 2006-07-11  Wade Berrier <wberrier@novell.com>
659
660         * Makefile: add some files EXTRA_DISTFILES needed by the tests
661
662 2006-06-23  Chris Toshok  <toshok@ximian.com>
663
664         * System.Windows.Forms_test.dll.sources: add
665         PropertyManagerTest.cs
666
667 2006-06-20  Chris Toshok  <toshok@ximian.com>
668
669         * System.Windows.Forms.dll.sources: add RelatedPropertyManager.cs
670         and RelatedCurrencyManager.cs.
671
672 2006-06-12  Wade Berrier <wberrier@novell.com>
673
674         * Makefile: Update for dialog-question3.png -> dialog-question.png rename
675         to fix 'make dist'
676
677 2006-05-30  Wade Berrier <wberrier@novell.com>
678
679         * Makefile: oops, add some more missing resources.
680
681 2006-05-30  Wade Berrier <wberrier@novell.com>
682
683         * Makefile: fix resource filenames to fix make dist
684
685 2006-05-25  Miguel de Icaza  <miguel@novell.com>
686
687         * Add new dialog-*.png Tango icons (dialog-question is from a
688         different theme as Tango is still missing it).
689
690 2006-05-24  Miguel de Icaza  <miguel@novell.com>
691
692         * Changes so that we can use the filename as the resource name,
693         should help compiling from within VisualStudio.
694
695 2006-05-23  Miguel de Icaza  <miguel@novell.com>
696
697         * resources/: Add Tango icons in various sizes.
698
699 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
700
701         * System.Windows.Forms_test.dll.sources: Add the unit tests for
702         PaintEventArgs to the build (tested under both 1.1 and 2.0).
703
704 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
705
706         * Makefile, System.Windows.Forms.dll.resources: Added NWSE and NESW 
707           cursors
708
709 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
710
711         * Makefile : added -r:System.Data.dll for "make test".
712
713 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
714
715         * SWF.csproj: Updated, matching current .sources
716
717 2006-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
718
719         * System.Windows.Forms_test.dll.sources: Added TabControlTest.cs.
720
721 2006-03-21  Jackson Harper  <jackson@ximian.com>
722
723         * System.Windows.Forms.dll.resources: Add the keyboard resources.
724
725 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
726
727         * System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs
728
729 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
730
731         * System.Windows.Forms.dll.sources: Removed MimeGenerated.cs
732
733 2006-03-09  Jonathan Gilbert  <logic@deltaq.org>
734
735         * System.Windows.Forms/AutoScaleMode.cs: Added new file for
736           the 2.0 enumeration.
737         * System.Windows.Forms/ContainerControl.cs: Added stub for
738           AutoScaleMode property; outputs a message to stderr to
739           encourage people familiar with its behaviour to implement
740           it. :-)
741         * System.Windows.Forms/Control.cs: Added stub for AutoScale;
742           outputs a message just like ContainerControl::AutoScaleMode.
743         * System.Windows.Forms.dll.sources: Added AutoScaleMode.cs to
744           the list of files to build.
745
746 2006-02-28  Matt Hargett  <matt@use.net>
747
748         * System.Windows.Forms_test.dll.sources: Added ComboBoxTests.cs
749
750 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
751
752         * build-csproj: Fixed so the csproj is usable.
753
754 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
755
756         * System.Windows.Forms.dll.sources: Added PageSetupDialog.cs.
757
758 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
759
760         * System.Windows.Forms.dll.sources: Added printing items and *committed* file this time.
761
762 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
763
764         * System.Windows.Forms.dll.sources: Add PrintPreviewDialog and PrintPreviewControl
765
766 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
767
768         * System.Windows.Forms.dll.sources: Add PrintControllerWithStatusDialog
769
770 2005-12-13  Jackson Harper  <jackson@ximian.com>
771
772         * System.Windows.Forms.dll.sources: Add the new internal window
773         managers
774
775 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
776
777         * System.Windows.Forms.dll.sources: Added ThemeClearlooks.cs
778
779 2005-12-02  Jackson Harper  <jackson@ximian.com>
780
781         * System.Windows.Forms.dll.sources: New implicit scrollbars.
782
783 2005-12-01  Robert Jordan  <robertj@gmx.net>
784
785         * System.Windows.Forms_test.dll.sources: Added
786         System.Resources/CompatTest.cs
787         System.Resources/WriterTest.cs.
788
789 2005-12-01  Raja R Harinath  <rharinath@novell.com>
790
791         * Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur.
792
793 2005-11-30  Robert Jordan  <robertj@gmx.net>
794
795         * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs
796
797 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
798
799         * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
800         DataGridViewBandTest.cs DataGridViewCellTest.cs
801         DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
802         DataGridViewRowTest.cs DataGridViewTest.cs
803
804 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
805
806         * System.Windows.Forms_test.dll.sources: Added RichTextBoxTest.cs
807
808 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
809
810         * Makefile, System.Windows.Forms.dll.resources, SWF.csproj: Added
811           DnDLink cursor
812
813 2005-10-31  Peter Dennis Bartok  <pbartok@novell.com>
814
815         * Makefile: Added new cursors; added dependency rule on
816           cursors to force rebuild when cursors are changed or added
817         * System.Windows.Forms.dll.resources: Added new cursors
818
819 2005-10-17  Raja R Harinath  <rharinath@novell.com>
820
821         * Makefile (RESOURCES): Distribute newly added cursors.
822
823 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
824
825         * System.Windows.Forms.dll.resources: Added cursors
826         * build-csproj: Updated to support resources
827         * SWF.csproj: Updated
828         * System.Windows.Forms.dll.sources: Removed blank line to support
829           build-csproj
830         * System.Windows.Forms_test.dll.sources: Added ControlStyleTest
831
832 2005-10-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
833
834         * Created samples/ directory.   
835
836 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
837
838         * System.Windows.Forms.dll.sources: Added X11DesktopColors.cs
839         * SWF.csproj: Updated
840
841 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
842
843         * System.Windows.Forms_test.dll.sources : Added Common.cs
844
845 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
846
847         * Makefile: Replaced /codepage with CODEPAGE.
848
849 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
850
851         * System.Windows.Forms_test.dll.sources : Added pictureBoxTest.cs
852
853 2005-09-09 Jonathan Chambers  <jonathan.chambers@ansys.com>
854
855         * System.Windows.Forms.dll.sources: Added IRootGridEntry.cs and PropertyGridCommands.cs
856
857 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
858
859         * Test/System.Windows.Forms/LabelTest.cs : More tests.  
860
861 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
862
863         * Test/System.Windows.Forms/LabelTest.cs : new Label tests (incomplete)
864         * System.Windows.Forms_test.dll.sources : add new tests
865         * System.Windows.Forms/Label.cs : give FlatStyle a default value
866           of FlatStyle.Standard.
867
868 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
869         
870         * System.Windows.Forms_test.dll.sources : added MonthCalendarTest.cs
871
872 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
873
874         * System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
875         * SWF.csproj: Updated
876
877 2005-09-06 Jonathan Chambers  <jonathan.chambers@ansys.com>
878
879         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.PropertiesTab.cs
880
881 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
882
883         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.RTF
884           subdirectory to build
885         * SWF.csproj: Updated
886
887 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
888
889         * System.Windows.Forms.dll.sources: Added ThemeNice.cs
890
891 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
892         
893         * System.Windows.Forms_test.dll.sources : added ProgressBarTest.cs,
894           ToolBarTest.cs, ToolTipTest.cs
895         
896           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
897 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
898
899         * Makefile : added /codepage:65001 (otherwise the build gets broken
900           on KeyboardLayout.cs on some non-iso-8859-1 environment).
901
902 2005-08-18  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
903         * System.Windows.Forms/TreeView.cs: some spaces to tabs
904                 FIX: ToString() was generating exception on empty Nodes 
905                 (was testing <0 instead of <= 0)
906                 
907 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
908         
909         * System.Windows.Forms_test.dll.sources : added ImageListTest.cs,
910           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
911           
912 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
913         
914         * System.Windows.Forms_test.dll.sources : sorted and removed test-cases for Form
915           and TextBox as these are still under development.
916
917 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
918
919         * SWF.csproj: Updated
920
921 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
922         
923         * M.gif : used by some of the test-cases
924         * System.Windows.Forms_test.dll.sources : Added test-case for
925           ListView, ComboBox, CheckBox, CheckedList, Form, Menu, GroupBox
926           and ImageList
927
928 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
929
930         * System.Windows.Forms_test.dll.sources : Added MimeIcon.cs
931
932 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
933
934         * DataGridTextBoxColumn.cs: default value
935         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
936         * GridTableStylesCollection.cs: fixes checking MappingName
937         * DataGridDrawingLogic.cs: fixes drawing logic issues
938         * DataSourceHelper.cs: rewritten to make compatible with more data sources
939         * DataGrid.cs: fixes    
940
941
942 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
943
944         * System.Windows.Forms_test.dll.sources : Added ListBoxTest.cs and 
945           ListBoxEventTest.cs for ListBox tests.
946
947 2005-06-15  Peter Bartok  <pbartok@novell.com>
948
949         * System.Windows.Forms.dll.sources: Added MWFCategoryAttribute.cs and
950           MWFDescriptionAttribute.cs
951         * SWF.csproj: Updated
952
953 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
954
955         * System.Windows.Forms.dll.sources: Added Mime.cs and
956         MimeGenerated.cs.
957
958 2005-06-13  Jackson Harper  <jackson@ximian.com>
959
960         * SWF.csproj:
961         * System.Windows.Forms.dll.sources: Add MdiClientContext to the
962         build.
963
964 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
965
966         * System.Windows.Forms_test.dll.sources : Added TextBoxTest.cs
967         and ButtonTest.cs for TextBox and Button tests respectively.
968
969 2005-06-10  Peter Bartok  <pbartok@novell.com>
970
971         * System.Windows.Forms.dll.sources: Add ImageListConverter.cs
972         * SWF.csproj: Updated
973
974 2005-06-08  Jackson Harper  <jackson@ximian.com>
975
976         * Guidelines:
977         * Design: Double buffering is handled at a different level now, so
978         I am removing mention of it. Control developers do not need to
979         know how it works.
980
981 2005-06-05  Peter Bartok  <pbartok@novell.com>
982
983         * System.Windows.Forms.dll.sources: Add Win32DnD.cs
984         * SWF.csproj: Updated
985
986 2005-05-24  Jackson Harper  <jackson@ximian.com>
987
988         * System.Windows.Forms.dll.sources: Add X11Dnd.cs
989
990 2005-05-24  Peter Bartok  <pbartok@novell.com>
991
992         * System.Windows.Forms.dll.sources: Added
993           DataGridPreferredColumnWidthTypeConverter.cs
994         * SWF.csproj: Updated
995
996 2005-05-24  Peter Bartok  <pbartok@novell.com>
997
998         * System.Windows.Forms.dll.sources: Added Help.cs
999         * SWF.csproj: Updated
1000
1001 2005-05-18  Peter Bartok  <pbartok@novell.com>
1002
1003         * System.Windows.Forms.dll.sources: Added Clipboard.cs
1004         * SWF.csproj: Update
1005
1006 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
1007
1008         * System.Windows.Forms_test.dll.sources : Added ControlEventTest.cs
1009         for Event Test
1010
1011 2005-05-11  Peter Bartok  <pbartok@novell.com>
1012
1013         * System.Windows.Forms.dll.sources: Added
1014           IDataGridEditingService.cs, System.Resources/ResXFileRef.cs,
1015           System.Resources/ResXResourceSet.cs
1016         * SWF.csproj: Updated
1017         
1018 2005-05-10  Peter Bartok  <pbartok@novell.com>
1019
1020         * System.Windows.Forms.dll.sources: Added SecurityIDType.cs,
1021           DataObject.cs and DataFormats.cs
1022         * SWF.csproj: Update
1023
1024 2005-05-06  Peter Bartok  <pbartok@novell.com>
1025
1026         * System.Windows.Forms.dll.sources: Added Screen.cs, HelpNavigator.cs
1027           and HelpProvider.cs
1028         * SWF.csproj: Updated
1029
1030 2005-05-05  Peter Bartok  <pbartok@novell.com>
1031
1032         * System.Windows.Forms.dll.sources: Added AxHost.cs,
1033           ErrorProvider.cs, RichTextBoxFinds.cs, RichTextBoxScrollBars.cs,
1034           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
1035           RichTextBoxStreamType.cs, RichTextBoxWordPunctuations.cs
1036         * SWF.csproj: Updated
1037
1038 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
1039
1040         * System.Windows.Forms_test.dll.sources : Added ControlTest.cs for Label Test
1041
1042 2005-04-26  Ritvik Mayank  <mritvik@novell.com>
1043
1044         * System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test
1045
1046 2005-04-25  Jackson Harper  <jackson@ximian.com>
1047
1048         * System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
1049         build
1050
1051 2005-04-09  Peter Bartok  <pbartok@novell.com>
1052
1053         * System.Windows.Forms.dll.sources: Added FolderBrowserDialog.cs
1054
1055 2005-03-11  Peter Bartok  <pbartok@novell.com>
1056
1057         * System.Windows.Forms.dll.sources: Added MdiClient.cs
1058
1059 2005-03-10  Peter Bartok  <pbartok@novell.com>
1060
1061         * System.Windows.Forms.dll.sources: Added SaveFileDialog.cs
1062
1063 2005-03-09  Peter Bartok  <pbartok@novell.com>
1064
1065         * System.Windows.Forms.dll.sources: Added MdiClient.cs
1066
1067 2005-02-24  Peter Bartok  <pbartok@novell.com>
1068
1069         * System.Windows.Forms.dll.sources: Removed HandleData.cs
1070
1071 2005-02-22  Jackson Harper  <jackson@ximian.com>
1072
1073         * System.Windows.Forms.dll.sources: Add databinding classes
1074
1075 2005-02-22  Raja R Harinath  <rharinath@novell.com>
1076
1077         * Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
1078         (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
1079         (dist-default): Depend on it.
1080
1081 2005-02-18  Peter Bartok  <pbartok@novell.com>
1082
1083         * System.Windows.Forms.dll.sources: Added MethodInvoker.cs,
1084           ErrorIconAlignment.cs, MdiLayout.cs, SendKeys.cs
1085
1086 2005-02-18  Raja R Harinath  <rharinath@novell.com>
1087
1088         * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
1089         *.resources.prebuilt.
1090
1091 2005-02-17  Peter Bartok  <pbartok@novell.com>
1092
1093         * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
1094           DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
1095           ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
1096
1097 2005-02-15  Peter Bartok  <pbartok@novell.com>
1098
1099         * Makefile: Altered, following Harinath's suggestion of trying to
1100           build and handling the failure by copying prebuilt resources in
1101           place
1102
1103 2005-02-15  Peter Bartok  <pbartok@novell.com>
1104
1105         * Makefile: Removed resources as automatic target; to build
1106           .resource files 'make resources' must be invoked. This removes
1107           the libgdiplus installed requirement. Instead, the compiled files
1108           are checked in as well.
1109
1110 2005-02-13  Peter Bartok  <pbartok@novell.com>
1111
1112         * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
1113           OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
1114         * System.Windows.Forms.dll.resources: Added
1115         * Makefile: Added support for generating resources
1116
1117 2005-02-12  Geoff Norton  <gnorton@customerdna.com>
1118
1119         * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
1120         
1121 2005-02-03  Peter Bartok  <pbartok@novell.com>
1122
1123         * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
1124           PropertyGridView.cs
1125
1126 2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
1127
1128         * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
1129           DateTimePickerFormat.cs
1130           
1131 2005-01-29  Peter Bartok  <pbartok@novell.com>
1132
1133         * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
1134           ArrangeStartingPosition.cs
1135         * SWF.csproj: Updated
1136
1137 2005-01-28  Peter Bartok  <pbartok@novell.com>
1138
1139         * SWF.csproj: Updated with all the latest files
1140         * build-csproj: Added, allows to autogenerate SWF.csproj
1141         * Makefile: Added rule to automatically call build-csproj (Thanks
1142           to Geoff Norton for review and a simpler rule)
1143
1144 2005-01-26  Peter Bartok  <pbartok@novell.com>
1145
1146         * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
1147           GridItem.cs, GridItemCollection.cs, GridItemType.cs,
1148           PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
1149           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
1150           PropertyValueChangedEventHandler.cs,
1151           SelectedGridItemChangedEventArgs.cs,
1152           SelectedGridItemChangedEventHandler.cs
1153
1154 2005-01-26  Peter Bartok  <pbartok@novell.com>
1155
1156         * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
1157
1158 2005-01-16  Peter Bartok  <pbartok@novell.com>
1159
1160         * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
1161
1162 2005-01-16  Peter Bartok  <pbartok@novell.com>
1163
1164         * System.Windows.Forms.dll.Sources: Added Cursors.cs
1165
1166 2005-01-11  Peter Bartok  <pbartok@novell.com>
1167
1168         * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
1169
1170 2005-01-05  Peter Bartok  <pbartok@novell.com>
1171
1172         * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
1173           IDataGridColumnStyleEditingNotificationService.cs,
1174           IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
1175           NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
1176           OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
1177
1178 2004-12-27  Peter Bartok  <pbartok@novell.com>
1179
1180         * System.Windows.Forms.dll.Sources: Added
1181           System.Windows.Forms.Design/ComponentEditorForm.cs,
1182           System.Windows.Forms.Design/ComponentEditorPage.cs,
1183           System.Windows.Forms.Design/EventsTab.cs,
1184           System.Windows.Forms.Design/IUIService.cs,
1185           System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
1186           System.Windows.Forms.Design/PropertyTab.cs,
1187           System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
1188           ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
1189           DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
1190           DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
1191           GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
1192           IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
1193           SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
1194
1195 2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
1196
1197         * System.Windows.Forms.dll.Sources: Added ComboBox.cs and
1198           ComboBoxStyle.cs
1199
1200 2004-12-20  Peter Bartok  <pbartok@novell.com>
1201
1202         * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
1203
1204 2004-12-16  Peter Bartok  <pbartok@novell.com>
1205
1206         * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
1207           TextControl.cs
1208
1209 2004-12-15  Peter Bartok  <pbartok@novell.com>
1210
1211         * Design: Updated to reflect Mac Driver; added mention
1212           of System.Drawing patches for MWF support
1213
1214         * README: Credited Geoff Norton with the Mac driver
1215
1216 2004-12-15  Jackson Harper  <jackson@ximian.com>
1217
1218         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
1219
1220 2004-12-08  Peter Bartok  <pbartok@novell.com>
1221
1222         * SWF.csproj: Added XplatUIOSX.cs to build list
1223
1224 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
1225
1226         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
1227
1228 2004-12-07  Ravindra  <rkumar@novell.com>
1229
1230         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
1231         some of the components that were added twice. This fixes MWF build on
1232         Windows.
1233
1234 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
1235
1236         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
1237
1238 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
1239
1240         * Makefile: Added System.Drawing.dll deps for tests.
1241
1242         * System.Windows.Forms_test.dll.sources: New test files.
1243
1244 2004-12-02  Peter Bartok  <pbartok@novell.com>
1245
1246         * SWF.csproj: Added Jackson's fresly minted TreeView files to
1247           build list
1248
1249 2004-12-01  Jackson Harper  <jackson@ximian.com>
1250
1251         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
1252
1253 2004-11-30  Peter Bartok  <pbartok@novell.com>
1254
1255         * System.Windows.Forms.dll.sources: Removed textbox
1256           references, accidentally checked those in, but textbox is
1257           not yet ready for primetime
1258
1259 2004-11-29  Peter Bartok  <pbartok@novell.com>
1260
1261         * System.Windows.Forms.dll.sources: Removed tree
1262           additions.
1263           I am removing these files as they conflict with already completed
1264           work. While it is fantastic to get contributions to MWF, I
1265           respectfully ask that everyone please coordinate their contributions
1266           through mono-winforms-list or #mono-winforms at this time. We're
1267           explicitly avoiding stubbing and don't want controls that don't have
1268           their basic functionality implemented in svn. Please also see
1269           http://www.mono-project.com/contributing/winforms.html
1270         
1271 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
1272
1273         * System.Windows.Forms.dll.sources: Added
1274         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
1275         TreeViewAction.cs, TreeViewEventArgs.cs
1276
1277         * System.Windows.Forms_test.dll.sources: Added
1278         TreeNodeTest.cs
1279
1280 2004-11-24  Ravindra  <rkumar@novell.com>
1281
1282         * SWF.csproj: Updated project.
1283
1284 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
1285
1286         * System.Windows.Forms.dll.sources: added MonthCalendar files
1287
1288 2004-11-21  Ravindra  <rkumar@novell.com>
1289
1290         * SWF.csproj: Updated project.
1291
1292 2004-11-11  Jackson Harper  <jackson@ximian.com>
1293
1294         * System.Windows.Forms.dll.sources: Add
1295         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
1296
1297 2004-11-01 23:19  ravindra
1298
1299         * SWF.csproj: Updated project.
1300
1301 2004-10-26 03:38  ravindra
1302
1303         * SWF.csproj: Updated project.
1304
1305 2004-10-20 04:16  jordi
1306
1307         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
1308
1309 2004-10-19 16:50  jackson
1310
1311         * System.Windows.Forms.dll.sources: New optimized event queue
1312
1313 2004-10-18 00:31  ravindra
1314
1315         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1316           list and project to fix the build.
1317
1318 2004-10-15 09:14  ravindra
1319
1320         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
1321           list and project.
1322
1323 2004-10-15 06:43  jordi
1324
1325         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
1326           etc
1327
1328 2004-10-13 21:21  ravindra
1329
1330         * SWF.csproj: Updated project.
1331
1332 2004-10-04 04:58  ravindra
1333
1334         * SWF.csproj: Updated project.
1335
1336 2004-10-02 12:55  pbartok
1337
1338         * System.Windows.Forms.dll.sources:
1339           - Added LeftRightAlignment source reference
1340
1341 2004-09-30 07:32  ravindra
1342
1343         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1344           sources list.
1345
1346 2004-09-29 23:02  jambunathan
1347
1348         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
1349           CheckState.cs
1350
1351 2004-09-28 14:11  jackson
1352
1353         * System.Windows.Forms.dll.sources: Give the build some love
1354
1355 2004-09-28 04:31  ravindra
1356
1357         * Notes: Added a minor note.
1358
1359 2004-09-28 00:18  pbartok
1360
1361         * Notes:
1362           - Initial check in. A place to log info about MWF that doesn't fit
1363             anywhere else
1364
1365 2004-09-24 12:02  jackson
1366
1367         * System.Windows.Forms.dll.sources: Add tab classes to the build
1368
1369 2004-09-23 01:44  ravindra
1370
1371         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1372           list and project file.
1373
1374 2004-09-20 18:54  jackson
1375
1376         * Makefile: New message loop that uses poll so we don't get a busy
1377           loop
1378
1379 2004-09-19 23:41  ravindra
1380
1381         * Guidelines: Added a note to Guidelines.
1382
1383 2004-09-17 06:19  jordi
1384
1385         * System.Windows.Forms.dll.sources: Very early menu support
1386
1387 2004-09-16 01:19  ravindra
1388
1389         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1390           sources list.
1391
1392 2004-09-13 22:09  ravindra
1393
1394         * SWF.csproj: Updated project.
1395
1396 2004-09-13 09:24  jordi
1397
1398         * System.Windows.Forms.dll.sources: Add to the build Process
1399
1400 2004-09-09 01:15  jordi
1401
1402         * System.Windows.Forms.dll.sources: measureitem args and handler
1403
1404 2004-09-09 00:03  ravindra
1405
1406         * SWF.csproj: Updated project.
1407
1408 2004-09-08 23:57  ravindra
1409
1410         * System.Windows.Forms.dll.sources: Added some new enums to the
1411           list.
1412
1413 2004-09-08 06:45  jordi
1414
1415         * System.Windows.Forms.dll.sources: enumerations need it by menus
1416
1417 2004-09-07 11:12  jordi
1418
1419         * System.Windows.Forms.dll.sources: GroupBox control
1420
1421 2004-09-02 14:28  pbartok
1422
1423         * System.Windows.Forms.dll.sources:
1424           - Added AccessibleNavigation and AccessibleSelection source files
1425
1426 2004-08-31 20:52  ravindra
1427
1428         * Design, Guidelines: Minor formatting changes and added location
1429           for the coding style guideline for Mono.
1430
1431 2004-08-31 19:37  pbartok
1432
1433         * Guidelines:
1434           - Removed wrong stuff
1435
1436 2004-08-31 16:10  pbartok
1437
1438         * README:
1439           - Updated
1440
1441 2004-08-31 03:13  ravindra
1442
1443         * System.Windows.Forms_test.dll.sources: Added sources list for
1444           test dll.
1445
1446 2004-08-30 10:48  pbartok
1447
1448         * Design, Guidelines:
1449           - Initial check-in
1450
1451 2004-08-29 22:35  pbartok
1452
1453         * System.Windows.Forms.dll.sources:
1454           - Added System.Resources source files
1455
1456 2004-08-27 16:18  ravindra
1457
1458         * Makefile: Lets do some tests too.
1459
1460 2004-08-27 16:14  ravindra
1461
1462         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
1463           sources.
1464
1465 2004-08-23 13:14  pbartok
1466
1467         * SWF.csproj, SWF.sln:
1468           - Created properly pathed VS.Net project and solution
1469
1470 2004-08-23 10:46  jackson
1471
1472         * System.Windows.Forms.dll.sources: oops. remove unused file
1473
1474 2004-08-22 17:47  jackson
1475
1476         * System.Windows.Forms.dll.sources: Add PictureBox to the build
1477
1478 2004-08-22 12:04  pbartok
1479
1480         * System.Windows.Forms.dll.sources:
1481           - Added Cursor.cs source
1482
1483 2004-08-22 11:59  pbartok
1484
1485         * System.Windows.Forms.dll.sources:
1486           - Restored sort order for file
1487           - Added UserControl source file
1488
1489 2004-08-20 13:10  jackson
1490
1491         * System.Windows.Forms.dll.sources: Classes for sending Async
1492           messages through X/Win32
1493
1494 2004-08-19 16:25  jordi
1495
1496         * System.Windows.Forms.dll.sources: theme enhancaments
1497
1498 2004-08-17 15:09  jackson
1499
1500         * System.Windows.Forms.dll.sources: Add Panel to the build
1501
1502 2004-08-16 15:24  jackson
1503
1504         * System.Windows.Forms.dll.sources: HandleData is used for storing
1505           message information for window handles
1506
1507 2004-08-16 08:59  pbartok
1508
1509         * System.Windows.Forms.dll.sources:
1510           - Added ButtonBase.cs
1511
1512 2004-08-15 17:22  ravindra
1513
1514         * System.Windows.Forms.dll.sources: Updated sources list for
1515           ToolBar Control.
1516
1517 2004-08-13 10:25  jackson
1518
1519         * System.Windows.Forms.dll.sources: SWF Timer
1520
1521 2004-08-12 10:19  jackson
1522
1523         * System.Windows.Forms.dll.sources: Classes for handling status bar
1524           panel click events
1525
1526 2004-08-11 15:24  pbartok
1527
1528         * System.Windows.Forms.dll.sources:
1529           - Fixed filename for BindingManagerBase.cs
1530           - Alphabetized files
1531
1532 2004-08-10 19:11  jackson
1533
1534         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
1535           build
1536
1537 2004-08-10 12:59  jackson
1538
1539         * System.Windows.Forms.dll.sources: Add Draw Item
1540
1541 2004-08-09 15:40  jackson
1542
1543         * System.Windows.Forms.dll.sources: Add status bar panel files to
1544           the build
1545
1546 2004-08-07 17:01  jackson
1547
1548         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
1549           build
1550
1551 2004-07-26 11:42  jordi
1552
1553         * System.Windows.Forms.dll.sources: Theme support
1554
1555 2004-07-26 05:41  jordi
1556
1557         * System.Windows.Forms.dll.sources: initial messagebox
1558           implementation
1559
1560 2004-07-21 10:19  jordi
1561
1562         * System.Windows.Forms.dll.sources: LinkLabel control
1563           implementation
1564
1565 2004-07-16 05:18  jordi
1566
1567         * System.Windows.Forms.dll.sources: add ImageList,
1568           ImageListStreamer, and ColorDepth to the build process
1569
1570 2004-07-15 03:38  jordi
1571
1572         * System.Windows.Forms.dll.sources: Horizontal and Vertical
1573           TrackBar control implementation
1574
1575 2004-07-13 09:33  jordi
1576
1577         * System.Windows.Forms.dll.sources: vertical and hort. classes
1578           commit
1579
1580 2004-07-08 23:21  pbartok
1581
1582         * Makefile, README, System.Windows.Forms.dll.sources:
1583           - Initial check-in
1584