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