95f79475cd6aefd57275a54adb544b189b0683f7
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ChangeLog
1 2003-06-09 Aleksey Ryabchuk <ryabchuk@yahoo.com>
2         * Conrols.cs : Disposing property, Dispose method
3         * Cursor.cs  : Show, Hide, Copy cursor
4         * NativeWindow.cs : destructor
5
6 2003-06-09 Aleksey Ryabchuk <ryabchuk@yahoo.com>
7         * Control.cs : Cursor property, handle WM_SETCURSOR
8         * Cursor.cs : started implementation
9         * Cursors.cs : load system cursor types
10         * win32functions.cs : DestroyCursor function
11
12 2003-06-09 Aleksey Ryabchuk <ryabchuk@yahoo.com>
13         * HScrollBar.cs
14         * ScrollBar.cs
15         * VScrollBar.cs : implemented
16         * ScrollEventArgs.cs: typo fix
17
18 2003-06-09 Aleksey Ryabchuk <ryabchuk@yahoo.com>
19         * AxHost.cs
20         * MonthCalendar.cs : fixed issues breaking the build
21
22 2003-06-09 Dennis Hayes <dennish@raytek.com>
23         for Gopal V <gopalv82@symonds.net>
24         * MonthCalendar.cs
25         * AxHost.cs
26         Fixed overrides
27
28 2003-06-07   Alexandre Pigolkine <pigolkine@gmx.de>
29         * Control.cs
30         * Form.cs
31         * ScrollableControl.cs
32                         DockStyle.None & AnchorStyles
33
34 2003-06-06   Aleksey Ryabchuk <ryabchuk@yahoo.com>
35         * HScrollBar.cs
36         * ScrollBar.cs
37         * VScrollBar.cs
38         * win32Enums.cs : started implementation of scrollbar classes
39
40 2003-06-06   Aleksey Ryabchuk <ryabchuk@yahoo.com>
41         * Form.cs : MaximumSize, MinimumSize, TopMost were implemented, small fixes and improvements
42         * win32Structs.cs: WINDOWPOS structure
43
44 2003-06-05   Aleksey Ryabchuk <ryabchuk@yahoo.com>
45         * Form.cs : ControlBox, HelpButton, MaximizeBox, MinimizeBox, maximumSize
46         * win32Structs.cs: MINMAXINFO structure
47
48 2003-06-04   Aleksey Ryabchuk <ryabchuk@yahoo.com>
49         * Control.cs
50         * Form.cs   : KeyPreview, ShowInTaskBar
51
52 2003-06-02 Alexandre Pigolkine <pigolkine@gmx.de>
53         * Application.cs
54         * ComboBox.cs
55         * Control.cs
56                                 change to ContainsFocus/Focused properties
57                         
58 2003-04-25  Miguel de Icaza  <miguel@ximian.com>
59
60         * SystemInformation.cs (ComputerName): Bug fix: we need to trim down the size
61
62 2003-05-30  Aleksey Ryabchuk <ryabchuk@yahoo.com>
63         * GroupBox.cs : take BackColor into account
64
65 2003-05-27  Aleksey Ryabchuk <ryabchuk@yahoo.com>
66         * Control.cs : helper method getParentForm
67         * Form.cs : ActiveForm , FormBorderStyle implemented
68         * GroupBox.cs : some chages in drawing code, don't register another window class
69         * FormBorderStyle.cs : fixed typo
70         * win32functions.cs : UpdateWindowExStyle added, new prototypes for GetActiveWindow, GetForegroundWindow
71
72 2003-05-27  Aleksey Ryabchuk <ryabchuk@yahoo.com>
73         * Button.cs
74         * CheckBox.cs
75         * CheckedListBox.cs
76         * ComboBox.cs
77         * HScrollBar.cs
78         * ListBox.cs
79         * ListView.cs
80         * PrintPreviewControl.cs
81         * RichTextBox.cs
82         * ScrollBar.cs
83         * Splitter.cs
84         * ToolBar.cs
85         * TreeView.cs
86         * VScrollBar.cs : changed to use base implementation of CreateParams
87
88 2003-05-27  Aleksey Ryabchuk <ryabchuk@yahoo.com>
89         * Control.cs : implemented GetChildIndex, BringToFront, UpdateZOrder, update z-order when recreating handle,
90         * win32Strcuts.cs
91         * win32Enums.cs : use ansi CharSet for tooltips
92                         
93 2003-05-27  Aleksey Ryabchuk <ryabchuk@yahoo.com>
94         * Contols.cs : changes to SetVisibleCore, Invalidate (bool) is implemented
95         * NativeWindow.cs : don't use CS_VREDRAW and CS_HREDRAW flags
96         * ImageList.cs
97         * ImageListStreamer.cs : small fixes
98         * TabControl.cs
99         * TabPage.cs : image list support was added
100
101 2003-05-26  Aleksey Ryabchuk <ryabchuk@yahoo.com>
102         * ImageListStreamer.cs: added deserialization code
103         * win32functions.cs : added some prototypes required for ImageList impl.
104         * win32strcuts.cs : added new structs, switched to CharSet.Ansi for TCITEM struct
105         * win32Enums.cs : use ansi messages for tab control
106
107 2003-05-20  Aleksey Ryabchuk <ryabchuk@yahoo.com>
108         * win32functions.cs  
109         * NativeWindow.cs : fixed some issues causing problems when running SWF on Linux 
110
111 2003-05-20  Aleksey Ryabchuk <ryabchuk@yahoo.com>
112         * FileDialog.cs : more implementation added
113         * win32Enums.cs : added some error codes  for common dialogs
114         * win32functions.cs : added prototype for CommDlgExtendedError
115
116 2003-05-19  Aleksey Ryabchuk <ryabchuk@yahoo.com>
117         * CommonDialog.cs
118         * FileDialog.cs
119         * OpenFileDialog.cs
120         * win32Enums.cs
121         * win32Structs.cs : more implementation added
122
123 2003-05-16  Aleksey Ryabchuk <ryabchuk@yahoo.com>
124         * CommonDialog.cs
125         * FileDialog.cs
126         * win32Enums.cs
127         * win32functions.cs : started impl. of OpenFile dialog
128
129 2003-05-16  Aleksey Ryabchuk <ryabchuk@yahoo.com>
130         * DomainUpDown.cs : changes to OnTextBoxKeyDown
131         * UpDownBase.cs : added impl. to BackColor and BackgroundImage
132
133 2003-05-12  Aleksey Ryabchuk <ryabchuk@yahoo.com>
134         * Control.cs : ResizeRedraw, removed some unused code
135         * DomainUpDown.cs : 
136         * UpDownBase.cs : some improvements
137
138 2003-05-12  Aleksey Ryabchuk <ryabchuk@yahoo.com>
139         * Application.cs
140         * ContainerControl.cs
141         * Control.cs
142         * Form.cs
143         * ScrollableControl.cs
144         * StatusBar.cs
145         * TabControl.cs
146         * TabPage.cs : changes in the code for TAB key handling
147
148 2003-05-09  Aleksey Ryabchuk <ryabchuk@yahoo.com>
149         * Control.cs
150         * Form.cs
151         * GroupBox.cs
152         * Label.cs
153         * UpDownBase.cs : some new stuff related to focus movement by the TAB key
154
155 2003-05-08  Aleksey Ryabchuk <ryabchuk@yahoo.com>
156         * Control.cs : started implementation of keyboard handling
157         * CroupBox.cs : set UserPaint style
158         * TextBoxBase.cs : set subclass flag to allow catching of keyboard events
159
160 2003-05-07  Aleksey Ryabchuk <ryabchuk@yahoo.com>
161         * Control.cs : static RegisterDefaultWindowClass method was added
162         * ScrollableControl.cs : registration of "mono_scrollable_control" was moved to Control class
163         * win32functions.cs : new constant DEFAULT_WINDOW_CLASS
164         * PictureBox.cs : implemented
165
166 2003-05-07  Aleksey Ryabchuk <ryabchuk@yahoo.com>
167         * Control.cs : use WS_OVERLAPPED instead of WS_OVERLAPPEDWINDOW, update text field in get Text property
168         * TextBox.cs : use styles provided by TextBoxBase
169         * TextBoxBase.cs : more methods and properties were implemented
170         * win32enums.cs  : messages and notifications for EDIT control
171
172 2003-05-02  Aleksey Ryabchuk <ryabchuk@yahoo.com>
173         * Control.cs : call OnTextChange
174         * UpdownBase.cs 
175         * DomainUpDown.cs : some more implementation
176         * TextBox.cs : TextAlign, use base.CreateParams
177         * TextBoxBase.cs : use base.CreateParams
178         * Win32enums.cs : styles for edit box
179
180 2003-04-30  Aleksey Ryabchuk <ryabchuk@yahoo.com>
181         * TabControl.cs
182         * TabPage.cs : prevent pages from being added to the TabControl multiple times
183
184 2003-04-30  Aleksey Ryabchuk <ryabchuk@yahoo.com>
185         * Control.cs : some fixes, added call to OnControlAdded, update visibility flag in Show and Hide
186         * GroupBox.cs
187         * Label.cs
188         * ButtoBase.cs : use base.CreateParams
189         * PictureBox.cs : call base.OnResize
190         * RadioButton.cs : implemented
191         * TabControl.cs
192         * TabPage.cs : some fixes
193
194 2003-04-29  Aleksey Ryabchuk <ryabchuk@yahoo.com>
195         * Control.cs : call OnResize from OnSizeChanged
196         * TabControl.cs : small fixes
197         * Win32enums.cs : constants for ToolTip notifications
198
199 2003-04-28 Alexandre Pigolkine <pigolkine@gmx.de>
200         * monogc.c
201         * makefile              small improvements
202
203 2003-04-26 Alexandre Pigolkine <pigolkine@gmx.de>
204         * monogc.c      GC stubs for Mini
205         * win32functions.cs     EntryPoint added for some functions
206
207 2003-04-25  Miguel de Icaza  <miguel@ximian.com>
208
209         * SystemInformation.cs (ComputerName): Implement this.
210
211 2003-04-25  Aleksey Ryabchuk <ryabchuk@yahoo.com>
212         * Control.cs : check if control is already in control collection, Created property,
213                        ControlCollection.RemoveAt reimplemented using ControlCollection.Remove
214         * TabControl.cs
215         * TabPage.cs : some more implementation
216         * win32structs.cs: TCITEMHEADER replaced with TCITEM
217
218 2003-04-24  Aleksey Ryabchuk <ryabchuk@yahoo.com>
219         * Control.cs: change to CreateControlInstance function
220         * Panel.cs:   use base CreateParams
221         * TabControl.cs
222         * TabPage : started implementing
223         * win32Enums.cs
224         * win32Structs.cs
225         * win32functions.cs : messages, styles for TabControl
226
227 2003-04-24 Alexandre Pigolkine <pigolkine@gmx.de>
228         * Button.cs     paint with Back/Fore colors
229         * ComboBox.cs   fix to notification handler
230         * ContainerControl.cs
231         * ControlStyles.cs 
232         * ListBox.cs
233         * Panel.cs                      changes for ControlStyles
234         * Control.cs            ControlStyles, BackColor, painting logic
235         
236         * DrawItemEventArgs.cs  temporary fix to avoid crach in jit
237         
238
239 2003-04-23 Aleksey Ryabchuk <ryabchuk@yahoo.com>
240         * Application.cs : new internal functions enterModalLoop, exitModalLoop
241         * Button.cs : changes in DialogResult and OnClick
242         * Control.cs : new internal getOwnerWindow method, recreate child windows in RecreateHandle as well
243         * form.cs : implementation of modal forms
244         * win32enums.cs :  constants for GetWindow function
245         * win32functions.cs : GetWindow , IsDialogMessage added
246
247 2003-04-22 Aleksey Ryabchuk <ryabchuk@yahoo.com>
248         * Control.cs : implementation of docking
249         * Form.cs    : small changes regarding resizing of MDI client window
250         * StatusBar.cs : update parts on Layout event, new style to prevent resizing by the system
251
252 2003-04-17 Aleksey Ryabchuk <ryabchuk@yahoo.com>
253         * Control.cs : implementation of scale functions, bug-fix in ControlCollection.Add
254         * Form.cs    : implementation of ScaleCore method
255
256 2003-04-17 Aleksey Ryabchuk <ryabchuk@yahoo.com>
257         * ImageList.cs
258         * ImageListStreamer.cs : started to implement
259         * Control.cs : changes in implementation of size-related functions
260         * Form.cs    : small modifications to reflect changes in Contol class
261
262 2003-04-15 Aleksey Ryabchuk <ryabchuk@yahoo.com>
263         * NativeWindow.cs : don't assign window ID when it was already assigned by the system
264
265 2003-04-11 Aleksey Ryabchuk <ryabchuk@yahoo.com>
266         * Control.cs : some new functions implemented, using BitVector32
267                         instead of declaring separate boolean varibales for every control status
268                         
269 2003-04-11 Aleksey Ryabchuk <ryabchuk@yahoo.com>
270         * Control.cs
271         * Form.cs
272         * MainMenu.cs
273         * Menu.cs
274         * MenuItem.cs
275         * NativeWindow.cs
276         * win32functions.cs : some changes related to implementation of MDI interface
277
278 2003-04-11 Aleksey Ryabchuk <ryabchuk@yahoo.com>
279         * Control.cs : init bounds in ctor, invisible parking window
280         * TrackBar.cs 
281         * ProgressBar.cs.cs 
282         * DateTimePicker.cs 
283         * StatusBar.cs : use base version of CreateParams
284         * ScrollableControl.cs : use base version of CreateParams, removed CS_VREDRAW, CS_HREDRAW styles
285         * Form.cs : reset parent back to zero for the main form
286         * StatusBarPanel.cs : small bug-fix
287
288 2003-04-6  DennisHayes <dennish@raytek.com>
289         * Converted to Unix newlines
290         * Changed copyright from 2002 to 2002/3
291
292 2003-04-6  DennisHayes <dennish@raytek.com>
293         * CheckOutList Update, removed everyone from list, active developers need to readd.
294         * Binding.cs Marked some funmctions for Compact frame work
295         * RadioButton.cs //removed inherited members 
296         * RichTextBox.cs //removed inherited members
297         * Splitter.cs //removed a throw not implmented so some samples could run.
298         
299 2003-04-06 Alexandre Pigolkine <pigolkine@gmx.de>
300         * Control.cs
301         * Form.cs
302         * NativeWindow.cs
303         * Win32functions.cs
304         * Win32structs.cs : initial implementation of MDI interface.
305                 Aleksey Ryabchuk <ryabchuk@yahoo.com>
306
307         * Button.cs
308         * CheckedListBox.cs
309         * Control.cs
310         * GroupBox.cs 
311         * ListBox.cs
312         * ScrollableControl.cs
313                 Attempt to minimize fliker effect
314                 Alexandre Pigolkine
315
316 2003-03-30 Alexandre Pigolkine <pigolkine@gmx.de>
317         * DateTimePicker.cs
318         * StatusBar.cs
319         * tooltip.cs
320                 Fixed AllocCoTaskMem issure. Bug-fix for DTP.
321                 Aleksey Ryabchuk <ryabchuk@yahoo.com>
322
323 2003-03-29 Alan Tam <Tam@SiuLung.com>
324         * DataGrid.cs
325                 stubbed a missing method
326
327 2003-03-26 Alexandre Pigolkine <pigolkine@gmx.de>
328         * NumericUpDown.cs
329         * ScrollableControl.cs
330         * UpDownBase.cs
331         * win32Structs.cs
332                 implementation of NumericUpDown
333
334         * tooltip.cs
335         * win32Enums.cs
336         * win32functions.cs
337                 implementation of ToolTip control class.
338                 Aleksey Ryabchuk <ryabchuk@yahoo.com>
339
340 2003-03-25 Alexandre Pigolkine <pigolkine@gmx.de>
341         * CheckedListBox.cs
342         * ListBox.cs
343                 Implementation of Collections
344                 Alexandre Pigolkine <pigolkine@gmx.de>
345
346         * Control.cs
347         * DateTimePicker.cs
348         * win32Enums.cs
349                 notification handling for DateTimePicker control.
350         * StatusBar.cs
351         * TrackBar.cs
352                  small modifications.
353                 Aleksey Ryabchuk <ryabchuk@yahoo.com>
354
355
356 2003-03-23 Alexandre Pigolkine <pigolkine@gmx.de>
357         * DateTimePicker.cs
358         * Form.cs
359         * ProgressBar.cs
360         * win32Enums.cs
361         * win32Structs.cs
362                 Implementation of ProgressBar and DateTimePicker controls by
363                 Aleksey Ryabchuk <ryabchuk@yahoo.com>
364
365         * Control.cs    small fix to handle scroll bar messages
366
367 2003-03-20 Alexandre Pigolkine <pigolkine@gmx.de
368         * Control.cs
369         * Form.cs
370         * GroupBox.cs
371         * Label.cs
372         * Panel.cs
373         * TrackBar.cs
374         * win32functions.cs
375                 checkin for Aleksey Ryabchuk <ryabchuk@yahoo.com>
376                 implementation of Timer class and small modifications to other files
377
378 2003-03-18 Alexandre Pigolkine <pigolkine@gmx.de>
379         * monowinehooks.c
380         * runwine
381                         attempt to use LD_PRELOAD to override stubs in Wine
382         * monosem.c             implementation of pthread_cond*
383         * makefile
384         * monogc.c
385         * monostub.c
386                 small changes to files
387
388 2003-03-17 Alexandre Pigolkine <pigolkine@gmx.de>
389         * monogc.c
390         * makefile
391                 original version of monogc.c by John Sohn <jsohn@columbus.rr.com>
392
393 2003-03-15 Alexandre Pigolkine <pigolkine@gmx.de>
394         * Control.cs
395         * Panel.cs
396         * StatusBar.cs
397         * StatusBarPanel.cs
398         * win32Enums.cs
399         * win32functions.cs
400                 checkin for Aleksey Ryabchuk (ryabchuk@yahoo.com)
401
402 2003-03-15 Alexandre Pigolkine <pigolkine@gmx.de>
403         * monogc.c                                      dynamic loader for gc-wine.dll by John Sohn <jsohn@columbus.rr.com>
404         * makefile                                      changed to build monogc
405
406 2003-03-10 Alexandre Pigolkine <pigolkine@gmx.de>
407         * Button.cs
408                 check in for Steven Stewart <stevenstewart@mindspring.com>
409
410 2003-03-09 Alexandre Pigolkine <pigolkine@gmx.de>
411         * Application.cs                        fixed line terminators
412
413         * Form.cs
414         * TrackBar.cs
415         * win32Enums.cs
416                 implementation of TrackBar control by Aleksey Ryabchuk (ryabchuk@yahoo.com)
417
418         * makefile
419         * monostub.c
420         * monosem.c
421                 parse command line
422                 run assembly not from main thread
423                 first implementation of pthread fuctions using Wine
424
425 2003-03-01 Alexandre Pigolkine <pigolkine@gmx.de>
426         * Button.cs                                     changed painting code
427         * ButtonBase.cs                         ContentAlignment operations implemented in separate functions
428         * CheckedListBox.cs             Implementation added
429         * ComboBox.cs                           small modifications
430         * Control.cs                            repaint on style changes
431         * ControlPaint.cs                       Implementation added
432         * Form.cs                                       delegate Size to Control
433         * ImageList.cs                          small modifications
434         * ListBox.cs                            Implementation added
435         * ListControl.cs                        small modifications
436         * NativeWindow.cs                       fixed line terminators
437         * ScrollableControl.cs          small modifications
438         * win32Enums.cs                         declaration added
439         * win32functions.cs                     Implementation added, fixed line terminators
440
441
442 2003-02-27  Reggie Burnett <reggie@bytefx.com>
443         * Added several external functions to Win32funcs.cs
444         * Added necessary LoadLibrary to RichTextEdit to load common control library
445         
446 2003-02-26  Reggie Burnett <reggie@bytefx.com>
447         * Form.Close now actually destroys the Window
448         * Application now closes when launching form is closed
449
450  2003-02-19 Alexandre Pigolkine <pigolkine@gmx.de>
451         * Button.cs
452         * CheckedListBox.cs
453         * ComboBox.cs
454         * Control.cs
455         * ControlPaint.cs
456         * Form.cs
457         * ListBox.cs
458         * win32functions.cs
459                                         implementation added
460                                         
461  2003-02-11 Alexandre Pigolkine <pigolkine@gmx.de>
462         * ButtonBase.cs
463         * ComboBox.cs
464         * Control.cs
465         * ListControl.cs
466         * NativeWindow.cs
467                                                 implementation added
468
469     The following sample from .Net SDK can run:
470     Samples\QuickStart\winforms\samples\controlreference\comboboxctl\cs\
471
472  2003-02-09 Alexandre Pigolkine <pigolkine@gmx.de>
473         * Button.cs
474         * ButtonBase.cs
475         * CheckBox.cs
476         * ComboBox.cs
477         * Control.cs
478         * ControlPaint.cs
479                                                         implementation added
480         * Message.cs
481                                                         bug fixed
482         * win32Enums.cs
483         * win32functions.cs
484         * win32Structs.cs
485                                                         declarations added
486
487
488  2003-02-07  Alexandre Pigolkine <pigolkine@gmx.de>
489         * Font.cs                               removed
490         * Button.cs
491         * ControlPaint.cs
492         * ComboBox.cs
493                                                 modified
494
495  2003-02-06  Alexandre Pigolkine <pigolkine@gmx.de>
496
497    * Button.cs             Painting code is implemented
498    * ButtonBase.cs         TextAlign property implemented, WM_COMMAND handling is modified
499    * ComboBox.cs           Initial implementation of ObjectCollection, properties and WM_COMMAND
500
501    * Control.cs            Changes to WindProc of Control and ControlNativeWindow classes,
502                            to some properties, window handle creation, ControlCollection
503                            Initial implementation windows control subclassing, message reflection,
504                            ISynchrinizeInvoke interface.
505
506    * ControlPaint.cs       Initial implementation of DrawBorder3D and DrawButton
507
508    * Form.cs               Modification to constructor, window handle creation,
509                                        WM_COMMAND handling, WndProc
510
511    * ListBox.cs            Implementation of DrawMode.OwnerDrawFixed and OwnerDrawVariable
512    * Message.cs            WParam helpers added
513    * MessageBox.cs         By default MessageBox.Show(string) brings TASKMODAL message box
514    * NativeWindow.cs       Implemented OnThreadException
515    * PaintEventArgs.cs     Dispose() method
516    * ProgressBar.cs        Small modifications to implementation
517    * SystemInformation.cs  CaptionHeight implemented
518
519    * CheckBox.cs
520    * GroupBox.cs
521    * Label.cs
522    * Panel.cs
523    * TextBox.cs
524                            CreateParams property modified
525
526    * win32enums.cs         enums added
527    * win32functions.cs     functions added
528    * win32struct.cs        2 structs modified
529
530    * Application.cs
531    * DrawItemEventArgs.cs
532                             line terminators fixed
533
534     The following samples from .Net SDK can run:
535     Samples\QuickStart\howto\samples\winforms\errorhandler\cs\
536     Samples\QuickStart\howto\samples\winforms\ownerdrawlistbox\cs\
537     Samples\QuickStart\howto\samples\winforms\threadmarshal\cs\
538     Samples\QuickStart\winforms\samples\accessible\cs\
539     Samples\QuickStart\winforms\samples\controlreference\buttonctl\cs\
540
541   2003-31-1  John Sohn <jsohn@columbus.rr.com>
542         * makefile: cleaned and reduced dependencies to hard-coded paths
543         * monostub.c: updated for compliance with the latest Mono and WineLib
544
545   2002-12-9  DennisHayes <dennish@raytek.com>
546
547         * Form.cs
548         * KeysConverter.cs
549         * Label.cs
550         * LinkArea.cs
551         * LinkLabel.cs
552         * ListBindingConverter.cs
553         * ListBox.cs
554         * ListControl.cs
555         * ListView.cs
556         * ListViewItem.cs
557         * ListViewItemConverter.cs
558         * MainMenu.cs
559         * Menu.cs
560         * MenuItem.cs
561         * NativeWindow.cs
562         * NumericUpDown.cs
563         * OpacityConverter.cs
564         * OSFeature.cs
565         * PictureBox.cs
566         * PrintControllerWithStatusDialog.cs
567         * PrintDialog.cs
568         * PrintPreviewControl.cs
569         * PropertyManager.cs
570         * RadioButton.cs
571         * Screen.cs
572         * ScrollableControl.cs
573         * ScrollBar.cs
574         * SendKeys.cs
575         * SplitterEventArgs.cs
576         * StatusBar.cs
577         * SystemInformation.cs
578         * TextBoxBase.cs
579         * ToolBar.cs
580         * TrackBar.cs
581         * TreeNode.cs
582         * TreeNodeCollection.cs
583         * TreeNodeConverter.cs
584         * TreeView.cs
585
586         * cleanup, fixes, some implmentation
587
588   2002-12-6  DennisHayes <dennish@raytek.com>   
589
590         * checkin for Alexandre Pigolkine (pigolkine@gmx.de)
591         * Form.cs
592         * Menu.cs
593         * MenuItem.cs
594         
595         * Implmentation
596
597     2002-12-6  DennisHayes <dennish@raytek.com> 
598
599         * Control.cs
600         * Form.cs
601         * MonthCalendar.cs
602         * Screen.cs
603         * SelectionRange.cs
604         * SelectionRangeConverter.cs
605         * TabPage.cs
606         * TextBox.cs
607         * Timer.cs
608         * ToolBarButton.cs
609         * TrackBar.cs
610         * UpDownBase.cs
611         * UserControl.cs
612         * tooltip.cs
613
614         * cleanup, dead code removeal, replaced throw not implmented's with //FIXME:s
615
616     2002-12-3  DennisHayes <dennish@raytek.com> 
617         * *.cs
618         * switched to unix style line terminiators
619
620
621
622     2002-12-3  DennisHayes <dennish@raytek.com> 
623
624         * 140 files changed. replaced throw notimplmenteds with FIXME:s, removed dead code,
625         * corrected
626
627   2002-12-1  DennisHayes <dennish@raytek.com>
628
629         * AccessibleObject.cs
630         * Application.cs
631         * ApplicationContext.cs
632         * AxHost.cs
633         * Binding.cs
634         * BindingContext.cs
635         * Button.cs
636         * CheckBox.cs
637         * CheckedListBox.cs
638         * Clipboard.cs
639         * ColorDialog.cs
640         * ColumnHeader.cs
641         * ComboBox.cs
642         * CommonDialog.cs
643         * ContainerControl.cs
644         * ContextMenu.cs
645         * Control.cs
646         * ControlBindingsCollection.cs
647         * ControlPaint.cs
648         * CreateParams.cs
649         * CurrencyManager.cs
650         * Cursor.cs
651         * CursorConverter.cs
652         * Cursors.cs
653         * DataFormats.cs
654         * DataGrid.cs
655         * DataGridTableStyle.cs
656         * DataGridTextBox.cs
657         * DataGridTextBoxColumn.cs
658         * DataObject.cs
659         * ErrorProvider.cs
660         * Form.cs
661
662         * removed some throw notimplmented ecexptions
663         * Some small implmentaions
664         * some dead code removal
665
666   2002-11-28  DennisHayes <dennish@raytek.com>
667
668         * In visual studio, I added a SWFTest project to the SWF solution.
669         * Using Microsoft's swf.dll, I added one of each possible stock controls to the form.
670         * I closed the form (swf design stuff i svery incomplete).
671         * I Removed the reference to MS's swf.dll, and added a reference to the SWF project.
672         * The result compiles, runs, and can be closed, without crashing in windows.
673         * PrintPreviewDialog is the only item (other than crystal reports) on the 
674         * standard toolbar that is not included.
675         * When run, a standard window comes up, not a dialog/form type window.
676         * The form is as small as possible, just a caption bar of minimum width
677         * with control bax and min/max box. It can be resized to any size fine.
678         * no controls are actualy displayed. they may be of zero size, or it 
679         * may be due to the window not being a dialog box, or it may be anything.
680         
681         * ApplicationContext.cs
682         * Button.cs
683         * ChangeLog
684         * CheckBox.cs
685         * CheckedListBox.cs
686         * ColorDialog.cs
687         * ComboBox.cs
688         * ContainerControl.cs
689         * Control.cs
690         * DataGrid.cs
691         * DateTimePicker.cs
692         * DomainUpDown.cs
693         * ErrorProvider.cs
694         * FileDialog.cs
695         * FontDialog.cs
696         * Form.cs
697         * GroupBox.cs
698         * HelpProvider.cs
699         * HScrollBar.cs
700         * ImageList.cs
701         * Label.cs
702         * LinkLabel.cs
703         * ListBox.cs
704         * ListControl.cs
705         * ListView.cs
706         * logfile.txt
707         * MainMenu.cs
708         * Menu.cs
709         * MenuItem.cs
710         * NativeWindow.cs
711         * NotifyIcon.cs
712         * NumericUpDown.cs
713         * OpenFileDialog.cs
714         * PageSetupDialog.cs
715         * Panel.cs
716         * PictureBox.cs
717         * PrintDialog.cs
718         * PrintPreviewControl.cs
719         * PrintPreviewDialog.cs
720         * ProgressBar.cs
721         * RadioButton.cs
722         * RichTextBox.cs
723         * SaveFileDialog.cs
724         * ScrollableControl.cs
725         * ScrollBar.cs
726         * Splitter.cs
727         * StatusBar.cs
728         * System.Windows.Forms.csproj
729         * System.Windows.Forms.csproj.user
730         * TabControl.cs
731         * TextBox.cs
732         * TextBoxBase.cs
733         * Timer.cs
734         * ToolBar.cs
735         * ToolBarButton.cs
736         * tooltip.cs
737         * TrackBar.cs
738         * TreeNode.cs
739         * TreeNodeCollection.cs
740         * TreeView.cs
741         * UpDownBase.cs
742         * UserControl.cs
743         * VScrollBar.cs
744         * win32Enums.cs
745         * win32functions.cs
746
747   2002-11-27  DennisHayes <dennish@raytek.com>  
748         * checkin for Alexandre Pigolkine (pigolkine@gmx.de) with minor changes
749         
750         * Control.cs
751         * MainMenu.cs
752         * Menu.cs
753         * MenuItem.cs
754         * NativeWindow.cs
755         * win32Enums.cs
756         * win32functions.cs
757         
758         * WIN32 implmentation
759
760     2002-11-24  DennisHayes <dennish@raytek.com>        
761
762         * Application.cs
763         * Control.cs
764         * Form.cs
765         * Message.cs
766         * NativeWindow.cs
767         * ScrollableControl.cs
768         * win32functions.cs
769         * win32Structs.cs
770         
771         * Fixed added more win32 stuff
772         * On windows in Visual studio and runs my test program, but does 
773         * not display a window. the window Handle is null, so the size gets set to 0,0.
774         
775
776   2002-11-23  DennisHayes <dennish@raytek.com>  
777          checked in for         Francois-Denis Gonthier
778
779         * win32functions.cs
780         * win32Structs.cs
781         * Menu.cs
782         * ScrollableControl.cs
783         * MenuItem.cs
784         * NativeWindow.cs
785         * Form.cs
786         * move some more stuff from monostub to c#
787         * converted a couple of files to unix style line end
788         * some implmementation
789         
790   2002-11-17  DennisHayes <dennish@raytek.com>  
791
792         * AccessibleObject.cs
793
794         * Removed COMvisible. Docs say yes, but verifer says no
795
796   2002-11-17  DennisHayes <dennish@raytek.com>  
797
798         * Application.cs
799         * Button.cs
800         * Control.cs
801         * Form.cs
802         * Label.cs
803         * ListBox.cs
804         * Menu.cs
805         * MessageBox.cs
806         * NativeWindow.cs
807         * PrintPreviewDialog.cs
808         * ScrollableControl.cs
809         * ScrollBar.cs
810         * VScrollBar.cs
811
812         * Made changes releated to the new win32 stuff
813
814   2002-11-17  DennisHayes <dennish@raytek.com>  
815         * Win32Enums.cs
816         * Win32Handles.cs
817         * Win32Interfaces.cs
818         * Win32RegistryUtil.cs
819         * Win32Structs.cs
820
821         * Completed merging files from  Carlos Harvey Perez
822         * Moved all parts of Win32.cs to these files
823         * eliminated Win32.cs.
824         *
825         * many things moved from win32.cs still commented out.
826         * Also needs to be mono styled.
827
828         * Win32.cs - removed
829
830   2002-11-12  DennisHayes <dennish@raytek.com>  
831
832         * Win32Enums.cs
833         * Win32Handles.cs
834         * Win32Interfaces.cs
835         * Win32RegistryUtil.cs
836         * Win32Structs.cs
837
838         * Added files from  Carlos Harvey Perez
839         ** Thanks Carlos! **
840         * Moved all parts of Win32.cs to these files
841         * Execpt for functions. Will merge functions
842         * and eliminate remove Win32.cs soon.
843         *
844         * most things moved from win32.cs still commented out.
845         * Also needs to be mono styled.
846
847         * Win32.cs
848         * Moved stuff from win32.cs to files from Carlos.2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
849
850 2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
851
852         * ListBox.cs: added ItemHeight and DrawMode properties. Fixes the build
853         in unix.
854
855         * ListBox.cs: added ItemHeight and DrawMode properties. Fixes the build
856         in unix.
857
858 2002-11-02  Miguel de Icaza  <miguel@ximian.com>
859
860         * Win32.cs: Added IsMenu, CreateMenu, AppendMenuA, DestroyMenu entry points.
861         
862 2002-10-29  DennisHayes <dennish@raytek.com>    
863
864         * AmbientProperties.cs
865         * Application.cs
866         * ApplicationContext.cs
867         * CheckBox.cs
868         * CheckedListBox.cs
869         * ColumnHeader.cs
870         * ContainerControl.cs
871         * ContextMenu.cs
872         * Control.cs
873         * Cursors.cs
874         * HScrollBar.cs
875         * ListBox.cs
876         * MainMenu.cs
877         * Menu.cs
878         * MenuItem.cs
879         * MessageBox.cs
880         * NativeWindow.cs
881         * PictureBox.cs
882         * ScrollableControl.cs
883         * ScrollBar.cs
884         * System.Windows.Forms.csproj
885         * System.Windows.Forms.csproj.user
886         * VScrollBar.cs
887         * Win32.cs
888
889         * minor formating, bug fixes, and implmentation
890
891
892   2002-10-29  DennisHayes <dennish@raytek.com>  
893         * checkin for Alexandre Pigolkine (pigolkine@gmx.de)
894         * Menu classes start on implmentation
895
896   2002-10-27  DennisHayes <dennish@raytek.com>  
897
898         * AccessibleObject.cs
899         * AssemblyInfo.cs
900         * AxHost.cs
901         * BaseCollection.cs
902         * BindingMemberInfo.cs
903         * BindingsCollection.cs
904         * ButtonBase.cs
905         * ColumnClickEventArgs.cs
906         * ComboBox.cs
907         * ContainerControl.cs
908         * ContentsResizedEventArgs.cs
909         * Control.cs
910         * ControlEventArgs.cs
911         * ConvertEventArgs.cs
912         * DateBoldEventArgs.cs
913         * DateRangeEventArgs.cs
914         * DomainUpDown.cs
915         * DragEventArgs.cs
916         * DrawItemEventArgs.cs
917         * FolderBrowserDialog.cs
918         * Form.cs
919         * GiveFeedbackEventArgs.cs
920         * HelpEventArgs.cs
921         * InputLanguageChangedEventArgs.cs
922         * InputLanguageChangingEventArgs.cs
923         * InvalidateEventArgs.cs
924         * ItemChangedEventArgs.cs
925         * ItemCheckEventArgs.cs
926         * ItemDragEventArgs.cs
927         * KeyEventArgs.cs
928         * KeyPressEventArgs.cs
929         * Keys.cs
930         * LabelEditEventArgs.cs
931         * LayoutEventArgs.cs
932         * LinkClickedEventArgs.cs
933         * LinkLabelLinkClickedEventArgs.cs
934         * ListControl.cs
935         * MeasureItemEventArgs.cs
936         * MouseEventArgs.cs
937         * NavigateEventArgs.cs
938         * NodeLabelEditEventArgs.cs
939         * PaintEventArgs.cs
940         * PrintPreviewDialog.cs
941         * PropertyTabChangedEventArgs.cs
942         * PropertyValueChangedEventArgs.cs
943         * QueryAccessibilityHelpEventArgs.cs
944         * QueryContinueDragEventArgs.cs
945         * ScrollEventArgs.cs
946         * SelectedGridItemChangedEventArgs.cs
947         * SplitterEventArgs.cs
948         * StatusBarDrawItemEventArgs.cs
949         * StatusBarPanelClickEventArgs.cs
950         * System.Windows.Forms.csproj
951         * System.Windows.Forms.csproj.user
952         * TextBox.cs
953         * ToolBarButtonClickEventArgs.cs
954         * TreeNodeConverter.cs
955         * TreeViewCancelEventArgs.cs
956         * UICuesEventArgs.cs
957         * UpDownBase.cs
958         * UpDownEventArgs.cs
959         * VScrollBar.cs
960
961
962         * Stubs now compliant with .NET 1.1 Beta, except for one that has dependencies.
963         * Added FolderBrowserDialog.cs for .NET 1.1 beta compatibility.
964         * Completed implmentation of all *Args classes.
965         * Updated checkoutlist.
966         * Made fixes so this will compile using Visual studio under windows.
967
968
969
970   2002-10-26  DennisHayes <dennish@raytek.com>  
971
972         * Added CheckOutFile to SWF one level up from here
973         * to keep track of who is working on what.
974
975   2002-10-24  DennisHayes <dennish@raytek.com>  
976
977         * AccessibleObject.cs
978         * Application.cs
979         * AssemblyInfo.cs
980         * BaseCollection.cs
981         * BindingContext.cs
982         * BindingManagerBase.cs
983         * BindingsCollection.cs
984         * ContainerControl.cs
985         * Control.cs
986         * Font.cs
987         * Form.cs
988         * IAccessible.cs
989         * InputLanguageCollection.cs
990         * Label.cs
991         * MessageBox.cs
992         * PropertyTabChangedEventArgs.cs
993         * ScrollableControl.cs
994         * Win32.cs
995         * WINELib.csproj
996         * WINELib.csproj.user
997         * winelib.sln
998
999         * Changes to get winelib version running with more methods uncommented out.
1000         * Especialy trying to get CE compliance.
1001
1002 2002-10-22  DennisHayes <dennish@raytek.com>
1003         * Miguel moved files from WINELIB to here
1004         * See ochagelog for details
1005
1006 2002-10-13  DennisHayes <dennish@raytek.com>
1007
1008         *Application.cs
1009         *AxHost.cs
1010         *ChangeLog
1011         *CheckedListBox.cs
1012         *ComboBox.cs
1013         *CurrencyManager.cs
1014         *DateTimePicker.cs
1015         *DomainUpDown.cs
1016         *FolderBrowserDialog.cs
1017         *ListBox.cs
1018         *logfile.txt
1019         *StatusBarDrawItemEventArgs.cs
1020         *TabControl.cs
1021         *TextBox.cs
1022         *TrackBar.cs
1023         *UpDownBase.cs
1024
1025         * Updated to match .NET V1.1 Beta
1026
1027 2002-9-2  DennisHayes <dennish@raytek.com>
1028
1029 * AccessibleObject.cs
1030 * AmbientProperties.cs
1031 * AxHost.cs
1032 * Button.cs
1033 * ButtonBase.cs
1034 * CheckBox.cs
1035 * ColorDialog.cs
1036 * ColumnHeader.cs
1037 * ComboBox.cs
1038 * ContainerControl.cs
1039 * DataGrid.cs
1040 * DateTimePicker.cs
1041 * ListControl.cs
1042 * PrintPreviewDialog.cs
1043 * Implmented any functions.
1044
1045 * System.Windows.Forms.csproj
1046 * System.Windows.Forms.csproj.user
1047 * Added win32.cs
1048
1049 2002-8-6  DennisHayes <dennish@raytek.com>
1050 * Checked in for Ginandrea Terzi (gterzi@lario.com)
1051
1052 * MeasureItemEventArgs.cs
1053 * PropertyValueChangedEventArgs.cs
1054 * ScrollEventArgs.cs
1055 * ScrollEventType.cs
1056 * SelectionMode.cs
1057 * Shortcut.cs
1058 * TickStyle.cs
1059 * ToolBarButtonClickEventArgs.cs
1060 * TreeViewAction.cs
1061 * TriangleDirection.cs
1062 * UICues.cs
1063 * UICuesEventArgs.cs
1064 * UpDownBase.cs
1065 * UpDownEventHandler.cs
1066 * Fixed syntax errors and verifier errors
1067
1068 2002-8-6  DennisHayes <dennish@raytek.com>
1069
1070 * PropertyTabChangedEventArgs.cs
1071 * Minor sytax bug fixes.
1072
1073 * System.Windows.Forms.csproj
1074 * System.Windows.Forms.csproj.user
1075 * System.Windows.Forms.sln
1076 * Added support for System.Windows.Forms.Design
1077 * Builds two dlls instead of one.
1078 * Allows compiling for now, but needs to be fixed
1079
1080 2002-8-2  DennisHayes <dennish@raytek.com>
1081 * Checked in for Ginandrea Terzi (gterzi@lario.com)
1082
1083 * AssemblyInfo.cs
1084 * ColumnClickEventArgs.cs
1085 * ContentsResizedEventArgs.cs
1086 * ControlEventArgs.cs
1087 * ConvertEventArgs.cs
1088 * DateBoldEventArgs.cs
1089 * DateRangeEventArgs.cs
1090 * DragEventArgs.cs
1091 * DrawItemEventArgs.cs
1092 * GiveFeedbackEventArgs.cs
1093 * HelpEventArgs.cs
1094 * InputLanguageChangedEventArgs.cs
1095 * InputLanguageChangingEventArgs.cs
1096 * InvalidateEventArgs.cs
1097 * ItemChangedEventArgs.cs
1098 * ItemCheckEventArgs.cs
1099 * ItemDragEventArgs.cs
1100
1101 * KeyEventArgs.cs
1102 * KeyPressEventArgs.cs
1103 * LabelEditEventArgs.cs
1104 * LayoutEventArgs.cs
1105 * LinkClickedEventArgs.cs
1106 * LinkLabelLinkClickedEventArgs.cs
1107 * logfile.txt
1108 * MeasureItemEventArgs.cs
1109 * MouseEventArgs.cs
1110 * NavigateEventArgs.cs
1111 * NodeLabelEditEventArgs.cs
1112 * PaintEventArgs.cs
1113 * PropertyTabChangedEventArgs.cs
1114 * PropertyValueChangedEventArgs.cs
1115 * QueryAccessibilityHelpEventArgs.cs
1116 * QueryContinueDragEventArgs.cs
1117 * ScrollEventArgs.cs
1118 * SelectedGridItemChangedEventArgs.cs
1119 * SplitterEventArgs.cs
1120 * StatusBarDrawItemEventArgs.cs
1121 * StatusBarPanelClickEventArgs.cs
1122 * ToolBarButtonClickEventArgs.cs
1123 * TreeViewCancelEventArgs.cs
1124 * UICuesEventArgs.cs
1125 * UpDownEventArgs.cs
1126 * Improved ToString functions
1127 * Completed the rest of the *.args classes
1128
1129 2002-8-1  DennisHayes <dennish@raytek.com>
1130 * Checked in for Ginandrea Terzi (gterzi@lario.com)
1131
1132 * KeyEventArgs.cs
1133 * KeyPressEventArgs.cs
1134 * LabelEditEventArgs.cs
1135 * LayoutEventArgs.cs
1136 * LinkClickedEventArgs.cs
1137 * LinkLabelLinkClickedEventArgs.cs
1138 * MeasureItemEventArgs.cs
1139 * MouseEventArgs.cs
1140 * NavigateEventArgs.cs
1141 * NodeLabelEditEventArgs.cs
1142 * PaintEventArgs.cs
1143 * PropertyTabChangedEventArgs.cs
1144 * PropertyValueChangedEventArgs.cs
1145 * QueryAccessibilityHelpEventArgs.cs
1146 * QueryContinueDragEventArgs.cs
1147 * ScrollEventArgs.cs
1148 * SelectedGridItemChangedEventArgs.cs
1149 * SplitterEventArgs.cs
1150 * StatusBarDrawItemEventArgs.cs
1151 * StatusBarPanelClickEventArgs.cs
1152 * ToolBarButtonClickEventArgs.cs
1153 * TreeViewCancelEventArgs.cs
1154 * UICuesEventArgs.cs
1155 * UpDownEventArgs.cs
1156 * Corrected, cleaned up/ completed some *args.cs classes.
1157 * May break build, but should be easy to fix, will verifiy
1158 *   tonight and check in any needed fixes.
1159
1160 2002-8-1  DennisHayes <dennish@raytek.com>
1161 * MonthCalendar.cs
1162 * ButtonBase.cs
1163 * Form.cs
1164 * MonthCalendar commented out, stubbs need work
1165 * GTK references removed from Buttonbase and form, to make compile easier.
1166 * Replace GTK references as soon as build works on Windows and Linux.
1167 * With this, SWF should compile uder visual studio
1168
1169 2002-8-1  DennisHayes <dennish@raytek.com>
1170 * TODOAttribute.cs
1171 * ComVisible.cs
1172 * added so the namespace can compile, remove when replaced with mono equivalents.
1173
1174 2002-8-1  DennisHayes <dennish@raytek.com>
1175 * System.Windows.Forms.csproj
1176 * System.Windows.Forms.csproj.user
1177 * System.Windows.Forms.sln
1178 * AssemblyInfo.cs * Not sure if this file is needed. not a part of the namespace, just visual studio
1179 * Added files to compile using visual Studio
1180
1181 2002-8-1  DennisHayes <dennish@raytek.com>
1182 * Getopt.cs
1183 * removed, file contained only trash, not needed.
1184
1185
1186 2002-7-30  DennisHayes <dennish@raytek.com>
1187
1188 * AccessibleNavigation.cs
1189 * AccessibleObject.cs
1190 * AccessibleSelection.cs
1191 * AmbientProperties.cs
1192 * Application.cs
1193 * ApplicationContext.cs
1194 * AxHost.cs
1195 * BaseCollection.cs
1196 * Binding.cs
1197 * BindingContext.cs
1198 * BindingManagerBase.cs
1199 * BindingMemberInfo.cs
1200 * BindingsCollection.cs
1201 * Button.cs
1202 * ButtonBase.cs
1203 * CaptionButton.cs
1204 * CharacterCasing.cs
1205 * CheckBox.cs
1206 * CheckedListBox.cs
1207 * CheckState.cs
1208 * Clipboard.cs
1209 * ColorDialog.cs
1210 * ColumnClickEventArgs.cs
1211 * ColumnClickEventHandler.cs
1212 * ColumnHeader.cs
1213 * ComboBox.cs
1214 * CommonDialog.cs
1215 * ContainerControl.cs
1216 * ContentsResizedEventHandler.cs
1217 * ContextMenu.cs
1218 * Control.cs
1219 * ControlBindingsCollection.cs
1220 * ControlEventArgs.cs
1221 * ControlEventHandler.cs
1222 * ControlPaint.cs
1223 * ConvertEventHandler.cs
1224 * CreateParams.cs
1225 * CurrencyManager.cs
1226 * Cursor.cs
1227 * CursorConverter.cs
1228 * Cursors.cs
1229 * DataFormats.cs
1230 * DataGrid.cs
1231 * DataGridBoolColumn.cs
1232 * DataGridCell.cs
1233 * DataGridColumnStyle.cs
1234 * DataGridParentRowsLabelStyle.cs
1235 * DataGridPreferredColumnWidthTypeConverter.cs
1236 * DataGridTableStyle.cs
1237 * DataGridTextBox.cs
1238 * DataGridTextBoxColumn.cs
1239 * DataObject.cs
1240 * DateBoldEventArgs.cs
1241 * DateRangeEventArgs.cs
1242 * DateRangeEventHandler.cs
1243 * DateTimePicker.cs
1244 * DialogResult.cs
1245 * DockStyle.cs
1246 * DomainUpDown.cs
1247 * DragAction.cs
1248 * DragDropEffects.cs
1249 * DragEventArgs.cs
1250 * DragEventHandler.cs
1251 * DrawItemEventArgs.cs
1252 * DrawItemEventHandler.cs
1253 * DrawItemState.cs
1254 * DrawMode.cs
1255 * ErrorBlinkStyle.cs
1256 * ErrorIconAlignment.cs
1257 * ErrorProvider.cs
1258 * FeatureSupport.cs
1259 * FileDialog.cs
1260 * FlatStyle.cs
1261 * FontDialog.cs
1262 * Form.cs
1263 * FormBorderStyle.cs
1264 * FormStartPosition.cs
1265 * FormWindowState.cs
1266 * FrameStyle.cs
1267 * GiveFeedbackEventHandler.cs
1268 * GridColumnStylesCollection.cs
1269 * GridItemCollection.cs
1270 * GridTableStylesCollection.cs
1271 * GroupBox.cs
1272 * Help.cs
1273 * HelpEventHandler.cs
1274 * HelpProvider.cs
1275 * HScrollBar.cs
1276 * ImageIndexConverter.cs
1277 * ImageList.cs
1278 * ImageListStreamer.cs
1279 * InputLanguage.cs
1280 * InputLanguageChangedEventHandler.cs
1281 * InputLanguageChangingEventHandler.cs
1282 * InputLanguageCollection.cs
1283 * InvalidateEventHandler.cs
1284 * ItemChangedEventArgs.cs
1285 * ItemChangedEventHandler.cs
1286 * ItemCheckEventHandler.cs
1287 * ItemDragEventHandler.cs
1288 * KeyEventHandler.cs
1289 * KeyPressEventArgs.cs
1290 * KeyPressEventHandler.cs
1291 * KeysConverter.cs
1292 * Label.cs
1293 * LabelEditEventHandler.cs
1294 * LayoutEventHandler.cs
1295 * LinkArea.cs
1296 * LinkClickedEventHandler.cs
1297 * LinkLabel.cs
1298 * LinkLabelLinkClickedEventHandler.cs
1299 * ListBindingConverter.cs
1300 * ListBox.cs
1301 * ListControl.cs
1302 * ListView.cs
1303 * ListViewItem.cs
1304 * ListViewItemConverter.cs
1305 * logfile.txt
1306 * MainMenu.cs
1307 * MeasureItemEventHandler.cs
1308 * Menu.cs
1309 * MenuItem.cs
1310 * Message.cs
1311 * MessageBox.cs
1312 * MethodInvoker.cs
1313 * MonthCalendar.cs
1314 * MouseEventHandler.cs
1315 * NativeWindow.cs
1316 * NavigateEventHandler.cs
1317 * NodeLabelEditEventHandler.cs
1318 * NotifyIcon.cs
1319 * NumericUpDown.cs
1320 * OpacityConverter.cs
1321 * OpenFileDialog.cs
1322 * OSFeature.cs
1323 * PageSetupDialog.cs
1324 * PaintEventArgs.cs
1325 * PaintEventHandler.cs
1326 * Panel.cs
1327 * PrintControllerWithStatusDialog.cs
1328 * PrintDialog.cs
1329 * PrintPreviewControl.cs
1330 * PrintPreviewDialog.cs
1331 * ProgressBar.cs
1332 * PropertyGrid.cs
1333 * PropertyManager.cs
1334 * PropertyTabChangedEventArgs.cs
1335 * PropertyTabChangedEventHandler.cs
1336 * PropertyValueChangedEventHandler.cs
1337 * QueryAccessibilityHelpEventHandler.cs
1338 * QueryContinueDragEventHandler.cs
1339 * RadioButton.cs
1340 * RichTextBox.cs
1341 * SaveFileDialog.cs
1342 * Screen.cs
1343 * ScrollableControl.cs
1344 * ScrollBar.cs
1345 * ScrollEventArgs.cs
1346 * ScrollEventHandler.cs
1347 * SelectedGridItemChangedEventHandler.cs
1348 * SelectionRange.cs
1349 * SelectionRangeConverter.cs
1350 * SendKeys.cs
1351 * Splitter.cs
1352 * SplitterEventHandler.cs
1353 * StatusBar.cs
1354 * StatusBarDrawItemEventArgs.cs
1355 * StatusBarDrawItemEventHandler.cs
1356 * StatusBarPanel.cs
1357 * StatusBarPanelClickEventArgs.cs
1358 * StatusBarPanelClickEventHandler.cs
1359 * StatusBarPanelCollection.cs
1360 * SystemInformation.cs
1361
1362 * TabControl.cs
1363 * TabPage.cs
1364 * TextBox.cs
1365 * TextBoxBase.cs
1366 * ThreadExceptionDialog.cs
1367 * Timer.cs
1368 * ToolBar.cs
1369 * ToolBarButton.cs
1370 * ToolBarButtonClickEventHandler.cs
1371 * ToolTip.cs
1372 * TrackBar.cs
1373 * TreeNode.cs
1374 * TreeNodeCollection.cs
1375 * TreeNodeConverter.cs
1376 * TreeView.cs
1377 * TreeViewCancelEventHandler.cs
1378 * TreeViewEventHandler.cs
1379 * TreeViewImageIndexConverter.cs
1380 * UICuesEventArgs.cs
1381 * UICuesEventHandler.cs
1382 * UpDownBase.cs
1383 * UpDownEventHandler.cs
1384 * UserControl.cs
1385 * VScrollBar.cs
1386 * Fixed errors reported by verify.exe, mostly attribute errors.
1387 * Added my name to author's list to files I edited in the last two weeks
1388
1389 2002-7-22  DennisHayes <dennish@raytek.com>
1390
1391 * DateTimePickerFormat.cs
1392 * Added values.
1393 * The NAMESPACE NOW COMPILES under windows in Visual Studio using the Microsoft version of the classes.
1394 * Verify.exe reports 600 errors.
1395
1396 2002-7-21  DennisHayes <dennish@raytek.com>
1397
1398 * AccessibleObject.cs
1399 * AmbientProperties.cs
1400 * AxHost.cs
1401 * BaseCollection.cs
1402 * BindingsCollection.cs
1403 * ButtonBase.cs
1404 * CheckBox.cs
1405 * CheckedListBox.cs
1406 * ComboBox.cs
1407 * ContainerControl.cs
1408 * ContextMenu.cs
1409 * Control.cs
1410 * ControlEventArgs.cs
1411 * ControlPaint.cs
1412 * ConvertEventArgs.cs
1413 * DataGrid.cs
1414 * DataGridColumnStyle.cs
1415 * DataObject.cs
1416 * DateTimePicker.cs
1417 * DomainUpDown.cs
1418 * DragEventArgs.cs
1419 * DrawItemEventArgs.cs
1420 * ErrorProvider.cs
1421 * FeatureSupport.cs
1422 * FileDialog.cs
1423 * FontDialog.cs
1424 * Form.cs
1425 * GiveFeedbackEventArgs.cs
1426 * GridColumnStylesCollection.cs
1427 * GridItem.cs
1428 * GridItemCollection.cs
1429 * GridTableStylesCollection.cs
1430 * GroupBox.cs
1431 * Help.cs
1432 * HelpEventArgs.cs
1433 * HelpProvider.cs
1434 * HScrollBar.cs
1435 * ImageIndexConverter.cs
1436 * ImageList.cs
1437 * ImageListStreamer.cs
1438 * InputLanguage.cs
1439 * InputLanguageChangedEventArgs.cs
1440 * InputLanguageChangingEventArgs.cs
1441 * InputLanguageCollection.cs
1442 * InvalidateEventArgs.cs
1443 * ItemChangedEventArgs.cs
1444 * ItemCheckEventArgs.cs
1445 * ItemDragEventArgs.cs
1446 * KeyEventArgs.cs
1447 * KeyPressEventArgs.cs
1448 * KeysConverter.cs
1449 * Label.cs
1450 * LabelEditEventArgs.cs
1451 * LayoutEventArgs.cs
1452 * LinkArea.cs
1453 * LinkClickedEventArgs.cs
1454 * LinkLabel.cs
1455 * LinkLabelLinkClickedEventArgs.cs
1456 * LinkLabelLinkClickedEventHandler.cs
1457 * ListBindingConverter.cs
1458 * ListBox.cs
1459 * ListControl.cs
1460 * ListView.cs
1461 * ListViewItem.cs
1462 * ListViewItemConverter.cs
1463 * MainMenu.cs
1464 * MeasureItemEventArgs.cs
1465 * Menu.cs
1466 * MenuItem.cs
1467 * Message.cs
1468 * MessageBox.cs
1469 * MouseEventArgs.cs
1470 * NativeWindow.cs
1471 * NavigateEventArgs.cs
1472 * NodeLabelEditEventArgs.cs
1473 * NotifyIcon.cs
1474 * NumericUpDown.cs
1475 * OpacityConverter.cs
1476 * OpenFileDialog.cs
1477 * OSFeature.cs
1478 * PageSetupDialog.cs
1479 * PaintEventArgs.cs
1480 * Panel.cs
1481 * PrintControllerWithStatusDialog.cs
1482 * PrintDialog.cs
1483 * PrintPreviewDialog.cs
1484 * QueryAccessibilityHelpEventArgs.cs
1485 * QueryContinueDragEventArgs.cs
1486 * RadioButton.cs
1487 * RichTextBox.cs
1488 * SaveFileDialog.cs
1489 * Screen.cs
1490 * ScrollableControl.cs
1491 * ScrollBar.cs
1492 * ScrollEventArgs.cs
1493 * SelectedGridItemChangedEventArgs.cs
1494 * SelectionRange.cs
1495 * SelectionRangeConverter.cs
1496 * SendKeys.cs
1497 * Splitter.cs
1498 * SplitterEventArgs.cs
1499 * StatusBar.cs
1500 * StatusBarDrawItemEventArgs.cs
1501 * StatusBarPanelCollection.cs
1502 * TabControl.cs
1503 * TabPage.cs
1504 * TextBox.cs
1505 * TextBoxBase.cs
1506 * ToolBar.cs
1507 * ToolBarButtonClickEventArgs.cs
1508 * ToolTip.cs
1509 * TrackBar.cs
1510 * TreeNodeCollection.cs
1511 * TreeView.cs
1512 * UserControl.cs
1513 * commented out inherited class that did not need to be stubbed.
1514 * fixed bugs, added values to one enum. Stubbed interfaces.
1515 * The NAMESPACE NOW COMPILES under windows in Visual Studio using the Microsoft version of the classes.
1516 * Verify.exe reports 600 errors.
1517
1518 2002-7-7  DennisHayes <dennish@raytek.com>
1519
1520 * ToolBarButtonClickEventArgs.cs 
1521 * UpDownEventArgs.cs 
1522 * KeyPressEventHandler.cs
1523 * Added new files.
1524
1525 2002-7-7  DennisHayes <dennish@raytek.com>
1526
1527 * AccessibleEvents.cs
1528 * AccessibleNavigation.cs
1529 * AccessibleObject.cs
1530 * AccessibleRole.cs
1531 * AccessibleSelection.cs
1532 * AccessibleStates.cs
1533 * AmbientProperties.cs
1534 * AnchorStyles.cs
1535 * Appearance.cs
1536 * Application.cs
1537 * ApplicationContext.cs
1538 * ArrangeDirection.cs
1539 * ArrangeStartingPosition.cs
1540 * AxHost.cs
1541 * BaseCollection.cs
1542 * Binding.cs
1543 * BindingContext.cs
1544 * BindingManagerBase.cs
1545 * BindingMemberInfo.cs
1546 * BindingsCollection.cs
1547 * BootMode.cs
1548 * Border3DSide.cs
1549 * Border3DStyle.cs
1550 * BorderStyle.cs
1551 * BoundsSpecified.cs
1552 * Button.cs
1553 * ButtonBase.cs
1554 * ButtonBorderStyle.cs
1555 * ButtonState.cs
1556 * CaptionButton.cs
1557 * CharacterCasing.cs
1558 * CheckBox.cs
1559 * CheckedListBox.cs
1560 * CheckState.cs
1561 * Clipboard.cs
1562 * ColorDepth.cs
1563 * ColorDialog.cs
1564 * ColumnClickEventArgs.cs
1565 * ColumnClickEventHandler.cs
1566 * ColumnHeader.cs
1567 * ColumnHeaderStyle.cs
1568 * ComboBox.cs
1569 * ComboBoxStyle.cs
1570 * CommonDialog.cs
1571 * ComVisible.cs
1572 * ContainerControl.cs
1573 * ContentsResizedEventArgs.cs
1574 * ContentsResizedEventHandler.cs
1575 * ContextMenu.cs
1576 * Control.cs
1577 * ControlBindingsCollection.cs
1578 * ControlEventArgs.cs
1579 * ControlEventHandler.cs
1580 * ControlPaint.cs
1581 * ControlStyles.cs
1582 * ConvertEventArgs.cs
1583 * ConvertEventHandler.cs
1584 * CreateParams.cs
1585 * CurrencyManager.cs
1586 * Cursor.cs
1587 * CursorConverter.cs
1588 * Cursors.cs
1589 * DataFormats.cs
1590 * DataGrid.cs
1591 * DataGridBoolColumn.cs
1592 * DataGridCell.cs
1593 * DataGridColumnStyle.cs
1594 * DataGridLineStyle.cs
1595 * DataGridParentRowsLabelStyle.cs
1596 * DataGridPreferredColumnWidthTypeConverter.cs
1597 * DataGridTableStyle.cs
1598 * DataGridTextBox.cs
1599 * DataGridTextBoxColumn.cs
1600 * DataObject.cs
1601 * DateBoldEventArgs.cs
1602 * DateRangeEventArgs.cs
1603 * DateRangeEventHandler.cs
1604 * DateTimePicker.cs
1605 * DateTimePickerFormat.cs
1606 * day.cs
1607 * DialogResult.cs
1608 * DockStyle.cs
1609 * DomainUpDown.cs
1610 * DragAction.cs
1611 * DragDropEffects.cs
1612 * DragEventArgs.cs
1613 * DragEventHandler.cs
1614 * DrawItemEventArgs.cs
1615 * DrawItemEventHandler.cs
1616 * DrawItemState.cs
1617 * DrawMode.cs
1618 * ErrorBlinkStyle.cs
1619 * ErrorIconAlignment.cs
1620 * ErrorProvider.cs
1621 * FeatureSupport.cs
1622 * FileDialog.cs
1623 * FlatStyle.cs
1624 * FontDialog.cs
1625 * Form.cs
1626 * FormBorderStyle.cs
1627 * FormStartPosition.cs
1628 * FormWindowState.cs
1629 * FrameStyle.cs
1630 * Getopt.cs
1631 * GiveFeedbackEventArgs.cs
1632 * GiveFeedbackEventHandler.cs
1633 * GridColumnStylesCollection.cs
1634 * GridItem.cs
1635 * GridItemCollection.cs
1636 * GridItemType.cs
1637 * GridTableStylesCollection.cs
1638 * GroupBox.cs
1639 * Help.cs
1640 * HelpEventArgs.cs
1641 * HelpEventHandler.cs
1642 * HelpNavigator.cs
1643 * HelpProvider.cs
1644 * HorizontalAlignment.cs
1645 * HScrollBar.cs
1646 * IButtonControl.cs
1647 * ICommandExecutor.cs
1648 * IComponentEditorPageSite.cs
1649 * IContainerControl.cs
1650 * IDataGridColumnStyleEditingNotificationService.cs
1651 * IDataGridEditingService.cs
1652 * IDataObject.cs
1653 * IFeatureSupport.cs
1654 * IFileReaderService.cs
1655 * ImageIndexConverter.cs
1656 * ImageList.cs
1657 * ImageListStreamer.cs
1658 * ImeMode.cs
1659 * IMessageFilter.cs
1660 * InputLanguage.cs
1661 * InputLanguageChangedEventArgs.cs
1662 * InputLanguageChangedEventHandler.cs
1663 * InputLanguageChangingEventArgs.cs
1664 * InputLanguageChangingEventHandler.cs
1665 * InputLanguageCollection.cs
1666 * InvalidateEventArgs.cs
1667 * InvalidateEventHandler.cs
1668 * ItemActivation.cs
1669 * ItemBoundsPortion.cs
1670 * ItemChangedEventArgs.cs
1671 * ItemChangedEventHandler.cs
1672 * ItemCheckEventArgs.cs
1673 * ItemCheckEventHandler.cs
1674 * ItemDragEventArgs.cs
1675 * ItemDragEventHandler.cs
1676 * IWin32Window.cs
1677 * IWindowTarget.cs
1678 * KeyEventArgs.cs
1679 * KeyEventHandler.cs
1680 * KeyPressEventArgs.cs
1681 * KeyPressEventHandler.cs
1682 * Keys.cs
1683 * KeysConverter.cs
1684 * Label.cs
1685 * LabelEditEventArgs.cs
1686 * LabelEditEventHandler.cs
1687 * LayoutEventArgs.cs
1688 * LayoutEventHandler.cs
1689 * LeftRightAlignment.cs
1690 * LinkArea.cs
1691 * LinkBehavior.cs
1692 * LinkClickedEventArgs.cs
1693 * LinkClickedEventHandler.cs
1694 * LinkLabel.cs
1695 * LinkLabelLinkClickedEventArgs.cs
1696 * LinkLabelLinkClickedEventHandler.cs
1697 * LinkState.cs
1698 * ListBindingConverter.cs
1699 * ListBox.cs
1700 * ListControl.cs
1701 * ListView.cs
1702 * ListViewAlignment.cs
1703 * ListViewItem.cs
1704 * ListViewItemConverter.cs
1705 * MainMenu.cs
1706 * MdiLayout.cs
1707 * MeasureItemEventArgs.cs
1708 * MeasureItemEventHandler.cs
1709 * Menu.cs
1710 * MenuGlyph.cs
1711 * MenuItem.cs
1712 * MenuMerge.cs
1713 * Message.cs
1714 * MessageBox.cs
1715 * MessageBoxButtons.cs
1716 * MessageBoxDefaultButton.cs
1717 * MessageBoxIcon.cs
1718 * MessageBoxOptions.cs
1719 * MethodInvoker.cs
1720 * MonthCalendar.cs
1721 * MouseButtons.cs
1722 * MouseEventArgs.cs
1723 * MouseEventHandler.cs
1724 * NativeWindow.cs
1725 * NavigateEventArgs.cs
1726 * NavigateEventHandler.cs
1727 * NodeLabelEditEventArgs.cs
1728 * NodeLabelEditEventHandler.cs
1729 * NotifyIcon.cs
1730 * NumericUpDown.cs
1731 * OpacityConverter.cs
1732 * OpenFileDialog.cs
1733 * Orientation.cs
1734 * OSFeature.cs
1735 * PageSetupDialog.cs
1736 * PaintEventArgs.cs
1737 * PaintEventHandler.cs
1738 * Panel.cs
1739 * PictureBoxSizeMode.cs
1740 * PrintControllerWithStatusDialog.cs
1741 * PrintDialog.cs
1742 * PrintPreviewControl.cs
1743 * PrintPreviewDialog.cs
1744 * ProgressBar.cs
1745 * PropertyGrid.cs
1746 * PropertyManager.cs
1747 * PropertySort.cs
1748 * PropertyTabChangedEventArgs.cs
1749 * PropertyTabChangedEventHandler.cs
1750 * PropertyValueChangedEventArgs.cs
1751 * PropertyValueChangedEventHandler.cs
1752 * QueryAccessibilityHelpEventArgs.cs
1753 * QueryAccessibilityHelpEventHandler.cs
1754 * QueryContinueDragEventArgs.cs
1755 * QueryContinueDragEventHandler.cs
1756 * RadioButton.cs
1757 * RichTextBox.cs
1758 * RichTextBoxFinds.cs
1759 * RichTextBoxScrollBars.cs
1760 * RichTextBoxSelectionAttribute.cs
1761 * RichTextBoxSelectionTypes.cs
1762 * RichTextBoxStreamType.cs
1763
1764 * RichTextBoxWordPunctuations.cs
1765 * RightToLeft.cs
1766 * SaveFileDialog.cs
1767 * Screen.cs
1768 * ScrollableControl.cs
1769 * ScrollBar.cs
1770 * ScrollBars.cs
1771 * ScrollButton.cs
1772
1773 * ScrollEventArgs.cs
1774 * ScrollEventHandler.cs
1775 * ScrollEventType.cs
1776 * SecurityIDType.cs
1777 * SelectedGridItemChangedEventArgs.cs
1778 * SelectedGridItemChangedEventHandler.cs
1779 * SelectionMode.cs
1780 * SelectionRange.cs
1781 * SelectionRangeConverter.cs
1782 * SendKeys.cs
1783 * Shortcut.cs
1784 * SizeGripStyle.cs
1785 * SortOrder.cs
1786 * Splitter.cs
1787 * SplitterEventArgs.cs
1788 * SplitterEventHandler.cs
1789 * StatusBar.cs
1790 * StatusBarDrawItemEventArgs.cs
1791 * StatusBarDrawItemEventHandler.cs
1792 * StatusBarPanel.cs
1793 * StatusBarPanelAutoSize.cs
1794 * StatusBarPanelBorderStyle.cs
1795 * StatusBarPanelClickEventArgs.cs
1796 * StatusBarPanelClickEventHandler.cs
1797 * StatusBarPanelCollection.cs
1798 * StatusBarPanelStyle.cs
1799 * StructFormat.cs
1800 * SystemInformation.cs
1801 * TabAlignment.cs
1802 * TabAppearance.cs
1803 * TabControl.cs
1804 * TabDrawMode.cs
1805 * TabPage.cs
1806 * TabSizeMode.cs
1807 * TextBox.cs
1808 * TextBoxBase.cs
1809 * ThreadExceptionDialog.cs
1810 * TickStyle.cs
1811 * Timer.cs
1812 * ToolBar.cs
1813 * ToolBarAppearance.cs
1814 * ToolBarButton.cs
1815 * ToolBarButtonClickEventArgs.cs
1816 * ToolBarButtonClickEventHandler.cs
1817 * ToolBarButtonStyle.cs
1818 * ToolBarTextAlign.cs
1819 * ToolTip.cs
1820 * TrackBar.cs
1821 * TreeNode.cs
1822 * TreeNodeCollection.cs
1823 * TreeNodeConverter.cs
1824 * TreeView.cs
1825 * TreeViewAction.cs
1826 * TreeViewCancelEventArgs.cs
1827 * TreeViewCancelEventHandler.cs
1828 * TreeViewEventArgs.cs
1829 * TreeViewEventHandler.cs
1830 * TreeViewImageIndexConverter.cs
1831 * UICues.cs
1832 * UICuesEventArgs.cs
1833 * UICuesEventHandler.cs
1834 * UpDownBase.cs
1835 * UpDownEventArgs.cs
1836 * UpDownEventHandler.cs
1837 * UserControl.cs
1838 * View.cs
1839 * VScrollBar.cs
1840 * Monostyled everything!
1841
1842
1843
1844 2002-7-7  DennisHayes <dennish@raytek.com>
1845
1846 * AccessibleObject.cs
1847 * AmbientProperties.cs
1848 * AxHost.cs
1849 * BindingsCollection.cs
1850 * Button.cs
1851 * ButtonBase.cs
1852 * ChangeLog
1853 * CheckBox.cs
1854 * CheckedListBox.cs
1855 * ColorDialog.cs
1856 * ComboBox.cs
1857 * CommonDialog.cs
1858 * ContainerControl.cs
1859 * ContextMenu.cs
1860 * ControlEventArgs.cs
1861 * CurrencyManager.cs
1862 * DataGrid.cs
1863 * DataGridBoolColumn.cs
1864 * DataGridColumnStyle.cs
1865 * DataGridTableStyle.cs
1866 * DataGridTextBox.cs
1867 * DataGridTextBoxColumn.cs
1868 * DateTimePickerFormat.cs
1869 * ErrorProvider.cs
1870 * FileDialog.cs
1871 * FontDialog.cs
1872 * Form.cs
1873 * GroupBox.cs
1874 * HelpProvider.cs
1875 * HScrollBar.cs
1876 * ImageList.cs
1877 * KeyPressEventHandler.cs
1878 * Label.cs
1879 * LinkLabel.cs
1880 * LinkLabelLinkClickedEventArgs.cs
1881 * ListBox.cs
1882 * ListControl.cs
1883 * ListView.cs
1884 * logfile.txt
1885 * MainMenu.cs
1886 * Menu.cs
1887 * MenuItem.cs
1888 * MonthCalendar.cs
1889 * NotifyIcon.cs
1890 * OpenFileDialog.cs
1891 * PageSetupDialog.cs
1892 * Panel.cs
1893 * PrintDialog.cs
1894 * PropertyManager.cs
1895 * RadioButton.cs
1896 * RichTextBox.cs
1897 * SaveFileDialog.cs
1898 * ScrollableControl.cs
1899 * ScrollBar.cs
1900 * Splitter.cs
1901 * StatusBar.cs
1902 * StatusBarPanel.cs
1903 * TabControl.cs
1904 * TabPage.cs
1905 * TextBox.cs
1906 * TextBoxBase.cs
1907 * ThreadExceptionDialog.cs
1908 * Timer.cs
1909 * ToolBar.cs
1910 * ToolBarButton.cs
1911 * TrackBar.cs
1912 * TreeView.cs
1913 * UpDownBase.cs
1914 * VScrollBar.cs
1915 * Uncommented stuff, re-commented stuff, adding usings, fixed minor syntax errors.
1916
1917 2002-7-6  DennisHayes <dennish@raytek.com>
1918
1919 * DragEventArgs.cs
1920 * PropertyValueChangedEventArgs.cs
1921 * InputLanguageChangedEventArgs.cs
1922 * added files
1923
1924 2002-7-6  DennisHayes <dennish@raytek.com>
1925
1926 * ToolBarButtonClickEventArgs.cs
1927 * UpDownEventArgs.cs
1928 * PropertyValueChangedEventArgs.c
1929 * Added new files
1930
1931 2002-7-6  DennisHayes <dennish@raytek.com>
1932
1933 * AccessibleObject.cs
1934 * AmbientProperties.cs
1935 * Application.cs
1936 * ApplicationContext.cs
1937 * AxHost.cs
1938 * BaseCollection.cs
1939 * Binding.cs
1940 * BindingContext.cs
1941 * BindingManagerBase.cs
1942 * BindingsCollection.cs
1943 * CaptionButton.cs
1944 * Clipboard.cs
1945 * ColumnHeader.cs
1946 * Control.cs
1947 * ControlBindingsCollection.cs
1948 * ControlPaint.cs
1949 * CreateParams.cs
1950 * CurrencyManager.cs
1951 * Cursor.cs
1952 * CursorConverter.cs
1953 * Cursors.cs
1954 * DataFormats.cs
1955 * DataGridPreferredColumnWidthTypeConverter.cs
1956 * DataGridTextBoxColumn.cs
1957 * DataObject.cs
1958 * DateBoldEventArgs.cs
1959 * DateTimePicker.cs
1960 * DomainUpDown.cs
1961 * FeatureSupport.cs
1962 * FontDialog.cs
1963 * Form.cs
1964 * GridColumnStylesCollection.cs
1965 * GridItemCollection.cs
1966 * GridTableStylesCollection.cs
1967 * Help.cs
1968 * IButtonControl.cs
1969 * IFileReaderService.cs
1970 * ImageIndexConverter.cs
1971 * ImageListStreamer.cs
1972 * IMessageFilter.cs
1973 * InputLanguage.cs
1974 * InputLanguageChangeEventArgs.cs
1975 * InputLanguageCollection.cs
1976 * ItemChangedEventArgs.cs
1977 * KeyEventArgs.cs
1978 * KeyPressEventArgs.cs
1979 * KeysConverter.cs
1980 * LinkLabel.cs
1981 * LinkLabelLinkClickedEventArgs.cs
1982 * LinkLabelLinkClickedEventHandler.cs
1983 * ListBindingConverter.cs
1984 * ListViewItem.cs
1985 * ListViewItemConverter.cs
1986 * logfile.txt
1987 * MessageBox.cs
1988 * NativeWindow.cs
1989 * NumericUpDown.cs
1990 * OpacityConverter.cs
1991 * OSFeature.cs
1992 * PaintEventArgs.cs
1993 * PrintControllerWithStatusDialog.cs
1994 * PropertyGrid.cs
1995 * PropertyTabChangedEventArgs.cs
1996 * PropertyTabChangedEventHandler.cs
1997 * PropertyValueChangedEventArgs.cs
1998 * Screen.cs
1999 * ScrollEventArgs.cs
2000 * SelectionRange.cs
2001 * SelectionRangeConverter.cs
2002 * SendKeys.cs
2003 * SplitterEventArgs.cs
2004 * StatusBarPanelClickEventArgs.cs
2005 * StatusBarPanelCollection.cs
2006 * SystemInformation.cs
2007 * ToolBarButtonClickEventArgs.cs
2008 * ToolTip.cs
2009 * TreeNode.cs
2010 * TreeNodeCollection.cs
2011 * TreeNodeConverter.cs
2012 * TreeViewCancelEventArgs.cs
2013 * TreeViewImageIndexConverter.cs
2014 * UICuesEventArgs.cs
2015 * UpDownBase.cs
2016 * UpDownEventArgs.cs
2017 * UserControl.cs
2018 * Added usings, corrected minor syntax errors, uncommented some stuff to flush out compile errors.
2019
2020 2002-7-3  DennisHayes <dennish@raytek.com>
2021
2022 * AccessibleObject.cs
2023 * Application.cs
2024 * AxHost.cs
2025 * Button.cs
2026 * Control.cs
2027 * Form.cs
2028 * GridColumnStylesCollection.cs
2029 * GridItemCollection.cs
2030 * GridTableStylesCollection.cs
2031 * ImageIndexConverter.cs
2032 * ImageListStreamer.cs
2033 * InputLanguageChangingEventArgs.cs
2034 * KeysConverter.cs
2035 * Label.cs
2036 * LinkLabel.cs
2037 * LinkLabelLinkClickedEventArgs.cs
2038 * ListBox.cs
2039 * ListView.cs
2040 * ListViewItem.cs
2041 * ListViewItemConverter.cs
2042 * Menu.cs
2043 * NumericUpDown.cs
2044 * ScrollableControl.cs
2045 * StatusBarDrawItemEventArgs.cs
2046 * StatusBarPanel.cs
2047 * StatusBarPanelCollection.cs
2048 * TabControl.cs
2049 * TrackBar.cs
2050 * TreeNodeCollection.cs
2051 * added usings, minor syntax corrections.
2052
2053 2002-7-3  DennisHayes <dennish@raytek.com>
2054 * checked in for Jaak Simm (jaaksimm@firm.ee)
2055 * PrintPreviewControl.cs
2056 * PrintPreviewDialog.cs
2057 * ProgressBar.cs
2058 * PropertyGrid.cs
2059 * PropertyManager.cs
2060 * PropertyTabChangedEventArgs.cs
2061 * new files added
2062
2063 2002-7-2  DennisHayes <dennish@raytek.com>
2064 * Application.cs
2065 * ControlEventArgs.cs
2066 * Form.cs
2067 * merged changes made by miguel and hestilow in gkt# to system.windows.forms
2068
2069 2002-7-2  DennisHayes <dennish@raytek.com>
2070 * Button.cs
2071 * ButtonBase.cs
2072 * ContainerControl.cs
2073 * Label.cs
2074 * ScrollableControl.cs
2075 * Copied changes made by miguel and hestilow in gkt# to system.windows.forms
2076
2077 2002-7-2  DennisHayes <dennish@raytek.com>
2078 *  Checked in for Richard Baumann (biochem333@nyc.rr.com)
2079 * DataGridTextBoxColumn.cs
2080 * DataObject.cs
2081 * DateBoldEventArgs.cs
2082 * DateRangeEventArgs.cs
2083 * DateTimePicker.cs
2084 * DomainUpDown.cs
2085 * DragEventArgs.cs
2086 * DrawItemEventArgs.cs
2087 * added new files
2088
2089 2002-7-2  DennisHayes <dennish@raytek.com>
2090 * checked in for Jaak Simm (jaaksimm@firm.ee)
2091 * DataFormats.cs
2092 * DataGrid.cs
2093 * DataGridBoolColumn.cs
2094 * DataGridColumnStyle.cs
2095 * DataGridPreferredColumnWidthTypeConverter.cs
2096 * DataGridTableStyle.cs
2097 * DataGridTextBox.cs
2098 * new classes added
2099
2100 2002-7-2  DennisHayes <dennish@raytek.com>
2101 *  Checked in for Richard Baumann (biochem333@nyc.rr.com)
2102 * StatusBar.cs
2103 * StatusBarDrawItemEventArgs.cs
2104 * StatusBarPanel.cs
2105 * StatusBarPanelClickEventArgs.cs
2106 * SystemInformation.cs
2107 * Minor changes by Rich B
2108
2109 2002-7-1  DennisHayes <dennish@raytek.com>
2110
2111 * AccessibleObject.cs
2112 * AmbientProperties.cs
2113 * Application.cs
2114 * ApplicationContext.cs
2115 * ArrangeDirection.cs
2116 * AxHost.cs BaseCollection.cs
2117 * Binding.cs BindingContext.cs
2118 * BindingManagerBase.cs
2119 * BindingMemberInfo.cs
2120 * BindingsCollection.cs
2121 * Button.cs
2122 * ButtonBase.cs
2123 * CheckBox.cs
2124 * CheckedListBox.cs
2125 * Clipboard.cs
2126 * ColorDialog.cs
2127 * ColumnClickEventArgs.cs
2128 * ColumnClickEventHandler.cs
2129 * ColumnHeader.cs
2130 * ComboBox.cs
2131 * CommonDialog.cs
2132 * ComVisible.cs
2133 * ContainerControl.cs
2134 * ContentsResizedEventArgs.cs
2135 * ContextMenu.cs
2136 * Control.cs
2137 * ControlBindingsCollection.cs
2138 * ControlEventArgs.cs
2139 * ControlPaint.cs
2140 * ConvertEventArgs.cs
2141 * CreateParams.cs
2142 * CurrencyManager.cs
2143 * Cursor.cs
2144 * CursorConverter.cs
2145 * Cursors.cs
2146 * ErrorProvider.cs 
2147 * FeatureSupport.cs
2148 * FileDialog.cs
2149 * Form.cs
2150 * GiveFeedbackEventArgs.cs
2151 * GridColumnStylesCollection.cs
2152 * GridItem.cs
2153 * GridItemCollection.cs
2154 * GridTableStylesCollection.cs
2155 * GroupBox.cs
2156 * Help.cs 
2157 * HelpEventArgs.cs
2158 * HelpProvider.cs
2159 * HScrollBar.cs
2160 * ImageIndexConverter.cs
2161 * ImageList.cs
2162 * ImageListStreamer.cs
2163 * InputLanguage.cs
2164 * InputLanguageChangedEventArgs.cs
2165 * InputLanguageChangingEventArgs.cs
2166 * InputLanguageCollection.cs
2167 * InvalidateEventArgs.cs
2168 * ItemChangedEventArgs.cs
2169 * ItemCheckEventArgs.cs
2170 * ItemDragEventArgs.cs
2171 * IWin32Window.cs
2172 * KeyEventArgs.cs
2173 * KeyPressEventArgs.cs
2174 * KeysConverter.cs
2175 * Label.cs
2176 * LabelEditEventArgs.cs
2177 * LabelEditEventHandler.cs
2178 * LayoutEventArgs.cs
2179 * LinkClickedEventArgs.cs
2180 * LinkLabel.cs
2181 * LinkLabelLinkClickedEventArgs.cs
2182 * ListBindingConverter.cs
2183 * ListBox.cs
2184 * ListControl.cs
2185 * ListView.cs
2186 * ListViewItem.cs
2187 * ListViewItemConverter.cs
2188 * MainMenu.cs
2189 * MeasureItemEventArgs.cs
2190 * Menu.cs MenuItem.cs
2191 * Message.cs
2192 * MessageBox.cs
2193 * MonthCalendar.cs
2194 * MouseEventArgs.cs
2195 * NativeWindow.cs
2196 * NavigateEventArgs.cs
2197 * NodeLabelEditEventArgs.cs
2198 * NotifyIcon.cs
2199 * NumericUpDown.cs
2200 * OpacityConverter.cs
2201 * OpenFileDialog.cs
2202 * OSFeature.cs
2203 * PageSetupDialog.cs
2204 * PaintEventArgs.cs
2205 * Panel.cs
2206 * PrintControllerWithStatusDialog.cs
2207 * PrintDialog.cs
2208 * QueryAccessibilityHelpEventArgs.cs
2209 * QueryContinueDragEventArgs.cs
2210 * RadioButton.cs
2211 * RichTextBox.cs
2212 * SaveFileDialog.cs
2213 * Screen.cs
2214 * ScrollableControl.cs
2215 * ScrollBar.cs
2216 * ScrollEventArgs.cs
2217 * SelectedGridItemChangedEventArgs.cs
2218 * SelectionRange.cs
2219 * SelectionRangeConverter.cs
2220 * SendKeys.cs
2221 * Splitter.cs
2222 * SplitterEventArgs.cs
2223 * StatusBar.cs
2224 * StatusBarDrawItemEventArgs.cs
2225 * StatusBarPanel.cs
2226 * StatusBarPanelClickEventArgs.cs
2227 * StatusBarPanelCollection.cs
2228 * SystemInformation.cs
2229 * TabControl.cs
2230 * TabPage.cs
2231 * TextBox.cs
2232 * TextBoxBase.cs
2233 * ThreadExceptionDialog.cs
2234 * Timer.cs
2235 * ToolBar.cs
2236 * ToolBarButton.cs
2237 * TrackBar.cs
2238 * TreeNode.cs
2239 * TreeNodeCollection.cs
2240 * TreeNodeConverter.cs
2241 * TreeView.cs
2242 * TreeViewCancelEventArgs.cs
2243 * TreeViewEventArgs.cs
2244 * TreeViewImageIndexConverter.cs
2245 * UICuesEventArgs.cs
2246 * UserControl.cs
2247 * VScrollBar.cs
2248 * Implmented some stuff, fixed some stuff, monostyled some stuff, uncommented-out some stuff.
2249
2250
2251 2002-7-1  DennisHayes <dennish@raytek.com>
2252 * changelog
2253 * reversed order, putting most recent entries at the top
2254
2255 2002-6-24 DennisHayes <dennish@raytek.com>
2256 * AccessibleStates.cs
2257 * ArrangeDirection.cs
2258 * AccessibleEvents.cs
2259 * Added values for enums
2260
2261 2002-6-24 DennisHayes <dennish@raytek.com>
2262 * BindingMemberInfo.cs
2263 * CaptionButton.cs
2264 * DataGridCell.cs
2265 * Message.cs
2266 * MessageBox.cs
2267 * Fixed bugs preventing compile
2268
2269 2002-6-18 DennisHayes <dennish@raytek.com>
2270 * checked in  for Stefan Warnke (StefanW@POBox.com)
2271 * UICuesEventArgs.cs
2272 * UpDownBase.cs
2273 * Better comments and formatting
2274
2275 2002-6-18 DennisHayes <dennish@raytek.com>
2276 * Checked in for Jackson Harper (jackson@latitudegeo.com)
2277 * ToolBar.cs
2278 * TabControl.cs
2279 * TabPage.cs
2280 * Added sub classes
2281
2282 2002-6-5 DennisHayes <dennish@raytek.com>
2283 * TabControl.cs
2284 * TabPage.cs
2285 * TextBox.cs
2286 * TextBoxBase.cs
2287 * ThreadExceptionDialog.cs
2288 * Timer.cs
2289 * added new files for Jackson Harper (jackson@latitudegeo.com)
2290 * needs to be mono styled, and may have other issues
2291
2292 2002-6-5 DennisHayes <dennish@raytek.com>
2293 * ErrorProvider.cs
2294 * PrintControllerWithStatusDialog.cs
2295 * PrintDialog.cs
2296 * added new files for paul
2297
2298 2002-6-5 DennisHayes <dennish@raytek.com>
2299 * StatusBarDrawItemEventArgs.cs
2300 * StatusBarPanel.cs
2301 * StatusBarPanelClickEventArgs.cs
2302 * StatusBarPanelCollection.cs
2303 * SystemInformation.cs
2304 * added new files for Richard Baumann (biochem333@nyc.rr.com)
2305
2306 2002-6-5 DennisHayes <dennish@raytek.com>
2307 * removed, code moved to main class files, Form.cs, ImageList.cs, LinkLabel.cs,
2308 *   ListBox.cs, ListView.cs, ListViewItem.cs, Menu.cs, MonthCalendar.cs, ScrollableControl.cs
2309 * Form.ControlCollectison.cs
2310 * ImageList.ImageCollection.c
2311 * LinkLabel.LinkCollection.cs
2312 * ListBox.ObjectCollection.cs
2313 * ListBox.SelectedIndexCollection.cs
2314 * ListBox.SelectedObjectCollection.cs
2315 * ListView.CheckedListViewItemCollection.cs
2316 * ListView.CheckedIndexCollection.cs
2317 * ListView.ColumnHeaderCollection.cs
2318 * ListView.ListViewItemCollection.cs
2319 * ListView.SelectedIndexCollection.cs
2320 * ListView.SelectedListViewItemCollection.cs
2321 * ListViewItem.ListViewSubItem.cs
2322 * ListViewItem.ListViewSubItemCollection.cs
2323 * Menu.MenuItemCollection.cs
2324 * MonthCalendar.HitTestInfo.cs
2325 * ScrollableControl.DockPaddingEdges.cs
2326
2327 2002-6-5 DennisHayes <dennish@raytek.com>
2328 * Checked in for Jackson Harper (jackson@latitudegeo.com)
2329 * ToolBar.cs
2330 * ToolBarButton.cs
2331 * ToolTip.cs
2332 * TrackBar.cs
2333 * TreeNode.cs
2334 * TreeNodeCollection.cs
2335 * TreeNodeConverter.cs
2336 * TreeView.cs
2337 * TreeViewCancelEventArgs.cs
2338 * TreeViewEventArgs.cs
2339 * TreeViewImageIndexConverter.cs
2340 * Just stubbs
2341 * New files added, work in progress cleanup and mono style needed.
2342
2343 2002-6-5 DennisHayes <dennish@raytek.com>
2344 * checked in  for Stefan Warnke (StefanW@POBox.com)
2345 * UICuesEventArgs.cs
2346 * UpDownBase.cs
2347 * Just stubbs
2348 * New files, work in progress, needs cleanup and mono style
2349
2350
2351
2352 2002-5-31 DennisHayes <dennish@raytek.com>
2353 * ItemChangedEventHandler.cs
2354 * InvalidateEventHandler.cs
2355 * ItemChangedEventHandler.cs
2356 * added new files
2357
2358 2002-5-31 DennisHayes <dennish@raytek.com>
2359                 Check in for Paul Osman <paul.osman@sympatico.ca>
2360 * Panel.cs
2361 * New class, Stubbed and commented out
2362
2363 2002-5-31 DennisHayes <dennish@raytek.com>
2364                 Check in for Paul Osman <paul.osman@sympatico.ca>
2365 * MonthCalendar.cs
2366 * MonthCalendar.HitTestInfo.cs
2367 * MouseEventArgs.cs
2368 * NativeWindow.cs
2369 * Removed trash byte
2370
2371 2002-5-31 DennisHayes <dennish@raytek.com>
2372 * ColumnClickEventArgs.cs
2373 * Fully implmented.
2374
2375 2002-5-31 DennisHayes <dennish@raytek.com>
2376 * Minor formating in lots of files
2377
2378
2379 2002-5-27 DennisHayes <dennish@raytek.com>
2380 Added structs. All structs in System.Windows.Forms done
2381 * BindingMemberInfo.cs
2382 * DataGridCell.cs
2383 * LinkArea.cs
2384 * Message.cs
2385 * Complete execpt for Message.cs GetLParam
2386 * and
2387 * BindingMemberInfo needs constructor.
2388 * All need verification of hashcodes.
2389
2390 2002-5-27 DennisHayes <dennish@raytek.com>
2391 Added delegates. All delegates in System.Windows.Forms done
2392 * ColumnClickEventHandler.cs
2393 * ContentsResizedEventHandler.cs
2394 * ControlEventHandler.cs
2395 * ConvertEventHandler.cs
2396 * DateRangeEventHandler.cs
2397 * DragEventHandler.cs
2398 * DrawItemEventHandler.cs
2399 * GiveFeedbackEventHandler.cs
2400 * HelpEventHandler.cs
2401 * InputLanguageChangedEventHandler.cs
2402 * InputLanguageChangingEventHandler.cs
2403 * InvalidateEventHandler.cs
2404 * ItemChangedEventHandler.cs
2405 * ItemCheckEventHandler.cs
2406 * ItemDragEventHandler.cs
2407 * KeyEventHandler.cs
2408 * LabelEditEventHandler.cs
2409 * LayoutEventHandler.cs
2410 * LinkClickedEventHandler.cs
2411 * LinkLabelLinkClickedEventHandler.cs
2412
2413 2002-5-27 DennisHayes <dennish@raytek.com>
2414                 Check in for Paul Osman <paul.osman@sympatico.ca>
2415 * NumericUpDown.cs
2416 * OpacityConverter.cs
2417 * OpenFileDialog.cs
2418 * OSFeature.cs
2419 * PageSetupDialog.cs
2420 * PaintEventArgs.cs
2421 * MonthCalendar.HitTestInfo.cs
2422 * MouseEventArgs.cs
2423 * NativeWindow.cs
2424 * Stubbed and commented out
2425 * NativeWindow.cs, MonthCalendar.HitTestInfo.cs, MouseEventArgs.cs,
2426 * have bad extra byte from old skeleton, need new corrected version.
2427
2428 * MonthCalendar.HitTestInfo.cs needs to be incorporated into MonthCalendar.
2429
2430 2002-5-27 DennisHayes <dennish@raytek.com>
2431                 Check in for Paul Osman <paul.osman@sympatico.ca>
2432 * Menu.cs
2433 * Menu.MenuItemCollection.cs
2434 * MenuItem.cs
2435 * MessageBox.cs
2436 * MonthCalendar.cs
2437 * Stubbed and commented out
2438 * MonthCalendar.cs has bad extra byte from old skeleton, need new corrected version.
2439 * MonthCalendar.HitTestInfo.cs needs to be incorporated into MonthCalendar.
2440 * Menu.MenuItemCollection.cs needs to be incorporated into Menu.cs.
2441
2442 2002-5-27 DennisHayes <dennish@raytek.com>
2443                 Check in for Paul Osman <paul.osman@sympatico.ca>
2444 * Panel.cs
2445 * New class, Stubbed and commented out
2446
2447 2002-5-10 Dennis Hayes
2448 * added IMessageFilter
2449 * Interfaces complete
2450
2451  2002-5-8 Dennis Hayes <dennish@raytek.com>
2452 * RichTextBoxFinds.cs
2453 * RichTextBoxScrollBars.cs
2454 * RichTextBoxSelectionAttribute.cs
2455 * RichTextBoxSelectionTypes.cs
2456 * RichTextBoxStreamType.cs
2457 * RichTextBoxWordPunctuations.cs
2458 * RightToLeft.cs
2459 * ScrollBars.cs
2460 * ScrollButton.cs
2461 * ScrollEventType.cs
2462 * SecurityIDType.cs
2463 * SelectionMode.cs
2464 * Shortcut.cs
2465 * SizeGripStyle.cs
2466 * SortOrder.cs
2467 * StatusBarPanelAutoSize.cs
2468 * StatusBarPanelBorderStyle.cs
2469 * StatusBarPanelStyle.cs
2470 * StructFormat.cs
2471 * TabAlignment.cs
2472 * TabAppearance.cs
2473 * TabDrawMode.cs
2474 * TabSizeMode.cs
2475 * TickStyle.cs
2476 * ToolBarAppearance.cs
2477 * ToolBarButtonStyle.cs
2478 * ToolBarTextAlign.cs
2479 * TreeViewAction.cs
2480 * UICues.cs
2481 * View.cs
2482 * Added enums.
2483 * All System.Windows.Forms enums complete with correct values.
2484  2002-5-8 Dennis Hayes <dennish@raytek.com>
2485 Dennis Hayes <dennish@raytek.com>
2486 Checking in new System.Windows.forms classes (a* to c*) for 
2487 Jaak Simm <jaaksimm@firm.ee>
2488 * AmbientProperties.cs
2489 * Application.cs
2490 * ApplicationContext.cs
2491 * AxHost.cs
2492 * BaseCollection.cs
2493 * Binding.cs
2494 * BindingContext.cs
2495 * BindingManagerBase.cs
2496 * BindingsCollection.cs
2497 * Button.cs
2498 * ButtonBase.cs
2499 * CheckBox.cs
2500 * CheckedListBox.cs
2501 * Clipboard.cs
2502 * ColorDialog.cs
2503 * ColumnClickEventArgs.cs
2504 * ColumnHeader.cs
2505 * ComboBox.cs
2506 * CommonDialog.cs
2507 * ContainerControl.cs
2508 * ContentsResizedEventArgs.cs
2509 * ContextMenu.cs
2510 * Control.cs
2511 * ControlBindingsCollection.cs
2512 * ControlEventArgs.cs
2513 * ControlPaint.cs
2514 * ConvertEventArgs.cs
2515 * CreateParams.cs
2516 * CurrencyManager.cs
2517 * Cursor.cs
2518 * CursorConverter.cs
2519 * Cursors.cs
2520 * Classes stubbed and commented out.
2521
2522  2002-5-8 Dennis Hayes <dennish@raytek.com>
2523 Dennis Hayes <dennish@raytek.com>
2524 Checking in new System.Windows.forms classe for John Rebbeck <john@rebent.com>
2525
2526 * UserControl.cs
2527 Stubbed and commented out
2528
2529  2002-5-8 Dennis Hayes <dennish@raytek.com>
2530 Dennis Hayes <dennish@raytek.com>
2531 Checking in new System.Windows.forms classe for Paul Osman <paul.osmand@sympatico.ca>
2532
2533 * NavigateEventArgs.cs
2534 * NodeLabelEditEventArgs.cs
2535 * NotifyIcon.cs
2536 Stubbed and commented out
2537
2538 2002-05-07 Daniel Carrera (dcarrera@math.utoronto.ca)
2539 * Fixed a problem with an "extra byte" problem.  It caused an extra '?'
2540   at the beginning of some lines.
2541   Classes F-L and Q-R were updated.
2542 * Added the classes SaveFileDialog.cs and Screen.cs
2543
2544 2002-5-7 Dennis Hayes <dennish@raytek.com>
2545 * Added duplicate values
2546 * System.Windows.Forms.Keys.cs
2547
2548 2002-5-7 Dennis Hayes <dennish@raytek.com>
2549 * LeftRightAlignment.cs
2550 * LinkBehavior.cs
2551 * LinkState.cs
2552 * ListViewAlignment.cs
2553 * MdiLayout.cs
2554 * MenuGlyph.cs
2555 * MenuMerge.cs
2556 * MessageBoxButtons.cs
2557 * MessageBoxDefaultButton.cs
2558 * MessageBoxIcon.cs
2559 * MessageBoxOptions.cs
2560 * MouseButtons.cs
2561 * Orientation.cs
2562 * PictureBoxSizeMode.cs
2563 * PropertySort.cs
2564 * Added some more enums. All have correct values.
2565
2566 * 5-5-2002 Dennis Hayes <dennish@raytek.com>
2567 * Added enums
2568 *       GridItemType.cs
2569 *       HelpNavigator.cs
2570 *       HorizontalAlignment.cs
2571 *       ImeMode.cs
2572 *       ItemActivation.cs
2573 *       ItemBoundsPortion.cs
2574 *       Keys.cs
2575 * All correct execpt for Keys.cs which is missing a half dozen
2576 * duplicate entries that need correcting.
2577
2578 2002-05-02 Daniel Carrera (dcarrera@math.utoronto.ca)
2579 * small update to classes [F-H]*
2580 * added stubbed and commented out classes for [I-L]*
2581 * added stubbed and commented out classes for R*
2582 2002-4-23 Dennis Hayes <dennish@raytek.com>
2583
2584         * AccessibleNavigation.cs :added to cvs with bad enum values, I will correct.
2585         * AccessibleSelection.cs :added with good enum values.
2586         * ContentsResizedEventHandler.cs :Added delagate
2587         * MainMenu.cs
2588         * AccessibleObject.cs
2589         * MeasureItemEventArgs :added stubbed classes. Commented out.
2590         * IButtonControl.cs : Added interface.
2591 2002-4-23 Dennis Hayes <dennish@raytek.com>
2592 * added stubbed and commented out classes from F to G *
2593
2594
2595 2002-04-10  Duncan Mak  <duncan@ximian.com>
2596
2597         * CaptionButton.cs:
2598         * CharacterCasing.cs: 
2599         * CheckState.cs: 
2600         * DataGridParentRowsLabelStyle.cs: 
2601         * DialogResult.cs: 
2602         * DockStyle.cs: 
2603         * DragAction.cs: 
2604         * DragDropEffects.cs: 
2605         * DrawItemState.cs: 
2606         * DrawMode.cs: 
2607         * ErrorBlinkStyle.cs: 
2608         * ErrorIconAlignment.cs: 
2609         * FlatStyle.cs: 
2610         * FormBorderStyle.cs: 
2611         * FormStartPosition.cs: 
2612         * FormWindowState.cs: 
2613         * FrameStyle.cs: Fixed enum layouts with EnumCheck.
2614
2615