2005-03-03 Jordi Mas i Hernandez <jordi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
1 2005-02-24  Peter Bartok  <pbartok@novell.com>
2
3         * System.Windows.Forms.dll.sources: Removed HandleData.cs
4
5 2005-02-22  Jackson Harper  <jackson@ximian.com>
6
7         * System.Windows.Forms.dll.sources: Add databinding classes
8
9 2005-02-22  Raja R Harinath  <rharinath@novell.com>
10
11         * Makefile (EXTRA_DISTFILES): Add 'build-csproj'.
12         (PREBUILT): New rule to copy *.resources to *.resources.prebuilt.
13         (dist-default): Depend on it.
14
15 2005-02-18  Peter Bartok  <pbartok@novell.com>
16
17         * System.Windows.Forms.dll.sources: Added MethodInvoker.cs,
18           ErrorIconAlignment.cs, MdiLayout.cs, SendKeys.cs
19
20 2005-02-18  Raja R Harinath  <rharinath@novell.com>
21
22         * Makefile (EXTRA_DISTFILES): Distribute all *.resx and
23         *.resources.prebuilt.
24
25 2005-02-17  Peter Bartok  <pbartok@novell.com>
26
27         * System.Windows.Forms.dll.sources: Added DateBoldEventHandler.cs,
28           DateBoldEventArgs.cs, UpDownEventHandler.cs, UpDownEventArgs.cs,
29           ContentsResizedEventHandler.cs, ContentsResizedEventArgs.cs
30
31 2005-02-15  Peter Bartok  <pbartok@novell.com>
32
33         * Makefile: Altered, following Harinath's suggestion of trying to
34           build and handling the failure by copying prebuilt resources in
35           place
36
37 2005-02-15  Peter Bartok  <pbartok@novell.com>
38
39         * Makefile: Removed resources as automatic target; to build
40           .resource files 'make resources' must be invoked. This removes
41           the libgdiplus installed requirement. Instead, the compiled files
42           are checked in as well.
43
44 2005-02-13  Peter Bartok  <pbartok@novell.com>
45
46         * System.Windows.Forms.dll.sources: Added SelectionRangeConverter.cs,
47           OpacityConverter.cs, KeysConverter.cs, Hwnd.cs
48         * System.Windows.Forms.dll.resources: Added 
49         * Makefile: Added support for generating resources
50
51 2005-02-12  Geoff Norton  <gnorton@customerdna.com>
52
53         * System.Windows.Forms.dll.sources: Added ResXNullRef.cs
54         
55 2005-02-03  Peter Bartok  <pbartok@novell.com>
56
57         * System.Windows.Forms.dll.Sources: Added ComponentModel.cs and
58           PropertyGridView.cs
59
60 2005-01-30  John BouAntoun  <jba-mono@optusnet.com.au>
61
62         * System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
63           DateTimePickerFormat.cs
64           
65 2005-01-29  Peter Bartok  <pbartok@novell.com>
66
67         * System.Windows.Forms.dll.Sources: Added ArrangeDirection.cs and
68           ArrangeStartingPosition.cs
69         * SWF.csproj: Updated
70
71 2005-01-28  Peter Bartok  <pbartok@novell.com>
72
73         * SWF.csproj: Updated with all the latest files
74         * build-csproj: Added, allows to autogenerate SWF.csproj
75         * Makefile: Added rule to automatically call build-csproj (Thanks
76           to Geoff Norton for review and a simpler rule)
77
78 2005-01-26  Peter Bartok  <pbartok@novell.com>
79
80         * System.Windows.Forms.dll.Sources: Added GridEntry.cs,
81           GridItem.cs, GridItemCollection.cs, GridItemType.cs,
82           PropertyGrid.cs, PropertySort.cs, PropertyTabChangedEventArgs.cs,
83           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventArgs.cs
84           PropertyValueChangedEventHandler.cs, 
85           SelectedGridItemChangedEventArgs.cs,
86           SelectedGridItemChangedEventHandler.cs
87
88 2005-01-26  Peter Bartok  <pbartok@novell.com>
89
90         * System.Windows.Forms.dll.Sources: Added NotifyIcon.cs
91
92 2005-01-16  Peter Bartok  <pbartok@novell.com>
93
94         * System.Windows.Forms.dll.Sources: Added AccessibleEvents.cs
95
96 2005-01-16  Peter Bartok  <pbartok@novell.com>
97
98         * System.Windows.Forms.dll.Sources: Added Cursors.cs
99
100 2005-01-11  Peter Bartok  <pbartok@novell.com>
101
102         * System.Windows.Forms.dll.Sources: Added OSXStructs.cs
103
104 2005-01-05  Peter Bartok  <pbartok@novell.com>
105
106         * System.Windows.Forms.dll.Sources: Added ICommandExecutor.cs,
107           IDataGridColumnStyleEditingNotificationService.cs,
108           IFeatureSupport.cs, IFileReaderService.cs, AmbientProperties.cs,
109           NavigateEventArgs.cs, NavigateEventHandler.cs, FeatureSupport.cs,
110           OSFeature.cs, ErrorBlinkStyle.cs, ListBindingConverter.cs
111
112 2004-12-27  Peter Bartok  <pbartok@novell.com>
113
114         * System.Windows.Forms.dll.Sources: Added
115           System.Windows.Forms.Design/ComponentEditorForm.cs,
116           System.Windows.Forms.Design/ComponentEditorPage.cs,
117           System.Windows.Forms.Design/EventsTab.cs,
118           System.Windows.Forms.Design/IUIService.cs,
119           System.Windows.Forms.Design/IWindowsFormsEditorService.cs,
120           System.Windows.Forms.Design/PropertyTab.cs,
121           System.Windows.Forms.Design/WindowsFormsComponentEditor.cs,
122           ColorDialog.cs, ComboBox.cs, ComboBoxStyle.cs, DataGrid.cs,
123           DataGridLineStyle.cs, DataGridParentRowsLabelStyle.cs,
124           DataGridTableStyle.cs, FontDialog.cs, FileDialog.cs,
125           GridColumnStylesCollection.cs, GridTableStylesCollection.cs,
126           IComponentEditorPageSite.cs, OpenFileDialog, Splitter.cs,
127           SplitterEventArgs.cs, SplitterEventHandler.cs, TextBox.cs
128
129 2004-12-24  Jordi Mas i Hernandez <jordi@ximian.com>
130
131         * System.Windows.Forms.dll.Sources: Added ComboBox.cs and 
132           ComboBoxStyle.cs
133
134 2004-12-20  Peter Bartok  <pbartok@novell.com>
135
136         * System.Windows.Forms.dll.Sources: Added CommonDialog.cs
137
138 2004-12-16  Peter Bartok  <pbartok@novell.com>
139
140         * System.Windows.Forms.dll.Sources: Added TextBoxBase.cs and
141           TextControl.cs
142
143 2004-12-15  Peter Bartok  <pbartok@novell.com>
144
145         * Design: Updated to reflect Mac Driver; added mention
146           of System.Drawing patches for MWF support
147
148         * README: Credited Geoff Norton with the Mac driver
149
150 2004-12-15  Jackson Harper  <jackson@ximian.com>
151
152         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
153
154 2004-12-08  Peter Bartok  <pbartok@novell.com>
155
156         * SWF.csproj: Added XplatUIOSX.cs to build list
157
158 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
159
160         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
161
162 2004-12-07  Ravindra  <rkumar@novell.com>
163
164         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
165         some of the components that were added twice. This fixes MWF build on
166         Windows.
167
168 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
169
170         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
171
172 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
173
174         * Makefile: Added System.Drawing.dll deps for tests.
175
176         * System.Windows.Forms_test.dll.sources: New test files.
177
178 2004-12-02  Peter Bartok  <pbartok@novell.com>
179
180         * SWF.csproj: Added Jackson's fresly minted TreeView files to 
181           build list
182
183 2004-12-01  Jackson Harper  <jackson@ximian.com>
184
185         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
186
187 2004-11-30  Peter Bartok  <pbartok@novell.com>
188
189         * System.Windows.Forms.dll.sources: Removed textbox
190           references, accidentally checked those in, but textbox is
191           not yet ready for primetime
192
193 2004-11-29  Peter Bartok  <pbartok@novell.com>
194
195         * System.Windows.Forms.dll.sources: Removed tree
196           additions.
197           I am removing these files as they conflict with already completed 
198           work. While it is fantastic to get contributions to MWF, I 
199           respectfully ask that everyone please coordinate their contributions
200           through mono-winforms-list or #mono-winforms at this time. We're 
201           explicitly avoiding stubbing and don't want controls that don't have 
202           their basic functionality implemented in svn. Please also see 
203           http://www.mono-project.com/contributing/winforms.html
204         
205 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
206
207         * System.Windows.Forms.dll.sources: Added
208         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
209         TreeViewAction.cs, TreeViewEventArgs.cs
210
211         * System.Windows.Forms_test.dll.sources: Added
212         TreeNodeTest.cs
213
214 2004-11-24  Ravindra  <rkumar@novell.com>
215
216         * SWF.csproj: Updated project.
217
218 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
219
220         * System.Windows.Forms.dll.sources: added MonthCalendar files
221
222 2004-11-21  Ravindra  <rkumar@novell.com>
223
224         * SWF.csproj: Updated project.
225
226 2004-11-11  Jackson Harper  <jackson@ximian.com>
227
228         * System.Windows.Forms.dll.sources: Add
229         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
230
231 2004-11-01 23:19  ravindra
232
233         * SWF.csproj: Updated project.
234
235 2004-10-26 03:38  ravindra
236
237         * SWF.csproj: Updated project.
238
239 2004-10-20 04:16  jordi
240
241         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
242
243 2004-10-19 16:50  jackson
244
245         * System.Windows.Forms.dll.sources: New optimized event queue
246
247 2004-10-18 00:31  ravindra
248
249         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
250           list and project to fix the build.
251
252 2004-10-15 09:14  ravindra
253
254         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
255           list and project.
256
257 2004-10-15 06:43  jordi
258
259         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
260           etc
261
262 2004-10-13 21:21  ravindra
263
264         * SWF.csproj: Updated project.
265
266 2004-10-04 04:58  ravindra
267
268         * SWF.csproj: Updated project.
269
270 2004-10-02 12:55  pbartok
271
272         * System.Windows.Forms.dll.sources:
273           - Added LeftRightAlignment source reference
274
275 2004-09-30 07:32  ravindra
276
277         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
278           sources list.
279
280 2004-09-29 23:02  jambunathan
281
282         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
283           CheckState.cs
284
285 2004-09-28 14:11  jackson
286
287         * System.Windows.Forms.dll.sources: Give the build some love
288
289 2004-09-28 04:31  ravindra
290
291         * Notes: Added a minor note.
292
293 2004-09-28 00:18  pbartok
294
295         * Notes:
296           - Initial check in. A place to log info about MWF that doesn't fit
297             anywhere else
298
299 2004-09-24 12:02  jackson
300
301         * System.Windows.Forms.dll.sources: Add tab classes to the build
302
303 2004-09-23 01:44  ravindra
304
305         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
306           list and project file.
307
308 2004-09-20 18:54  jackson
309
310         * Makefile: New message loop that uses poll so we don't get a busy
311           loop
312
313 2004-09-19 23:41  ravindra
314
315         * Guidelines: Added a note to Guidelines.
316
317 2004-09-17 06:19  jordi
318
319         * System.Windows.Forms.dll.sources: Very early menu support
320
321 2004-09-16 01:19  ravindra
322
323         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
324           sources list.
325
326 2004-09-13 22:09  ravindra
327
328         * SWF.csproj: Updated project.
329
330 2004-09-13 09:24  jordi
331
332         * System.Windows.Forms.dll.sources: Add to the build Process
333
334 2004-09-09 01:15  jordi
335
336         * System.Windows.Forms.dll.sources: measureitem args and handler
337
338 2004-09-09 00:03  ravindra
339
340         * SWF.csproj: Updated project.
341
342 2004-09-08 23:57  ravindra
343
344         * System.Windows.Forms.dll.sources: Added some new enums to the
345           list.
346
347 2004-09-08 06:45  jordi
348
349         * System.Windows.Forms.dll.sources: enumerations need it by menus
350
351 2004-09-07 11:12  jordi
352
353         * System.Windows.Forms.dll.sources: GroupBox control
354
355 2004-09-02 14:28  pbartok
356
357         * System.Windows.Forms.dll.sources:
358           - Added AccessibleNavigation and AccessibleSelection source files
359
360 2004-08-31 20:52  ravindra
361
362         * Design, Guidelines: Minor formatting changes and added location
363           for the coding style guideline for Mono.
364
365 2004-08-31 19:37  pbartok
366
367         * Guidelines:
368           - Removed wrong stuff
369
370 2004-08-31 16:10  pbartok
371
372         * README:
373           - Updated
374
375 2004-08-31 03:13  ravindra
376
377         * System.Windows.Forms_test.dll.sources: Added sources list for
378           test dll.
379
380 2004-08-30 10:48  pbartok
381
382         * Design, Guidelines:
383           - Initial check-in
384
385 2004-08-29 22:35  pbartok
386
387         * System.Windows.Forms.dll.sources:
388           - Added System.Resources source files
389
390 2004-08-27 16:18  ravindra
391
392         * Makefile: Lets do some tests too.
393
394 2004-08-27 16:14  ravindra
395
396         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
397           sources.
398
399 2004-08-23 13:14  pbartok
400
401         * SWF.csproj, SWF.sln:
402           - Created properly pathed VS.Net project and solution
403
404 2004-08-23 10:46  jackson
405
406         * System.Windows.Forms.dll.sources: oops. remove unused file
407
408 2004-08-22 17:47  jackson
409
410         * System.Windows.Forms.dll.sources: Add PictureBox to the build
411
412 2004-08-22 12:04  pbartok
413
414         * System.Windows.Forms.dll.sources:
415           - Added Cursor.cs source
416
417 2004-08-22 11:59  pbartok
418
419         * System.Windows.Forms.dll.sources:
420           - Restored sort order for file
421           - Added UserControl source file
422
423 2004-08-20 13:10  jackson
424
425         * System.Windows.Forms.dll.sources: Classes for sending Async
426           messages through X/Win32
427
428 2004-08-19 16:25  jordi
429
430         * System.Windows.Forms.dll.sources: theme enhancaments
431
432 2004-08-17 15:09  jackson
433
434         * System.Windows.Forms.dll.sources: Add Panel to the build
435
436 2004-08-16 15:24  jackson
437
438         * System.Windows.Forms.dll.sources: HandleData is used for storing
439           message information for window handles
440
441 2004-08-16 08:59  pbartok
442
443         * System.Windows.Forms.dll.sources:
444           - Added ButtonBase.cs
445
446 2004-08-15 17:22  ravindra
447
448         * System.Windows.Forms.dll.sources: Updated sources list for
449           ToolBar Control.
450
451 2004-08-13 10:25  jackson
452
453         * System.Windows.Forms.dll.sources: SWF Timer
454
455 2004-08-12 10:19  jackson
456
457         * System.Windows.Forms.dll.sources: Classes for handling status bar
458           panel click events
459
460 2004-08-11 15:24  pbartok
461
462         * System.Windows.Forms.dll.sources:
463           - Fixed filename for BindingManagerBase.cs
464           - Alphabetized files
465
466 2004-08-10 19:11  jackson
467
468         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
469           build
470
471 2004-08-10 12:59  jackson
472
473         * System.Windows.Forms.dll.sources: Add Draw Item
474
475 2004-08-09 15:40  jackson
476
477         * System.Windows.Forms.dll.sources: Add status bar panel files to
478           the build
479
480 2004-08-07 17:01  jackson
481
482         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
483           build
484
485 2004-07-26 11:42  jordi
486
487         * System.Windows.Forms.dll.sources: Theme support
488
489 2004-07-26 05:41  jordi
490
491         * System.Windows.Forms.dll.sources: initial messagebox
492           implementation
493
494 2004-07-21 10:19  jordi
495
496         * System.Windows.Forms.dll.sources: LinkLabel control
497           implementation
498
499 2004-07-16 05:18  jordi
500
501         * System.Windows.Forms.dll.sources: add ImageList,
502           ImageListStreamer, and ColorDepth to the build process
503
504 2004-07-15 03:38  jordi
505
506         * System.Windows.Forms.dll.sources: Horizontal and Vertical
507           TrackBar control implementation
508
509 2004-07-13 09:33  jordi
510
511         * System.Windows.Forms.dll.sources: vertical and hort. classes
512           commit
513
514 2004-07-08 23:21  pbartok
515
516         * Makefile, README, System.Windows.Forms.dll.sources:
517           - Initial check-in
518