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