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