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