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