./:
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
1 2007-05-19  Andreia Gaita  <avidigal@novell.com>
2
3         * System.Windows.Forms.dll.sources: Add NumericUpDownAcceleration.cs,
4         NumericUpDownAccelerationCollection.cs
5         * System.Windows.Forms_test.dll.sources: Add NumericUpDownTest.cs
6
7 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
8
9         * System.Windows.Forms_test.dll.sources: Add DataObjectTest.cs. 
10
11 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
12
13         * System.Windows.Forms.dll.sources: Added DrawToolTipEventArgs.cs and
14           DrawToolTipEventHandler.cs
15
16 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
17
18         * System.Windows.Forms_test.dll.sources: Add KeysConverterTest, 
19         LinkConverterTest.cs.
20         * System.Windows.Forms.dll.sources: Add LinkConverter.cs.
21
22 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
23
24         * System.Windows.Forms_test.dll.sources: Add TreeViewImageIndexConverterTest.cs.
25
26 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
27
28         * System.Windows.Forms.dll.sources: Add ImageKeyConverter.cs,
29         TreeViewImageKeyConverter.cs.
30         * System.Windows.Forms_test.dll.sources: Add ImageKeyConverterTest.cs,
31         TreeViewImageKeyConverterTest.cs.
32
33 2007-05-16  Olivier Dufour  <olivier.duff@free.fr>
34
35         * ColumnHeaderConverter: Added
36         
37 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
38
39         * System.Windows.Forms_test.dll.sources: Added
40         ToolStripItemCollectionTest.cs.
41
42 2007-05-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
43
44         * System.Windows.Forms_test.dll.sources: Added MaskedTextBoxTest.cs
45
46 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
47
48         * System.Windows.Forms_test.dll.sources: Added
49         DataGridViewTextBoxCellTest.cs
50
51 2007-04-29  Duncan Mak  <duncan@a-chinaman.com>
52
53         * SWF.csproj: 
54         * SWF2k5.csproj: Updated.
55
56 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
57
58         * System.Windows.Forms.dll.sources: Add DrawListViewColumnHeaderEventHandler.cs,
59         DrawListViewItemEventHandler.cs, DrawListViewSubItemEventHandler.cs.
60
61 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
62
63         * Makefile: Add new resources for BindingNavigator to build.
64
65 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
66
67         * System.Windows.Forms.dll.resources - Added files for the BindingNavigator
68
69 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
70
71         * SWF.csproj, SWF2k5.csproj, SWF2k5-tests.csproj: Update.
72         * System.Windows.Forms.dll.sources: Add MaskedTextBox.
73
74 2007-04-24  Alan McGovern  <alan.mcgovern@gmail.com>
75
76         * System.Windows.Forms.dll.sources: Added
77                 BindingNavigator.cs
78                 BindingNavigatorTests.cs
79                                 
80 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
81
82         * System.Windows.Forms_test.dll.sources: Add TableLayoutTest.cs.
83
84 2007-04-22  Alan McGovern  <alan.mcgovern@gmail.com>
85
86         * System.Windows.Forms.dll.sources:
87         Stubbed and added:
88                 DrawListViewColumnHeaderEventArgs.cs
89                 DrawListViewColumnHeaderEventArgs.cs
90                 DrawListViewColumnHeaderEventArgs.cs
91
92 2007-04-15  Andreia Gaita  <avidigal@novell.com>
93
94         * System.Windows.Forms.dll.sources: Add ThemeElementsClearlooks, 
95         ThemeElementsGtk, ThemeElementsNice, Nice/ButtonPainter, 
96         Default/TabControlPainter and Default/ButtonPainter
97
98 2007-04-01  Alp Toker  <alp@atoker.com>
99
100         * build-csproj:
101         * build-csproj2k5:
102         * build-csproj2k5-tests: Use bash, not sh. These scripts do run with
103         POSIX sh but they produce incorrect output containing binary garbage.
104         Output is correct when 'bash' is used instead of 'sh'.
105
106 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
107
108         * System.Windows.Forms.dll.sources: Add ScrollProperties, 
109         HScrollProperties, and VScrollProperties.
110         * System.Windows.Forms_test.dll.sources: Add HScrollPropertiesTest and
111         VScrollPropertiesTest.
112
113 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
114
115         * System.Windows.Forms_test.dll.sources: Add StatusStripTest.cs,
116         ToolStripContainerTest.cs, ToolStripContentPanelTest.cs,
117         ToolStripDropDownTest.cs, ToolStripManagerTest.cs, 
118         ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs
119         ToolStripPanelTest.cs, ToolStripStatusLabelTest.cs.
120
121 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
122
123         * System.Windows.Forms_test.dll.sources: Added ErrorProviderTest.cs.
124
125 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
126
127         * Makefile: Added 32x32 icon.
128
129 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
130
131         * System.Windows.Forms_test.dll.sources: Added FormHandleTest and 
132         MdiFormHandleTest.
133
134 2007-03-08  Chris Toshok <toshok@ximian.com>
135
136         * System.Windows.Forms/DataGrid.cs: some field renaming to make things consistent.
137
138         * System.Windows.Forms/ThemeWin32Classic.cs: same.
139
140 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
141
142         * Makefile: Don't show obsolete warnings when compiling tests.
143
144 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
145
146         * System.Windows.Forms.dll.sources: Add ThemeElements.cs,
147         ThemeElementsDefault.cs.
148
149 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
150
151         * System.Windows.Forms.dll.sources: Added FormWindowManager.cs and
152           ToolWindowManager.cs
153         * Test/System.Windows.Forms/FormTest.cs: Added
154           MaximizedParentedFormTest.
155
156 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
157
158         * System.Windows.Forms.dll.sources: Add RelatedImageListAttribute.cs.
159
160 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
161
162         * System.Windows.Forms_test.dll.sources: add SaveFileDialogTest.cs.
163
164 2007-02-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
165
166         * System.Windows.Forms_test.dll.sources: add EventLogger.cs
167
168 2007-02-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
169
170         * build-csproj2k5-tests: Added to be able to create SWF2k5-tests.csproj.
171         * SWF2k5-tests.csproj: Added.
172
173 2007-02-09  Chris Toshok  <toshok@ximian.com>
174
175         * System.Windows.Forms_test.dll.sources: add ControlHandleTest.cs
176
177 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
178
179         * System.Windows.Forms.dll.sources: Add ToolStripOverflow.cs,
180         ToolStripOverflowButton.cs.
181
182 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
183
184         * System.Windows.Forms_test.dll.sources: Add DataGridViewColumnTest.cs.
185
186 2007-02-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
187         
188         * System.Windows.Forms_test.dll.sources: Add TimerTest.cs
189
190 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
191
192         * System.Windows.Forms_test.dll.sources: ResXResourceReaderTest.cs,
193         ResXFileRefTest.cs and Consts.cs.
194
195 2007-02-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
196
197         * System.Windows.Forms_test.dll.sources: Add ControlLogger.cs and ControlLogger2.cs
198
199 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
200
201         * System.Windows.Forms.dll.sources: Add PaddingConverter.cs.
202         * System.Windows.Forms_test.dll.sources: Add PaddingConverterTest.cs.
203
204 2007-01-25  Chris Toshok  <toshok@ximian.com>
205
206         * System.Windows.Forms_test.dll.sources: add SplitterTest.cs
207
208 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
209
210         * System.Windows.Forms_test.dll: Add NotifyIconTest.cs.
211
212 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
213
214         * System.Windows.Forms_test.dll: Add ControlCollectionTest.cs,
215         MenuStripTest.cs, ToolStripMenuItemTest.cs.
216
217 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
218
219         * System.Windows.Forms_test.dll: Add ControlPropertyEventsTest.cs.
220
221 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
222
223         * System.Windows.Forms_test.dll: Add ColumnHeaderTest.cs
224
225 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
226
227         * System.Windows.Forms_test.dll: Add LinkAreaTest.cs and HelpProviderTest.cs.
228
229 2006-12-30  Chris Toshok  <toshok@ximian.com>
230
231         * Makefile (TEST_HARNESS_LOCAL_EXCLUDES): exclude Interactive
232         tests.
233
234 2006-12-28  Chris Toshok  <toshok@ximian.com>
235
236         * System.Windows.Forms_test.dll.sources: add DefaultLayoutTest and
237         remove DockingTests.
238
239 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
240
241         * System.Windows.Forms_test.dll.sources: Add ScrollableControlTest.cs.
242
243 2006-12-23  Chris Toshok  <toshok@ximian.com>
244
245         * System.Windows.Forms_test.dll.sources: add
246         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverterTest.cs.
247
248         * System.Windows.Forms.dll.sources: add
249         System.Windows.Forms.Layout/TableLayoutSettingsTypeConverter.cs.
250
251         * *.csproj: sync with new file.
252         
253 2006-12-23  Daniel Nauck  <dna@mono-project.de>
254
255         * System.Windows.Forms_test.dll.sources: Add
256                 UserControlTest.cs
257
258 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
259
260         * System.Windows.Forms.dll.sources: Add TableLayoutControlCollection.cs,
261         move TableLayout to /Layout.
262
263 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
264
265         * build-csproj2k5: set WarningLevel to 3 and
266         add ChangeLogs
267
268 2006-12-20  Chris Toshok  <toshok@ximian.com>
269
270         * SWF.csproj: reflect removal of
271         DataGridViewRowsDeletedEventArgs.cs.
272
273         * SWF2k5.csproj: same.
274
275         * System.Windows.Forms.dll.sources: remove of
276         DataGridViewRowsDeletedEventArgs.cs.
277
278         * System.Windows.Forms_test.dll.sources: remove
279         DataGridViewBandTest.cs.
280
281 2006-12-19  Chris Toshok  <toshok@ximian.com>
282
283         * System.Windows.Forms_test.dll.sources: add RowStyleTest and
284         ColumnStyleTest.
285
286 2006-12-17  Daniel Nauck  <dna@mono-project.de>
287
288         * System.Windows.Forms.dll.sources: Add
289                 ListViewHitTestInfo
290
291 2006-12-17  Daniel Nauck  <dna@mono-project.de>
292
293         * System.Windows.Forms.dll.sources: Add
294                 DockingAttribute.cs, FlatButtonAppearance.cs
295
296 2006-12-17  Chris Toshok  <toshok@ximian.com>
297
298         * build-csproj2k5: a couple of changes.  use "exec >" instead of
299         redirecting the output from every function, use multiple patterns
300         in our sed calls instead of including multiple sed invocations,
301         and use sed instead of tr for converting / to \.
302
303 2006-12-16  Daniel Nauck  <dna@mono-project.de>
304
305         * System.Windows.Forms.dll.sources: Add
306                 AutoCompleteStringCollection.cs
307         * System.Windows.Forms_test.dll.sources: Add
308                 AutoCompleteStringCollectionTest.cs
309
310 2006-12-16  Chris Toshok  <toshok@ximian.com>
311
312         * SWF.csproj, SWF2k5.csproj: resync these.
313         
314         * Makefile (EXTRA_DISTFILES): add build-csproj2k5
315         
316         Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts
317         which generate them.  That way if you're hacking on the script you
318         don't have to touch System.Windows.Forms.dll.sources every time
319         you want to update the output.
320
321         * build-csproj2k5: make some changes suggested by Marek:
322
323         - System.XML should be System.Xml.
324         - Change eol-style to native.
325         - remove the SubType's from all the .cs Compile elements.
326         - Add Mono.Posix if the configuration is DebugXBuild (can't test this though..)
327
328 2006-12-15  Chris Toshok  <toshok@ximian.com>
329
330         * Makefile: add targets for the 2k5 csproj.
331
332         * build-csproj2k5: new script to build vs2005 specific projects.
333         use SWF2k5.sln instead of SWF.sln and upgrading.  The 2005 project
334         doesn't have the problems with resources that the 2003 project
335         has.  The only remaining stumbling block for use is Consts.cs.
336
337         * SWF2k5.sln, SWF2k5.csproj: visual studio 2005 versions of these
338         files.
339         
340 2006-12-16  Daniel Nauck  <dna@mono-project.de>
341
342         * System.Windows.Forms_test.dll.sources: Add
343                 PaddingTest.cs
344
345 2006-12-15  Daniel Nauck  <dna@mono-project.de>
346
347         * System.Windows.Forms.dll.sources: Add
348                 ListViewGroup.cs, ListViewGroupCollection.cs
349         * SWF.csproj: Add
350                 ListViewGroup.cs, ListViewGroupCollection.cs
351         * System.Windows.Forms_test.dll.sources: Add
352                 ListViewGroupTest.cs, ListViewGroupCollectionTest.cs
353
354 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
355
356         * System.Windows.Forms.dll.sources: Added FormCollection.cs.
357
358 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
359
360         * System.Windows.Forms.dll.sources: Added DrawTreeNodeEventArgs.cs.
361         
362 2006-12-01  Chris Toshok  <toshok@ximian.com>
363
364         * System.Windows.Forms.dll.sources: add IBindableComponent.cs
365
366 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
367
368         * System.Windows.Forms.dll.sources: Add
369                 ContextMenuStrip.cs, ToolStripContainer.cs,
370                 ToolStripDropDownButton.cs, ToolStripDropDownMenu.cs,
371                 ToolStripManager.cs, ToolStripPanelRow.cs,
372                 ToolStripSplitButton.cs.
373           Remove ToolStripMenuTracker.cs.
374
375 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
376
377         * System.Windows.Forms.dll.sources: Add NumericTextBox.cs.
378
379 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
380
381         * System.Windows.Forms_test.dll.sources: Added CommonDialogsTest.cs.
382
383 2006-11-08  Chris Toshok  <toshok@ximian.com>
384
385         * System.Windows.Forms.dll.sources: add RootGridEntry.cs
386
387 2006-11-09  Jonathan Pobst  <monkey@jpobst.com>
388         
389         * System.Windows.Forms.dll.sources: 
390         Add ToolStripItemDesignerAvailability.cs and
391         ToolStripItemDesignerAvailabilityAttribute.cs.
392
393 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
394         
395         * System.Windows.Forms.dll.sources: Add StatusStrip.cs,
396           ToolStripStatusLabel.cs.
397
398 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
399
400         * System.Windows.Forms_test.dll.sources: Added 
401         TreeNodeCollectionTest.cs.
402
403 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
404         * System.Windows.Forms.dll.sources: Add ToolStripDropDown.cs,
405           ToolStripItemEventType.cs, ToolStripMenuTracker.cs.
406
407 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
408
409         * System.Windows.Forms_test.dll.sources: Added UpDownTest.cs.
410
411 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
412
413         * System.Windows.Forms_test.dll.sources: Added PropertyGridTest.cs.
414
415 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
416         * System.Windows.Forms.dll.sources: Add ToolStripComboBox.cs,
417         ToolStripControlHost.cs, ToolStripProgressBar.cs, ToolStripTextBox.cs.
418
419 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
420
421         * System.Windows.Forms_test.dll.sources: Add ContainerControlTest.cs
422         to the unit tests build.
423
424 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
425         * System.Windows.Forms.dll.sources: Add ToolStrip* classes.
426
427 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
428         * System.Windows.Forms.dll.sources: Add ToolStrip EventArgs/Handlers,
429           add a few ToolStrip stub classes.
430
431 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
432         * System.Windows.Forms.dll.sources: Added DefaultLayout.cs, FlowLayout.cs,
433           FlowLayoutPanel.cs, FlowLayoutSettings.cs.
434         * System.Windows.Forms_test.dll.sources: Added FlowPanelTests.cs
435
436 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
437
438         * System.Windows.Forms.dll.sources: Added SplitContainer/SplitterPanel.
439         * System.Windows.Forms_test.dll.sources: Added SplitContainerTests.cs
440
441 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
442
443         * resources/, System.Windows.Forms.dll.resources, Makefile:
444           Add user-home Tango icon in various sizes.
445
446 2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
447
448         * Makefile: Removed CODEPAGE as now UTF-8 is the default.
449
450 2006-08-04  Jonathan Pobst  <monkey@jpobst.com>
451         * System.Windows.Forms.dll.sources: Added 2.0 VisualStyles files.
452
453 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
454
455         * System.Windows.Forms_test.dll.sources: Added PrintDialogTest.cs
456
457 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
458
459         * System.Windows.Forms_test.dll.sources: Added ListControlTest.cs
460
461 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
462
463         * System.Windows.Forms.dll.sources: Added new 2.0 event handlers
464         * System.Windows.Forms_test.dll.sources: Added EventArgsTest.cs
465         
466 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
467
468         * System.Windows.Forms.dll.sources: Added new 2.0 Enums
469
470 2006-07-11  Wade Berrier <wberrier@novell.com>
471
472         * Makefile: add some files EXTRA_DISTFILES needed by the tests
473
474 2006-06-23  Chris Toshok  <toshok@ximian.com>
475
476         * System.Windows.Forms_test.dll.sources: add
477         PropertyManagerTest.cs
478
479 2006-06-20  Chris Toshok  <toshok@ximian.com>
480
481         * System.Windows.Forms.dll.sources: add RelatedPropertyManager.cs
482         and RelatedCurrencyManager.cs.
483
484 2006-06-12  Wade Berrier <wberrier@novell.com>
485
486         * Makefile: Update for dialog-question3.png -> dialog-question.png rename
487         to fix 'make dist'
488
489 2006-05-30  Wade Berrier <wberrier@novell.com>
490
491         * Makefile: oops, add some more missing resources.
492
493 2006-05-30  Wade Berrier <wberrier@novell.com>
494
495         * Makefile: fix resource filenames to fix make dist
496
497 2006-05-25  Miguel de Icaza  <miguel@novell.com>
498
499         * Add new dialog-*.png Tango icons (dialog-question is from a
500         different theme as Tango is still missing it).
501
502 2006-05-24  Miguel de Icaza  <miguel@novell.com>
503
504         * Changes so that we can use the filename as the resource name,
505         should help compiling from within VisualStudio.
506
507 2006-05-23  Miguel de Icaza  <miguel@novell.com>
508
509         * resources/: Add Tango icons in various sizes.
510
511 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
512
513         * System.Windows.Forms_test.dll.sources: Add the unit tests for
514         PaintEventArgs to the build (tested under both 1.1 and 2.0).
515
516 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
517
518         * Makefile, System.Windows.Forms.dll.resources: Added NWSE and NESW 
519           cursors
520
521 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
522
523         * Makefile : added -r:System.Data.dll for "make test".
524
525 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
526
527         * SWF.csproj: Updated, matching current .sources
528
529 2006-04-16  Gert Driesen  <drieseng@users.sourceforge.net>
530
531         * System.Windows.Forms_test.dll.sources: Added TabControlTest.cs.
532
533 2006-03-21  Jackson Harper  <jackson@ximian.com>
534
535         * System.Windows.Forms.dll.resources: Add the keyboard resources.
536
537 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
538
539         * System.Windows.Forms.dll.sources: Added ProgressBarStyle.cs
540
541 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
542
543         * System.Windows.Forms.dll.sources: Removed MimeGenerated.cs
544
545 2006-03-09  Jonathan Gilbert  <logic@deltaq.org>
546
547         * System.Windows.Forms/AutoScaleMode.cs: Added new file for
548           the 2.0 enumeration.
549         * System.Windows.Forms/ContainerControl.cs: Added stub for
550           AutoScaleMode property; outputs a message to stderr to
551           encourage people familiar with its behaviour to implement
552           it. :-)
553         * System.Windows.Forms/Control.cs: Added stub for AutoScale;
554           outputs a message just like ContainerControl::AutoScaleMode.
555         * System.Windows.Forms.dll.sources: Added AutoScaleMode.cs to
556           the list of files to build.
557
558 2006-02-28  Matt Hargett  <matt@use.net>
559
560         * System.Windows.Forms_test.dll.sources: Added ComboBoxTests.cs
561
562 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
563
564         * build-csproj: Fixed so the csproj is usable.
565
566 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
567
568         * System.Windows.Forms.dll.sources: Added PageSetupDialog.cs.
569
570 2006-1-12  Jonathan Chambers  <jonathan.chambers@ansys.com>
571
572         * System.Windows.Forms.dll.sources: Added printing items and *committed* file this time.
573
574 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
575
576         * System.Windows.Forms.dll.sources: Add PrintPreviewDialog and PrintPreviewControl
577
578 2006-1-10  Jonathan Chambers  <jonathan.chambers@ansys.com>
579
580         * System.Windows.Forms.dll.sources: Add PrintControllerWithStatusDialog
581
582 2005-12-13  Jackson Harper  <jackson@ximian.com>
583
584         * System.Windows.Forms.dll.sources: Add the new internal window
585         managers
586
587 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
588
589         * System.Windows.Forms.dll.sources: Added ThemeClearlooks.cs
590
591 2005-12-02  Jackson Harper  <jackson@ximian.com>
592
593         * System.Windows.Forms.dll.sources: New implicit scrollbars.
594
595 2005-12-01  Robert Jordan  <robertj@gmx.net>
596
597         * System.Windows.Forms_test.dll.sources: Added
598         System.Resources/CompatTest.cs
599         System.Resources/WriterTest.cs.
600
601 2005-12-01  Raja R Harinath  <rharinath@novell.com>
602
603         * Makefile (EXTRA_DISTFILES): Add Test/resources/a.cur.
604
605 2005-11-30  Robert Jordan  <robertj@gmx.net>
606
607         * System.Windows.Forms_test.dll.sources: Added System.Resources/CultureTest.cs
608
609 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
610
611         * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
612         DataGridViewBandTest.cs DataGridViewCellTest.cs
613         DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
614         DataGridViewRowTest.cs DataGridViewTest.cs
615
616 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
617
618         * System.Windows.Forms_test.dll.sources: Added RichTextBoxTest.cs
619
620 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
621
622         * Makefile, System.Windows.Forms.dll.resources, SWF.csproj: Added
623           DnDLink cursor
624
625 2005-10-31  Peter Dennis Bartok  <pbartok@novell.com>
626
627         * Makefile: Added new cursors; added dependency rule on
628           cursors to force rebuild when cursors are changed or added
629         * System.Windows.Forms.dll.resources: Added new cursors
630
631 2005-10-17  Raja R Harinath  <rharinath@novell.com>
632
633         * Makefile (RESOURCES): Distribute newly added cursors.
634
635 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
636
637         * System.Windows.Forms.dll.resources: Added cursors
638         * build-csproj: Updated to support resources
639         * SWF.csproj: Updated
640         * System.Windows.Forms.dll.sources: Removed blank line to support
641           build-csproj
642         * System.Windows.Forms_test.dll.sources: Added ControlStyleTest
643
644 2005-10-05 Hisham Mardam Bey <hisham.mardambey@gmail.com>
645
646         * Created samples/ directory.   
647
648 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
649
650         * System.Windows.Forms.dll.sources: Added X11DesktopColors.cs
651         * SWF.csproj: Updated
652
653 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
654
655         * System.Windows.Forms_test.dll.sources : Added Common.cs
656
657 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
658
659         * Makefile: Replaced /codepage with CODEPAGE.
660
661 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
662
663         * System.Windows.Forms_test.dll.sources : Added pictureBoxTest.cs
664
665 2005-09-09 Jonathan Chambers  <jonathan.chambers@ansys.com>
666
667         * System.Windows.Forms.dll.sources: Added IRootGridEntry.cs and PropertyGridCommands.cs
668
669 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
670
671         * Test/System.Windows.Forms/LabelTest.cs : More tests.  
672
673 2005-09-09  Hisham Mardam Bey  <hisham.mardambey@gmail.com>
674
675         * Test/System.Windows.Forms/LabelTest.cs : new Label tests (incomplete)
676         * System.Windows.Forms_test.dll.sources : add new tests
677         * System.Windows.Forms/Label.cs : give FlatStyle a default value
678           of FlatStyle.Standard.
679
680 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
681         
682         * System.Windows.Forms_test.dll.sources : added MonthCalendarTest.cs
683
684 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
685
686         * System.Windows.Forms.dll.sources: Added RichTextBox.cs to build
687         * SWF.csproj: Updated
688
689 2005-09-06 Jonathan Chambers  <jonathan.chambers@ansys.com>
690
691         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.PropertiesTab.cs
692
693 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
694
695         * System.Windows.Forms.dll.sources: Added System.Windows.Forms.RTF
696           subdirectory to build
697         * SWF.csproj: Updated
698
699 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
700
701         * System.Windows.Forms.dll.sources: Added ThemeNice.cs
702
703 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
704         
705         * System.Windows.Forms_test.dll.sources : added ProgressBarTest.cs,
706           ToolBarTest.cs, ToolTipTest.cs
707         
708           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
709 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
710
711         * Makefile : added /codepage:65001 (otherwise the build gets broken
712           on KeyboardLayout.cs on some non-iso-8859-1 environment).
713
714 2005-08-18  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
715         * System.Windows.Forms/TreeView.cs: some spaces to tabs
716                 FIX: ToString() was generating exception on empty Nodes 
717                 (was testing <0 instead of <= 0)
718                 
719 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
720         
721         * System.Windows.Forms_test.dll.sources : added ImageListTest.cs,
722           RadioButtonTest.cs, ScrollBarTest.cs and StatusBarTest.cs . 
723           
724 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
725         
726         * System.Windows.Forms_test.dll.sources : sorted and removed test-cases for Form
727           and TextBox as these are still under development.
728
729 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
730
731         * SWF.csproj: Updated
732
733 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
734         
735         * M.gif : used by some of the test-cases
736         * System.Windows.Forms_test.dll.sources : Added test-case for
737           ListView, ComboBox, CheckBox, CheckedList, Form, Menu, GroupBox
738           and ImageList
739
740 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
741
742         * System.Windows.Forms_test.dll.sources : Added MimeIcon.cs
743
744 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
745
746         * DataGridTextBoxColumn.cs: default value
747         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
748         * GridTableStylesCollection.cs: fixes checking MappingName
749         * DataGridDrawingLogic.cs: fixes drawing logic issues
750         * DataSourceHelper.cs: rewritten to make compatible with more data sources
751         * DataGrid.cs: fixes    
752
753
754 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
755
756         * System.Windows.Forms_test.dll.sources : Added ListBoxTest.cs and 
757           ListBoxEventTest.cs for ListBox tests.
758
759 2005-06-15  Peter Bartok  <pbartok@novell.com>
760
761         * System.Windows.Forms.dll.sources: Added MWFCategoryAttribute.cs and
762           MWFDescriptionAttribute.cs
763         * SWF.csproj: Updated
764
765 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
766
767         * System.Windows.Forms.dll.sources: Added Mime.cs and
768         MimeGenerated.cs.
769
770 2005-06-13  Jackson Harper  <jackson@ximian.com>
771
772         * SWF.csproj:
773         * System.Windows.Forms.dll.sources: Add MdiClientContext to the
774         build.
775
776 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
777
778         * System.Windows.Forms_test.dll.sources : Added TextBoxTest.cs
779         and ButtonTest.cs for TextBox and Button tests respectively.
780
781 2005-06-10  Peter Bartok  <pbartok@novell.com>
782
783         * System.Windows.Forms.dll.sources: Add ImageListConverter.cs
784         * SWF.csproj: Updated
785
786 2005-06-08  Jackson Harper  <jackson@ximian.com>
787
788         * Guidelines:
789         * Design: Double buffering is handled at a different level now, so
790         I am removing mention of it. Control developers do not need to
791         know how it works.
792
793 2005-06-05  Peter Bartok  <pbartok@novell.com>
794
795         * System.Windows.Forms.dll.sources: Add Win32DnD.cs
796         * SWF.csproj: Updated
797
798 2005-05-24  Jackson Harper  <jackson@ximian.com>
799
800         * System.Windows.Forms.dll.sources: Add X11Dnd.cs
801
802 2005-05-24  Peter Bartok  <pbartok@novell.com>
803
804         * System.Windows.Forms.dll.sources: Added
805           DataGridPreferredColumnWidthTypeConverter.cs
806         * SWF.csproj: Updated
807
808 2005-05-24  Peter Bartok  <pbartok@novell.com>
809
810         * System.Windows.Forms.dll.sources: Added Help.cs
811         * SWF.csproj: Updated
812
813 2005-05-18  Peter Bartok  <pbartok@novell.com>
814
815         * System.Windows.Forms.dll.sources: Added Clipboard.cs
816         * SWF.csproj: Update
817
818 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
819
820         * System.Windows.Forms_test.dll.sources : Added ControlEventTest.cs
821         for Event Test
822
823 2005-05-11  Peter Bartok  <pbartok@novell.com>
824
825         * System.Windows.Forms.dll.sources: Added
826           IDataGridEditingService.cs, System.Resources/ResXFileRef.cs,
827           System.Resources/ResXResourceSet.cs
828         * SWF.csproj: Updated
829         
830 2005-05-10  Peter Bartok  <pbartok@novell.com>
831
832         * System.Windows.Forms.dll.sources: Added SecurityIDType.cs,
833           DataObject.cs and DataFormats.cs
834         * SWF.csproj: Update
835
836 2005-05-06  Peter Bartok  <pbartok@novell.com>
837
838         * System.Windows.Forms.dll.sources: Added Screen.cs, HelpNavigator.cs
839           and HelpProvider.cs
840         * SWF.csproj: Updated
841
842 2005-05-05  Peter Bartok  <pbartok@novell.com>
843
844         * System.Windows.Forms.dll.sources: Added AxHost.cs,
845           ErrorProvider.cs, RichTextBoxFinds.cs, RichTextBoxScrollBars.cs,
846           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
847           RichTextBoxStreamType.cs, RichTextBoxWordPunctuations.cs
848         * SWF.csproj: Updated
849
850 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
851
852         * System.Windows.Forms_test.dll.sources : Added ControlTest.cs for Label Test
853
854 2005-04-26  Ritvik Mayank  <mritvik@novell.com>
855
856         * System.Windows.Forms_test.dll.sources : Added LabelPropertyTest.cs for Label Test
857
858 2005-04-25  Jackson Harper  <jackson@ximian.com>
859
860         * System.Windows.Forms.dll.sources: Add CursorConvert.cs to the
861         build
862
863 2005-04-09  Peter Bartok  <pbartok@novell.com>
864
865         * System.Windows.Forms.dll.sources: Added FolderBrowserDialog.cs
866
867 2005-03-11  Peter Bartok  <pbartok@novell.com>
868
869         * System.Windows.Forms.dll.sources: Added MdiClient.cs
870
871 2005-03-10  Peter Bartok  <pbartok@novell.com>
872
873         * System.Windows.Forms.dll.sources: Added SaveFileDialog.cs
874
875 2005-03-09  Peter Bartok  <pbartok@novell.com>
876
877         * System.Windows.Forms.dll.sources: Added MdiClient.cs
878
879 2005-02-24  Peter Bartok  <pbartok@novell.com>
880
881         * System.Windows.Forms.dll.sources: Removed HandleData.cs
882
883 2005-02-22  Jackson Harper  <jackson@ximian.com>
884
885         * System.Windows.Forms.dll.sources: Add databinding classes
886
887 2005-02-22  Raja R Harinath  <rharinath@novell.com>
888
889         * Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
890         (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
891         (dist-default): Depend on it.
892
893 2005-02-18  Peter Bartok  <pbartok@novell.com>
894
895         * System.Windows.Forms.dll.sources: Added MethodInvoker.cs,
896           ErrorIconAlignment.cs, MdiLayout.cs, SendKeys.cs
897
898 2005-02-18  Raja R Harinath  <rharinath@novell.com>
899
900         * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
901         *.resources.prebuilt.
902
903 2005-02-17  Peter Bartok  <pbartok@novell.com>
904
905         * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
906           DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
907           ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
908
909 2005-02-15  Peter Bartok  <pbartok@novell.com>
910
911         * Makefile: Altered, following Harinath's suggestion of trying to
912           build and handling the failure by copying prebuilt resources in
913           place
914
915 2005-02-15  Peter Bartok  <pbartok@novell.com>
916
917         * Makefile: Removed resources as automatic target; to build
918           .resource files 'make resources' must be invoked. This removes
919           the libgdiplus installed requirement. Instead, the compiled files
920           are checked in as well.
921
922 2005-02-13  Peter Bartok  <pbartok@novell.com>
923
924         * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
925           OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
926         * System.Windows.Forms.dll.resources: Added
927         * Makefile: Added support for generating resources
928
929 2005-02-12  Geoff Norton  <gnorton@customerdna.com>
930
931         * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
932         
933 2005-02-03  Peter Bartok  <pbartok@novell.com>
934
935         * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
936           PropertyGridView.cs
937
938 2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
939
940         * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
941           DateTimePickerFormat.cs
942           
943 2005-01-29  Peter Bartok  <pbartok@novell.com>
944
945         * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
946           ArrangeStartingPosition.cs
947         * SWF.csproj: Updated
948
949 2005-01-28  Peter Bartok  <pbartok@novell.com>
950
951         * SWF.csproj: Updated with all the latest files
952         * build-csproj: Added, allows to autogenerate SWF.csproj
953         * Makefile: Added rule to automatically call build-csproj (Thanks
954           to Geoff Norton for review and a simpler rule)
955
956 2005-01-26  Peter Bartok  <pbartok@novell.com>
957
958         * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
959           GridItem.cs, GridItemCollection.cs, GridItemType.cs,
960           PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
961           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
962           PropertyValueChangedEventHandler.cs,
963           SelectedGridItemChangedEventArgs.cs,
964           SelectedGridItemChangedEventHandler.cs
965
966 2005-01-26  Peter Bartok  <pbartok@novell.com>
967
968         * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
969
970 2005-01-16  Peter Bartok  <pbartok@novell.com>
971
972         * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
973
974 2005-01-16  Peter Bartok  <pbartok@novell.com>
975
976         * System.Windows.Forms.dll.Sources: Added Cursors.cs
977
978 2005-01-11  Peter Bartok  <pbartok@novell.com>
979
980         * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
981
982 2005-01-05  Peter Bartok  <pbartok@novell.com>
983
984         * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
985           IDataGridColumnStyleEditingNotificationService.cs,
986           IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
987           NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
988           OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
989
990 2004-12-27  Peter Bartok  <pbartok@novell.com>
991
992         * System.Windows.Forms.dll.Sources: Added
993           System.Windows.Forms.Design/ComponentEditorForm.cs,
994           System.Windows.Forms.Design/ComponentEditorPage.cs,
995           System.Windows.Forms.Design/EventsTab.cs,
996           System.Windows.Forms.Design/IUIService.cs,
997           System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
998           System.Windows.Forms.Design/PropertyTab.cs,
999           System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
1000           ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
1001           DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
1002           DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
1003           GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
1004           IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
1005           SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
1006
1007 2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
1008
1009         * System.Windows.Forms.dll.Sources: Added ComboBox.cs and
1010           ComboBoxStyle.cs
1011
1012 2004-12-20  Peter Bartok  <pbartok@novell.com>
1013
1014         * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
1015
1016 2004-12-16  Peter Bartok  <pbartok@novell.com>
1017
1018         * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
1019           TextControl.cs
1020
1021 2004-12-15  Peter Bartok  <pbartok@novell.com>
1022
1023         * Design: Updated to reflect Mac Driver; added mention
1024           of System.Drawing patches for MWF support
1025
1026         * README: Credited Geoff Norton with the Mac driver
1027
1028 2004-12-15  Jackson Harper  <jackson@ximian.com>
1029
1030         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
1031
1032 2004-12-08  Peter Bartok  <pbartok@novell.com>
1033
1034         * SWF.csproj: Added XplatUIOSX.cs to build list
1035
1036 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
1037
1038         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
1039
1040 2004-12-07  Ravindra  <rkumar@novell.com>
1041
1042         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
1043         some of the components that were added twice. This fixes MWF build on
1044         Windows.
1045
1046 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
1047
1048         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
1049
1050 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
1051
1052         * Makefile: Added System.Drawing.dll deps for tests.
1053
1054         * System.Windows.Forms_test.dll.sources: New test files.
1055
1056 2004-12-02  Peter Bartok  <pbartok@novell.com>
1057
1058         * SWF.csproj: Added Jackson's fresly minted TreeView files to
1059           build list
1060
1061 2004-12-01  Jackson Harper  <jackson@ximian.com>
1062
1063         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
1064
1065 2004-11-30  Peter Bartok  <pbartok@novell.com>
1066
1067         * System.Windows.Forms.dll.sources: Removed textbox
1068           references, accidentally checked those in, but textbox is
1069           not yet ready for primetime
1070
1071 2004-11-29  Peter Bartok  <pbartok@novell.com>
1072
1073         * System.Windows.Forms.dll.sources: Removed tree
1074           additions.
1075           I am removing these files as they conflict with already completed
1076           work. While it is fantastic to get contributions to MWF, I
1077           respectfully ask that everyone please coordinate their contributions
1078           through mono-winforms-list or #mono-winforms at this time. We're
1079           explicitly avoiding stubbing and don't want controls that don't have
1080           their basic functionality implemented in svn. Please also see
1081           http://www.mono-project.com/contributing/winforms.html
1082         
1083 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
1084
1085         * System.Windows.Forms.dll.sources: Added
1086         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
1087         TreeViewAction.cs, TreeViewEventArgs.cs
1088
1089         * System.Windows.Forms_test.dll.sources: Added
1090         TreeNodeTest.cs
1091
1092 2004-11-24  Ravindra  <rkumar@novell.com>
1093
1094         * SWF.csproj: Updated project.
1095
1096 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
1097
1098         * System.Windows.Forms.dll.sources: added MonthCalendar files
1099
1100 2004-11-21  Ravindra  <rkumar@novell.com>
1101
1102         * SWF.csproj: Updated project.
1103
1104 2004-11-11  Jackson Harper  <jackson@ximian.com>
1105
1106         * System.Windows.Forms.dll.sources: Add
1107         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
1108
1109 2004-11-01 23:19  ravindra
1110
1111         * SWF.csproj: Updated project.
1112
1113 2004-10-26 03:38  ravindra
1114
1115         * SWF.csproj: Updated project.
1116
1117 2004-10-20 04:16  jordi
1118
1119         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
1120
1121 2004-10-19 16:50  jackson
1122
1123         * System.Windows.Forms.dll.sources: New optimized event queue
1124
1125 2004-10-18 00:31  ravindra
1126
1127         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1128           list and project to fix the build.
1129
1130 2004-10-15 09:14  ravindra
1131
1132         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
1133           list and project.
1134
1135 2004-10-15 06:43  jordi
1136
1137         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
1138           etc
1139
1140 2004-10-13 21:21  ravindra
1141
1142         * SWF.csproj: Updated project.
1143
1144 2004-10-04 04:58  ravindra
1145
1146         * SWF.csproj: Updated project.
1147
1148 2004-10-02 12:55  pbartok
1149
1150         * System.Windows.Forms.dll.sources:
1151           - Added LeftRightAlignment source reference
1152
1153 2004-09-30 07:32  ravindra
1154
1155         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1156           sources list.
1157
1158 2004-09-29 23:02  jambunathan
1159
1160         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
1161           CheckState.cs
1162
1163 2004-09-28 14:11  jackson
1164
1165         * System.Windows.Forms.dll.sources: Give the build some love
1166
1167 2004-09-28 04:31  ravindra
1168
1169         * Notes: Added a minor note.
1170
1171 2004-09-28 00:18  pbartok
1172
1173         * Notes:
1174           - Initial check in. A place to log info about MWF that doesn't fit
1175             anywhere else
1176
1177 2004-09-24 12:02  jackson
1178
1179         * System.Windows.Forms.dll.sources: Add tab classes to the build
1180
1181 2004-09-23 01:44  ravindra
1182
1183         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
1184           list and project file.
1185
1186 2004-09-20 18:54  jackson
1187
1188         * Makefile: New message loop that uses poll so we don't get a busy
1189           loop
1190
1191 2004-09-19 23:41  ravindra
1192
1193         * Guidelines: Added a note to Guidelines.
1194
1195 2004-09-17 06:19  jordi
1196
1197         * System.Windows.Forms.dll.sources: Very early menu support
1198
1199 2004-09-16 01:19  ravindra
1200
1201         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
1202           sources list.
1203
1204 2004-09-13 22:09  ravindra
1205
1206         * SWF.csproj: Updated project.
1207
1208 2004-09-13 09:24  jordi
1209
1210         * System.Windows.Forms.dll.sources: Add to the build Process
1211
1212 2004-09-09 01:15  jordi
1213
1214         * System.Windows.Forms.dll.sources: measureitem args and handler
1215
1216 2004-09-09 00:03  ravindra
1217
1218         * SWF.csproj: Updated project.
1219
1220 2004-09-08 23:57  ravindra
1221
1222         * System.Windows.Forms.dll.sources: Added some new enums to the
1223           list.
1224
1225 2004-09-08 06:45  jordi
1226
1227         * System.Windows.Forms.dll.sources: enumerations need it by menus
1228
1229 2004-09-07 11:12  jordi
1230
1231         * System.Windows.Forms.dll.sources: GroupBox control
1232
1233 2004-09-02 14:28  pbartok
1234
1235         * System.Windows.Forms.dll.sources:
1236           - Added AccessibleNavigation and AccessibleSelection source files
1237
1238 2004-08-31 20:52  ravindra
1239
1240         * Design, Guidelines: Minor formatting changes and added location
1241           for the coding style guideline for Mono.
1242
1243 2004-08-31 19:37  pbartok
1244
1245         * Guidelines:
1246           - Removed wrong stuff
1247
1248 2004-08-31 16:10  pbartok
1249
1250         * README:
1251           - Updated
1252
1253 2004-08-31 03:13  ravindra
1254
1255         * System.Windows.Forms_test.dll.sources: Added sources list for
1256           test dll.
1257
1258 2004-08-30 10:48  pbartok
1259
1260         * Design, Guidelines:
1261           - Initial check-in
1262
1263 2004-08-29 22:35  pbartok
1264
1265         * System.Windows.Forms.dll.sources:
1266           - Added System.Resources source files
1267
1268 2004-08-27 16:18  ravindra
1269
1270         * Makefile: Lets do some tests too.
1271
1272 2004-08-27 16:14  ravindra
1273
1274         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
1275           sources.
1276
1277 2004-08-23 13:14  pbartok
1278
1279         * SWF.csproj, SWF.sln:
1280           - Created properly pathed VS.Net project and solution
1281
1282 2004-08-23 10:46  jackson
1283
1284         * System.Windows.Forms.dll.sources: oops. remove unused file
1285
1286 2004-08-22 17:47  jackson
1287
1288         * System.Windows.Forms.dll.sources: Add PictureBox to the build
1289
1290 2004-08-22 12:04  pbartok
1291
1292         * System.Windows.Forms.dll.sources:
1293           - Added Cursor.cs source
1294
1295 2004-08-22 11:59  pbartok
1296
1297         * System.Windows.Forms.dll.sources:
1298           - Restored sort order for file
1299           - Added UserControl source file
1300
1301 2004-08-20 13:10  jackson
1302
1303         * System.Windows.Forms.dll.sources: Classes for sending Async
1304           messages through X/Win32
1305
1306 2004-08-19 16:25  jordi
1307
1308         * System.Windows.Forms.dll.sources: theme enhancaments
1309
1310 2004-08-17 15:09  jackson
1311
1312         * System.Windows.Forms.dll.sources: Add Panel to the build
1313
1314 2004-08-16 15:24  jackson
1315
1316         * System.Windows.Forms.dll.sources: HandleData is used for storing
1317           message information for window handles
1318
1319 2004-08-16 08:59  pbartok
1320
1321         * System.Windows.Forms.dll.sources:
1322           - Added ButtonBase.cs
1323
1324 2004-08-15 17:22  ravindra
1325
1326         * System.Windows.Forms.dll.sources: Updated sources list for
1327           ToolBar Control.
1328
1329 2004-08-13 10:25  jackson
1330
1331         * System.Windows.Forms.dll.sources: SWF Timer
1332
1333 2004-08-12 10:19  jackson
1334
1335         * System.Windows.Forms.dll.sources: Classes for handling status bar
1336           panel click events
1337
1338 2004-08-11 15:24  pbartok
1339
1340         * System.Windows.Forms.dll.sources:
1341           - Fixed filename for BindingManagerBase.cs
1342           - Alphabetized files
1343
1344 2004-08-10 19:11  jackson
1345
1346         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
1347           build
1348
1349 2004-08-10 12:59  jackson
1350
1351         * System.Windows.Forms.dll.sources: Add Draw Item
1352
1353 2004-08-09 15:40  jackson
1354
1355         * System.Windows.Forms.dll.sources: Add status bar panel files to
1356           the build
1357
1358 2004-08-07 17:01  jackson
1359
1360         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
1361           build
1362
1363 2004-07-26 11:42  jordi
1364
1365         * System.Windows.Forms.dll.sources: Theme support
1366
1367 2004-07-26 05:41  jordi
1368
1369         * System.Windows.Forms.dll.sources: initial messagebox
1370           implementation
1371
1372 2004-07-21 10:19  jordi
1373
1374         * System.Windows.Forms.dll.sources: LinkLabel control
1375           implementation
1376
1377 2004-07-16 05:18  jordi
1378
1379         * System.Windows.Forms.dll.sources: add ImageList,
1380           ImageListStreamer, and ColorDepth to the build process
1381
1382 2004-07-15 03:38  jordi
1383
1384         * System.Windows.Forms.dll.sources: Horizontal and Vertical
1385           TrackBar control implementation
1386
1387 2004-07-13 09:33  jordi
1388
1389         * System.Windows.Forms.dll.sources: vertical and hort. classes
1390           commit
1391
1392 2004-07-08 23:21  pbartok
1393
1394         * Makefile, README, System.Windows.Forms.dll.sources:
1395           - Initial check-in
1396