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