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