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