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