a7ebbdd45d94280e944099d114541744df0cd4e7
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
1 2008-11-11  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
2
3         * Application.cs: After UIA assembly is successfully loaded,
4         dump any exception that happens on initialization to stderr.
5
6 2008-11-08  Andreia Gaita <shana@jitted.com> 
7
8         * SWF2k5-tests.csproj: Fix the previous ChangeLog entry (bad merge). Update
9           regenerated test project.
10
11 2008-11-08  Andreia Gaita <shana@jitted.com> 
12
13         * build-csproj2k5-tests: Added net_2_0 configuration to go along with the
14           profile targets (so MD doesn't complain at me)
15
16 2008-10-31  Andreia Gaita  <shana@jitted.com>
17
18         * System.Windows.Forms.dll.sources, SWF.csproj,
19           SWF2k5.csproj:
20           Added internal classes for debugging purposes
21
22 2008-10-23  Andreia Gaita  <shana@jitted.com>
23
24         * SWF.csproj, SWF2k5.csproj: Update project files
25
26 2008-09-29  Jonathan Pobst  <monkey@jpobst.com>
27
28         * System.Windows.Forms.dll.resources: Removed unused dialog-*.png images.
29
30 2008-09-18  Mike Gorse <<mgorse@novell.com>
31
32         * System.Windows.Forms.dll.sources: Added IKeyFilter.cs.
33
34 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
35
36         * System.Windows.Forms_test.dll.sources: Added FormEventTest.cs.
37
38 2008-07-11  Jonathan Pobst  <monkey@jpobst.com>
39
40         * System.Windows.Forms.dll.sources: Remove the clearlooks, nice,
41         and old gtk themes.  They are bit-rotted and have always been listed
42         as "unsupported".  
43
44 2008-07-05  Andreia Gaita <avidigal@novell.com> 
45
46         * SWF2k5.csproj, build-csproj2k5: Fix namespaces on embedded resources
47           [Fixes #384180]
48
49 2008-06-30  Jonathan Pobst  <monkey@jpobst.com>
50
51         * System.Windows.Forms.dll.sources: Remove the "new" X11 backend.  It
52         was never finished, is bit-rotted, and will likely never be finished.   
53
54 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
55
56         * SWF.csproj, SWF2k5.csproj: Updated.
57
58 2008-06-10  George Giolfan  <georgegiolfan@yahoo.com>
59
60         * System.Windows.Forms.dll.sources: Added GtkPlus.cs, IVisualStyles.cs,
61         VisualStylesEngine.cs, VisualStylesGtkPlus.cs, VisualStylesNative.cs.
62
63 2008-06-03  George Giolfan  <georgegiolfan@yahoo.com>
64
65         * SWF2k5-tests.csproj: Updated.
66
67 2008-06-02  Andreia Gaita <avidigal@novell.com> 
68
69         * build-csproj2k5, SWF2k5.csproj: Add missing preprocessor symbol. 
70         * SWF2k5.sln: Make 2.0 the default profile for the solution.
71
72 2008-05-24  George Giolfan  <georgegiolfan@yahoo.com>
73
74         * SWF.csproj, SWF2k5.csproj: Updated.
75
76 2008-05-22  Andreia Gaita <avidigal@novell.com> 
77
78         * SWF2k5.csproj, Makefile, build-csproj2k5, SWF2k5.sln: Long overdue
79           rename of Mono.Mozilla to Mono.WebBrowser. step 2 - update
80           references
81
82 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
83
84         * System.Windows.Forms_test.dll.sources: Add DataGridViewDataBindingTest.cs.
85
86 2008-05-09  Jonathan Pobst  <monkey@jpobst.com>
87
88         * Makefile: Add .ico's to IMAGE_RESOURCES.  Remove old .resources
89         files from RESX_RESOURCES.
90         * System.Windows.Forms.dll.resources: Remove old .resources files,
91         add .ico's.     
92
93 2008-05-07  George Giolfan  <georgegiolfan@yahoo.com>
94
95         * System.Windows.Forms.dll.sources: Added VisualStyles/ToolStripPainter.cs.
96         * SWF.csproj, SWF2k5.csproj: Updated.
97
98 2008-04-28  George Giolfan  <georgegiolfan@yahoo.com>
99
100         * System.Windows.Forms.dll.sources: Added VisualStyles/TabControlPainter.cs.
101         * SWF.csproj, SWF2k5.csproj: Updated.
102
103 2008-04-26  George Giolfan  <georgegiolfan@yahoo.com>
104
105         * SWF.csproj, SWF2k5.csproj: Updated.
106
107 2008-04-25  George Giolfan  <georgegiolfan@yahoo.com>
108
109         * System.Windows.Forms.dll.sources: Added ThemeVisualStyles.cs,
110         ThemeElementsVisualStyles.cs, VisualStyles/CheckBoxPainter.cs,
111         VisualStyles/RadioButtonPainter.cs.
112
113 2008-04-25  George Giolfan  <georgegiolfan@yahoo.com>
114
115         * System.Windows.Forms.dll.sources: Added IDeviceContext.cs.
116
117 2008-04-24  Jonathan Pobst  <monkey@jpobst.com>
118
119         * System.Windows.Forms_test.dll.sources: Add InputLanguageTest.cs.
120
121 2008-04-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
122
123         * SWF2k5.sln: Fixed file to be in line with current build
124
125 2008-04-23  George Giolfan  <georgegiolfan@yahoo.com>
126
127         * SWF2k5.sln: Fixed configuration to support the 1.1 profile.
128
129 2008-04-23  George Giolfan  <georgegiolfan@yahoo.com>
130
131         * SWF2k5.csproj: Updated.
132
133 2008-04-22  Jonathan Pobst  <monkey@jpobst.com>
134
135         * Makefile: Remove /labels option.
136
137 2008-04-09  Jonathan Pobst  <monkey@jpobst.com>
138
139         * System.Windows.Forms_test.dll.sources: Add DataGridViewImageCellTest.cs.
140
141 2008-04-08  Everaldo Canuto  <ecanuto@novell.com>
142
143         * Makefile: GENERATE_RESOURCES var added to help on resources generation. 
144
145 2008-04-08  Jonathan Pobst  <monkey@jpobst.com>
146
147         * System.Windows.Forms_test.dll.sources: Add DataGridViewCheckBoxCellTest.cs.
148
149 2008-04-03  Jonathan Pobst  <monkey@jpobst.com>
150
151         * System.Windows.Forms_test.dll.sources: Add DataGridViewLinkCellTest.cs.
152
153 2008-04-02  Jonathan Pobst  <monkey@jpobst.com>
154
155         * System.Windows.Forms_test.dll.sources: Add DataGridViewButtonCellTest.cs.
156
157 2008-03-19  Ivan N. Zlatev  <contact@i-nz.net>
158
159         * Makefile, System.Windows.Forms.dll.resources: Updated to reflect 
160         the resource changes for PropertyGrid.
161
162 2008-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
163
164         * System.Windows.Forms_test.dll.sources: Added
165         ListBindingHelperTest.cs.
166
167 2008-03-06  Jonathan Pobst  <monkey@jpobst.com>
168
169         * System.Windows.Forms.dll.sources: Added IToolStripData.cs.
170
171 2008-03-06  Jonathan Pobst  <monkey@jpobst.com>
172
173         * System.Windows.Forms.dll.sources: Added IBounds.cs.
174
175 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
176
177         * System.Windows.Forms_test.dll.sources: Added SelectionRangeTest.cs.
178
179 2008-02-06  Andreia Gaita <avidigal@novell.com>
180
181         * build-csproj2k5: fixed mono.mozilla project guid
182         * SWF2K5.csproj: synched to sources
183         * SWF2k5.sln: updated with proper mono.mozilla guid     
184
185 2008-02-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
186
187         * System.Windows.Forms_test.dll.sources: Added
188         BindingsCollectionTest.cs.
189
190 2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
191
192         * System.Windows.Forms.dll.sources: Moved PropertiesTab.cs from
193         System.Windows.Forms to System.Windows.Forms.PropertyGridInternal.
194
195 2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
196
197         * System.Windows.Forms_test.dll.sources: Added ImageListStreamerTest.cs.
198
199 2008-01-24  Andreia Gaita <avidigal@novell.com>
200
201         SWF2K5.csproj, SWF.csproj: synched
202
203 2008-01-23  Geoff Norton  <gnorton@novell.com>
204
205         * System.Windows.Forms.dll.sources:  Add the Carbon Cursor.cs to the build.
206
207 2007-12-30  Andreia Gaita <avidigal@novell.com>
208
209         * build-csproj2k5: added output types
210         * SWF2K5.csproj: Updated project
211
212 2007-12-21  Geoff Norton  <gnorton@novell.com>
213
214         * System.Windows.Forms.dll.sources: Add Dnd.cs, Pasteboard.cs and HIObjectHandler.cs
215         to the build
216
217 2007-11-15  Geoff Norton  <gnorton@novell.com>
218
219         * System.Windows.Forms.dll.sources: Reflect the changes for the new OSX->Carbon
220         refactoring.
221
222 2007-10-23  Geoff Norton  <gnorton@novell.com>
223
224         * System.Windows.Forms.dll.sources: Added OSXKeyboard.cs
225
226 2007-10-22  Andreia Gaita <avidigal@novell.com>
227
228         * build-csproj2k5, SWF2k5.csproj: add System.configuration reference
229
230 2007-10-22  Geoff Norton  <gnorton@novell.com>
231
232         * Makefile: Add a reference to System.Configuration.dll in NET 2.0
233
234 2007-10-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
235
236         * System.Windows.Forms_test.dll.sources: Added DragEventArgsTest.cs.
237
238 2007-10-08  Andreia Gaita <avidigal@novell.com>
239
240         * SWF.csproj, build-csproj: Add missing ONLY_1_1 flag, update project.
241
242 2007-10-08  Jonathan Pobst  <monkey@jpobst.com>
243
244         * System.Windows.Forms.dll.sources: Added TextBoxTextRenderer.cs.
245
246 2007-10-07  Andreia Gaita <avidigal@novell.com>
247
248         * System.Windows.Forms.dll.sources: Added WebBrowserDialogs
249         * build-csproj2k5: added reference to mono.mozilla
250         * SWF2K5.csproj: Updated project files
251
252 2007-10-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
253
254         * System.Windows.Forms_test.dll.sources: Added TreeViewEventsTest.cs.
255
256 2007-10-04  Jonathan Pobst  <monkey@jpobst.com>
257
258         * System.Windows.Forms.dll.sources: Added Line.cs and LineTag.cs.
259
260 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
261
262         * System.Windows.Forms_test.dll.sources: Added
263         DataGridViewCellCollectionTest.cs.
264
265 2007-09-21  Justin Cherniak <justin.cherniak@gmail.com>
266
267         * SWF2k5.csproj: Fixed missing file.
268
269 2007-09-06  Zoltan Varga  <vargaz@gmail.com>
270
271         * System.Windows.Forms.dll.sources: Add HtmlHistory.cs HtmlWindow.cs 
272         HtmlWindowCollection.cs ListBindingHelper.cs WindowsFormsSection.cs 
273         WindowsFormsSynchronizationContext.cs.
274
275 2007-09-01  Zoltan Varga  <vargaz@gmail.com>
276
277         * System.Windows.Forms.dll.sources: Add FileDialogCustomPlace.cs and
278         FileDialogCustomPlacesCollection.cs.
279
280 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
281
282         * System.Windows.Forms.dll.sources: Add HtmlElementErrorEventArgs.cs,
283         HtmlElementErrorEventHandler.cs.
284
285 2007-08-28  Jonathan Pobst  <monkey@jpobst.com>
286
287         * System.Windows.Forms.dll.sources: Add RadioButtonPainter.cs.
288
289 2007-08-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
290
291         * build-csproj2k5: Add Mono.Mozilla as a reference.
292         * SWF2k5.csproj: Updated.
293
294 2007-08-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
295
296         * System.Windows.Forms.dll.sources: Add new ListViewInsertionMark.cs
297         file.
298
299 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
300
301         * System.Windows.Forms_test.dll.sources: Added
302         FolderBrowserDialogTest.cs.
303
304 2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
305
306         * System.Windows.Forms.dll.sources: CheckBoxPainter.cs.
307
308 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
309
310         * System.Windows.Forms_test.dll.sources: Added
311           DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs,
312           DataGridViewColumnHeaderTest.cs, DataGridViewRowHeaderTest.cs.
313
314 2007-08-19  Andreia Gaita  <avidigal@novell.com>
315
316         * System.Windows.Forms.dll.sources: Add HtmlElement*
317
318 2007-08-11 Andreia Gaita <avidigal@novell.com>
319
320         * Makefile: Add reference to the Mono.Mozilla
321         assembly for webbrowser support.
322
323 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
324
325         * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
326
327 2007-08-02  Jonathan Pobst  <monkey@jpobst.com>
328
329         * System.Windows.Forms.dll.sources: Add MdiControlStrip.cs.
330
331 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
332
333         * build-csproj2k5-tests: Add ONLY_1_1, __MONO_CS__ and DEBUG where
334           relevant.
335         * SWF2k5-tests.csproj, SWF.csproj: Updated.
336         * System.Windows.Forms_test.dll.sources: Added DataGridViewBandTest.cs,
337           DataGridViewColumnCollectionTest.cs,
338           DataGridViewComboBoxCellTest.cs, DataGridViewCommon.cs,
339           DataGridViewRowColllectionTest.cs, DataGridViewTextBoxColumnTest.cs
340
341 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
342
343         * System.Windows.Forms_test.dll.sources: Added
344           ArrangedElementCollectionTest.cs
345
346 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
347
348         * System.Windows.Forms_test.dll.sources: Unified ComboBoxTest.cs and
349           ComboBoxTests.cs, deleted ComboBoxTests.cs
350         * SWF2k5-tests.csproj: Updated.
351
352 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
353
354         * build-csproj2k5-tests: Remove warnings.
355         * SWF2k5.csproj, SWF2k5-tests.csproj: Updated.
356         * build-csproj2k5: Ignore obsolete warnings in VS as well.
357
358 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
359
360         * Makefile: Ignore obsolete warnings.
361
362 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
363
364         * System.Windows.Forms.dll.sources: Add PowerStatus.cs.
365
366 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
367
368         * System.Windows.Forms.dll.sources: Add ToolStripSystemRenderer, ToolStripPainter.
369
370 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
371
372         * System.Windows.Forms.dll.sources: Add ToolStripDropDownItemAccessibleObject.cs.
373
374 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
375
376         * Makefile, System.Windows.Forms.dll.resources: Added image-missing.png,
377         image-x-generic.png for PictureBox.
378
379 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
380
381         * System.Windows.Forms_test.dll.sources: Add PanelTest.cs. 
382
383 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
384
385         * System.Windows.Forms_test.dll.sources: Add ButtonBaseTest.cs. 
386
387 2007-06-05  Andreia Gaita  <avidigal@novell.com>
388
389         * build-csproj, build-csproj2k5, swf.csproj, SWF2k5.csproj: 
390         Move external Consts.cs and MonoTODOAttribute.cs dependencies 
391         to the mwf tree, change the build scripts accordingly (so a 
392         user can compile and debug with mwf without having all the mono 
393         source tree). 
394         Remove Mono.Posix reference from build-csproj2k5. 
395         Fix conditional compilation symbols (NET_1_1 should also be 
396         defined on 2.0)
397         Synch up the *.csproj files
398
399 2007-05-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
400
401         * System.Windows.Forms_test.dll.sources: Added KeyEventArgsTest.cs
402
403 2007-05-21  Andreia Gaita  <avidigal@novell.com>
404
405         * System.Windows.Forms.dll.sources: Add ResXDataNode.cs
406         * System.Windows.Forms_test.dll.sources: Add ResXDataNodeTest.cs
407
408 2007-05-19  Andreia Gaita  <avidigal@novell.com>
409
410         * System.Windows.Forms.dll.sources: Add NumericUpDownAcceleration.cs,
411         NumericUpDownAccelerationCollection.cs
412         * System.Windows.Forms_test.dll.sources: Add NumericUpDownTest.cs
413
414 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
415
416         * System.Windows.Forms_test.dll.sources: Add DataObjectTest.cs. 
417
418 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
419
420         * System.Windows.Forms.dll.sources: Added DrawToolTipEventArgs.cs and
421           DrawToolTipEventHandler.cs
422
423 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
424
425         * System.Windows.Forms_test.dll.sources: Add KeysConverterTest, 
426         LinkConverterTest.cs.
427         * System.Windows.Forms.dll.sources: Add LinkConverter.cs.
428
429 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
430
431         * System.Windows.Forms_test.dll.sources: Add TreeViewImageIndexConverterTest.cs.
432
433 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
434
435         * System.Windows.Forms.dll.sources: Add ImageKeyConverter.cs,
436         TreeViewImageKeyConverter.cs.
437         * System.Windows.Forms_test.dll.sources: Add ImageKeyConverterTest.cs,
438         TreeViewImageKeyConverterTest.cs.
439
440 2007-05-16  Olivier Dufour  <olivier.duff@free.fr>
441
442         * ColumnHeaderConverter: Added
443         
444 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
445
446         * System.Windows.Forms_test.dll.sources: Added
447         ToolStripItemCollectionTest.cs.
448
449 2007-05-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
450
451         * System.Windows.Forms_test.dll.sources: Added MaskedTextBoxTest.cs
452
453 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
454
455         * System.Windows.Forms_test.dll.sources: Added
456         DataGridViewTextBoxCellTest.cs
457
458 2007-04-29  Duncan Mak  <duncan@a-chinaman.com>
459
460         * SWF.csproj: 
461         * SWF2k5.csproj: Updated.
462
463 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
464
465         * System.Windows.Forms.dll.sources: Add DrawListViewColumnHeaderEventHandler.cs,
466         DrawListViewItemEventHandler.cs, DrawListViewSubItemEventHandler.cs.
467
468 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
469
470         * Makefile: Add new resources for BindingNavigator to build.
471
472 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
473
474         * System.Windows.Forms.dll.resources - Added files for the BindingNavigator
475
476 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
477
478         * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Update.
479         * System.Windows.Forms.dll.sources: Add MaskedTextBox.
480
481 2007-04-24  Alan McGovern  <alan.mcgovern@gmail.com>
482
483         * System.Windows.Forms.dll.sources: Added
484                 BindingNavigator.cs
485                 BindingNavigatorTests.cs
486                                 
487 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
488
489         * System.Windows.Forms_test.dll.sources: Add TableLayoutTest.cs.
490
491 2007-04-22  Alan McGovern  <alan.mcgovern@gmail.com>
492
493         * System.Windows.Forms.dll.sources:
494         Stubbed and added:
495                 DrawListViewColumnHeaderEventArgs.cs
496                 DrawListViewColumnHeaderEventArgs.cs
497                 DrawListViewColumnHeaderEventArgs.cs
498
499 2007-04-15  Andreia Gaita  <avidigal@novell.com>
500
501         * System.Windows.Forms.dll.sources: Add ThemeElementsClearlooks, 
502         ThemeElementsGtk, ThemeElementsNice, Nice/ButtonPainter, 
503         Default/TabControlPainter and Default/ButtonPainter
504
505 2007-04-01  Alp Toker  <alp@atoker.com>
506
507         * build-csproj:
508         * build-csproj2k5:
509         * build-csproj2k5-tests: Use bash, not sh. These scripts do run with
510         POSIX sh but they produce incorrect output containing binary garbage.
511         Output is correct when 'bash' is used instead of 'sh'.
512
513 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
514
515         * System.Windows.Forms.dll.sources: Add ScrollProperties, 
516         HScrollProperties, and VScrollProperties.
517         * System.Windows.Forms_test.dll.sources: Add HScrollPropertiesTest and
518         VScrollPropertiesTest.
519
520 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
521
522         * System.Windows.Forms_test.dll.sources: Add StatusStripTest.cs,
523         ToolStripContainerTest.cs, ToolStripContentPanelTest.cs,
524         ToolStripDropDownTest.cs, ToolStripManagerTest.cs, 
525         ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs
526         ToolStripPanelTest.cs, ToolStripStatusLabelTest.cs.
527
528 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
529
530         * System.Windows.Forms_test.dll.sources: Added ErrorProviderTest.cs.
531
532 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
533
534         * Makefile: Added 32x32 icon.
535
536 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
537
538         * System.Windows.Forms_test.dll.sources: Added FormHandleTest and 
539         MdiFormHandleTest.
540
541 2007-03-08  Chris Toshok <toshok@ximian.com>
542
543         * System.Windows.Forms/DataGrid.cs: some field renaming to make things consistent.
544
545         * System.Windows.Forms/ThemeWin32Classic.cs: same.
546
547 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
548
549         * Makefile: Don't show obsolete warnings when compiling tests.
550
551 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
552
553         * System.Windows.Forms.dll.sources: Add ThemeElements.cs,
554         ThemeElementsDefault.cs.
555
556 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
557
558         * System.Windows.Forms.dll.sources: Added FormWindowManager.cs and
559           ToolWindowManager.cs
560         * Test/System.Windows.Forms/FormTest.cs: Added
561           MaximizedParentedFormTest.
562
563 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
564
565         * System.Windows.Forms.dll.sources: Add RelatedImageListAttribute.cs.
566
567 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
568
569         * System.Windows.Forms_test.dll.sources: add SaveFileDialogTest.cs.
570
571 2007-02-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
572
573         * System.Windows.Forms_test.dll.sources: add EventLogger.cs
574
575 2007-02-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
576
577         * build-csproj2k5-tests: Added to be able to create SWF2k5-tests.csproj.
578         * SWF2k5-tests.csproj: Added.
579
580 2007-02-09  Chris Toshok  <toshok@ximian.com>
581
582         * System.Windows.Forms_test.dll.sources: add ControlHandleTest.cs
583
584 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
585
586         * System.Windows.Forms.dll.sources: Add ToolStripOverflow.cs,
587         ToolStripOverflowButton.cs.
588
589 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
590
591         * System.Windows.Forms_test.dll.sources: Add DataGridViewColumnTest.cs.
592
593 2007-02-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
594         
595         * System.Windows.Forms_test.dll.sources: Add TimerTest.cs
596
597 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
598
599         * System.Windows.Forms_test.dll.sources: ResXResourceReaderTest.cs,
600         ResXFileRefTest.cs and Consts.cs.
601
602 2007-02-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
603
604         * System.Windows.Forms_test.dll.sources: Add ControlLogger.cs and ControlLogger2.cs
605
606 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
607
608         * System.Windows.Forms.dll.sources: Add PaddingConverter.cs.
609         * System.Windows.Forms_test.dll.sources: Add PaddingConverterTest.cs.
610
611 2007-01-25  Chris Toshok  <toshok@ximian.com>
612
613         * System.Windows.Forms_test.dll.sources: add SplitterTest.cs
614
615 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
616
617         * System.Windows.Forms_test.dll: Add NotifyIconTest.cs.
618
619 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
620
621         * System.Windows.Forms_test.dll: Add ControlCollectionTest.cs,
622         MenuStripTest.cs, ToolStripMenuItemTest.cs.
623
624 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
625
626         * System.Windows.Forms_test.dll: Add ControlPropertyEventsTest.cs.
627
628 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
629
630         * System.Windows.Forms_test.dll: Add ColumnHeaderTest.cs
631
632 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
633
634         * System.Windows.Forms_test.dll: Add LinkAreaTest.cs and HelpProviderTest.cs.
635
636 2006-12-30  Chris Toshok  <toshok@ximian.com>
637
638         * Makefile (TEST_HARNESS_LOCAL_EXCLUDES): exclude Interactive
639         tests.
640
641 2006-12-28  Chris Toshok  <toshok@ximian.com>
642
643         * System.Windows.Forms_test.dll.sources: add DefaultLayoutTest and
644         remove DockingTests.
645
646 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
647
648         * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
649
650 2006-12-23  Chris Toshok  <toshok@ximian.com>
651
652         * System.Windows.Forms_test.dll.sources: add
653         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs.
654
655         * System.Windows.Forms.dll.sources: add
656         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs.
657
658         * *.csproj: sync with new file.
659         
660 2006-12-23  Daniel Nauck  <dna@mono-project.de>
661
662         * System.Windows.Forms_test.dll.sources: Add
663                 UserControlTest.cs
664
665 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
666
667         * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs,
668         move TableLayout to /Layout.
669
670 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
671
672         * build-csproj2k5: set WarningLevel to 3 and
673         add ChangeLogs
674
675 2006-12-20  Chris Toshok  <toshok@ximian.com>
676
677         * SWF.csproj: reflect removal of
678         DataGridViewRowsDeletedEventArgs.cs.
679
680         * SWF2k5.csproj: same.
681
682         * System.Windows.Forms.dll.sources: remove of
683         DataGridViewRowsDeletedEventArgs.cs.
684
685         * System.Windows.Forms_test.dll.sources: remove
686         DataGridViewBandTest.cs.
687
688 2006-12-19  Chris Toshok  <toshok@ximian.com>
689
690         * System.Windows.Forms_test.dll.sources: add RowStyleTest and
691         ColumnStyleTest.
692
693 2006-12-17  Daniel Nauck  <dna@mono-project.de>
694
695         * System.Windows.Forms.dll.sources: Add
696                 ListViewHitTestInfo
697
698 2006-12-17  Daniel Nauck  <dna@mono-project.de>
699
700         * System.Windows.Forms.dll.sources: Add
701                 DockingAttribute.cs, FlatButtonAppearance.cs
702
703 2006-12-17  Chris Toshok  <toshok@ximian.com>
704
705         * build-csproj2k5: a couple of changes.  use "exec >" instead of
706         redirecting the output from every function, use multiple patterns
707         in our sed calls instead of including multiple sed invocations,
708         and use sed instead of tr for converting / to \.
709
710 2006-12-16  Daniel Nauck  <dna@mono-project.de>
711
712         * System.Windows.Forms.dll.sources: Add
713                 AutoCompleteStringCollection.cs
714         * System.Windows.Forms_test.dll.sources: Add
715                 AutoCompleteStringCollectionTest.cs
716
717 2006-12-16  Chris Toshok  <toshok@ximian.com>
718
719         * SWF.csproj, SWF2k5.csproj: resync these.
720         
721         * Makefile (EXTRA_DISTFILES): add build-csproj2k5
722         
723         Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts
724         which generate them.  That way if you're hacking on the script you
725         don't have to touch System.Windows.Forms.dll.sources every time
726         you want to update the output.
727
728         * build-csproj2k5: make some changes suggested by Marek:
729
730         - System.XML should be System.Xml.
731         - Change eol-style to native.
732         - remove the SubType's from all the .cs Compile elements.
733         - Add Mono.Posix if the configuration is DebugXBuild (can't test this though..)
734
735 2006-12-15  Chris Toshok  <toshok@ximian.com>
736
737         * Makefile: add targets for the 2k5 csproj.
738
739         * build-csproj2k5: new script to build vs2005 specific projects.
740         use SWF2k5.sln instead of SWF.sln and upgrading.  The 2005 project
741         doesn't have the problems with resources that the 2003 project
742         has.  The only remaining stumbling block for use is Consts.cs.
743
744         * SWF2k5.sln, SWF2k5.csproj: visual studio 2005 versions of these
745         files.
746         
747 2006-12-16  Daniel Nauck  <dna@mono-project.de>
748
749         * System.Windows.Forms_test.dll.sources: Add
750                 PaddingTest.cs
751
752 2006-12-15  Daniel Nauck  <dna@mono-project.de>
753
754         * System.Windows.Forms.dll.sources: Add
755                 ListViewGroup.cs, ListViewGroupCollection.cs
756         * SWF.csproj: Add
757                 ListViewGroup.cs, ListViewGroupCollection.cs
758         * System.Windows.Forms_test.dll.sources: Add
759                 ListViewGroupTest.cs, ListViewGroupCollectionTest.cs
760
761 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
762
763         * System.Windows.Forms.dll.sources: Added FormCollection.cs.
764
765 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
766
767         * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs.
768         
769 2006-12-01  Chris Toshok  <toshok@ximian.com>
770
771         * System.Windows.Forms.dll.sources: add IBindableComponent.cs
772
773 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
774
775         * System.Windows.Forms.dll.sources: Add
776                 ContextMenuStrip.cs, ToolStripContainer.cs,
777                 ToolStripDropDownButton.cs, ToolStripDropDownMenu.cs,
778                 ToolStripManager.cs, ToolStripPanelRow.cs,
779                 ToolStripSplitButton.cs.
780           Remove ToolStripMenuTracker.cs.
781
782 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
783
784         * System.Windows.Forms.dll.sources: Add NumericTextBox.cs.
785
786 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
787
788         * System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs.
789
790 2006-11-08  Chris Toshok  <toshok@ximian.com>
791
792         * System.Windows.Forms.dll.sources: add RootGridEntry.cs
793
794 2006-11-09  Jonathan Pobst  <monkey@jpobst.com>
795         
796         * System.Windows.Forms.dll.sources: 
797         Add ToolStripItemDesignerAvailability.cs and
798         ToolStripItemDesignerAvailabilityAttribute.cs.
799
800 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
801         
802         * System.Windows.Forms.dll.sources: Add StatusStrip.cs,
803           ToolStripStatusLabel.cs.
804
805 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
806
807         * System.Windows.Forms_test.dll.sources: Added 
808         TreeNodeCollectionTest.cs.
809
810 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
811         * System.Windows.Forms.dll.sources: Add ToolStripDropDown.cs,
812           ToolStripItemEventType.cs, ToolStripMenuTracker.cs.
813
814 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
815
816         * System.Windows.Forms_test.dll.sources: Added UpDownTest.cs.
817
818 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
819
820         * System.Windows.Forms_test.dll.sources: Added PropertyGridTest.cs.
821
822 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
823         * System.Windows.Forms.dll.sources: Add ToolStripComboBox.cs,
824         ToolStripControlHost.cs, ToolStripProgressBar.cs, ToolStripTextBox.cs.
825
826 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
827
828         * System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs
829         to the unit tests build.
830
831 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
832         * System.Windows.Forms.dll.sources: Add ToolStrip* classes.
833
834 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
835         * System.Windows.Forms.dll.sources: Add ToolStrip EventArgs/Handlers,
836           add a few ToolStrip stub classes.
837
838 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
839         * System.Windows.Forms.dll.sources: Added DefaultLayout.cs, FlowLayout.cs,
840           FlowLayoutPanel.cs, FlowLayoutSettings.cs.
841         * System.Windows.Forms_test.dll.sources: Added FlowPanelTests.cs
842
843 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
844
845         * System.Windows.Forms.dll.sources: Added SplitContainer/SplitterPanel.
846         * System.Windows.Forms_test.dll.sources: Added SplitContainerTests.cs
847
848 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
849
850         * resources/, System.Windows.Forms.dll.resources, Makefile:
851           Add user-home Tango icon in various sizes.
852
853 2006-09-05  KornĂƒÂ©l PĂƒÂ¡l  <kornelpal@hotmail.com>
854
855         * Makefile: Removed CODEPAGE as now UTF-8 is the default.
856
857 2006-08-04  Jonathan Pobst  <monkey@jpobst.com>
858         * System.Windows.Forms.dll.sources: Added 2.0 VisualStyles files.
859
860 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
861
862         * System.Windows.Forms_test.dll.sources: Added PrintDialogTest.cs
863
864 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
865
866         * System.Windows.Forms_test.dll.sources: Added ListControlTest.cs
867
868 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
869
870         * System.Windows.Forms.dll.sources: Added new 2.0 event handlers
871         * System.Windows.Forms_test.dll.sources: Added EventArgsTest.cs
872         
873 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
874
875         * System.Windows.Forms.dll.sources: Added new 2.0 Enums
876
877 2006-07-11  Wade Berrier <wberrier@novell.com>
878
879         * Makefile: add some files EXTRA_DISTFILES needed by the tests
880
881 2006-06-23  Chris Toshok  <toshok@ximian.com>
882
883         * System.Windows.Forms_test.dll.sources: add
884         PropertyManagerTest.cs
885
886 2006-06-20  Chris Toshok  <toshok@ximian.com>
887
888         * System.Windows.Forms.dll.sources: add RelatedPropertyManager.cs
889         and RelatedCurrencyManager.cs.
890
891 2006-06-12  Wade Berrier <wberrier@novell.com>
892
893         * Makefile: Update for dialog-question3.png -> dialog-question.png rename
894         to fix 'make dist'
895
896 2006-05-30  Wade Berrier <wberrier@novell.com>
897
898         * Makefile: oops, add some more missing resources.
899
900 2006-05-30  Wade Berrier <wberrier@novell.com>
901
902         * Makefile: fix resource filenames to fix make dist
903
904 2006-05-25  Miguel de Icaza  <miguel@novell.com>
905
906         * Add new dialog-*.png Tango icons (dialog-question is from a
907         different theme as Tango is still missing it).
908
909 2006-05-24  Miguel de Icaza  <miguel@novell.com>
910
911         * Changes so that we can use the filename as the resource name,
912         should help compiling from within VisualStudio.
913
914 2006-05-23  Miguel de Icaza  <miguel@novell.com>
915
916         * resources/: Add Tango icons in various sizes.
917
918 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
919
920         * System.Windows.Forms_test.dll.sources: Add the unit tests for
921         PaintEventArgs to the build (tested under both 1.1 and 2.0).
922
923 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
924
925         * Makefile, System.Windows.Forms.dll.resources: Added NWSE and NESW 
926           cursors
927
928 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
929
930         * Makefile : added -r:System.Data.dll for "make test".
931
932 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
933
934         * SWF.csproj: Updated, matching current .sources
935
936 2006-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
937
938         * System.Windows.Forms_test.dll.sources: Added TabControlTest.cs.
939
940 2006-03-21  Jackson Harper  <jackson@ximian.com>
941
942         * System.Windows.Forms.dll.resources: Add the keyboard resources.
943
944 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
945
946         * System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs
947
948 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
949
950         * System.Windows.Forms.dll.sources: Removed MimeGenerated.cs
951
952 2006-03-09  Jonathan Gilbert  <logic@deltaq.org>
953
954         * System.Windows.Forms/AutoScaleMode.cs: Added new file for
955           the 2.0 enumeration.
956         * System.Windows.Forms/ContainerControl.cs: Added stub for
957           AutoScaleMode property; outputs a message to stderr to
958           encourage people familiar with its behaviour to implement
959           it. :-)
960         * System.Windows.Forms/Control.cs: Added stub for AutoScale;
961           outputs a message just like ContainerControl::AutoScaleMode.
962         * System.Windows.Forms.dll.sources: Added AutoScaleMode.cs to
963           the list of files to build.
964
965 2006-02-28  Matt Hargett  <matt@use.net>
966
967         * System.Windows.Forms_test.dll.sources: Added ComboBoxTests.cs
968
969 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
970
971         * build-csproj: Fixed so the csproj is usable.
972
973 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
974
975         * System.Windows.Forms.dll.sources: Added PageSetupDialog.cs.
976
977 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
978
979         * System.Windows.Forms.dll.sources: Added printing items and *committed* file this time.
980
981 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
982
983         * System.Windows.Forms.dll.sources: Add PrintPreviewDialog and PrintPreviewControl
984
985 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
986
987         * System.Windows.Forms.dll.sources: Add PrintControllerWithStatusDialog
988
989 2005-12-13  Jackson Harper  <jackson@ximian.com>
990
991         * System.Windows.Forms.dll.sources: Add the new internal window
992         managers
993
994 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
995
996         * System.Windows.Forms.dll.sources: Added ThemeClearlooks.cs
997
998 2005-12-02  Jackson Harper  <jackson@ximian.com>
999
1000         * System.Windows.Forms.dll.sources: New implicit scrollbars.
1001
1002 2005-12-01  Robert Jordan  <robertj@gmx.net>
1003
1004         * System.Windows.Forms_test.dll.sources: Added
1005         System.Resources/CompatTest.cs
1006         System.Resources/WriterTest.cs.
1007
1008 2005-12-01  Raja R Harinath  <rharinath@novell.com>
1009
1010         * Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur.
1011
1012 2005-11-30  Robert Jordan  <robertj@gmx.net>
1013
1014         * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs
1015
1016 2005-11-12  Pedro MartĂƒÂ­nez JuliĂƒÂ¡  <pedromj@gmail.com>
1017
1018         * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
1019         DataGridViewBandTest.cs DataGridViewCellTest.cs
1020         DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
1021         DataGridViewRowTest.cs DataGridViewTest.cs
1022
1023 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
1024
1025         * System.Windows.Forms_test.dll.sources: Added RichTextBoxTest.cs
1026
1027 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
1028
1029         * Makefile, System.Windows.Forms.dll.resources, SWF.csproj: Added
1030           DnDLink cursor
1031
1032 2005-10-31  Peter Dennis Bartok  <pbartok@novell.com>
1033
1034         * Makefile: Added new cursors; added dependency rule on
1035           cursors to force rebuild when cursors are changed or added
1036         * System.Windows.Forms.dll.resources: Added new cursors
1037
1038 2005-10-17  Raja R Harinath  <rharinath@novell.com>
1039
1040         * Makefile (RESOURCES): Distribute newly added cursors.
1041
1042 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
1043
1044         * System.Windows.Forms.dll.resources: Added cursors
1045         * build-csproj: Updated to support resources
1046         * SWF.csproj: Updated
1047         * System.Windows.Forms.dll.sources: Removed blank line to support
1048           build-csproj
1049         * System.Windows.Forms_test.dll.sources: Added ControlStyleTest
1050
1051 2005-10-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1052
1053         * Created samples/ directory.   
1054
1055 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
1056
1057         * System.Windows.Forms.dll.sources: Added X11DesktopColors.cs
1058         * SWF.csproj: Updated
1059
1060 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1061
1062         * System.Windows.Forms_test.dll.sources : Added Common.cs
1063
1064 2005-09-27  KornĂƒÂ©l PĂƒÂ¡l  <kornelpal@hotmail.com>
1065
1066         * Makefile: Replaced /codepage with CODEPAGE.
1067
1068 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
1069
1070         * System.Windows.Forms_test.dll.sources : Added pictureBoxTest.cs
1071
1072 2005-09-09 Jonathan Chambers  <jonathan.chambers@ansys.com>
1073
1074         * System.Windows.Forms.dll.sources: Added IRootGridEntry.cs and PropertyGridCommands.cs
1075
1076 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
1077
1078         * Test/System.Windows.Forms/LabelTest.cs : More tests.  
1079
1080 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
1081
1082         * Test/System.Windows.Forms/LabelTest.cs : new Label tests (incomplete)
1083         * System.Windows.Forms_test.dll.sources : add new tests
1084         * System.Windows.Forms/Label.cs : give FlatStyle a default value
1085           of FlatStyle.Standard.
1086
1087 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
1088         
1089         * System.Windows.Forms_test.dll.sources : added MonthCalendarTest.cs
1090
1091 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
1092
1093         * System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
1094         * SWF.csproj: Updated
1095
1096 2005-09-06 Jonathan Chambers  <jonathan.chambers@ansys.com>
1097
1098         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.PropertiesTab.cs
1099
1100 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
1101
1102         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.RTF
1103           subdirectory to build
1104         * SWF.csproj: Updated
1105
1106 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
1107
1108         * System.Windows.Forms.dll.sources: Added ThemeNice.cs
1109
1110 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
1111         
1112         * System.Windows.Forms_test.dll.sources : added ProgressBarTest.cs,
1113           ToolBarTest.cs, ToolTipTest.cs
1114         
1115           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
1116 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
1117
1118         * Makefile : added /codepage:65001 (otherwise the build gets broken
1119           on KeyboardLayout.cs on some non-iso-8859-1 environment).
1120
1121 2005-08-18  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
1122         * System.Windows.Forms/TreeView.cs: some spaces to tabs
1123                 FIX: ToString() was generating exception on empty Nodes 
1124                 (was testing <0 instead of <= 0)
1125                 
1126 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1127         
1128         * System.Windows.Forms_test.dll.sources : added ImageListTest.cs,
1129           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
1130           
1131 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
1132         
1133         * System.Windows.Forms_test.dll.sources : sorted and removed test-cases for Form
1134           and TextBox as these are still under development.
1135
1136 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
1137
1138         * SWF.csproj: Updated
1139
1140 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
1141         
1142         * M.gif : used by some of the test-cases
1143         * System.Windows.Forms_test.dll.sources : Added test-case for
1144           ListView, ComboBox, CheckBox, CheckedList, Form, Menu, GroupBox
1145           and ImageList
1146
1147 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
1148
1149         * System.Windows.Forms_test.dll.sources : Added MimeIcon.cs
1150
1151 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
1152
1153         * DataGridTextBoxColumn.cs: default value
1154         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
1155         * GridTableStylesCollection.cs: fixes checking MappingName
1156         * DataGridDrawingLogic.cs: fixes drawing logic issues
1157         * DataSourceHelper.cs: rewritten to make compatible with more data sources
1158         * DataGrid.cs: fixes    
1159
1160
1161 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
1162
1163         * System.Windows.Forms_test.dll.sources : Added ListBoxTest.cs and 
1164           ListBoxEventTest.cs for ListBox tests.
1165
1166 2005-06-15  Peter Bartok  <pbartok@novell.com>
1167
1168         * System.Windows.Forms.dll.sources: Added MWFCategoryAttribute.cs and
1169           MWFDescriptionAttribute.cs
1170         * SWF.csproj: Updated
1171
1172 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
1173
1174         * System.Windows.Forms.dll.sources: Added Mime.cs and
1175         MimeGenerated.cs.
1176
1177 2005-06-13  Jackson Harper  <jackson@ximian.com>
1178
1179         * SWF.csproj:
1180         * System.Windows.Forms.dll.sources: Add MdiClientContext to the
1181         build.
1182
1183 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
1184
1185         * System.Windows.Forms_test.dll.sources : Added TextBoxTest.cs
1186         and ButtonTest.cs for TextBox and Button tests respectively.
1187
1188 2005-06-10  Peter Bartok  <pbartok@novell.com>
1189
1190         * System.Windows.Forms.dll.sources: Add ImageListConverter.cs
1191         * SWF.csproj: Updated
1192
1193 2005-06-08  Jackson Harper  <jackson@ximian.com>
1194
1195         * Guidelines:
1196         * Design: Double buffering is handled at a different level now, so
1197         I am removing mention of it. Control developers do not need to
1198         know how it works.
1199
1200 2005-06-05  Peter Bartok  <pbartok@novell.com>
1201
1202         * System.Windows.Forms.dll.sources: Add Win32DnD.cs
1203         * SWF.csproj: Updated
1204
1205 2005-05-24  Jackson Harper  <jackson@ximian.com>
1206
1207         * System.Windows.Forms.dll.sources: Add X11Dnd.cs
1208
1209 2005-05-24  Peter Bartok  <pbartok@novell.com>
1210
1211         * System.Windows.Forms.dll.sources: Added
1212           DataGridPreferredColumnWidthTypeConverter.cs
1213         * SWF.csproj: Updated
1214
1215 2005-05-24  Peter Bartok  <pbartok@novell.com>
1216
1217         * System.Windows.Forms.dll.sources: Added Help.cs
1218         * SWF.csproj: Updated
1219
1220 2005-05-18  Peter Bartok  <pbartok@novell.com>
1221
1222         * System.Windows.Forms.dll.sources: Added Clipboard.cs
1223         * SWF.csproj: Update
1224
1225 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
1226
1227         * System.Windows.Forms_test.dll.sources : Added ControlEventTest.cs
1228         for Event Test
1229
1230 2005-05-11  Peter Bartok  <pbartok@novell.com>
1231
1232         * System.Windows.Forms.dll.sources: Added
1233           IDataGridEditingService.cs, System.Resources/ResXFileRef.cs,
1234           System.Resources/ResXResourceSet.cs
1235         * SWF.csproj: Updated
1236         
1237 2005-05-10  Peter Bartok  <pbartok@novell.com>
1238
1239         * System.Windows.Forms.dll.sources: Added SecurityIDType.cs,
1240           DataObject.cs and DataFormats.cs
1241         * SWF.csproj: Update
1242
1243 2005-05-06  Peter Bartok  <pbartok@novell.com>
1244
1245         * System.Windows.Forms.dll.sources: Added Screen.cs, HelpNavigator.cs
1246           and HelpProvider.cs
1247         * SWF.csproj: Updated
1248
1249 2005-05-05  Peter Bartok  <pbartok@novell.com>
1250
1251         * System.Windows.Forms.dll.sources: Added AxHost.cs,
1252           ErrorProvider.cs, RichTextBoxFinds.cs, RichTextBoxScrollBars.cs,
1253           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
1254           RichTextBoxStreamType.cs, RichTextBoxWordPunctuations.cs
1255         * SWF.csproj: Updated
1256
1257 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
1258
1259         * System.Windows.Forms_test.dll.sources : Added ControlTest.cs for Label Test
1260
1261 2005-04-26  Ritvik Mayank  <mritvik@novell.com>
1262
1263         * System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test
1264
1265 2005-04-25  Jackson Harper  <jackson@ximian.com>
1266
1267         * System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
1268         build
1269
1270 2005-04-09  Peter Bartok  <pbartok@novell.com>
1271
1272         * System.Windows.Forms.dll.sources: Added FolderBrowserDialog.cs
1273
1274 2005-03-11  Peter Bartok  <pbartok@novell.com>
1275
1276         * System.Windows.Forms.dll.sources: Added MdiClient.cs
1277
1278 2005-03-10  Peter Bartok  <pbartok@novell.com>
1279
1280         * System.Windows.Forms.dll.sources: Added SaveFileDialog.cs
1281
1282 2005-03-09  Peter Bartok  <pbartok@novell.com>
1283
1284         * System.Windows.Forms.dll.sources: Added MdiClient.cs
1285
1286 2005-02-24  Peter Bartok  <pbartok@novell.com>
1287
1288         * System.Windows.Forms.dll.sources: Removed HandleData.cs
1289
1290 2005-02-22  Jackson Harper  <jackson@ximian.com>
1291
1292         * System.Windows.Forms.dll.sources: Add databinding classes
1293
1294 2005-02-22  Raja R Harinath  <rharinath@novell.com>
1295
1296         * Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
1297         (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
1298         (dist-default): Depend on it.
1299
1300 2005-02-18  Peter Bartok  <pbartok@novell.com>
1301
1302         * System.Windows.Forms.dll.sources: Added MethodInvoker.cs,
1303           ErrorIconAlignment.cs, MdiLayout.cs, SendKeys.cs
1304
1305 2005-02-18  Raja R Harinath  <rharinath@novell.com>
1306
1307         * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
1308         *.resources.prebuilt.
1309
1310 2005-02-17  Peter Bartok  <pbartok@novell.com>
1311
1312         * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
1313           DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
1314           ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
1315
1316 2005-02-15  Peter Bartok  <pbartok@novell.com>
1317
1318         * Makefile: Altered, following Harinath's suggestion of trying to
1319           build and handling the failure by copying prebuilt resources in
1320           place
1321
1322 2005-02-15  Peter Bartok  <pbartok@novell.com>
1323
1324         * Makefile: Removed resources as automatic target; to build
1325           .resource files 'make resources' must be invoked. This removes
1326           the libgdiplus installed requirement. Instead, the compiled files
1327           are checked in as well.
1328
1329 2005-02-13  Peter Bartok  <pbartok@novell.com>
1330
1331         * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
1332           OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
1333         * System.Windows.Forms.dll.resources: Added
1334         * Makefile: Added support for generating resources
1335
1336 2005-02-12  Geoff Norton  <gnorton@customerdna.com>
1337
1338         * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
1339         
1340 2005-02-03  Peter Bartok  <pbartok@novell.com>
1341
1342         * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
1343           PropertyGridView.cs
1344
1345 2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
1346
1347         * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
1348           DateTimePickerFormat.cs
1349           
1350 2005-01-29  Peter Bartok  <pbartok@novell.com>
1351
1352         * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
1353           ArrangeStartingPosition.cs
1354         * SWF.csproj: Updated
1355
1356 2005-01-28  Peter Bartok  <pbartok@novell.com>
1357
1358         * SWF.csproj: Updated with all the latest files
1359         * build-csproj: Added, allows to autogenerate SWF.csproj
1360         * Makefile: Added rule to automatically call build-csproj (Thanks
1361           to Geoff Norton for review and a simpler rule)
1362
1363 2005-01-26  Peter Bartok  <pbartok@novell.com>
1364
1365         * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
1366           GridItem.cs, GridItemCollection.cs, GridItemType.cs,
1367           PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
1368           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
1369           PropertyValueChangedEventHandler.cs,
1370           SelectedGridItemChangedEventArgs.cs,
1371           SelectedGridItemChangedEventHandler.cs
1372
1373 2005-01-26  Peter Bartok  <pbartok@novell.com>
1374
1375         * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
1376
1377 2005-01-16  Peter Bartok  <pbartok@novell.com>
1378
1379         * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
1380
1381 2005-01-16  Peter Bartok  <pbartok@novell.com>
1382
1383         * System.Windows.Forms.dll.Sources: Added Cursors.cs
1384
1385 2005-01-11  Peter Bartok  <pbartok@novell.com>
1386
1387         * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
1388
1389 2005-01-05  Peter Bartok  <pbartok@novell.com>
1390
1391         * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
1392           IDataGridColumnStyleEditingNotificationService.cs,
1393           IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
1394           NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
1395           OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
1396
1397 2004-12-27  Peter Bartok  <pbartok@novell.com>
1398
1399         * System.Windows.Forms.dll.Sources: Added
1400           System.Windows.Forms.Design/ComponentEditorForm.cs,
1401           System.Windows.Forms.Design/ComponentEditorPage.cs,
1402           System.Windows.Forms.Design/EventsTab.cs,
1403           System.Windows.Forms.Design/IUIService.cs,
1404           System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
1405           System.Windows.Forms.Design/PropertyTab.cs,
1406           System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
1407           ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
1408           DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
1409           DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
1410           GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
1411           IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
1412           SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
1413
1414 2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
1415
1416         * System.Windows.Forms.dll.Sources: Added ComboBox.cs and
1417           ComboBoxStyle.cs
1418
1419 2004-12-20  Peter Bartok  <pbartok@novell.com>
1420
1421         * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
1422
1423 2004-12-16  Peter Bartok  <pbartok@novell.com>
1424
1425         * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
1426           TextControl.cs
1427
1428 2004-12-15  Peter Bartok  <pbartok@novell.com>
1429
1430         * Design: Updated to reflect Mac Driver; added mention
1431           of System.Drawing patches for MWF support
1432
1433         * README: Credited Geoff Norton with the Mac driver
1434
1435 2004-12-15  Jackson Harper  <jackson@ximian.com>
1436
1437         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
1438
1439 2004-12-08  Peter Bartok  <pbartok@novell.com>
1440
1441         * SWF.csproj: Added XplatUIOSX.cs to build list
1442
1443 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
1444
1445         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
1446
1447 2004-12-07  Ravindra  <rkumar@novell.com>
1448
1449         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
1450         some of the components that were added twice. This fixes MWF build on
1451         Windows.
1452
1453 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
1454
1455         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
1456
1457 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
1458
1459         * Makefile: Added System.Drawing.dll deps for tests.
1460
1461         * System.Windows.Forms_test.dll.sources: New test files.
1462
1463 2004-12-02  Peter Bartok  <pbartok@novell.com>
1464
1465         * SWF.csproj: Added Jackson's fresly minted TreeView files to
1466           build list
1467
1468 2004-12-01  Jackson Harper  <jackson@ximian.com>
1469
1470         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
1471
1472 2004-11-30  Peter Bartok  <pbartok@novell.com>
1473
1474         * System.Windows.Forms.dll.sources: Removed textbox
1475           references, accidentally checked those in, but textbox is
1476           not yet ready for primetime
1477
1478 2004-11-29  Peter Bartok  <pbartok@novell.com>
1479
1480         * System.Windows.Forms.dll.sources: Removed tree
1481           additions.
1482           I am removing these files as they conflict with already completed
1483           work. While it is fantastic to get contributions to MWF, I
1484           respectfully ask that everyone please coordinate their contributions
1485           through mono-winforms-list or #mono-winforms at this time. We're
1486           explicitly avoiding stubbing and don't want controls that don't have
1487           their basic functionality implemented in svn. Please also see
1488           http://www.mono-project.com/contributing/winforms.html
1489         
1490 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
1491
1492         * System.Windows.Forms.dll.sources: Added
1493         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
1494         TreeViewAction.cs, TreeViewEventArgs.cs
1495
1496         * System.Windows.Forms_test.dll.sources: Added
1497         TreeNodeTest.cs
1498
1499 2004-11-24  Ravindra  <rkumar@novell.com>
1500
1501         * SWF.csproj: Updated project.
1502
1503 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
1504
1505         * System.Windows.Forms.dll.sources: added MonthCalendar files
1506
1507 2004-11-21  Ravindra  <rkumar@novell.com>
1508
1509         * SWF.csproj: Updated project.
1510
1511 2004-11-11  Jackson Harper  <jackson@ximian.com>
1512
1513         * System.Windows.Forms.dll.sources: Add
1514         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
1515
1516 2004-11-01 23:19  ravindra
1517
1518         * SWF.csproj: Updated project.
1519
1520 2004-10-26 03:38  ravindra
1521
1522         * SWF.csproj: Updated project.
1523
1524 2004-10-20 04:16  jordi
1525
1526         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
1527
1528 2004-10-19 16:50  jackson
1529
1530         * System.Windows.Forms.dll.sources: New optimized event queue
1531
1532 2004-10-18 00:31  ravindra
1533
1534         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1535           list and project to fix the build.
1536
1537 2004-10-15 09:14  ravindra
1538
1539         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
1540           list and project.
1541
1542 2004-10-15 06:43  jordi
1543
1544         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
1545           etc
1546
1547 2004-10-13 21:21  ravindra
1548
1549         * SWF.csproj: Updated project.
1550
1551 2004-10-04 04:58  ravindra
1552
1553         * SWF.csproj: Updated project.
1554
1555 2004-10-02 12:55  pbartok
1556
1557         * System.Windows.Forms.dll.sources:
1558           - Added LeftRightAlignment source reference
1559
1560 2004-09-30 07:32  ravindra
1561
1562         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1563           sources list.
1564
1565 2004-09-29 23:02  jambunathan
1566
1567         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
1568           CheckState.cs
1569
1570 2004-09-28 14:11  jackson
1571
1572         * System.Windows.Forms.dll.sources: Give the build some love
1573
1574 2004-09-28 04:31  ravindra
1575
1576         * Notes: Added a minor note.
1577
1578 2004-09-28 00:18  pbartok
1579
1580         * Notes:
1581           - Initial check in. A place to log info about MWF that doesn't fit
1582             anywhere else
1583
1584 2004-09-24 12:02  jackson
1585
1586         * System.Windows.Forms.dll.sources: Add tab classes to the build
1587
1588 2004-09-23 01:44  ravindra
1589
1590         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1591           list and project file.
1592
1593 2004-09-20 18:54  jackson
1594
1595         * Makefile: New message loop that uses poll so we don't get a busy
1596           loop
1597
1598 2004-09-19 23:41  ravindra
1599
1600         * Guidelines: Added a note to Guidelines.
1601
1602 2004-09-17 06:19  jordi
1603
1604         * System.Windows.Forms.dll.sources: Very early menu support
1605
1606 2004-09-16 01:19  ravindra
1607
1608         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1609           sources list.
1610
1611 2004-09-13 22:09  ravindra
1612
1613         * SWF.csproj: Updated project.
1614
1615 2004-09-13 09:24  jordi
1616
1617         * System.Windows.Forms.dll.sources: Add to the build Process
1618
1619 2004-09-09 01:15  jordi
1620
1621         * System.Windows.Forms.dll.sources: measureitem args and handler
1622
1623 2004-09-09 00:03  ravindra
1624
1625         * SWF.csproj: Updated project.
1626
1627 2004-09-08 23:57  ravindra
1628
1629         * System.Windows.Forms.dll.sources: Added some new enums to the
1630           list.
1631
1632 2004-09-08 06:45  jordi
1633
1634         * System.Windows.Forms.dll.sources: enumerations need it by menus
1635
1636 2004-09-07 11:12  jordi
1637
1638         * System.Windows.Forms.dll.sources: GroupBox control
1639
1640 2004-09-02 14:28  pbartok
1641
1642         * System.Windows.Forms.dll.sources:
1643           - Added AccessibleNavigation and AccessibleSelection source files
1644
1645 2004-08-31 20:52  ravindra
1646
1647         * Design, Guidelines: Minor formatting changes and added location
1648           for the coding style guideline for Mono.
1649
1650 2004-08-31 19:37  pbartok
1651
1652         * Guidelines:
1653           - Removed wrong stuff
1654
1655 2004-08-31 16:10  pbartok
1656
1657         * README:
1658           - Updated
1659
1660 2004-08-31 03:13  ravindra
1661
1662         * System.Windows.Forms_test.dll.sources: Added sources list for
1663           test dll.
1664
1665 2004-08-30 10:48  pbartok
1666
1667         * Design, Guidelines:
1668           - Initial check-in
1669
1670 2004-08-29 22:35  pbartok
1671
1672         * System.Windows.Forms.dll.sources:
1673           - Added System.Resources source files
1674
1675 2004-08-27 16:18  ravindra
1676
1677         * Makefile: Lets do some tests too.
1678
1679 2004-08-27 16:14  ravindra
1680
1681         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
1682           sources.
1683
1684 2004-08-23 13:14  pbartok
1685
1686         * SWF.csproj, SWF.sln:
1687           - Created properly pathed VS.Net project and solution
1688
1689 2004-08-23 10:46  jackson
1690
1691         * System.Windows.Forms.dll.sources: oops. remove unused file
1692
1693 2004-08-22 17:47  jackson
1694
1695         * System.Windows.Forms.dll.sources: Add PictureBox to the build
1696
1697 2004-08-22 12:04  pbartok
1698
1699         * System.Windows.Forms.dll.sources:
1700           - Added Cursor.cs source
1701
1702 2004-08-22 11:59  pbartok
1703
1704         * System.Windows.Forms.dll.sources:
1705           - Restored sort order for file
1706           - Added UserControl source file
1707
1708 2004-08-20 13:10  jackson
1709
1710         * System.Windows.Forms.dll.sources: Classes for sending Async
1711           messages through X/Win32
1712
1713 2004-08-19 16:25  jordi
1714
1715         * System.Windows.Forms.dll.sources: theme enhancaments
1716
1717 2004-08-17 15:09  jackson
1718
1719         * System.Windows.Forms.dll.sources: Add Panel to the build
1720
1721 2004-08-16 15:24  jackson
1722
1723         * System.Windows.Forms.dll.sources: HandleData is used for storing
1724           message information for window handles
1725
1726 2004-08-16 08:59  pbartok
1727
1728         * System.Windows.Forms.dll.sources:
1729           - Added ButtonBase.cs
1730
1731 2004-08-15 17:22  ravindra
1732
1733         * System.Windows.Forms.dll.sources: Updated sources list for
1734           ToolBar Control.
1735
1736 2004-08-13 10:25  jackson
1737
1738         * System.Windows.Forms.dll.sources: SWF Timer
1739
1740 2004-08-12 10:19  jackson
1741
1742         * System.Windows.Forms.dll.sources: Classes for handling status bar
1743           panel click events
1744
1745 2004-08-11 15:24  pbartok
1746
1747         * System.Windows.Forms.dll.sources:
1748           - Fixed filename for BindingManagerBase.cs
1749           - Alphabetized files
1750
1751 2004-08-10 19:11  jackson
1752
1753         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
1754           build
1755
1756 2004-08-10 12:59  jackson
1757
1758         * System.Windows.Forms.dll.sources: Add Draw Item
1759
1760 2004-08-09 15:40  jackson
1761
1762         * System.Windows.Forms.dll.sources: Add status bar panel files to
1763           the build
1764
1765 2004-08-07 17:01  jackson
1766
1767         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
1768           build
1769
1770 2004-07-26 11:42  jordi
1771
1772         * System.Windows.Forms.dll.sources: Theme support
1773
1774 2004-07-26 05:41  jordi
1775
1776         * System.Windows.Forms.dll.sources: initial messagebox
1777           implementation
1778
1779 2004-07-21 10:19  jordi
1780
1781         * System.Windows.Forms.dll.sources: LinkLabel control
1782           implementation
1783
1784 2004-07-16 05:18  jordi
1785
1786         * System.Windows.Forms.dll.sources: add ImageList,
1787           ImageListStreamer, and ColorDepth to the build process
1788
1789 2004-07-15 03:38  jordi
1790
1791         * System.Windows.Forms.dll.sources: Horizontal and Vertical
1792           TrackBar control implementation
1793
1794 2004-07-13 09:33  jordi
1795
1796         * System.Windows.Forms.dll.sources: vertical and hort. classes
1797           commit
1798
1799 2004-07-08 23:21  pbartok
1800
1801         * Makefile, README, System.Windows.Forms.dll.sources:
1802           - Initial check-in
1803