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