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