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