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