In System.Windows.Forms:
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2006-12-23  Chris Toshok  <toshok@ximian.com>
2
3         * Control.cs: make SetImplicitBounds internal, do some futzing
4         with LayoutEngine so that it's available in 1.1, and remove the
5         entire duplicated code mess from PerformLayout.  Use
6         System.Windows.Forms.Layout.DefaultLayout instead.
7
8         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
9
10 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
11
12         * Form.cs: Add MainMenuStrip property.
13
14 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
15
16         * Control.cs: Add ContextMenuStrip property and implementation.
17         Fix ContextMenu implementation to show menu centered on control when
18         activated using the keyboard instead of showing at screen (0,0).
19
20         * ToolStripDropDown.cs: Fix needed overload of Show ().
21
22 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
23
24         * Menu.cs: Name property added for 2.0 profile.
25         
26 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
27
28         * Menu.cs: Update information about FindMenuItem, method to be
29         implemented soon.
30
31 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
32
33         * MenuAPI.cs: When deselect items deselect also selected subitems.
34         
35 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
36
37         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
38         FindSubItemByCoord to found itens that is not active, also an
39         cheking added to FindSubItemByCoord to search for items only 
40         in visible popup windows. Fixes #80274.
41
42 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
43
44         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
45         internal property, it be care about change ExStyle. 
46
47 2006-12-22  Andreia Gaita  <avidigal@novell.com>
48
49         * ContainerControl.cs: set activeControl for parent forms up the 
50         tree when the new activecontrol is a container.
51         When validating the active control, if it is a container, also
52         raise up the validation for it's active control. Fixes #80280
53         
54         * Control.cs: Add internal property flag and check to prevent
55         Focus events from getting raised when Select() is called for
56         a ContainerControl. There are still too many focus events being
57         raised at the moment though.
58         Cleaned up the code a bit.
59
60 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
61
62         * Control.cs: Added all missing 2.0 events.and
63         fixed a couple of corcompare issues.
64         * TrackBar.cs: Implemented missing 2.0 bits.
65         * MonthCalendar.cs, 
66         * DateTimePicker.cs, 
67         * MdiClient.cs: Fixed some corcompare issues.
68
69 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
70
71         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
72         SplitterPanel.cs: corecompare work.
73
74 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
75
76         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
77         Clean up warnings for BackgroundImageChanged and PaddingChanged
78         events now that they are implemented in Control.cs.
79
80 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
81
82         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
83         
84         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
85         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
86         of TableLayoutPanel and supporting cast.
87
88 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
89
90         * XplatUIWin32.cs: 
91         - GrabWindow now confines the mouse pointer to the confine window.
92         - Added Win32ClipCursor and Win32GetClipCursor.
93
94         * Control.cs: 
95         - Added CaptureWithConfine to be able to capture and confine 
96         mouse pointer.
97         
98         * InternalWindowManager.cs: 
99         - Call CaptureWithConfine instead of Capture if we're an
100         MdiChild (fixes #79982).
101
102 2006-12-21  Chris Toshok  <toshok@ximian.com>
103
104         * DataGrid.cs: guard against the initial state of selection, where
105         selection_start == -1.  make sure we only select from index >= 0.
106         Fixes bug #80291.
107
108 2006-12-21  Chris Toshok  <toshok@ximian.com>
109
110         * Control.cs: we don't need to be so draconian with
111         UpdateDistances, and we thusly don't need to call it before
112         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
113
114 2006-12-21  Daniel Nauck  <dna@mono-project.de>
115
116         * ComboBox.cs,
117         TextBox.cs: Implemented AutoComplete properties.
118
119 2006-12-20  Chris Toshok  <toshok@ximian.com>
120
121         * DataGridView*.cs: some corecompare work.
122
123 2006-12-20  Jackson Harper  <jackson@ximian.com>
124
125         * XplatUIX11.cs: We need to hide the caret when deleting it,
126         otherwise you get carets left lying around everywhere.
127         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
128         prevents getting some weird half drawn caret tracers when
129         scrolling.
130         * TextControl.cs: Attempt to reduce the number of times we need to
131         recreate the caret.
132
133 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
134
135         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
136
137 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
138
139         * DateTimePicker.cs:
140         - Implemented missing 2.0 bits.
141         - Changed some default values to match MS.
142         
143 2006-12-20  Jackson Harper  <jackson@ximian.com>
144
145         * TextBoxBase.cs: When changing the font across the document we
146         can't recalculate after changing each line, since that will cahnge
147         the line count.
148         - PreferredHeight is a little different than i thought.
149         - When backspacing, move the caret before we do the actual char
150         delete, because when that delete crosses a wrap boundary the
151         positional information will change.
152
153 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
154
155         * Control.cs: Added some missing 2.0 bits: 
156         BackgroundImageLayout, BackgroundImageLayoutChanged, 
157         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
158         add IBindableComponent and IDropTarget implementation.
159         
160         * MonthCalendar.cs: 
161         - Added all missing 2.0 features:
162         BackgroundImageLayout, RightToLeftLayout, 
163         OnHandleDestroyed, RightToLeftLayoutChanged, 
164         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
165         PaddingChanged.
166         - Rewrote all the BoldDate code, it was completely broken.
167         - Fixed all the tests (the tests can now be re-enabled, the
168         problems were not with the tests, but with the control, it was
169         mostly broken).
170         
171         * DateTimePicker.cs: Changed the location where the 
172         MonthCalendar is shown.
173         
174 2006-12-19  Chris Toshok  <toshok@ximian.com>
175
176         * DataGridView.cs: add IDropTarget implementation.
177
178         * ToolStripPanel.cs: add IDropTarget implementation.
179
180 2006-12-19  Jackson Harper  <jackson@ximian.com>
181
182         * TextControl.cs: soft now means something different than what it
183         used to mean, we want to move the caret regardless of whether or
184         not this break was soft (would we really have wanted the caret
185         to not move with the break in the old context?)
186         * TreeView.cs: Make sure we factor in the vert scrollbar when
187         calculating the horizontal scrollbar's maximum.
188
189 2006-12-19  Andreia Gaita  <avidigal@novell.org>
190
191         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
192         check for keywords in alternate casing, close bug #80049.
193
194 2006-12-19  Chris Toshok  <toshok@ximian.com>
195
196         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
197         methods (which all do nothing).
198
199         * IDropTarget.cs: add the 4 missing methods.
200
201 2006-12-19  Chris Toshok  <toshok@ximian.com>
202
203         * TableLayoutRowStyleCollection.cs: corcompare work.
204         
205         * TableLayoutSettings.cs: same.
206
207         * TableLayoutStyle.cs: same.
208
209         * TableLayoutColumnStyleCollection.cs: same.
210
211 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
212
213         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
214         TableLayoutPanel I've had in my local tree for way too long.
215
216 2006-12-19  Miguel de Icaza  <miguel@novell.com>
217
218         * TableLayoutSettings.cs: Finish the public API (still needs all
219         the logic to update on changes). 
220
221         * TableLayoutPanelCellPosition.cs: new file.
222         
223         * TableLayoutRowStyleCollection.cs,
224         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
225         TableLayoutSettings.cs: Track the final 2.0 table api.
226
227 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
228
229         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
230         and Image List 2.0 members for ColummnHeader.
231         * ListView.cs: Add key-related 2.0 methods for
232         ColumnHeaderCollection.
233
234 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
235
236         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
237         ArgumentNullException if items argument is null. Ignore null item in
238         arrays. Removed extra tabs.
239
240 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
241
242         * MonthCalendar.cs: Fixed InvalidCastException.
243
244 2006-12-19  Jackson Harper  <jackson@ximian.com>
245
246         * TextControl.cs: Don't increment the position here.
247         - When calculating char positions only add in the line break size
248         for hard line breaks.
249
250 2006-12-19  Andreia Gaita  <avidigal@novell.org>
251
252         * SendKeys.cs: Changed some things to match ms.net behaviour
253         when parsing shifted capital letters.
254         
255         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
256         Add window handle as parameter to SendInput. X11 needs the 
257         window handle, and the handle being passed      to it in the keys 
258         queue is the active control handle (which windows needs), not 
259         the window handle.
260         
261         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
262         to support SendKeys on X.       
263         
264         * X11Keyboard: Implement helper method to lookup a linux keycode
265         given the virtual keycode. Added table of keycode-2-virtualkey
266         values to support this.
267
268 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
269
270         * ListView.cs: Add support for SelectedIndexCollection
271         and SelectedItemCollection 2.0 methods. Implement support
272         for ImageKey too.
273         * ListViewItem.cs: Add support for ListViewSubItemCollection
274         2.0 methods. Also, fix an incorrect behavior of AddRange method
275         (it shouldn't call Clear).
276         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
277
278 2006-12-19  Jackson Harper  <jackson@ximian.com>
279
280         * RichTextBox.cs: 
281         * TextBoxBase.cs: New args for FormatText
282         * TextControl.cs: Rewrote the main drawing method, this version
283         feels a little easier to understand and debug to me.  Hopefully it
284         does to others also
285         - Fix FormatText to OR in the new formating values.  Added
286         FormatSpecified param, basically this works in the same way as
287         BoundsSpecified in Control.
288         - Set the caret properties when the caret is positioned.
289         - When wrapping text make sure that we calculate the width of the
290         last character
291         - when calculating alignments we might have wrapped down to the
292         next line, so don't search for an individual tag, search for the
293         end of the line
294         - We need to invalidate the selection area when we replace the
295         selection.
296         
297 2006-12-19  Daniel Nauck  <dna@mono-project.de>
298
299         * Application.cs: add Restart () 2.0 support
300
301 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
302
303         * MenuItem.cs: Invalidate menu item rectangle after change Enable
304         property. Fixes #80268.
305         
306 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
307
308         * MenuAPI.cs: Dont trigger select event when closes top menu
309         item. Fixes #80270.
310
311 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
312
313         * MenuAPI.cs: When you click on menuitem only trigger onselect
314         event for top menu itens. Fixes #80271.
315         
316 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
317
318         * MdiWindowManager.cs: Make IconicBounds depend on
319         the bottom of MdiClient, not the top (fixes #80267)
320         
321 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
322
323         * MdiClient.cs: Added missing 2.0 attribute
324
325 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
326
327         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
328         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
329
330 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
331
332         * MenuAPI.cs: Fix click when menuitem is not popup,
333         this regression was caused by last commit (#80272).
334
335 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
336
337         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
338         fire click event or close menu. Fixes #80272.
339
340 2006-12-17  Daniel Nauck  <dna@mono-project.de>
341
342         * ListViewHitTestInfo.cs: add
343
344 2006-12-17  Daniel Nauck  <dna@mono-project.de>
345
346         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
347         * FlatButtonAppearance.cs: add
348         * DockingAttribute.cs: add
349
350 2006-12-17  Chris Toshok  <toshok@ximian.com>
351
352         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
353         and rebind our columns when it does - this way, if you make
354         changes to the DataTable (or set the Table attribute on a DataView
355         after setting it as the DataGrid's DataSource, the changes are
356         made visible.)  Fixes bug #80107.
357
358 2006-12-17  Daniel Nauck  <dna@mono-project.de>
359
360         * ListViewGroup.cs: add internal Location property for layouting.
361         * Theme.cs: add abstract ListViewGroupHeight function.
362         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
363
364 2006-12-16  Andreia Gaita  <avidigal@novell.com>
365
366         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
367         Added reset of selected index to 0 when adding first tab page.
368         Fixes #80264
369         
370         * NumericUpDown.cs: Fix NET_2_0 check
371
372 2006-12-16  Daniel Nauck  <dna@mono-project.de>
373
374         * ListViewGroup.cs: fixed DefaultValueAttribute value
375
376 2006-12-16  Daniel Nauck  <dna@mono-project.de>
377
378         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
379
380 2006-12-15  Miguel de Icaza  <miguel@novell.com>
381
382         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
383         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
384         ScrollableControl.cs: Add a handful of methods that are
385         overwritten in 2.0 
386
387 2006-12-15  Chris Toshok  <toshok@ximian.com>
388
389         * XplatUIWin32.cs: initial implementation of the Reversible
390         drawing functions.  there are some problems.  DrawReversibleFrame
391         doesn't seem to work at all for Dashed FrameStyle, and in the
392         Thick case there are drawing errors at the corners (we probably
393         need to bind Rectangle instead of doing moveto/lineto's.)
394
395 2006-12-16  Andreia Gaita  <avidigal@novell.com>
396         
397         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
398         to send blocks of key messages. Send accumulates keys to send with Flush, 
399         while SendWait sends all keys immediately.
400                 
401         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
402         XplatUIX11.cs,  XplatUIX11-new.cs:
403         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
404         to Win32 SendInput.
405         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
406         
407         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
408         testing for ms.net on this class is very tricky, as the tests run too fast 
409         to allow the hook to release, essentially freezing the keyboard and the 
410         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
411         category :p
412
413 2006-12-16  Daniel Nauck  <dna@mono-project.de>
414
415         * Padding.cs: fixed serialization compability to MS ("_var" field names),
416                         added missing attributes.
417  
418 2006-12-15  Daniel Nauck  <dna@mono-project.de>
419
420         * ListViewGroup.cs: Added missing attributes.
421         * ListViewGroupCollection.cs: Added missing attributes.
422
423 2006-12-15  Daniel Nauck  <dna@mono-project.de>
424
425         * ListViewItem.cs: fixed ListViewSubItem text property.
426
427 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
428         
429         * Control.cs: Added missing 2.0 attributes
430         
431 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
432         
433         * MdiClient.cs: Added missing 2.0 attribute.
434         * MonthCalendar.cs: Added some missing 2.0 attributes 
435         and properties.
436         
437 2006-12-15  Daniel Nauck  <dna@mono-project.de>
438
439         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
440
441 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
442
443         * MainMenu.cs: Add the new 2.0 constructor to help out people
444         using the MainMenu in VS2005.
445
446 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
447         
448         * MdiChildContext.cs: Removed it, no longer used.
449         * MdiClient.cs: Added missing 2.0 attributes.
450         
451 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
452         
453         * InternalWindowManager.cs: Fix a NullRef with previous 
454         changes for toolwindows.
455         
456 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
457
458         * Control.cs: 
459         - Added AfterTopMostControl to allow for certain controls 
460         to always stay on top when normal controls are brought to 
461         front.
462         
463         * XplatUIWin32.cs: 
464         - (DrawInversibleRectangle): Get window rectangle from Win32 
465         in stead of from control, since Win32 doesn't calculate
466         screen coords correctly from control's Location if it 
467         have docked siblings.
468         
469         * MdiWindowManager.cs:
470         - Correct the control menu popup location when clicked on
471         the maximized form icon. (fixes #80223.1)
472         - Don't show moving rectangle if mouse hasn't moved from
473         the original clicked point.
474         - Removed FormGotFocus handler (not used).
475         - Calculate the control buttons location from the main
476         window's size and not client size (fixes #79770).
477         - Form is now closed when the form icon is double-clicked
478         (fixes #79775). 
479         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
480         
481         * InternalWindowManager.cs:
482         - Moved some MDI-only methods to MdiWindowManager.
483         - Removed unused properties and methods.
484         - Unified method naming for methods handling wm messages.
485         - Moved all message handling to seperate methods for
486         each message.
487         
488         * ThemeWin32Classic.cs:
489         - DrawManagedWindowDecorations now draws the title bar 
490         with a gradient brush.
491         - Add a CPDrawButtonInternal that allows us to specify
492         light, normal and dark colors for the buttons (control 
493         buttons for MDI children were drawn with the same light
494         color as the background, therefore loosing the 3D effect).
495         
496         * SizeGrip.cs:
497         - Add a CapturedControl property that is used to 
498         determine the control to resize (defaults to parent). 
499         Needed for MdiClient, since its SizeGrip's parent is
500         MdiClient, but the control to resize is the main form.
501         
502         * MdiClient.cs:
503         - Set SizeGrip's CapturedControl to the main form in order
504         to resize the main form and not the MdiClient.
505         - Override AfterTopMostControl to leave the scrollbars 
506         always on top.
507
508 2006-12-15  Daniel Nauck  <dna@mono-project.de>
509
510         * ListView.cs: fixed ListViewItemCollection AddRange and
511                         implemented ListViewItemCollection AddRange 2.0 support.
512
513 2006-12-15  Daniel Nauck  <dna@mono-project.de>
514
515         * ListViewGroup.cs: Add.
516         * ListViewGroupCollection.cs: Add
517         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
518         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
519                                 stub for ImageKey 2.0 support.
520
521 2006-12-14  Mike Kestner  <mkestner@novell.com>
522
523         * ListView.cs: add text padding to the autocalculation for columns
524         of width -2.  Fixes #80207.
525  
526 2006-12-14  Mike Kestner  <mkestner@novell.com>
527
528         * ListView.cs: add some index guarding for partial row navigation 
529         logic.  Fixes #80250.
530
531 2006-12-14  Mike Kestner  <mkestner@novell.com>
532
533         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
534         are added or inserted to the collection.  Fixes #81099.
535
536 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
537
538         * MenuAPI.cs: Closes menu when right click out side of popup
539         it fix problem in ContextMenu and MainMenu. Fixes #80252.
540
541 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
542
543         * ListViewItem.cs: Fix dumb error.
544
545         * ListView.cs: Add Find and ContainsKey methods in 
546         ListViewItemCollection, and also return true for IsReadOnly
547         and IsFixedSize (changes for 2.0). 
548
549 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
550
551         * Control.cs: Allow Region to be set to null.
552
553 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
554
555         * MdiWindowManager.cs: Remove unused (commented out) code.
556         * Form.cs: When the MdiChild is maximized, the form needs 
557         WM_NCMOUSELEAVE, so request it.
558         * InternalWindowManager.cs: 
559         - Added tooltips to control buttons.
560         - Removed duplicated control button handling code.
561         - Removed unused (commented out) code.
562         
563 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
564
565         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
566         was used because we must set cursor without trigger ChangeCursor event
567         and without change Cursor control property. Fixes #79963.
568
569 2006-12-12  Andreia Gaita  <avidigal@novell.com>
570         
571         * Control.cs: Check if Region setter value is null, and ignore
572
573 2006-12-12  Jackson Harper  <jackson@ximian.com>
574
575         * TextControl.cs: We were almost always drawing one more line then
576         needed, since the GetLineByPixel will return the last line found
577         at that pixel. In most cases though, we were invalidating up to
578         the junction between two lines.
579         - Improve debug code.
580
581 2006-12-12  Chris Toshok  <toshok@ximian.com>
582
583         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
584         and FillReversibleRectangle.
585
586         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
587         and FillReversibleRectangle.
588
589         * XplatUIWin32.cs: add stubs which do nothing for
590         DrawReversibleFrame, DrawReversibleLine, and
591         FillReversibleRectangle.
592
593         * XplatUIOSX.cs: add stubs which raise NIE for
594         DrawReversibleFrame, DrawReversibleLine, and
595         FillReversibleRectangle.
596
597         * XplatUIX11.cs: add working implementation for
598         DrawReversibleFrame, DrawReversibleLine, and
599         FillReversibleRectangle.
600         
601         * ControlPaint.cs: implement DrawReversibleFrame,
602         DrawReversibleLine, and FillReversibleRectangle, by calling into
603         the appropriate XplatUI method.
604
605 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
606
607         * Form.cs: Make MdiClient have the focus even if it's
608         not selectable, since it should receive WM_KEY* and WM_MOUSE 
609         messages. Fixes #79907.
610         
611 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
612
613         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
614         queried after the window is created.
615         
616         * XplatUIX11.cs: Added SendParentNotify to implement 
617         WM_PARENTNOTIFY logic. Fixes #79965.
618         
619         * Control.cs: Added MakeParam.
620         
621 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
622
623         * MdiClient.cs: Resume Layout before setting window
624         states (fixes #80201).
625
626 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
627
628         * MenuAPI.cs: Deselect a menu item after performing
629         the click (fixes #80197).
630
631 2006-12-11  Jackson Harper  <jackson@ximian.com>
632
633         * TextBoxBase.cs: We need to cap this value, since Maximum -
634         ViewPortHeight can be less than zero.
635         - Only do selection with the left mouse button.
636         * TextBox.cs: Don't tell the world that we have a context menu.
637         * Control.cs: New method so that we can control whether or not the
638         context menu is visible outside MWF.
639
640 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
641
642         * ToolBarButton.cs: Fix text positon. 
643
644 2006-12-11  Miguel de Icaza  <miguel@novell.com>
645
646         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
647
648         * Control.cs (DoubleBuffered): Add implementation.
649
650         * Application.cs (OpenForms): Add.
651
652 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
653
654         * Form.cs: Use opacity instead of Opactiy to determine if we need
655         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
656
657 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
658
659         * Control.cs: Fix NRE if Control.Site was set to null.
660
661 2006-12-11  Chris Toshok  <toshok@ximian.com>
662
663         * Control.cs: ControlCollection.Remove should return if the arg is
664         null, and ControlCollection.SetChildIndex should raise a ANE.
665
666 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
667
668         * Control.cs: Verify value set for Dock property. Code formatting
669         updates.
670
671 2006-12-11  Jackson Harper  <jackson@ximian.com>
672
673         * TextControl.cs: Draw the caret and the selection when a flag is
674         set on the owner.
675         * TextBoxBase.cs: We want to draw the caret and the selection for
676         TextBox but not for TextBoxBase.
677         - If the window is resized and scrolling is no longer needed (the
678         whole doc is visible) set the scroll position to zero.
679         - The default SelectWord (the one TextBox uses) should move the
680         caret to the end of the word.
681         - SelectAll moves the caret to the end of the selection.
682         * TextBox.cs: We don't selectall on focus, we just do it when the
683         control is created.
684         
685 2006-12-11  Mike Kestner  <mkestner@novell.com>
686
687         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
688
689 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
690
691         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
692         2.0 support.
693         * ListViewItem.cs: Add Name 2.0 property.
694
695 2006-12-11  Andreia Gaita  <avidigal@novell.com>
696
697         * TabControl.cs: Set visibility on selected or default tab 
698         when tabcontrol handle is created, so that it's contents
699         actually show up (duh). Fixes #80193
700         Don't redraw the control if there is no handle created, as
701         the selected index might be completely invalid. Added some tests
702         to check for this.
703
704 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
705
706         * ToolBar.cs: Uses maximun width and height of all buttons as 
707         button rectangle when ButtonSize specified, it looks strange but
708         is what happens in Win32. Fixes #80189.
709
710 2006-12-11  Jackson Harper  <jackson@ximian.com>
711
712         * TextControl.cs: Need to track undo levels ourself, since
713         compound actions will mess them up.
714
715 2006-12-10  Andreia Gaita  <avidigal@novell.com>
716
717         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
718         SelectedIndex value is changed (even if it's not valid).
719         Reset SelectedIndex to 0 when the handle is created and if
720         the current index is invalid.
721         Fixes SelectdeIndex unit tests and #80128
722
723 2006-12-08  Chris Toshok  <toshok@ximian.com>
724
725         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
726         calls EndEdit, it needs to be called before we set current_cell to
727         its new value.  Otherwise, we end up committing the value in the
728         textbox to the new cell as well.  Fixes bug #80160.
729
730 2006-12-08  Chris Toshok  <toshok@ximian.com>
731
732         * Form.cs (set_CancelButton): if the button's DialogResult is
733         None, set it to Cancel.  Fixes bug 80180.
734
735 2006-12-08  Jackson Harper  <jackson@ximian.com>
736
737         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
738         to watch ourselves when setting the canvas size and setting the
739         scrollbar values.
740
741 2006-12-08  Chris Toshok  <toshok@ximian.com>
742
743         * DataGrid.cs: comment out the two MakeTransparent calls for the
744         time being so people using trunk (and not 1.2.2) on windows can
745         actually use the datagrid.  This deals with bug #80151.
746
747 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
748
749         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
750         Graphics.DrawImage (image, int, int, int, int) overload instead
751         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
752         the dpi difference and was blurring images it drew.
753         [Fixes bug #79960]
754
755 2006-12-08  Chris Toshok  <toshok@ximian.com>
756
757         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
758         rowcnt is 0 (such as with an empty datasource), and make sure we
759         initialize not_usedarea.Y to cells.Y, so we don't draw over the
760         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
761
762 2006-12-08  Chris Toshok  <toshok@ximian.com>
763
764         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
765         grid.
766
767 2006-12-08  Chris Toshok  <toshok@ximian.com>
768
769         [ Fixes bug #80167 ]
770         
771         * ThemeWin32Classic.cs: don't draw the image if the button's flat
772         style is FlatStyle.System.
773
774         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
775         ButtonBase.flat_style private, and switch uses of it to the public
776         property.
777         
778 2006-12-08  Chris Toshok  <toshok@ximian.com>
779
780         [ Fixes bug #80121 ]
781         
782         * ThemeWin32Classic.cs: center the caption text in the datagrid
783         when we draw it.
784
785         * DataGrid.cs: lessen the amount we add to the caption height from
786         6 to 2.  6 was making it huge.
787
788 2006-12-08  Andreia Gaita  <avidigal@novell.com>
789
790         * UpDownBase: Handle MouseWheel call directly instead of capturing
791         the inner textbox's OnMouseWheel. Fixes #80166
792
793 2006-12-08  Jackson Harper  <jackson@ximian.com>
794
795         * TextControl.cs: We need to invalidate the textbox when we empty
796         it (how had this not been discovered before?)
797
798 2006-12-08  Jackson Harper  <jackson@ximian.com>
799
800         * TextBoxBase.cs: Reworked the mouse down code so I could get it
801         to behave like MS, we now ignore the eventargs.Click and just
802         track state ourself, which we were already doing anyways.
803         - Constrain the double click handler to the double click size.
804         
805 2006-12-08  Chris Toshok  <toshok@ximian.com>
806
807         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
808         direction if that scrollbar isn't shown.  fixes bug #80158.
809
810 2006-12-08  Andreia Gaita  <avidigal@novell.com>
811
812         * NumericUpDown.cs: Update value on getter. Fixes #79950
813
814 2006-12-08  Chris Toshok  <toshok@ximian.com>
815
816         * MenuItem.cs: add back in the event cloning code.  I didn't know
817         how to do it in the face of the EventHandlerList work i'd done
818         last week.  Fixes bug #80183.
819
820 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
821
822         * Control.cs: Add an invalidate to the BackgroundImage setter.
823         [Fixes 80184]
824
825 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
826
827         * ToolStrip*: Add some small properties reported by MoMA, fix event
828         firing and default properties based off of unit tests, and add some
829         attributes based off of the class status page.
830
831 2006-12-07  Jackson Harper  <jackson@ximian.com>
832
833         * TextBoxBase.cs: Take HideSelection into account when determining
834         whether or not to show the selection.
835         * RichTextBox.cs: After inserting the RTF into the document move
836         the cursor to the beginning of the document.
837
838 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
839
840         * Control.cs: Remove static ArrayList "controls" which maintained
841         a reference to every control created.
842         * Application.cs: Create a static FormCollection to maintain a reference
843         to every form created.  Use it in places that formerly enumerated through
844         the controls one looking for forms.
845         * Form.cs: Add and remove self from above FormCollection.
846
847 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
848
849         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
850           not libgdk (though it makes me wonder why I didn't have any
851           problems)
852
853 2006-12-07  Chris Toshok  <toshok@ximian.com>
854
855         [ you had to know this was coming after that last commit...]
856         
857         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
858         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
859         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
860         XCopyArea).
861
862 2006-12-07  Chris Toshok  <toshok@ximian.com>
863
864         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
865         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
866         all the behavior we need for double buffering.
867
868         * XplatUIDriver.cs: implement the 3 double buffer methods using a
869         client side Bitmap, just like the old Control-based double buffer
870         code did.  The methods are virtual, so each XplatUI driver
871         subclass can replace the implementation to use a faster, platform
872         specific approach.
873
874         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
875         double buffer code, and clean things up a bit in the process.
876
877 2006-12-06  Chris Toshok  <toshok@ximian.com>
878
879         * Control.cs: reindent WndProc.
880
881 2006-12-06  Chris Toshok  <toshok@ximian.com>
882
883         [ I wanna be like BenM when I grow up ]
884         
885         * Hwnd.cs: create a single static Graphics object on the static
886         Bitmap we create.  use this for our text measurements.
887
888         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
889         This was causing us to allocate a backbuffer for every control,
890         even when it wasn't flagged as double buffered.  Instead use the
891         single graphics instance.  This might have implications for
892         multithreaded applications.  If we run into problems we can switch
893         to creating 1 Graphics per control, on the static Hwnd bitmap.
894
895         this change nets us a 7M savings in private dirty mappings when
896         running FormsTest.exe.
897
898 2006-12-06  Chris Toshok  <toshok@ximian.com>
899
900         * ListView.cs: the BackgroundImage override is just to set
901         attributes.  chain up to base.BackgroundImage.
902
903         * RichTextBox.cs: same.
904
905         * ToolBar.cs: same, but we need to also redraw the toolbar when it
906         changes, so instead a handler for BackgroundImageChanged.
907         
908         * Control.cs: make background_image private.
909
910 2006-12-06  Chris Toshok  <toshok@ximian.com>
911
912         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
913         sure we even need this assignment, but roll with it for now.
914
915         * Control.cs: make the cursor field private.
916
917 2006-12-06  Chris Toshok  <toshok@ximian.com>
918
919         * Form.cs: we don't need to explicitly set ImeMode to
920         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
921         behavior in the face of ImeMode.Inherit.
922
923         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
924         change the ctor's assignment to use ImeMode instead of ime_mode.
925
926         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
927         ImeModeInherit.  Only check for the parent's imemode (and return
928         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
929         This fixes the button unit test, which sets both ImeMode and
930         DefaultImeMode to ImeMode.Disable.
931
932         also make the ime_mode field private.
933
934 2006-12-06  Chris Toshok  <toshok@ximian.com>
935
936         * Control.cs: make control_style private.
937
938         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
939         setting the styles to true, then setting them to false instead of
940         reverting to their previous values.
941
942         also, call SetStyle on the scrollbars instead of using
943         control_style directly.
944
945 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
946
947         * FormCollection.cs: Implement. [2.0]
948
949 2006-12-06  Chris Toshok  <toshok@ximian.com>
950
951         * Control.cs: make tab_stop private.
952
953         * Label.cs: set TabStop, not tab_stop.  reformat some event
954         add/remove methods to make them more compact.
955
956 2006-12-06  Chris Toshok  <toshok@ximian.com>
957
958         * RadioButton.cs: fix TabStop handling.
959
960 2006-12-06  Chris Toshok  <toshok@ximian.com>
961
962         * TextBox.cs: remove the explicit assignments to has_focus.
963         Control does that.
964
965         * ButtonBase.cs: remove the assignment to has_focus.  Control will
966         manage that.
967         
968 2006-12-06  Chris Toshok  <toshok@ximian.com>
969
970         * ButtonBase.cs: remove all uses of is_enabled from this code.
971         it's always true when any of the code containing the checks is
972         executed.
973
974 2006-12-06  Chris Toshok  <toshok@ximian.com>
975
976         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
977         with different semantics (some are present in both 1.1 and 2.0
978         profiles) so that we match MS's behavior in our unit tests.
979
980 2006-12-06  Jackson Harper  <jackson@ximian.com>
981
982         * TextControl.cs: Make this operation undoable.
983         * TextBoxBase.cs: Factor the border width into the preferred
984         height.
985         - implement Modified as per the spec.
986
987 2006-12-06  Chris Toshok  <toshok@ximian.com>
988
989         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
990
991 2006-12-06  Chris Toshok  <toshok@ximian.com>
992
993         * Control.cs: make right_to_left and context_menu fields private.
994
995 2006-12-06  Chris Toshok  <toshok@ximian.com>
996
997         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
998         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
999         Control.child_controls private.  switch all uses over to
1000         Control.Controls.
1001
1002 2006-12-06  Chris Toshok  <toshok@ximian.com>
1003
1004         * System.Windows.Forms/GroupBox.cs,
1005         System.Windows.Forms/AccessibleObject.cs,
1006         System.Windows.Forms/ErrorProvider.cs,
1007         System.Windows.Forms/Control.cs,
1008         System.Windows.Forms/UpDownBase.cs,
1009         System.Windows.Forms/ScrollBar.cs,
1010         System.Windows.Forms/DateTimePicker.cs,
1011         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
1012         System.Windows.Forms/ToolTip.cs,
1013         System.Windows.Forms/RadioButton.cs,
1014         System.Windows.Forms/LinkLabel.cs,
1015         System.Windows.Forms/Splitter.cs,
1016         System.Windows.Forms/TextBoxBase.cs,
1017         System.Windows.Forms/ToolStripTextBox.cs,
1018         System.Windows.Forms/ContainerControl.cs,
1019         System.Windows.Forms/ThemeWin32Classic.cs,
1020         System.Windows.Forms/SizeGrip.cs,
1021         System.Windows.Forms/ToolStripDropDown.cs,
1022         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
1023         private.  switch all uses over to Control.Parent.
1024
1025 2006-12-06  Chris Toshok  <toshok@ximian.com>
1026
1027         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
1028         Control does this before calling emitting these events.
1029
1030         * TabControl.cs: same.
1031
1032         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
1033         Control.client_rect.
1034
1035         * ButtonBase.cs: use the ClientSize property instead of the
1036         client_size field.
1037
1038         * ScrollableControl.cs: same.
1039
1040         * Control.cs: another pass at making properties private.  also,
1041         move the initialization of tab_stop to the ctor.
1042
1043 2006-12-05  Andreia Gaita <avidigal@novell.com>
1044
1045         * TabControl.cs: Let the selected index be set freely if the 
1046         control handle is not yet created.
1047
1048 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
1049
1050         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
1051         internal until I can rewrite DefaultLayout.
1052         * ToolStrip.cs: Fix build error and some general cleaning.
1053         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
1054         Fix build errors caused by making some of Control's fields private.
1055
1056 2006-12-05  Jackson Harper  <jackson@ximian.com>
1057
1058         * TextControl.cs: Redo Insert a little so that it use IndexOf
1059         instead of Split, this prevents it from messing up on things like
1060         \n\n\n. Also more effecient since the split array doesn't need to
1061         be created.
1062         * TextBoxBase.cs: AppendText doesnt handle multiline and non
1063         multiline text differently, this is the first of many fixes that
1064         will make multiline/non-multiline the same thing as far as the
1065         TextBoxBase is concerned.
1066         - Don't split the text and insert lines, this can lose some line
1067         endings (like is the last line a soft or hard break). Instead use
1068         the new Insert.
1069         - Fix an off by one when combining all the lines in the Text
1070         getter.
1071         - Remove separate multiline handling from the Text getter/setter.
1072
1073 2006-12-05  Chris Toshok  <toshok@ximian.com>
1074
1075         * ButtonBase.cs: a few changes:
1076
1077         - don't reinitialize internal Control fields in the ctor when they
1078         have the same values as Control sets them.
1079
1080         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
1081         this before calling those methods.
1082
1083         - we don't need to call Refresh for anything.  use Invalidate
1084         instead.
1085
1086         - OnEnabledChanged doesn't need to redraw at all - Control.cs
1087         calls Refresh in its OnEnabledChanged.
1088         
1089         - several of the events we were registered for in the ctor to
1090         redraw ourselves already include calls to Invalidate in the
1091         property setters that raise the events.  remove the extra
1092         invalidation.
1093
1094         - reformat a switch statement that was 83274658 columns wide.
1095         
1096 2006-12-05  Mike Kestner  <mkestner@novell.com>
1097
1098         * ComboBox.cs: fix a unit test regression from a TextBox
1099         SelectionLength return of -1 when there's no selection.  
1100
1101 2006-12-05  Chris Toshok  <toshok@ximian.com>
1102
1103         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
1104         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
1105         cleaning up some of the internal Control fields being used by
1106         subclasses.
1107
1108 2006-12-05  Mike Kestner  <mkestner@novell.com>
1109
1110         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
1111         listbox after AddImplicit calls since it defaults to hidden. Add a 
1112         hack to preserve requested heights across DropDownStyle changes.
1113
1114 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
1115
1116         * PropertyGrid.cs: Hide FindFirstItem method from public API.
1117
1118 2006-12-05  Chris Toshok  <toshok@ximian.com>
1119
1120         * DataGridView.cs: fix compiler warnings.
1121
1122         * PrintControllerWithStatusDialog.cs: same.
1123
1124         * ToolBar.cs: same.
1125
1126         * FolderBrowserDialog.cs: same.
1127
1128         * Splitter.cs: same.
1129
1130         * DataGridViewComboBoxCell.cs: same.
1131
1132         * XplatUIWin32.cs: same.
1133
1134         * PictureBox.cs: same.
1135
1136         * Win32DnD.cs: same.
1137
1138         * PageSetupDialog.cs: same.
1139
1140         * FileDialog.cs: same.
1141
1142         * PrintDialog.cs: same.
1143
1144         * DataGridTextBoxColumn.cs: same.
1145
1146         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
1147
1148 2006-12-05  Chris Toshok  <toshok@ximian.com>
1149
1150         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
1151         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
1152         System.ComponentModel.EventHandlerList work.
1153
1154 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
1155
1156         * DrawTreeNodeEventArgs.cs: Added.
1157
1158 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1159         
1160         * InternalWindowManager.cs: Remove an unused field.
1161         
1162 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1163
1164         * InternalWindowManager.cs:
1165         - Save the point where the title bar is clicked.
1166         
1167         * MdiWindowManager.cs:
1168         - Only allow moving of the window as long as the 
1169         clicked point on the title bar does not get out of
1170         MdiClient's rectangle. Fixes #79982.
1171         
1172         * MdiClient.cs:
1173         - Added Horizontal/VerticalScrollbarVisible.
1174         - Simplified the scrollbar sizing algorithm.
1175         - Cache the difference in scrolled value in
1176         H/VBarValueChanged and move the calculation out
1177         of the for loop.
1178
1179 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1180
1181         * Control.cs: Make the Console.WriteLine in WndProc 
1182         write more info.
1183
1184 2006-12-05  Chris Toshok  <toshok@ximian.com>
1185
1186         * ToolStripManager.cs, ToolStripButton.cs,
1187         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
1188         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
1189         ToolStripSplitButton.cs, ToolStripSeparator.cs,
1190         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
1191         ToolStripProgressBar.cs, ToolStripContainer.cs,
1192         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
1193         to using System.ComponentModel.EventHandlerList.
1194
1195 2006-12-04  Chris Toshok  <toshok@ximian.com>
1196
1197         * LinkLabel.cs: fix up compiler warnings.
1198
1199         * TableLayoutSettings.cs: same.
1200
1201         * TreeView.cs: same.
1202
1203         * ToolBar.cs: same.
1204
1205         * TabControl.cs: same.
1206
1207         * RichTextBox.cs: same.
1208
1209         * ListViewItem.cs: same.
1210
1211         * PropertyGrid.cs: same.
1212
1213         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
1214
1215         * ToolTip.cs same.
1216
1217         * TextRenderer.cs: fix up compiler warnings.
1218
1219         * Label.cs: same.
1220
1221         * Form.cs: corcompare fixes.
1222
1223         * PictureBox.cs: fix up compiler warnings.
1224
1225         * ImageListStreamer.cs: same.
1226
1227         * TrackBar.cs: corcompare fix.
1228
1229         * Control.cs: fix up compiler warnings.
1230
1231         * SplitterPanel.cs: same.
1232
1233         * NumericTextBox.cs: same.
1234
1235         * ImageList.cs: same.
1236
1237         * StatusStrip.cs: same.
1238
1239         * ProgressBar.cs: corcompare fix.
1240
1241         * ToolStripButton.cs: fix up compiler warnings.
1242
1243         * ToolStripStatusLabel.cs: same.
1244
1245         * ToolStripSplitButton.cs: same.
1246
1247         * ToolStripSeparator.cs: same.
1248
1249         * ToolStripProgressBar.cs: same.
1250
1251         * ToolStripDropDownMenu.cs: same
1252
1253         * ToolStripDropDown.cs: same.
1254
1255         * ToolStripDropDownButton.cs: same.
1256
1257         * ToolStrip.cs: same.
1258
1259         * ToolStripControlHost.cs: same.
1260
1261         * ToolStripContentPanel.cs: same.
1262
1263         * ToolStripDropDown.cs: same.
1264
1265         * ToolStripContainer.cs: same.
1266
1267         * ToolStripPanel.cs: same, and add "new" where we need it to work
1268         with the new ArrangedElementCollection.
1269
1270         * ToolStripItemCollection.cs: add "new" where we need it to work
1271         with the new ArrangedElementCollection.
1272
1273 2006-12-04  Andreia Gaita <avidigal@novell.com>
1274
1275         * TabControl.cs: Fix default tab selection to after TabControl
1276         gets focus and not before. Fixes #80128
1277
1278 2006-12-04  Chris Toshok  <toshok@ximian.com>
1279
1280         * DataGridTableStyle.cs: remove the gross calling of
1281         datagrid.Refresh from here.  It's a broken idea and it doesn't
1282         work anyway.
1283
1284         * DataGrid.cs: instead, just register/unregister from the
1285         DataGridTableStyle events in CurrentTableStyle.  we play it
1286         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
1287         even though some would most likely not require it.  Fixes bug
1288         #80115 (and one portion of #80117 as a side effect).
1289
1290 2006-12-04  Chris Toshok  <toshok@ximian.com>
1291
1292         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
1293         so the textbox (if any) goes away.  Fixes bug #80117.
1294
1295 2006-12-04  Chris Toshok  <toshok@ximian.com>
1296
1297         * DataGridColumnStyle.cs: set the column's readonly property
1298         initially based on the property descriptor's IsReadOnly.  Fixes
1299         bug #80044.
1300
1301 2006-12-04  Chris Toshok  <toshok@ximian.com>
1302
1303         * ComboBox.cs: wrap the dropdown style changing work in
1304         SuspendLayout/ResumeLayout.  Fixes bug #79968.
1305
1306 2006-12-04  Jackson Harper  <jackson@ximian.com>
1307
1308         * TextBoxBase.cs: Fix off by one, since these are one-based.
1309         * TextBox.cs: Select all the text when we get focus.  The TextBox
1310         does this but the RTB does not.
1311
1312 2006-12-04  Chris Toshok  <toshok@ximian.com>
1313
1314         * DataGridTextBoxColumn.cs: remove some spew.
1315
1316         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
1317         but some part of me is saying "it shouldn't be here.."  At any
1318         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
1319         setting the value.
1320
1321 2006-12-04  Chris Toshok  <toshok@ximian.com>
1322
1323         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
1324         to reassign the propertydescriptor.
1325
1326 2006-12-04  Jackson Harper  <jackson@ximian.com>
1327
1328         * TextBoxBase.cs:
1329         * TextControl.cs: Remove some unused variables.  Maybe this will
1330         patch things up between mike and I.
1331         - don't split lines less then one char wide, if the viewport is
1332         that small text won't be visible anyways.
1333         
1334 2006-12-04  Jackson Harper  <jackson@ximian.com>
1335
1336         * TextBoxBase.cs: Default selection length is -1, need to do some
1337         more testing on windows to see when this is used for the property.
1338         - Redid the Lines [] property to that we properly remove soft line
1339         breaks
1340         - added support for preserving carriage returns
1341         -  CanUndo is not a variable like 'is undo enabled' it just returns
1342         true if there is undo operations available.
1343         - AppendText doesn't need to grab the last tag itself anymore,
1344         this happens automatically when we move the cursor.
1345         * TextControl.cs: Add CompoundActions to the undo class. This
1346         allows combining the other operations into one big option.  ie a
1347         paste will combine { delete old, insert new, move cursor }
1348         - Add InsertString undo operation
1349         - New method for deleting multiline text
1350         - Add carriage returns to lines. So we can preserve carriage
1351         returns when text is 'roundtripped'
1352
1353 2006-12-04  Chris Toshok  <toshok@ximian.com>
1354
1355         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
1356         minimum 0.  Fixes the scrollbar exception in bug #80136.
1357
1358 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1359
1360         * MdiClient.cs: 
1361         * MdiWindowManager: Removed unused fields and methods.
1362         
1363 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1364         
1365         * StatusBar.cs: Update all panels when a AutoSize=Contents
1366         panel needs updating.
1367         
1368         * StatusBarPanel.cs: Remove twidth and only use initialize.
1369         Fixes #80031.
1370                 
1371 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1372
1373         * Form.cs: When a form's MdiParent is set add it directly
1374         on top of the z-order in stead of relying on MdiClient's
1375         ActivateChild to do it. Fixes #80135.
1376         
1377         * MdiClient.cs: 
1378         - Remove original_order, mdi_child_list is already doing
1379         the same thing.
1380         - Create mdi_child_list on construction in
1381         stead of first use (avoids a few null checks).
1382
1383         * MenuItem.cs: Use an already existing list of mdi children
1384         to get the correct order of children and remove the other
1385         redundant list.
1386
1387 2006-12-04  Chris Toshok  <toshok@ximian.com>
1388
1389         * PropertyGridView.cs: cached_splitter_location is only used in
1390         !DOUBLEBUFFER code.
1391
1392         * PropertyGrid.cs: implement the ComComponentNameChanged event
1393         using Events, hoping that would fix the warning.  Looks like a
1394         compiler bug instead (#80144).
1395
1396         * PropertyManager.cs: remove unused method.
1397
1398 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
1399
1400         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
1401         include parentesis to fix expression evaluation. Fixes #79634.
1402
1403 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
1404         
1405         * MenuAPI.cs:
1406         - Changes to fix behavior in Menu control, some reported in #80097
1407         and other detected during behavior refactory like a select event
1408         problems.
1409         - Remove unneded "if's" conditions.
1410         - Created an internal to flag when popup is active in control, we need 
1411         it because in .NET you can have menu active but without popup active
1412         when you active menu using popup without visible items.
1413         - Mimic win32 behavior for Select and Popup events.  
1414         - Dont open popup menu when you dont have visible subitems.
1415         - Do nothing when click on disabled menu item.
1416         - Some small changes to follow the coding style guidelines.
1417         - Unselect menu only when another control gives focus. Fixes #80097.
1418         - Remove unused code.
1419         
1420         * MenuItem.cs: internal VisibleItems method to check if menu
1421         theres visible subitems, it will be usefull to fix some 
1422         behavior in Menu control.
1423         
1424 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1425         
1426         * Timer.cs: Tag property for 2.0 profile.
1427         
1428 2006-12-01  Chris Toshok  <toshok@ximian.com>
1429
1430         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
1431         
1432         * Win32DnD.cs: comment out some unused fields.
1433
1434         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
1435         some unused properties/methods.
1436
1437         * XplatUIX11.cs: fix MousePosition so we override the base class's
1438         property instead of conflicting with it.
1439
1440         * PictureBox.cs: comment out some unused fields
1441
1442         * OSXStructs.cs: make some struct fields public.
1443
1444         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
1445         MousePosition so we override the base class's property instead of
1446         conflicting with it.
1447
1448         * X11Dnd.cs: comment out some unused fields
1449
1450         * X11DesktopColors.cs: fix some struct field visibility to quiet
1451         the compiler.
1452
1453         * X11Dnd.cs: remove some debug code.
1454
1455         * ThemeClearlooks.cs: comment out unused field.
1456
1457         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
1458
1459         * ThemeGtk.cs: comment out some unused pinvokes.
1460
1461         * Timer.cs: remove some unused fields.
1462
1463         * ThemeClearlooks.cs: comment out unused field.
1464
1465         * UpDownBase.cs: comment out unused field.
1466
1467         * DataObject.cs: comment out unused field.
1468
1469         * DataGridBoolColumn.cs: reomve unused field.
1470
1471         * DataGrid.cs: remove unused field.
1472
1473         * Cursor.cs: remove old ToBitmap code.
1474
1475         * ControlPaint.cs: remove unused method.
1476
1477         * ScrollBar.cs: remove unused fields.
1478
1479         * ComboBox.cs: remove unused field, and chain up to
1480         AccessibleObject ctor.
1481
1482         * ListBox.cs: remove unused field.
1483
1484         * ButtonBase.cs: wrap a couple fields in NET_2_0.
1485
1486         * GridEntry.cs: remove unused fields.
1487
1488         * Binding.cs: remove unused fields.
1489
1490         * AxHost.cs: remove unused method.
1491
1492         * ContainerControl.cs: remove unused field.
1493
1494         * ScrollableControl.cs: remove unused fields.
1495
1496 2006-12-01  Chris Toshok  <toshok@ximian.com>
1497
1498         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
1499         the Where/WhereString stuff.  it's easy enough to CWL
1500         Environment.StackTrace.
1501
1502         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
1503         unused private fields.
1504
1505 2006-12-01  Jackson Harper  <jackson@ximian.com>
1506
1507         * TextControl.cs: Do not update the view while inserting multiline
1508         text. If we update the view we might wrap lines, before entering
1509         the new lines, which causes the new line insertion calculations to
1510         be totally fubared.
1511         - Remove an old TODO
1512         - Make debug output a little nicer
1513         
1514 2006-12-01  Chris Toshok  <toshok@ximian.com>
1515
1516         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
1517
1518 2006-12-01  Chris Toshok  <toshok@ximian.com>
1519
1520         [ fix the majority of the CS0108 warnings we've been suppressing ]
1521         
1522         * TreeView.cs: mark BackgroundImageChanged as 'new'.
1523
1524         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
1525         to "LayoutToolBar" to quiet mcs.
1526         
1527         * TabControl.cs: mark our ControlCollection class as 'new'.
1528
1529         * TextBoxBase.cs: mark some events as 'new'.
1530
1531         * Splitter.cs: TabStop is 'new'.
1532
1533         * ControlBindingsCollection.cs: mark a few methods as new since
1534         they change the visibility from protected to public.
1535
1536         * RadioButton.cs: DoubleClick -> base class, and remove unused
1537         HaveDoubleClick.
1538
1539         * MonthCalendar.cs: ImeMode property -> base class, and mark many
1540         events as new.
1541
1542         * NumericUpDown.cs: TextChanged -> base class.
1543
1544         * CheckedListBox.cs: mark our ObjectCollection class as new to
1545         quiet mcs.
1546
1547         * FolderBrowserDialog.cs: make HelpRequest event new and have it
1548         muck with the base class.
1549
1550         * StatusBar.cs: fix some mcs warnings about Update being the same
1551         name as a base class method.
1552
1553         * RichTextBox.cs: mark some events as new, and make them do things
1554         to the base class impl.
1555
1556         * UserControl.cs: mark TextChanged as new, and have it manipulate
1557         base.TextChanged.
1558
1559         * UpDownBase.cs: mark some things new.
1560
1561         * CheckBox.cs: mark DoubleClick "new", and add some text about
1562         what we need to look at.
1563
1564         * Panel.cs: make the events "new", and manipulate the base
1565         version.  these are just here for attributes.
1566
1567         * AccessibleObject.cs: make owner private.
1568
1569         * Control.cs: deal with AccessibleObject.owner being private.
1570         cache our own copy if we need it.
1571
1572         * Button.cs: add "new" to the DoubleClickEvent.
1573
1574         * ListBox.cs: no need to track our own has_focus here.  let
1575         Control.has_focus do it for us.  Also some other work to clear up
1576         warnings about not overriding base class methods of the same name.
1577         
1578         * ComboBox.cs: clear up some warnings about not override base
1579         class methods of the same name.
1580
1581 2006-12-01  Chris Toshok  <toshok@ximian.com>
1582
1583         * Form.cs: flag a few things as "new" to quiet some of the mcs
1584         warnings.
1585
1586         * AxHost.cs: same.
1587
1588         * PrintPreviewDialog.cs: same.
1589
1590         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
1591         now DGV isn't so horrible on the class status page.  also, move
1592         all events to using System.ComponentModel.EventHandlerList.  my
1593         wrists hurt.
1594
1595 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1596
1597         * MdiWindowManager.cs:
1598         - Set form to active mdi child if shown,
1599         and update the active mdi child to the next 
1600         remaining child in the z-order if the form is hidden.
1601
1602         * Form.cs: 
1603         - Track if the form has been visible and if its 
1604         visibility is beeing changed, so that the MdiClient
1605         can properly decide the ActiveMdiChild. The MdiClient 
1606         cannot track this since the form can change visibility 
1607         before MdiClient is created.
1608
1609         * MdiClient.cs:
1610         - Don't activate anything of the parent form is changing
1611         its visibility.
1612         - Rework ActiveMdiChild to only return visible mdi 
1613         children and take into account several other corner 
1614         cases.
1615
1616 2006-12-01  Chris Toshok  <toshok@ximian.com>
1617
1618         * IBindableComponent.cs: new 2.0 interface.
1619
1620 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1621
1622         * DataGrid.cs: Font for caption area is bold by default.
1623
1624 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1625
1626         * Menu.cs: Tag property for 2.0.
1627         
1628 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
1629
1630         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
1631         
1632 2006-12-01  Chris Toshok  <toshok@ximian.com>
1633
1634         * TreeView.cs: doh, the Begin* events should be
1635         TreeViewCancelEventHandler.
1636
1637 2006-12-01  Chris Toshok  <toshok@ximian.com>
1638
1639         * Form.cs: Form.ControlCollection already stores off the
1640         form_owner field.  don't access the base class's internal "owner"
1641         field.
1642
1643         * Control.cs: make all the fields in Control.ControlCollection
1644         private.  there's no need for any internal fields here.
1645
1646 2006-12-01  Chris Toshok  <toshok@ximian.com>
1647
1648         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
1649         OnHandleCreated.  Fixes bug #80109.
1650
1651 2006-12-01  Chris Toshok  <toshok@ximian.com>
1652
1653         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
1654         SplitContainer.cs, Control.cs, StatusStrip.cs,
1655         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
1656         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
1657         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
1658         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
1659         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
1660         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
1661         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
1662         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
1663         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
1664         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
1665
1666         do most of the work to convert our code over to use
1667         System.ComponentModel.Component.Events for
1668         adding/removing/dispatching events.
1669
1670
1671 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1672
1673         * DataGridView.cs: Fix an ArgumentNullException reported 
1674         twice today in IRC.
1675
1676 2006-11-30  Mike Kestner  <mkestner@novell.com>
1677
1678         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
1679         grabbed listbox.  Fixes #80036 and #80101.
1680
1681 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1682
1683         * Message.cs: Changed ToString() to match MS.
1684         
1685 2006-11-30  Jackson Harper  <jackson@ximian.com>
1686
1687         * TextBoxBase.cs: You can still change the selected text on a read
1688         only textbox.
1689         * TextControl.cs: Lower magic number for wrap calculations. This
1690         lets text get closer to the right (far) edge.
1691
1692 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
1693
1694         * Control.cs: Tweak 2.0 layout properties.
1695         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
1696         * TextRenderer.cs: Add a new overload.
1697         * ToolStrip*: Huge amount of changes and new features.
1698
1699 2006-11-30  Mike Kestner  <mkestner@novell.com>
1700
1701         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
1702         scroll range correct.  Fixes #79994.
1703
1704 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
1705
1706         * MdiWindowManager.cs: Update main form's text when
1707         a form is closed. (fixes #80038)
1708         
1709 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1710
1711         * ToolBar.cs:
1712         - Fix an regression in ButtonSize.
1713         - Get ImeMode default value change to "Disable".
1714         - Get ShowTooltips default value change to true, default value is 
1715         "false" but after make a test in .NET we get "true" result as default.
1716         
1717 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
1718
1719         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
1720
1721 2006-11-29  Chris Toshok  <toshok@ximian.com>
1722
1723         * XplatUIWin32.cs (GetWindowTransparency): check return value of
1724         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
1725         SetWindowTransparency hasn't been called.
1726
1727 2006-11-29  Chris Toshok  <toshok@ximian.com>
1728
1729         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
1730         if it's supported.
1731         (set_AllowTransparency): reorder things a little so that the
1732         WS_EX_LAYERED style is removed properly.
1733
1734 2006-11-29  Chris Toshok  <toshok@ximian.com>
1735
1736         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
1737         
1738         * Form.cs: only call the XplatUI transparency method (get/set) if
1739         SupportsTransparency says it's supported. Otherwise fallback to
1740         doing nothing (in the set case) or returning the instance field we
1741         cache (in the get case).
1742
1743         * XplatUIStructs.cs: add TransparencySupport flag enum.
1744         
1745         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
1746         change to SupportsTransparency.
1747
1748         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
1749         TransparencySupport.None from SupportsTransparency.
1750
1751         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
1752         TransparencySupport.Set from SupportsTransparency.
1753
1754         * XplatUIWin32.cs: implement GetWindowTransparency calling
1755         GetLayeredWindowAttributes, and implement SupportsTransparency by
1756         checking whether or not both
1757         GetWindowTransparency/SetWindowTransparency are available
1758         entrypoints.  We need to do this since SetWindowTransparency is
1759         available as of win2k, but GetWindowTransparency requires winxp.
1760         yay win32 api.
1761
1762         * XplatUI.cs: Add GetWindowTransparency, and change
1763         SupportsTransparency to allow for either/both Get/Set.
1764
1765 2006-11-29  Chris Toshok  <toshok@ximian.com>
1766
1767         * DataGrid.cs: keep from going into an infinite loop redrawing a
1768         datagrid that has no datasource.  Fixes bug #80033.
1769
1770 2006-11-29  Chris Toshok  <toshok@ximian.com>
1771
1772         * MenuItem.cs: fix the NRE when we assign text (and therefore call
1773         Invalidate) before the mainmenu has been assigned to a control.
1774
1775 2006-11-29  Chris Toshok  <toshok@ximian.com>
1776
1777         * DataGrid.cs: detect when we should be double the double click
1778         row/column autosize stuff, although that codepath has yet to be
1779         written.  part of the work for bug #79891.
1780
1781 2006-11-29  Chris Toshok  <toshok@ximian.com>
1782
1783         * Binding.cs (SetControl): fix unit test.
1784
1785 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1786
1787         * PageSetupDialog.cs: Validate the margins and set them in
1788         PageSettings. 
1789         * NumericTextBox.cs: New class to mimic the behavior of the
1790         textboxes used in the printing dialogs.
1791
1792 2006-11-29  Andreia Gaita  <avidigal@novell.com>
1793         
1794         * Form.cs: Revert previous change (remove call UpdateBounds
1795         from form constructor), because it messes with the handle creation
1796         order, and that one needs lots and lots of love.
1797         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
1798         for valid printer and throw InvalidPrinterException if document
1799         is set but printer not valid), adding a MonoTODO. Once 
1800         handle creation is done properly, we can put this back in.
1801
1802 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1803
1804         * MenuItem.cs: Create a invalidate method for menu item, to be
1805         calling from set text, it make text changes to imadiate update
1806         on screen. Fixes #80013. 
1807         
1808 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1809
1810         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
1811         fixes bug #80070 and some other problem on toolbar buttons
1812         layout.
1813
1814 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
1815
1816         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
1817         with dotted brush.      Fixes #79564
1818         
1819 2006-11-28  Andreia Gaita  <avidigal@novell.com>
1820
1821         * Form.cs: Removed call to UpdateBounds on Form
1822         constructor, it was causing a call to CreateHandle
1823         before it was supposed to.
1824         * PrintControllerWithStatusDialog: Applied patch
1825         by Chris Toshok to hide controller when there are
1826         no printers available.
1827         PrintDialog.cs: initialize printer settings to 
1828         null - correct DefaultValues test #5
1829         * PrintPreviewControl.cs: Move PrintController
1830         initialization to GeneratePreview
1831         * PrintPreviewDialog.cs: 
1832         - Remove Preview generation     from Document_set(). It is 
1833         called on OnPaint
1834         - Throw InvalidPrinterException on CreateHandle if
1835         a Document is set but there are no printers or 
1836         printer is not valid.
1837         * ThemeWin32Classic: don't paint PrintPreviewControl
1838         if there is nothing to paint    
1839
1840 2006-11-28  Miguel de Icaza  <miguel@novell.com>
1841
1842         * Form.cs: Add another popular method.
1843
1844         * TabPage.cs: ditto.
1845
1846 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1847
1848         * MenuItem.cs: Fixed a warning.
1849         * InternalWindowManager: Fixed a warning.
1850
1851 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1852
1853         * MenuItem.cs:
1854         - When cloning a menu also clone MdiList and clone the 
1855           window menu items properly (as the forms and menuitems
1856           are kept in an internal hashtable, these need updating 
1857           as well)
1858         - Rewrote the window menu code, menu items are added in the
1859           order the forms were added to their parent, and they are
1860           updated every time the window menu is shown (before the
1861           list was only generated once, in the current order of the
1862           forms, and would never be updated). A checkmark is shown
1863           next to the item corresponding to the active mdi child.
1864
1865 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1866
1867         * XplatUIStructs.cs: 
1868         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
1869         
1870         * XplatUIWin32.cs: 
1871         - Added TME_NONCLIENT to TMEFlags.
1872         - Handles WM_NCMOUSEMOVE in GetMessage to 
1873           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
1874
1875         * MdiWindowManager:
1876         - Now merges mdi child menu to parent menu when maximized.
1877         - Recalculate NC areas of both mdi child and mdi parent. 
1878           Fixes #79757 (4).
1879           on window state and size changes.Fixes #79844 (3).
1880         - Handle WM_NCCALCSIZE to properly calculate borders.
1881
1882         * Form.cs:
1883         - Add/remove to the mdi containers list of mdi children 
1884           in the order they are added.
1885         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
1886           to the maximized mdi child.
1887         
1888         * InternalWindowManager.cs:
1889         - Only execute a click on the control buttons on the mouse up,
1890           not on the mouse down. Show the state of the button 
1891           (was only showing Normal state, never Pressed state). The
1892           pressed button now follows the mouse (if you click the Close 
1893           button and move the mouse over the Maximize button, the 
1894           Maximize button will be shown as pressed). Since Win32 does
1895           not generate WM_NCLBUTTONUP if you release the button outside
1896           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
1897           it as a mouse up.
1898         
1899         * ThemeWin32Classic.cs:
1900         - Draw a missing border around mdi child forms. Fixes #79844 (2).
1901
1902         * MdiClient.cs:
1903         - Added a list of forms which contains the order the forms are
1904           added to the mdi parent.
1905         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
1906         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
1907         - If the active form changes set the scrollbars to the top
1908           of the Z order, otherwise the form could hide them.
1909         - Scrollbars are now sized according to ClientSize, not 
1910           to Size, and they take into account the other scrollbar
1911           to determine maximum.
1912         
1913 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
1914         
1915         * XplatUI.cs:
1916         * XplatUIDriver.cs:
1917         * XplatUIX11.cs:
1918         * XplatUIWin32.cs:
1919         * XplatUIOSX.cs:
1920         - Added RequestAdditionalWM_NCMessages for windows to 
1921           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
1922           Currently only implemented in XplatUIWin32.
1923
1924 2006-11-27  Chris Toshok  <toshok@ximian.com>
1925
1926         * Hwnd.cs: only add the hwnd to the windows hash in
1927         set_WholeWindow and set_ClientWindow if whole_window/client_window
1928         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
1929
1930 2006-11-27  Mike Kestner  <mkestner@novell.com>
1931
1932         * ComboBox.cs: remove redundant OnDropDown call.  It is called
1933         from the ComboListBox.ShowWindow code. Fixes #79969.
1934
1935 2006-11-27  Chris Toshok  <toshok@ximian.com>
1936
1937         * Hwnd.cs: remove the setters for ExposePending and
1938         NCExposePending - noone uses them.
1939
1940 2006-11-27  Jackson Harper  <jackson@ximian.com>
1941
1942         * TextControl.cs: new param for ReplaceSelection which determines
1943         whether we select the new selection, or set the cursor to the end
1944         of the new selection.
1945         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
1946         pasting, select the new text.
1947         * RichTextBox.cs: Use new param for ReplaceSelection.
1948
1949 2006-11-27  Jackson Harper  <jackson@ximian.com>
1950
1951         * TextBoxBase.cs: Set the selection to the caret after the caret
1952         is moved, otherwise they get out of sync.
1953
1954 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1955
1956         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
1957         it fixes #80015
1958
1959 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
1960
1961         * ThemeWin32Classic.cs: 
1962         - Fix toolbar drop down arrow position.
1963         - Fix drop down appearance when ToolBar.Appearance is normal,
1964         it fixes #80018.
1965         
1966 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1967
1968         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
1969         * Control.cs: Same.
1970         * UpDownBase.cs: Same.
1971         * ButtonBase.cs: Same.
1972         * ScrollBar.cs: Same.
1973         * TrackBar.cs: Same.
1974         * PictureBox.cs: Same.
1975         * UserControl.cs: Same.
1976         * Label.cs: Same.
1977         * ListControl.cs: Same.
1978         * TextBoxBase.cs: Same.
1979         * ListView.cs: Same.
1980         * RichTextBox.cs: Same.
1981         * TreeView.cs: Same.
1982
1983 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
1984
1985         * PrintDialog.cs:
1986         - Text label for where 
1987         - Text label comment was not shown
1988
1989 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
1990
1991         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
1992
1993 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
1994
1995         * InternalWindowManager.cs: 
1996         - Handle WM_PARENTNOTIFY to activate the form
1997         if any child control is clicked.
1998         - The form is only sizable if not minimized.
1999
2000         * MdiWindowManager.cs:
2001         - Save the IconicBounds if the form is moved.
2002         - Rework SetWindowState, now the window bounds 
2003         are stored only if the old window state is Normal.
2004         
2005         * MdiClient.cs:
2006         - In SetWindowStates store the old window state if 
2007         the window is maximized and restore window state if
2008         the window looses focus.
2009         - Don't handle any scrollbar value changes if 
2010         initializing the scroll bars. Fixes #79771.
2011         - Reworked ArrangeIconicWindows. Current algorithm
2012         tests bounds agains all other minimized windows, if
2013         any intersections create new bounds (going left to 
2014         right, bottom to top) and then test again. When 
2015         successful the bounds are saved and never computed
2016         again. Fixes #79774.
2017
2018 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2019
2020         * InternalWindowManager.cs: Added HandleTitleBarUp.
2021
2022 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2023
2024         * NumericUpDown.cs: In .NET 1.1, user entered text is still
2025         hexadecimal in ParseUserEdit.
2026
2027         
2028 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
2029
2030         * MdiWindowManager.cs: 
2031         - Handle a click on the form's icon to show the 
2032         system menu (when maximized). Fixes #79775.
2033         - Change the existing click handler for the form's
2034         icon when not maximized to show on MouseUp.
2035         Fixes #79776.
2036
2037         * Form.cs: In OnResize only layout the mdi child's
2038         parent if it actually has a parent. Might not if
2039         the window is closing.
2040
2041
2042 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2043
2044         * MdiClient.cs: Ignore active MDI client for text of parent, if
2045         child has no text set.
2046
2047 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2048
2049         * ToolBar.cs: Fixed ToString to match MS.
2050
2051 2006-11-22  Andreia Gaita  <avidigal@novell.com>
2052
2053         * NumericUpDown: 
2054         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
2055         update inner values on set. Fixes #79966.
2056         - Override OnLostFocus to update value on NET 2. Fixes #79950.
2057         - Fix hexadecimal parsing.
2058         
2059         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
2060         parent. Fixes #79957
2061
2062 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2063
2064         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
2065         the actual size has to be queried, since if height /
2066         width is negative Win32 changes it to 0. 
2067         Fixes #79999 on Windows.
2068         
2069         * XplatUIX11.cs: Set height / width to 0 if negative
2070         in SetWindowPos. Fixes #79999 on Linux.
2071         
2072 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
2073
2074         * ThemeWin32Classic.cs: Fix text redenring when button is
2075         pressed.
2076
2077 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
2078
2079         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
2080         and later navigate by mouse. Fixes #79528.
2081
2082 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
2083
2084         * ToolBar.cs: Set default value for TabStop to false in
2085         constructor, it fixes remaining behavior of bug #79863.
2086
2087 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2088
2089         * MdiWindowManager.cs:
2090         * InternalWindowManager.cs:
2091         - Moved a few methods specific to Mdi from 
2092         InternalWindowManager to MdiWindowManager.
2093         Fixes #79996.
2094         
2095 2006-11-21  Chris Toshok  <toshok@ximian.com>
2096
2097         * XplatUIOSX.cs: stub out InvalidateNC.
2098
2099         * XplatUIWin32.cs: implement InvalidateNC using the call I found
2100         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
2101
2102         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
2103
2104         * XplatUIDriver.cs: add InvalidateNC abstract method.
2105
2106         * XplatUI.cs: add InvalidateNC.
2107
2108 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
2109
2110         * ToolBar.cs: Invalidate complete button area when pressed status 
2111         was changed.
2112         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
2113         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
2114         by 1 when button is pressed.
2115
2116 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2117
2118         * ToolButton.cs: Invalidate middle of DropDown button when
2119         ToolBar theres DropDownArrows.
2120         * ThemeWin32Classic.cs: Change position of DropDown arrow and
2121         fix DropDown drawing operations.
2122
2123 2006-11-20  Chris Toshok  <toshok@ximian.com>
2124
2125         * NativeWindow.cs: fix the formatting of functions ('{' on the
2126         following line), and enable the thread exception dialog.
2127
2128         * Application.cs: remove the duplicate exception catching from
2129         here.
2130
2131 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2132
2133         * Toolbar.cs: Triggers button click event when click on icon
2134         of dropdown ToolBarButton. Fixes #79912.
2135         
2136 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2137
2138         * Theme.cs:
2139         * ThemeWin32Classic.cs:
2140         - Added a property WindowBorderFont to enable themeing
2141           of mdi child windows' Text.
2142           
2143 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2144
2145         * InternalWindowManager.cs:
2146         * Form.cs:
2147         * MdiClient.cs:
2148         * MdiWindowManager.cs: 
2149         - If mdi child is maximized, set mdi parent's
2150           text to "Parent - [Child]". Fixes #79770.
2151         - If there is any maximized mdi child windows, only the active 
2152           window (and any new windows) is maximized, the rest are normal.
2153         - On a WindowState change only save mdi child's window bounds 
2154           if the old window state was normal. Fixes #79774.
2155         - The scroll bars are now calculated on hopefully all
2156           necessary events. Fixed #79771 / #79844->6 / #79906.
2157         - MdiClient.SizeScrollBars() now takes into account docked 
2158           controls in the parent when calculating available space.
2159         - InternalWindowManager now always repaints the entire title
2160           area. Fixes #79844->1/4/5.
2161         - Added RequestNCRecalc on mdi child windowstate changes.
2162           Fixes #79772.
2163
2164 2006-11-20  Mike Kestner  <mkestner@novell.com>
2165
2166         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
2167         in the MouseUp handler of the listbox and move the return handling
2168         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
2169
2170 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
2171
2172         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
2173
2174 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
2175
2176         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
2177           working in 1.2.x anymore. So, updated.
2178
2179 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
2180
2181         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
2182         NumberGroupSeparator of current culture instead of assuming en-US.
2183         Fixed bug #79967.
2184
2185 2006-11-17  Mike Kestner  <mkestner@novell.com>
2186
2187         * Control.cs: Add the concept of implicit bounds setting so that
2188         dock/undock round trips preserve explicitly set size/locations.
2189         Fixes #79313.
2190
2191 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
2192
2193         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
2194           can't handle those filters. (Fixes bug #79961)
2195
2196 2006-11-17  Chris Toshok  <toshok@ximian.com>
2197
2198         [ fixes the exit/crashes associated with #79835.  it's clearly
2199         suboptimal though, we need to figure out a better way to solve
2200         this. ]
2201         
2202         * PrintPreviewControl.cs: deal with the new invalid printer
2203         exceptions.
2204
2205         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
2206         and return false (so CommonDialog.ShowDialog doesn't actually show
2207         the form.)
2208
2209         * PrintDialog.cs: enable/disable the Ok button depending on
2210         whether or not the printer is valid.
2211
2212         * CommonDialog.cs (ShowDialog): only actually show the form if
2213         RunDialog returns true.
2214
2215 2006-11-17  Jackson Harper  <jackson@ximian.com>
2216
2217         * TextControl.cs: When soft splitting a line, mark it as a soft
2218         split line. Also carry over the current line break to the next
2219         line.
2220
2221 2006-11-17  Chris Toshok  <toshok@ximian.com>
2222
2223         * XplatUIX11.cs: when scrolling a window with an invalid area, we
2224         only want to shift the part of the invalid area that overlaps the
2225         area we're scrolling.  we also don't want to clear the invalid
2226         area unless the invalid area was entirely contained within the
2227         scrolling area.
2228
2229 2006-11-16  Chris Toshok  <toshok@ximian.com>
2230
2231         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
2232         also make sure to free the memory returned by XGetWindowProperty
2233         in GetText().
2234
2235         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
2236
2237 2006-11-16  Chris Toshok  <toshok@ximian.com>
2238
2239         * XplatUI.cs: add a new super secret way to get at the totally
2240         unsupported X11 backend.
2241
2242 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
2243
2244         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
2245
2246 2006-11-16  Jackson Harper  <jackson@ximian.com>
2247
2248         * TreeView.cs: Allow more explicit setting of top node position
2249         for scrollbars. Slower algo, but more accurate.
2250         - CollapseAll should maintain the current top node.
2251         * TextBoxBase.cs: When positioning the caret, use the line, pos
2252         method, since the x, y method does not grab the correct tag, and
2253         the caret height never gets set correctly. (Maybe I should just do
2254         away with the caret having its own height, and always use the
2255         carets current tag for height).
2256
2257 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
2258
2259         [Fixes 79778, 79923]
2260
2261         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
2262         Parent to the FosterParent instead.
2263
2264 2006-11-16  Jackson Harper  <jackson@ximian.com>
2265
2266         * TreeView.cs: Need to recalc the topnode when we expand or
2267         collapse. The scrolling methods can't handle this on their own,
2268         since they use differences between the last scroll position, and
2269         those difference get completely messed up since we are expanding
2270         nodes.  This problem should probably be fixed in the scrolling
2271         methods, so they can figure out exactly where they are, but this
2272         will slow things down a little.
2273         * ThemeWin32Classic.cs: Special case for groupboxes with empty
2274         strings, makes nunit-gui look a lot nicer.
2275
2276 2006-11-16  Chris Toshok  <toshok@ximian.com>
2277
2278         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
2279         the broken multithreaded event handling we have in here.  File
2280         this entry under "Why we should move to the new X11 backend".
2281
2282         Any thread can make it into UpdateMessageQueue, which gets events
2283         from the X socket - some of which could belong to hwnds being
2284         managed by a different thread.  We can also have multiple threads
2285         in UpdateMessageQueue at the same time, with each one reading from
2286         the X socket.  This leads to many problems, with the following
2287         solutions:
2288
2289         We can't use hwnd.Queue.Enqueue anywhere in here and must use
2290         EnqueueLocked.
2291
2292         The MotionNotify compression we do can't work across threads
2293         (without locking the entire queue, perhaps) since we call
2294         hwnd.Queue.Peek, so we just punt and don't compress motion events
2295         unless the owning thread is the one which got the X event.
2296
2297         ConfigureNotify is another fun one, since it modifies the hwnd's
2298         bounds and then enqueues the event.  We add a lock to Hwnd which
2299         is held when setting configure_pending to true (and enqueuing the
2300         event).
2301
2302         There is a race wrt the wake socket.  we need to make sure that
2303         only 1 thread is waiting on that socket, or else a thread could
2304         sleep waiting for data that never comes.  It's difficult (but not
2305         impossible) to make happen, because it seems to require something
2306         like the following:
2307
2308             1. Thread 1 polls on wake_receive
2309         
2310             2. poll returns saying there's data to be read on
2311                wake_receive.
2312         
2313             3. Thread 2 polls on wake_receive and immediately returns
2314                saying there's data to be read.
2315
2316             4. Thread 2 reads the wakeup byte from wake_receive
2317
2318             5. Thread 1 attempts to read the wakeup byte from
2319                wake_receive.
2320
2321             6. Thread 2 exits (due to a form closing, perhaps).
2322
2323             7. Thread 1 blocks forever.
2324         
2325         Fun, eh?
2326
2327         Fixing the Expose handling isn't done yet, and the races inherent
2328         in that piece of code are responsible for the drawing mistakes you
2329         see when generating expose events in a MT app (like NPlot).  This
2330         one is the likely to be the hardest to bandaid, and it doesn't
2331         appear to cause anything but drawing problems.  The other issues
2332         caused apps to exit or hang.
2333
2334         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
2335         called from a different thread than the one that should be calling
2336         these functions.
2337
2338         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
2339
2340 2006-11-15  Chris Toshok  <toshok@ximian.com>
2341
2342         * Application.cs: null out the context's MainForm when we exit
2343         RunLoop.  Fixes a newly checked in unit test as well as the last
2344         ODE from bug #79933.
2345
2346 2006-11-15  Chris Toshok  <toshok@ximian.com>
2347
2348         * Form.cs (set_Owner): allow a null value so we can clear the
2349         form's owner.
2350         (Dispose): set all our owned_form's Owner properties to null, and
2351         clear the owned_forms collection.
2352         (WM_CLOSE): clean up this a little bit.. still not right though.
2353
2354         * ApplicationContext.cs: OnMainFormClosed should only call
2355         ExitThreadCore if the main form isn't recreating.  Fixes unit
2356         test.
2357
2358 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2359
2360         [Fixes 78346]
2361
2362         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
2363
2364 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2365
2366         [Fixes 79433]
2367
2368         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
2369         keep popup window types from stealing focus from the main form
2370         on Windows.
2371
2372         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
2373
2374         * MenuAPI.cs: Set above flag to true.
2375
2376 2006-11-15  Chris Toshok  <toshok@ximian.com>
2377
2378         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
2379         the button being released is not in wParam.
2380
2381 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
2382
2383         * Form.cs: Add the released button to MouseEventArgs.Button
2384         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
2385         on Win32.
2386
2387 2006-11-15  Chris Toshok  <toshok@ximian.com>
2388
2389         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
2390         GetText().  untested because it's unused in our implementation.
2391         Control.Text always caches the text, even if
2392         ControlStyles.CacheText is not set.
2393
2394         fixes bug #79939.
2395
2396 2006-11-15  Chris Toshok  <toshok@ximian.com>
2397
2398         [ fixes #79933 ]
2399         
2400         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
2401         message.  no hiding, no disposing.
2402
2403         in the WM_CLOSE handler, hide the form if it's modal.
2404
2405 2006-11-15  Chris Toshok  <toshok@ximian.com>
2406
2407         * XplatUIX11.cs: use AddExpose instead of sending a message.
2408         fixes textbox border drawing.
2409
2410 2006-11-15  Chris Toshok  <toshok@ximian.com>
2411
2412         * PropertyGridView.cs: keep from crashing on mouse move/down when
2413         the property grid is empty.
2414
2415 2006-11-14  Jackson Harper  <jackson@ximian.com>
2416
2417         * TextControl.cs: Make PageUp and PageDown more like the MS
2418         versions.
2419         * TextBoxBase.cs: When we set the text property position the
2420         cursor at the beginning of the document.
2421
2422 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2423
2424         * Form.cs: if a mdi child's WindowState has changed
2425         before it's creation, it would display wrong control
2426         buttons.
2427         
2428 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
2429
2430         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
2431           (Fixes bug #79927)
2432
2433 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2434
2435         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
2436         the window gets to paint its borders even if the window is
2437         getting smaller.
2438         
2439         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
2440         otherwise the old control buttons would still be painted 
2441         if the window gets bigger.
2442         
2443         * PaintEventArgs.cs: add an internal method so that the clip 
2444         rectangle can be changed.
2445         
2446 2006-11-13  Chris Toshok  <toshok@ximian.com>
2447
2448         [ fixes bug #79745 ]
2449         
2450         * NotifyIcon.cs: lots of cleanup.
2451
2452         * X11Structs.cs: add an enum for XEMBED messages.
2453
2454         * XplatUIX11.cs: reindent one of the giant switch statements, it
2455         was taking up an additional tab stop, and this file is already way
2456         too wide for my laptop's screen.
2457
2458         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
2459         we get it, resize the hwnd to the WMNormalHints max_width/height.
2460
2461 2006-11-13  Jackson Harper  <jackson@ximian.com>
2462
2463         * TextBoxBase.cs: Compute the value changes for the mouse wheel
2464         teh simple way.
2465
2466 2006-11-13  Chris Toshok  <toshok@ximian.com>
2467
2468         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
2469         #79898.  force a reference to the Region to stick around so the
2470         unmanaged object isn't collected (rendering our handle in the MSG
2471         stale).
2472
2473 2006-11-13  Chris Toshok  <toshok@ximian.com>
2474
2475         * XplatUIX11.cs: fix #79917 for window managers which support
2476
2477         using XStoreName on the raw utf8, and we need to convert to
2478         COMPOUND_TEXT if it's non-latin1.
2479
2480 2006-11-13  Chris Toshok  <toshok@ximian.com>
2481
2482         * Form.cs (set_DialogResult): we need to set closing to false if
2483         we're setting our result to None.  fixes bug #79908.
2484
2485 2006-11-13  Jackson Harper  <jackson@ximian.com>
2486
2487         * TextControl.cs: When formatting text, compute the adjusted tag
2488         lengths correctly, using FindTag for the end tag instead of trying
2489         to figure it out outselves.
2490         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
2491         the item, ItemHeight doesn't work, because trees with large
2492         imagelists use those for their height
2493         * TreeView.cs: ActualItemHeight factors in the image height
2494         - compute left edge of checkboxes correctly
2495         - when expanding/collapsing move the bottom down one pixel, so we
2496         aren't moving part of the node
2497
2498 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2499
2500         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
2501         stack in PaintEventStart so that it won't get disposed by the gc
2502         before reaching PaintEventEnd.
2503
2504 2006-11-13  Jackson Harper  <jackson@ximian.com>
2505
2506         * TextBoxBase.cs: Don't select the word if we are on a line with
2507         no text.
2508         - We don't need to position the caret on mouse up, since the mouse
2509         move handler should be doing this
2510         - When double clicking a blank line, the caret is advanced to the
2511         next line.
2512
2513 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2514
2515         * TreeNodeCollection.cs: Avoid duplicating indexer code.
2516
2517 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2518
2519         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
2520         Fixes part of bug #79910.
2521
2522 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
2523
2524         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
2525           (bug #79903). Some minor string updates to match ms.
2526
2527 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2528
2529         * FileDialog.cs: Don't add an extension if the filename
2530           already ends with that extension.
2531
2532 2006-11-10  Jackson Harper  <jackson@ximian.com>
2533
2534         * TreeView.cs: Use the currently highlighted node for the
2535         BeforeSelect event.
2536         * TextBoxBase.cs: There is no need to expand selection on
2537         MouseMove.
2538         - CanUndo means 'is there any undo operations', not 'is undo
2539         allowed on this textcontrol. Fixed ClearUndo unit test.
2540
2541 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
2542
2543         * Button.cs: only perform click when button is Selectable (so as 
2544         not to activate default buttons when they're disabled)
2545         
2546         * Control.cs: Rewrite of the SelectNextControl and related 
2547         methods. HandleClick now selects next control if the current one
2548         is being disabled.
2549         
2550         * Form.cs: OnActivated selects next active control only if Load 
2551         has already occurred. If Load hasn't run, there's no point in 
2552         selecting here, Load might change the state of controls.
2553         
2554         * FocusTest.cs: Tests marked as working again for these fixes
2555
2556 2006-11-10  Chris Toshok  <toshok@ximian.com>
2557
2558         * XplatUIX11.cs: a couple of fixes.
2559
2560         - use XInternAtoms with almost all the atoms we need to register,
2561         instead of many, many calls to XInternAtom.  should help a bit on
2562         startup time, at the expense of making the code look a little
2563         worse.
2564
2565         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
2566         isn't reparented (which seems to be a clue that we're running fon
2567         compiz) and they have an Owner form.  This fixes the tool windows
2568         in paint.net when running under compiz.
2569
2570         - when setting the opacity of a window, support both the case
2571         where the window has been reparented and also when it hasn't been.
2572         Since compiz/beryl doesn't seem to reparent windows, and these are
2573         the only window managers which support translucency, I'm not sure
2574         why we need the hwnd.reparented case at all.. but leave it in.
2575         now we get translucent windows in paint.net under compiz/beryl.
2576
2577 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2578
2579         * FileDialog.cs: Always return the value for FilterIndex that
2580           was set. Internally convert it to values that make sense.
2581
2582 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2583         
2584         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
2585
2586 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
2587
2588         * Toolbar.cs: Change default value of DropDownArrows to true, the 
2589         signature still using false to make it compatible with MS but the 
2590         initial value is true. Fixes #79855.
2591
2592 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
2593
2594         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
2595           only available on Linux.
2596
2597 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
2598
2599         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
2600         reduce number of calls to redraw method during toolbar creation.
2601
2602 2006-11-09  Mike Kestner  <mkestner@novell.com>
2603
2604         * ListView.cs : raise SelectedIndexChanged when an item is selected
2605         programmatically via the Item.Selected property.  Gert's nice 
2606         ListViewSelectedIndexChanged test fixture now runs clean.
2607
2608 2006-11-09  Mike Kestner  <mkestner@novell.com>
2609
2610         * ListView.cs : raise SelectedIndexChanged when a selected item is
2611         removed from the item collection using Remove or RemoveAt.
2612
2613 2006-11-09  Mike Kestner  <mkestner@novell.com>
2614
2615         * ListView.cs : raise SelectedIndexChanged once per selected item
2616         for compat with MS.  Fixes #79849+.
2617
2618 2006-11-09  Chris Toshok  <toshok@ximian.com>
2619
2620         * TabControl.cs: initialize row_count to 0, and set it to 1 when
2621         we need to (if we have any tab pages).  Fixes unit test.
2622
2623 2006-11-09  Chris Toshok  <toshok@ximian.com>
2624
2625         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
2626         width is 0, not 3.  Fixes a unit test.
2627
2628 2006-11-09  Mike Kestner  <mkestner@novell.com>
2629
2630         * ListView.cs : use Implicit scrollbars so that focus isn't 
2631         stolen from the listview when they are clicked. Fixes #79850.
2632
2633 2006-11-09  Chris Toshok  <toshok@ximian.com>
2634
2635         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
2636         have a root item.  Fixes #79879.
2637
2638 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
2639
2640         * FileDialog.cs:
2641           - Fix ToString ()
2642           - An ArgumentException is now thrown if a wrong filter
2643             is applied (matches ms). The previous filter doesn't change
2644             anymore if an exception is thrown.
2645           - Changing the FileName property also affects FileNames
2646         * ColorDialog.cs: The length of the CustomColors array is always
2647           16. It doesn't matter if we use a smaller array or null to update
2648           or change the custom colors property.
2649         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
2650           for RootFolder if we get a undefined value.
2651
2652 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2653
2654         * StatusBarPanel.cs: 
2655         - Width is set to MinWidth if Width is smaller than
2656         MinWidth. Fixes #79842.
2657         - MinWidth now always overrides Width (MSDN says MinWidth
2658         is set to Width when AutoSize = None, but they do not 
2659         behave like that).
2660         - Style has now the the correct default value.
2661         
2662 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2663  
2664         * TrackBar.cs: 
2665         - The control is completely invalidated on 
2666         Got/LostFocus to draw the focus rectangle correctly.
2667         - When AutoSize then height is always 45 (width for 
2668         vertical controls).
2669         
2670         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
2671         on the mouse when moved and it doesn't move when grabbed
2672         until the mouse moves as well. Also fixed some wrong 
2673         calculations when clicking on the thumb (control thought
2674         click was outside of thumb and didn't grab it).
2675         Fixes some of the issues in #79718.
2676
2677 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
2678
2679         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
2680
2681 2006-11-08  Chris Toshok  <toshok@ximian.com>
2682
2683         * PropertyGridView.cs: only call ToggleValue if the item is not
2684         readonly.
2685
2686 2006-11-08  Jackson Harper  <jackson@ximian.com>
2687
2688         * TextBoxBase.cs: The RichTextBox and textbox have very different
2689         word selection methods.  Implement the textbox's simple word
2690         selection here, and let the RichTextBox override and provide it's
2691         own.
2692         - Don't do extra selection on mouseup
2693         * RichTextBox.cs: Use the documents word selection algorithm, I
2694         think ideally, this function will be pulled into the
2695         RichTextBox.cs code someday.
2696
2697 2006-11-08  Chris Toshok  <toshok@ximian.com>
2698
2699         * RootGridEntry.cs: new class to represent GridItemType.Root.
2700
2701         * CategoryGridEntry.cs: reformat, and add boilerplate.
2702         
2703         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
2704         returns the UI parent anyway, and we need special handling to
2705         implement the GetTarget method in the face of it.  Also, implement
2706         Select().
2707
2708         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
2709         a root grid item, and use that instead of PropertyGrid.grid_items.
2710         Also, make use of TypeConverters (and add limitted support for
2711         ICustomTypeDescriptors) when initially populating the grid.
2712         Arrays now show up more or less properly.
2713
2714 2006-11-08  Chris Toshok  <toshok@ximian.com>
2715
2716         * Application.cs: set the modal dialog to non modal after we close
2717         it.  Fixes bug #79866.
2718
2719 2006-11-08  Jackson Harper  <jackson@ximian.com>
2720
2721         * TextControl.cs: When combining lines carry over the line end
2722         style from the end line.
2723         - Invalidate the selected area when setting it, if it is visible.
2724         * TextBoxBase.cs: Only rich text box can do full line selects.
2725         - Make sure to set the cursor position when there is a click,
2726         otherwise two clicks in separate areas could cause a large chunk
2727         to be selected.
2728
2729 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2730
2731         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
2732         Fixes #79863.
2733
2734 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2735
2736         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
2737         time. Remove tooltips when ToolButton click events.  Fixes #79856.
2738
2739 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2740
2741         * MenuAPI.cs: Ignore right click for menu actions and fixes
2742         menu border when clicked.  Fixes #79846.
2743
2744 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2745
2746         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
2747         MouseState after create wParam for message, this fixes mouse button 
2748         equal none in mouse up events.
2749         
2750 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
2751
2752         * Control.cs : Focus() now calls Select to set the Container's
2753         Active Control and to give it focus. To avoid infinite recursion
2754         (because ActiveControl also calls Focus at one point), a check 
2755         is made in Focus with the help of a new internal variable
2756         is_focusing.
2757
2758 2006-11-07  Mike Kestner  <mkestner@novell.com>
2759
2760         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
2761         if there's a selection.  Fixes #79849.
2762
2763 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2764
2765         * PropertyGrid.cs: Avoid fixed height of help description label.
2766         Fixes part of bug #79829.
2767
2768 2006-11-07  Chris Toshok  <toshok@ximian.com>
2769
2770         * XplatUIX11.cs: fix #79790 again, by using the
2771         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
2772
2773 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2774
2775         * ToolBar.cs: Fix left click checking.
2776
2777 2006-11-07  Chris Toshok  <toshok@ximian.com>
2778
2779         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
2780
2781 2006-11-07  Chris Toshok  <toshok@ximian.com>
2782
2783         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
2784         PropertyManager unit tests.
2785
2786         * PropertyManager.cs: make property_name internal.
2787
2788 2006-11-07  Chris Toshok  <toshok@ximian.com>
2789
2790         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
2791         pass a unit test.  Also, don't set image_index to anything in
2792         response to setting the ImageList property.
2793
2794 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
2795
2796         * ToolBar.cs: Ignore click events when mouse button is not a
2797         left button, only accepts other button for dropdown menus.  
2798         Fixes #79854.
2799
2800 2006-11-07  Chris Toshok  <toshok@ximian.com>
2801
2802         * DataGrid.cs: make the back and parent row buttons a little less
2803         ugly.
2804
2805 2006-11-07  Jackson Harper  <jackson@ximian.com>
2806
2807         * TextBoxBase.cs: When converting to Text don't put line breaks in
2808         for soft line breaks.
2809         * TextControl.cs: There is an initial "fake" line in the document,
2810         this is now a soft break line, so that an extra line feed doesn't
2811         get added to the end of documents.
2812
2813 2006-11-07  Chris Toshok  <toshok@ximian.com>
2814
2815         [ fix bug #79778 ]
2816         
2817         * CurrencyManager.cs: if the list is readonly, don't bother
2818         checking if IBindingList.AllowNew is true.
2819
2820         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
2821         for non-DataRowView datasources..  or rather, make it not crash.
2822         (DataGridPaintRelationRow): make sure we limit the row painting to
2823         the area not covered by the row header, and make our cell width at
2824         least large enough to cover the relation area.  This allows grids
2825         that have relations but no rows to render correctly.
2826         (DataGridPaintRowContents): same type of changes here.
2827         (SetDataSource): move back to always calling
2828         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
2829         navigating back through relations.
2830         (HitTest): handle the case where we have no cells but have
2831         relations.  Right now we generate a hit in cell 0 of whatever the
2832         row is, not sure if this is strictly correct, but it works for our
2833         purposes.
2834         
2835         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
2836         bother doing anything.
2837
2838 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
2839
2840         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
2841         early version of StatusStrip.  Not responsible for eaten
2842         application or firstborn children.
2843
2844 2006-11-06  Chris Toshok  <toshok@ximian.com>
2845
2846         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
2847         call GetTabRect with a -1 index.  Fixes #79847.
2848
2849 2006-11-06  Jackson Harper  <jackson@ximian.com>
2850
2851         * TreeNodeCollection.cs: Update scrollbars after clearing.
2852
2853 2006-11-06  Chris Toshok  <toshok@ximian.com>
2854
2855         * NumericUpDown.cs: fix the ToString method for some unit test
2856         love.
2857
2858 2006-11-06  Chris Toshok  <toshok@ximian.com>
2859
2860         * PropertyGrid.cs:
2861         - set the initial SelectedGridItem if we can.
2862
2863         - Exclude non-mergable properties only if we're merging > 1
2864         object.  Merging 1 object isn't really merging, obviously.
2865
2866         - Handle PropertySort.NoSort just like Alphabetical, which is
2867         wrong of course, but at least gets things on the screen.
2868         
2869         * PropertyGridView.cs:
2870         - Add method "FindFirstItem" which finds the first property grid
2871         item, so we can select it by default.
2872
2873         - make use of GridEntry.CanResetValue.
2874
2875         - Don't call RedrawBelowItemOnExpansion here anymore, the
2876         individual GridEntry's will do that.
2877
2878         - Remove the ITypeDescriptorContextImpl internal class.
2879         
2880         * GridEntry.cs:
2881         - this class needs to implement ITypeDescriptorContext, as it's
2882         what MS's PropertyDescriptorGridEntry does, which means we can
2883         remove the ITypeDescriptorContextImpl internal class from
2884         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
2885
2886         - keep a reference to our PropertyGridView, and move the call to
2887         RedrawBelowItemOnExpansion here from PGV.  This means
2888         programmaticly setting Expanded actually does something visible.
2889
2890         - add a CanResetValue() function which takes into account our
2891         possibly multiple "selected_objects" in the merged case.  Shifting
2892         PropertyGridView to use this method fixes another unreported
2893         crasher found running the test for #79829.
2894
2895         - when Top or Bounds is updated, make sure the PropertyGridTextBox
2896         is updated to reflect this.
2897
2898         * CategoryGridEntry.cs: the ctor takes the PGV now.
2899         
2900 2006-11-06  Jackson Harper  <jackson@ximian.com>
2901
2902         * TextControl.cs: These are 1 based.
2903         * TextBoxBase.cs: When setting the selected text, don't change the
2904         selected text tags, this is done by ReplaceText, just position the
2905         cursor at the end of the new text.
2906
2907 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2908
2909         * ListView.cs: Allow label edit only when, when LabelEdit is
2910           set to true.
2911
2912 2006-11-06  Jackson Harper  <jackson@ximian.com>
2913
2914         * TextControl.cs: If a suitable wrapping position isn't found,
2915         just wrap right in the middle of a word.
2916
2917 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
2918
2919         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
2920           bug #79820.
2921
2922 2006-11-06  Jackson Harper  <jackson@ximian.com>
2923
2924         * TreeView.cs: Can't use the VisibleCount property when setting
2925         scrollbar heights, because this doesn't take into account whether
2926         or not the horz scrollbar just came visible.
2927
2928 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
2929
2930         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
2931         activated.  Fixes #79369, #79832.
2932
2933 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
2934
2935         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
2936           had to remove support for links that point to a directory. FileInfo
2937           returns no usefull information (means, the directory they point to)
2938           for such links. Replaced some empty string ("") with String.Empty.
2939
2940 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2941
2942         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
2943         NullReferenceException when attempting to remove node that is not in
2944         collection. Throw NullReferenceException when null is passed to 
2945         Remove. Allow first element of the collection to be removed. Fixes
2946         bug #79831.  In GetEnumerator ().Current return null if positioned 
2947         before the first element of the collection. In GetEnumerator ().Reset,
2948         position before first element of the collection.
2949
2950 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2951
2952         * PropertyGrid.cs: To match MS, remove default title and description
2953         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
2954         buttons.
2955
2956 2006-11-04  Chris Toshok  <toshok@ximian.com>
2957
2958         * Theme.cs: add a Clamp method, just for kicks.
2959
2960         * ThemeWin32Classic.cs: clamp all color components to [0..255].
2961
2962 2006-11-04  Chris Toshok  <toshok@ximian.com>
2963
2964         * Form.cs: if the form isn't visible, Close() does nothing.
2965
2966 2006-11-03  Chris Toshok  <toshok@ximian.com>
2967
2968         * Form.cs (Close): if the form is modal, don't Dispose of it, only
2969         Hide it.
2970         (WndProc): don't Dispose after handling the WM_CLOSE message.
2971
2972         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
2973         them as such, instead of using casts from Control to Form.  Also,
2974         don't Dispose of the modal dialog when we fall out of the loop -
2975         Close() it instead.
2976
2977         fixes bug #79813.
2978
2979 2006-11-03  Chris Toshok  <toshok@ximian.com>
2980
2981         * Control.cs (Dispose): only go through the dispose thing if we're
2982         @disposing, and we haven't already been disposed.  Fixes bug
2983         #79814.
2984
2985         * Form.cs: no reason to call "base.Dispose()" here instead of
2986         "Dispose()".
2987
2988 2006-11-03  Mike Kestner  <mkestner@novell.com>
2989
2990         * ComboBox.cs : use ToString instead of casts in AddItem for
2991         sorting functionality.  Fixes #79812.
2992
2993 2006-11-03  Chris Toshok  <toshok@ximian.com>
2994
2995         * Application.cs: pave the way for actually using the thread
2996         exception dialog.  it's ifdefed out at the moment.
2997
2998 2006-11-03  Chris Toshok  <toshok@ximian.com>
2999
3000         * ThreadExceptionDialog.cs: until we get a better layout, actually
3001         hide the details textbox and label when we shouldn't see them.
3002
3003 2006-11-03  Jackson Harper  <jackson@ximian.com>
3004
3005         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
3006         multiline textboxes anymore.  This method also determines the
3007         width/height of a textboxes canvas area.
3008         - Sorta a revert of the last patch.  For multiline just position
3009         the controls, then bail.  This way the scrollbar width won't be
3010         altered.
3011
3012 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
3013
3014         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
3015         it dont need.  Fixes #79537.
3016
3017 2006-11-02  Jackson Harper  <jackson@ximian.com>
3018
3019         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
3020         send the status after firing the DndOver event.
3021
3022 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3023
3024         * TrackBar.cs: Now orientation only switches height / width if
3025         the control's handle is created (Win32 does it like this). Also 
3026         fixed a typo in ToString() for a test to pass, changed the 
3027         exception thrown in set_LargeChange and set_SmallChange to 
3028         match Win32 behaviour, and added TrackBar tests to the unit 
3029         tests.
3030
3031 2006-11-02  Chris Toshok  <toshok@ximian.com>
3032
3033         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
3034         not _NET_WM_STATE_NO_TASKBAR.
3035
3036 2006-11-02  Jackson Harper  <jackson@ximian.com>
3037
3038         * TextControl.cs: Increment count by one, since in the update view
3039         count - 1 is used.
3040
3041 2006-11-02  Jackson Harper  <jackson@ximian.com>
3042
3043         * TextBoxBase.cs: Use client rectangle not bounds for checking if
3044         the mouse is in the client rectangle (duh).
3045
3046 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3047         
3048         * TrackBar.cs: Fixed trackbar jumping around when clicking
3049         on it - the trackbar was not detecting correctly at which
3050         side of the thumb the click was done. (fixes #79718)
3051
3052 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
3053
3054         * ListBox.cs: scroll visible area when change SelectedIndex to
3055         a non visible area.  Fixes #79481.
3056
3057 2006-11-01  Jackson Harper  <jackson@ximian.com>
3058
3059         * TextControl.cs: When replacing the selection move the selection
3060         start/end/anchor to the end of the new text.
3061
3062 2006-11-01  Jackson Harper  <jackson@ximian.com>
3063
3064         * XplatUIWin32.cs: When setting the parent change the controls
3065         visibility to it's visibility flag, not to it's old parents
3066         visibility (.Visible walks the parent chain).
3067
3068 2006-11-01  Chris Toshok  <toshok@ximian.com>
3069
3070         * XplatUIX11.cs: revert the #79790 fix, as the simple.
3071         XSetTransientForHint fix breaks paint .net's tool windows.  more
3072         work needed for that one.
3073
3074 2006-11-01  Chris Toshok  <toshok@ximian.com>
3075
3076         * ScrollBar.cs: throw ArgumentException instead of Exception in
3077         LargeChange/SmallChange setters.  fixes unit tests.
3078
3079 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
3080
3081         * ContainerControl.cs: reverted rev.67183 (which was itself
3082         a reversion of rev.66853... eh).
3083         
3084         * Control.cs: Fixes Reflector hang by changing Focus() call
3085         to what it was before rev.66643 (calling Select() here sets 
3086         ActiveControl, which in some situations calls back Focus and 
3087         eventually does a stack overflow). Temp fix.    
3088         Changes to GetNextControl() to not look for children to select when
3089         parent cannot be selectable (so it looks for siblings instead)  
3090         
3091 2006-10-31  Mike Kestner  <mkestner@novell.com>
3092
3093         * CheckedListBox.cs : off by one error in returned index from
3094         ObjectCollection.Add.  Fixes #79758.
3095
3096 2006-10-31  Chris Toshok  <toshok@ximian.com>
3097
3098         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
3099         calls for the textbox/spinner, to keep from recursing to the point
3100         where we crash.  Fixes #79760.
3101
3102 2006-10-31  Chris Toshok  <toshok@ximian.com>
3103
3104         * ListControl.cs (set_SelectedValue): don't throw exceptions on
3105         null/"" value, just return.  matches ms's behavior and fixes some
3106         failing tests.
3107
3108 2006-10-31  Chris Toshok  <toshok@ximian.com>
3109
3110         * Control.cs (set_Capture): make a logic a little easier to
3111         follow.
3112
3113         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
3114         if it's being destroyed.  A necessary fix surely, but a bandaid
3115         also, to fix the stuck capture problem in bug #78413.
3116
3117 2006-10-31  Chris Toshok  <toshok@ximian.com>
3118
3119         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
3120         convention of clearing hwnd.ClientRect when we set the
3121         width/height (so it'll be recalculated by Hwnd).
3122
3123 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
3124
3125         * ContainerControl.cs: reversed Contains check from
3126         ActiveControl due to hanging problems. This fix
3127         partly regresses #79667 (button does not have
3128         initial focus), so this might be a symptom for 
3129         a larger parenting problem (set_ActiveControl
3130         is being called but the child control does
3131         not have the parent set yet?)   
3132         
3133 2006-10-31  Mike Kestner  <mkestner@novell.com>
3134
3135         * MenuAPI.cs : fix keynav when menu is click activated.
3136
3137 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
3138
3139         * ToolStrip*: Version 0.2.
3140
3141         * MenuStrip.cs: Version 0.1.
3142
3143         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
3144
3145 2006-10-30  Chris Toshok  <toshok@ximian.com>
3146
3147         [ fixes the oversized notify icon issue in bug #79745 ]
3148         
3149         * NotifyIcon.cs: scale the icon down to the size we're given by
3150         the XplatUI layer (this would be faster if we did it once instead
3151         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
3152         since it's never invoked.
3153
3154         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
3155         pixels high by default, so let's hardcode our systray icon to that
3156         size.  The SYSTEM_TRAY protocol should really have a way for
3157         client apps to query for the correct icon size.. but oh well.  A
3158         couple of patches to deal with the screwy client_window ==
3159         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
3160         instance, and also make sure we don't XSelectInput twice).
3161
3162 2006-10-30  Chris Toshok  <toshok@ximian.com>
3163
3164         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
3165         recreating forms.  Control recreation is the bane of my existence.
3166         Fix it in a way that keeps everyone happy.
3167
3168 2006-10-30  Chris Toshok  <toshok@ximian.com>
3169
3170         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
3171         just non-CHILD ones.  otherwise sometimes scrollbars end up with
3172         client_windows not being resized to the proper size (ReportBuilder
3173         shows this extremely well).
3174
3175 2006-10-30  Chris Toshok  <toshok@ximian.com>
3176
3177         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
3178         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
3179         showing up in the gnome taskbar.  Fixes bug #79790.
3180
3181 2006-10-30  Chris Toshok  <toshok@ximian.com>
3182
3183         * ApplicationContext.cs: guard against a NRE.
3184
3185         * Application.cs: null out the old MainForm for the context, so we
3186         don't try to use it again once it's disposed.  Fixes bug #79783.
3187
3188 2006-10-30  Chris Toshok  <toshok@ximian.com>
3189
3190         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
3191         BindingContext, set the data source directly, otherwise do the
3192         lazy approach - the actual ListManager will be created when we get
3193         a BindingContext. Fixes bug #79700.
3194
3195 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
3196
3197         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
3198           XplatUIX11.cs: Remove old 2 parameter SetVisible.
3199
3200         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
3201
3202 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
3203
3204         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
3205         of SetVisible that allows a window to be shown, but not activated.
3206         This is needed on Windows for MenuStrip, and can probably be used
3207         with MainMenu and ComboBox to fix the focus stealing issues on
3208         Windows.
3209
3210         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
3211
3212 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
3213
3214         * PictureBox.cs: Fix the output of the ToString method.
3215
3216 2006-10-29  Chris Toshok  <toshok@ximian.com>
3217
3218         * Control.cs (get_TopLevelControl): fix bug #79781.
3219
3220 2006-10-29  Chris Toshok  <toshok@ximian.com>
3221
3222         * ListControl.cs (set_DataSource): throw Exception here, not
3223         ArgumentException, to match MS behavior.
3224
3225 2006-10-29  Chris Toshok  <toshok@ximian.com>
3226
3227         * Form.cs: remove the try-catch's around calls to GetWindowState.
3228         We can just check the return value.
3229
3230         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
3231         Instead return -1.
3232
3233         * XplatUI.cs: Add note about additional return value for
3234         GetWindowState.
3235
3236 2006-10-29  Chris Toshok  <toshok@ximian.com>
3237
3238         * Control.cs (CreateHandle): when we create our handle, we also
3239         create the handles of our child controls.  Fixes one of the
3240         Control unit tests (CH11).
3241
3242 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
3243
3244         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
3245
3246 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
3247
3248         * ThemeClearlooks.cs: A little speedup.
3249
3250 2006-10-27  Chris Toshok  <toshok@ximian.com>
3251
3252         * Control.cs: implement Control.FromChildHandle in a way that
3253         matches the docs (and fixes the failed test.)
3254
3255 2006-10-27  Chris Toshok  <toshok@ximian.com>
3256
3257         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
3258         comments).
3259
3260         * DataGrid.cs: implement ResetForeColor such that the tests
3261         succeed.
3262         
3263 2006-10-27  Chris Toshok  <toshok@ximian.com>
3264
3265         * ToolBarButton.cs: setting text/tooltiptext to null results in it
3266         being set to "".  Fixes bug #79759.
3267
3268 2006-10-27  Jackson Harper  <jackson@ximian.com>
3269
3270         * TextControl.cs: We need to clear the entire selection area when
3271         setting the start, otherwise multiline selections are still
3272         visible.
3273
3274 2006-10-26  Chris Toshok  <toshok@ximian.com>
3275
3276         * PropertyGridView.cs: 
3277
3278         - ifdef all the code specific to the double
3279         buffer case, and provide some alternatives in the non-doublebuffer
3280         code, which makes heavy use of XplatUI.ScrollWindow to move things
3281         around without having to invalidate (and cause flicker).  There
3282         are still some drawing problems in the non-doublebuffered case, so
3283         DOUBLEBUFFER is defined by default.
3284
3285         - Fix the way dropdowns are handled.  now we explicitly watch for
3286         the events which might cause the dropdown to close, and break out
3287         of the nested event loop there.  This gets rid of all Capture
3288         code, at the expense of the Msg special casing.  Seems to work,
3289         though, and fixes bug #79743.
3290
3291 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
3292         * Control.cs: SetIsRecreating now recreates implicitly added
3293         child controls as well. Finally fixes #79629. The flag passed to 
3294         SetIsRecreating has also been removed since it wasn't used.
3295         
3296 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3297
3298         * PageSetupDialog.cs: Clean some code, fix some bits, 
3299         add some checks, and add a printer sub-dialog.
3300
3301 2006-10-26  Chris Toshok  <toshok@ximian.com>
3302
3303         * PropertyGrid.cs: make set_SelectedObject call
3304         set_SelectedObjects, and move the duplicate logic to the
3305         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
3306
3307         * PropertyGridView.cs: hide the textbox when we get a
3308         SelectedObjectsChanged event.
3309
3310         Fixes bug #79748.
3311
3312 2006-10-26  Chris Toshok  <toshok@ximian.com>
3313
3314         * PropertyGridView.cs: deal with the type converter not supporting
3315         GetStandardValues() or GetStandardValues() returning null, which
3316         is does in the default case.  Fixes #79742.
3317
3318 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3319
3320         * CheckedListBox.cs: nunit no longer crashes when selecting 
3321         Project/Edit menu option
3322         
3323 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
3324
3325         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
3326         is no menu selected. fixes #79739
3327
3328 2006-10-25  Chris Toshok  <toshok@ximian.com>
3329
3330         * PropertyGridView.cs: factor out the splitter invalidation code
3331         into the SplitterPercent setter, and for kicks implement the
3332         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
3333         amount in either direction.
3334
3335 2006-10-25  Chris Toshok  <toshok@ximian.com>
3336
3337         * PropertyGridView.cs: do some cleanup of the brush used to draw
3338         text - read only fields should be grayed out.  not sure how to do
3339         this with the textbox, though.  but the textbox's should also be
3340         readonly now at least.  Also, hide/show the textbox when resizing
3341         the control.
3342         
3343         * CursorConverter.cs: use System.Reflection when getting the
3344         properties of Cursors, as TypeDescriptor.GetProperties isn't
3345         returning static properties.
3346
3347 2006-10-25  Chris Toshok  <toshok@ximian.com>
3348
3349         * PropertyGridView.cs: factor out the up/down handling, and reuse
3350         it for page up/down.  also add End/Home support.
3351
3352 2006-10-25  Chris Toshok  <toshok@ximian.com>
3353
3354         * PropertyGridView.cs:
3355
3356         - ensure the selected grid item is visible in the scrolled area,
3357         fixes bug #79572.
3358
3359         - fix Keys.Down handling when you're on the last item in the
3360         propertygrid.
3361
3362 2006-10-25  Mike Kestner  <mkestner@novell.com>
3363
3364         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
3365         clicks too.  Fixes #79725.
3366
3367 2006-10-24  Chris Toshok  <toshok@ximian.com>
3368
3369         * PropertyGrid.cs: use property.Converter instead of
3370         TypeDescriptor.GetConverter(property.PropertyType), so we catch
3371         TypeConverters declared on the property as well as on the
3372         PropertyType.  Fixes bug #79678.
3373
3374 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
3375
3376         * MimeIcon.cs, Mime.cs:
3377           Fallback to the default platform handler if no shared mime info
3378           stuff exists (fixes #79693).
3379
3380 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3381         * ContainerControl.cs: Incorrect contains check in ActiveControl 
3382         from previous fix (duh).
3383
3384 2006-10-20  Chris Toshok  <toshok@ximian.com>
3385
3386         * PropertyGridView.cs: the dropdown should be MIN(number of items
3387         in list, 15).  Fixes #79551.
3388
3389 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
3390         Fixes #79384, #79394, #79652, #79667
3391         * Application.cs: 
3392         
3393         - Modal windows are now destroyed in the proper order for windows
3394         
3395         * ContainerControl.cs:
3396         
3397         - ActiveControl setter has more conditions on when to return:
3398                 - if we're reselecting the active control, but it actually
3399                 didn't have focus (window hidden or some such), it runs
3400                 - if the active control being selected doesn't actually 
3401                 exist in the container, it returns
3402         
3403         * Form.cs
3404         
3405         - The ShowDialog now gets the current form as the owner when
3406         invoking without parameters, and correctly activates the owner 
3407         when returning
3408         
3409         * MessageBox.cs
3410         
3411         - MessageBox now catches the Escape key to exit
3412
3413 2006-10-20  Chris Toshok  <toshok@ximian.com>
3414
3415         * PropertyGridView.cs: fix a number of issues (bug #78565, and
3416         most of bug #79676):
3417
3418         - you can navigate around the property grid with the arrow keys.
3419
3420         - the dropdown is sized properly when the pg has a vertical
3421         scrollbar.
3422
3423         - fix the indentation for subentries, and properly select the
3424         entire label rect.
3425
3426         - fix the gray bar's drawing (only draw it to the last element,
3427         not for the height of the control.  Also make sure we draw that
3428         last horizontal grid line.
3429
3430         - use the same mechanism the datagrid uses wrt the editing textbox
3431         when scrolling/resizing/etc.  Namely, we hide it first, do the
3432         operation, then show it again (if it's still visible).
3433         
3434         - aggressively remove a lot of unnecessary refreshes (and also
3435         calls to Invalidate(). call more limited variants, and only redraw
3436         what we need.)
3437         
3438         * PropertyGrid.cs:
3439
3440         - when we're populating the merged collection, fill in the UI
3441         parent with either the passed in item, or the category item we
3442         create.
3443
3444         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
3445
3446         * GridItem.cs: drop some fully qualified names.
3447         
3448         * GridEntry.cs: add a "UIParent", which is basically the parent
3449         treenode.
3450
3451         * GridItemCollection.cs: add an IndexOf method.
3452
3453 2006-10-20  Mike Kestner  <mkestner@novell.com>
3454
3455         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
3456         a working win32 NC invalidation mechanism, we can't invalidate
3457         menus.  [Fixes #79705]
3458
3459 2006-10-20  Mike Kestner  <mkestner@novell.com>
3460
3461         * ListBox.cs : don't update the VScrollbar if the list is empty,
3462         just hide it.  [Fixes #79692]
3463
3464 2006-10-20  Jackson Harper  <jackson@ximian.com>
3465
3466         * RichTextBox.cs: Handle some special chars better, and don't skip
3467         the entire group when we encounter a special char that we don't
3468         handle correctly.
3469
3470 2006-10-18  Chris Toshok  <toshok@ximian.com>
3471
3472         * PropertyGridView.cs: address a number of issues from bug #79676,
3473         mostly of the cosmetic variety.
3474
3475         - The highlight rectangle for indented items not extends all the
3476         way to the left.
3477
3478         - Indented items aren't indented so much.
3479
3480         - the dropdown is properly sized width-wise if the pg has a
3481         vertical scrollbar.
3482
3483 2006-10-18  Chris Toshok  <toshok@ximian.com>
3484
3485         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
3486         systray stuff is rather convoluted to begin with.
3487
3488         systray icons are a single window for some reason (that I haven't
3489         figured out yet), and for them, client_window == whole_window.
3490         Given the way the tests are structured elsewhere to determine
3491         which paints are pending (client vs. nc), that situation will
3492         always yield PAINT, not NCPAINT.  So, if we have a pending
3493         nc_expose and no pending expose, remove the hwnd from the paint
3494         queue, and also set nc_expose_pending to false, to keep us from
3495         blocking further expose's adding the hwnd to the paint queue.
3496
3497         phew.  like i said, a rather convoluted change.  Fixes the
3498         notifyicon repaint issues in bug #79645.
3499
3500 2006-10-18  Chris Toshok  <toshok@ximian.com>
3501
3502         * Form.cs: when getting the backcolor of the form, don't get
3503         base.BackColor, as this allows parents to influence the background
3504         color.  This breaks mdi forms.  Instead, if the background_color
3505         is empty, return the default.
3506
3507 2006-10-18  Chris Toshok  <toshok@ximian.com>
3508
3509         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
3510         to being private instead of internal static.
3511
3512         * Control.cs: remove all the stupid ParentWaitingOnRecreation
3513         crap, it wasn't working for more deeply nested controls anyway,
3514         and we already have the is_recreating flag - use that instead.
3515         Before calling DestroyHandle in RecreateHandle, recurse through
3516         the control tree setting it to true.  this returns the recreate
3517         code to much of its original simplicity, while now guaranteeing we
3518         actually recreate everything we're supposed to.  This change gets
3519         fyireporting actually showing mdi children.
3520
3521 2006-10-17  Chris Toshok  <toshok@ximian.com>
3522
3523         * Form.cs: remove some debug spew, and collapse some duplicate
3524         code at the end of SetClientSizeCore.
3525
3526         * XplatUIX11.cs: 
3527         - add some more debug spew here too wrt Destroy handling.
3528         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
3529         in Control's handling of WM_DESTROY.
3530         - Remove the handling of zombie window DestroyNotifies from the
3531         event loop - we don't need it.  Now the only DestroyNotifies we
3532         actually handle are ones generated by X.
3533         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
3534         match gtk's (functioning) handling of this. This keep metacity
3535         from leaving droppings in the form of wm borders with no window
3536         contents all over the place.
3537
3538         * Control.cs:
3539         - add a bunch of debug spew wrt control recreation.
3540         - fix a bug where we weren't tracking Visible properly on
3541         recreated hwnds.
3542         - fixed the WM_PAINT double buffer handling to support re-entrant
3543         calls (yes, i know it's gross, but it's happening to us).
3544
3545 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3546         * ThemeWin32Classic.cs: changed drawing of selected days
3547         to make them look better.
3548
3549 2006-10-16  Chris Toshok  <toshok@ximian.com>
3550
3551         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
3552         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
3553
3554         * XplatUIX11.cs: move away from using hwnd.client_dc and
3555         hwnd.non_client_dc and on to a stack of dc's (and in window's
3556         case, PAINTSTRUCT's), so we can deal with nested Paint calls
3557         without puking or not disposing of Graphics objects.
3558
3559         * XplatUIOSX.cs: same.
3560
3561         * XplatUIWin32.cs: same.
3562
3563 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
3564
3565         * FileDialog.cs: Don't call on_directory_changed inside
3566           OnSelectedIndexChanged (it changes the SelectedIndex too).
3567           Instead move it to OnSelectionChangeCommitted.
3568
3569 2006-10-13  Chris Toshok  <toshok@ximian.com>
3570
3571         * XplatUIX11.cs: more Destroy work.  the current code does the
3572         following things, in order:
3573
3574         1. Enumerates all handles of all controls at or below the one
3575         being destroyed, in pre-order.  As it is doing this, it marks the
3576         handles as zombie and clears all references to them.
3577         
3578         2. calls XDestroyWindow on the window passed in.
3579
3580         3. SendMessage's WM_DESTROY to all he handles in the accumulated
3581         list.
3582
3583 2006-10-13  Chris Toshok  <toshok@ximian.com>
3584
3585         * XplatUIX11.cs: set hwnd.zombie to true before calling
3586         SendMessage (WM_DESTROY).  this keeps us from marking the new
3587         window a zombie, and also keeps us from calling sendmessage at
3588         all.
3589
3590 2006-10-13  Jackson Harper  <jackson@ximian.com>
3591
3592         * TextControl.cs: Do not show the caret and selection at the same
3593         time.  Reduces ugliness by 35%.
3594
3595 2006-10-13  Chris Toshok  <toshok@ximian.com>
3596
3597         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
3598         zombie after we do the recursive call, so we actually do call
3599         SendMessage on the children controls.
3600         (GetMessage): if we find a pending paint event for a zombie hwnd,
3601         remove the hwnd from the paint queue, or else it will always be
3602         there (and we'll effectively loop infinitely)
3603
3604 2006-10-13  Mike Kestner  <mkestner@novell.com>
3605
3606         * MenuItem.cs : add Selected format under keynav too.
3607         Fixes #79528.
3608
3609 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3610
3611         * PropertyGrid.cs: Fixed some NRE's and small difference between our
3612         implementation and that of MS.
3613
3614 2006-10-13  Chris Toshok  <toshok@ximian.com>
3615
3616         * Control.cs (OnInvalidated) only futz with the invalid_region if
3617         the control is double buffered.  this fixes the apparent hang in
3618         the ListView unit tests.  Someone needs to make the
3619         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
3620
3621 2006-10-13  Chris Toshok  <toshok@ximian.com>
3622
3623         * PropertyGridView.cs:
3624
3625         - do a little refactoring so that only one place calls
3626         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
3627         else call that.  Also make it Refresh, since there are redraw bugs
3628         otherwise (we should take a look at that...)
3629
3630         - do a little more refactoring work to share the body of code
3631         involved with the drop down.  it was duplicated in the code
3632         dealing with the listbox handling and in the code dealing with the
3633         UITypeEditors.
3634
3635         - add a Capture to the dropdown form's control once it's
3636         displayed, and add a MouseDown handler that checks to make sure
3637         the position is inside the control.  If it's not, close the
3638         dropdown.  This fixes #78190.
3639
3640         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
3641         if the value is different than the initial value.
3642         
3643 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3644
3645         * Control.cs: see #78650
3646         - Fixed GetNextControl for several cases:
3647                 - Changed FindFlatForward to return 
3648                 correct sibling control when more than one
3649                 control has same TabIndex as the currently 
3650                 focused one.
3651                 - Changed FindFlatBackward to loop children
3652                 from last to first and apply same logic as in
3653                 FindFlatForward
3654                 - Changed FindControlForward to search for
3655                 children when control is not a container
3656                 but has children, or search for siblings if
3657                 control is a container...
3658                 - Changed FindControlBackward   to continue
3659                 searching for child controls when hitting 
3660                 Panel-like parents
3661                 
3662         - Fixed Focus method to update ActiveControl
3663         (FocusTest.FocusSetsActive failure)
3664         
3665         * TabControl.cs:
3666         - Focus rectangle now refreshes when gaining
3667         or losing focus
3668         - Removed grab for Tab key on IsInputKey that 
3669         was keeping tab navigation from working (#78650)
3670
3671 2006-10-13  Chris Toshok  <toshok@ximian.com>
3672
3673         * PropertyGridView.cs:
3674         - Rewrite SetPropertyValue to loop over SelectedGridItem's
3675         SelectedObjects.
3676
3677         - Deal with GridItem.Value == null a few places.
3678
3679         * PropertyGrid.cs: 
3680         - replace the PopulateGridItemCollection with a pair of methods
3681         which compute the intersection of all the properties in the
3682         SelectedObjects array.  Fixes #79615.
3683
3684         - Throw ArgumentException from set_SelectedObjects if there's a
3685         null in the array.
3686
3687         - Add GetTarget method which can be used to traverse up the
3688         GridItem.Parent chain.  It depends on the assumption that
3689         selected_objects for different GridEntries are always in the same
3690         order (a safe assumption).  Use this method and loop over all the
3691         selected objects in the entry when calling RemoveValueChanged and
3692         AddValueChanged.
3693         
3694         * GridEntry.cs: Make this handle multiple selected objects.
3695         .Value returns null if not all the selected objects share the same
3696         value.
3697
3698 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
3699         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
3700           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
3701           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
3702           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
3703           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
3704         add additional functionality.
3705
3706 2006-10-12  Mike Kestner  <mkestner@novell.com>
3707
3708         * ErrorProvider.cs : new ToolTipWindow ctor sig.
3709         * HelpProvider.cs : new ToolTipWindow ctor sig.
3710         * ToolTip.cs : remove ToolTip param from Window sig since it is
3711         not used.
3712         * ToolBar.cs : add tooltip support.  Fixes #79565.
3713
3714 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3715
3716         * ComboBox.cs: move the events in set_SelectedIndex to 
3717         after the call to HighlightIndex in order to avoid 
3718         possible recursion and subsequent problems with the call
3719         to HighlightIndex and include a range check in 
3720         set_HighlightIndex. Fixes #79588
3721         
3722 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3723
3724         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
3725         to ui thread's settings instead of sunday. 
3726         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
3727
3728 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
3729
3730         * DateTimePicker.cs
3731         * MonthCalendar.cs
3732         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
3733         and implement missing functionality (selecting different parts 
3734         of the date and edit them individually with the keyboard).
3735         
3736 2006-10-11  Chris Toshok  <toshok@ximian.com>
3737
3738         * Control.cs (OnInvalidated): fix NRE relating to last change.
3739
3740 2006-10-11  Chris Toshok  <toshok@ximian.com>
3741
3742         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
3743         atoms in _NET_WM_STATE here if the window is maximized.  We need
3744         to do this because we're *replacing* the existing _NET_WM_STATE
3745         property, so those atoms will be lost otherwise, and any further
3746         call to GetWindowState will return Normal for a window which is
3747         actually maximized.  Fixes #79338.
3748
3749 2006-10-11  Jackson Harper  <jackson@ximian.com>
3750
3751         * TextControl.cs: Special case for setting selection end to
3752         selection start, we basically kill the anchor.
3753         - some todo comments.
3754
3755 2006-10-11  Chris Toshok  <toshok@ximian.com>
3756
3757         * Control.cs: switch to using an "invalid_region" to track which
3758         parts of the image buffer need updating.  This is more code than
3759         the simple fix from r66532.  That version just attempted to always
3760         fill the entire buffer on redraw, which turns out to be
3761         inefficient when invalidating small rectangles.  This version
3762         simply adds the invalid rectangle to the invalid region.  When we
3763         get any WM_PAINT message we see if it can be filled using the
3764         image buffer, and if it can't (if the paint event's clip rectangle
3765         is visible in the invalid region) we first fill the image buffer.
3766         So, the image buffer is still a cache, we just fill it lazily.
3767
3768         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
3769         need it any longer.
3770
3771 2006-10-11  Chris Toshok  <toshok@ximian.com>
3772
3773         * XplatUIX11.cs (SetWindowPos): we need to update both position as
3774         well as size after calling XMoveResizeWindow.  This keeps us from
3775         ignoring future SetWindowPos calls.  Fixes the disappearing
3776         DateTimePicker in the ToolBarDockExample from bug #72499.
3777
3778 2006-10-11  Chris Toshok  <toshok@ximian.com>
3779
3780         * TextBoxBase.cs: reorder things a bit when it comes to
3781         resizing-causing-recalculation.  we were recalculating the
3782         document when our position was changed, which shouldn't happen.
3783         We only care about size changes.  Clear up some more redundant
3784         recalculation calls while I'm at it.  This makes the toolbar dock
3785         example snappy when you're just dragging toolbars around (since it
3786         causes a relayout whenever you move one.)
3787
3788 2006-10-11  Chris Toshok  <toshok@ximian.com>
3789
3790         * ToolBarButton.cs (get_Rectangle): this only returns
3791         Rectangle.Empty if Visible == false, or Parent == null.
3792         Parent.Visible doesn't matter.
3793
3794 2006-10-10  Chris Toshok  <toshok@ximian.com>
3795
3796         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
3797         by .net 1.1, so switch to an internal method instead.
3798
3799 2006-10-10  Chris Toshok  <toshok@ximian.com>
3800
3801         * Control.cs (WM_PAINT): when a control is double buffered we draw
3802         initially to the ImageBuffer and then copy from there.  But when a
3803         parent control which has child controls is double buffered, the
3804         initial drawing doesn't encompass the entire ClientRectangle of
3805         the parent control, so we end up with uninitialized bits (this is
3806         easily seen by dragging the top toolbar in
3807         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
3808         manually set the ClipRectangle of the paint_event (only the one we
3809         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
3810         of the nastiness in bug #72499.
3811
3812         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
3813         which we use in Control.cs's WM_PAINT handling.
3814
3815 2006-10-10  Jackson Harper  <jackson@ximian.com>
3816
3817         * TextBoxBase.cs: Finish off the autoscrolling stuff.
3818
3819 2006-10-10  Chris Toshok  <toshok@ximian.com>
3820
3821         * Cursor.cs: Apply a slightly different patch to the one suggested
3822         in #79609.
3823
3824 2006-10-10  Jackson Harper  <jackson@ximian.com>
3825
3826         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
3827         not the parent form.
3828         * TextControl.cs: use difference in old line count vs new count to
3829         calculate how many lines were added, this takes into account soft
3830         line breaks properly.
3831
3832 2006-10-10  Chris Toshok  <toshok@ximian.com>
3833
3834         * LinkLabel.cs: don't call MeasureCharacterRanges against a
3835         rectangle located at 0,0 and the size of the text.  Use
3836         ClientRectangle instead.  This fixes rendering of non-left aligned
3837         link labels.
3838
3839 2006-10-10  Jackson Harper  <jackson@ximian.com>
3840
3841         * TextBoxBase.cs: When we set the selection start position the
3842         caret.
3843         * TextControl.cs: Need to update the caret when we decrement it to
3844         zero.
3845         - Make sure that the selection_visible flag gets reset to false if
3846         the selection isn't visible.  Before this you could get it set to
3847         visible by changing the selection start, then changing the end to
3848         equal the start.
3849
3850 2006-10-09  Jackson Harper  <jackson@ximian.com>
3851
3852         * TreeView.cs: Don't update scrollbars when we aren't visible.
3853         * TreeNodeCollection.cs: Only need to update scrollbars if being
3854         added to an expanded visible node or the root node.
3855
3856 2006-10-09  Chris Toshok  <toshok@ximian.com>
3857
3858         * XplatUIX11.cs (SendMessage): fix NRE.
3859
3860 2006-10-09  Jackson Harper  <jackson@ximian.com>
3861
3862         * TextBoxBase.cs: Implement horizontal autoscrolling.
3863         * TextControl.cs: Add a movement types that allows moving forward
3864         and backwards without wrapping.
3865
3866 2006-10-09  Mike Kestner  <mkestner@novell.com>
3867
3868         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
3869         with focus "expansion" of labels.  Fixes #79532 and then some.
3870         * ThemeWin32Classic.cs : add LineLimit to ListView label format
3871         when wrapping.
3872
3873 2006-10-09  Jackson Harper  <jackson@ximian.com>
3874
3875         * TextBoxBase.cs: Set the default max values to MaxValue since
3876         we use the scrollbar for autoscrolling and the default value is
3877         100.  If we don't do this the caret won't keep up with typing
3878         after about 18 characters.
3879         * TextControl.cs: Make sure the selection is offset by the
3880         viewport x.  This fixes selection when using auto scrolling.
3881
3882 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
3883         
3884         * Form.cs: The active control should be selected after the 
3885         OnLoad so that any child control initialization that affects
3886         the selection is done. Fixes #79406
3887
3888 2006-10-06  Chris Toshok  <toshok@ximian.com>
3889
3890         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
3891         to have no evil effects.
3892
3893         - Stop selecting StructureNotifyMask on non-toplevel windows.
3894
3895           The only way children should be resized is by using the SWF api,
3896           and we already send WM_WINDOWPOSCHANGED messages in those cases.
3897           Toplevel windows can be interacted with via the window manager,
3898           and so we keep the input mask there.
3899
3900           The other event StructureNotifyMask gives us (that we care
3901           about) is DestroyNotify.  The code is already structured such
3902           that it assumes we won't be getting a DestroyNotify event for
3903           the window we pass to XDestroyWindow (which is what
3904           StructureNotifyMask is supposed to guarantee.)  So, that code
3905           shouldn't be affected by this either.
3906
3907         - Stop selecting VisibilityChangeMask altogether.
3908
3909           We weren't doing anything with the resulting events anyway.
3910         
3911         This vastly reduces the number of X requests and events we see
3912         when resizing/laying out a large ui.
3913
3914 2006-10-06  Chris Toshok  <toshok@ximian.com>
3915
3916         * ScrollableControl.cs (DisplayRectangle): we need to take into
3917         account the DockPadding regardless of whether or not auto_scroll
3918         == true.  rework this slightly to this effect, and fix bug #79606,
3919         and part of #72499 (you can now see the drag handles and drag
3920         toolbars around).
3921
3922 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
3923
3924         * ListViewItem.cs: Collections of selected and checked items are now
3925         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
3926         we mark the collection "dirty".
3927         * ListView.cs: Marked collections readonly. Modified UpdateSelection
3928         to only clear SelectedItems when a new item is selected and MultiSelect
3929         is enabled. CheckedItems and SelectedItems now subscribe to Changed
3930         event of ListViewItemCollection, and mark its list dirty whenever
3931         that event is fire. This allows us to return selected/checked items 
3932         in the same order as they are in the Items collection. This matches
3933         the MS behavior.
3934
3935 2006-10-06  Chris Toshok  <toshok@ximian.com>
3936
3937         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
3938         right mouse clicks.  Fixes bug #79593.
3939
3940 2006-10-06  Chris Toshok  <toshok@ximian.com>
3941
3942         * Splitter.cs: doh, fix splitters that don't want to cancel the
3943         movement when you drag them.  Also, impose the limits on the
3944         values we send to the SplitterMovingEvent.  Fixes #79598.
3945
3946 2006-10-06  Jackson Harper  <jackson@ximian.com>
3947
3948         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
3949         since we use this for auto scrolling also.
3950
3951 2006-10-05  Chris Toshok  <toshok@ximian.com>
3952
3953         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
3954         beginning to think that most datagrid column types don't need this
3955         method.  Fixes bug #79392.
3956
3957 2006-10-05  Chris Toshok  <toshok@ximian.com>
3958
3959         * DataGrid.cs: move back to a more lazy scheme for creating the
3960         CurrencyManager, so we aren't updating it every time you set
3961         either DataSource or DataMember.  Also, don't call
3962         RecreateDataGridRows if the currency manager hasn't changed.
3963
3964 2006-10-05  Chris Toshok  <toshok@ximian.com>
3965
3966         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
3967         emitted, SelectedIndex should already be updated.  Fixes bug
3968         #78929.
3969
3970 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
3971
3972         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
3973           ToolStripTextBox.cs: Initial commit.
3974         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
3975
3976 2006-10-05  Jackson Harper  <jackson@ximian.com>
3977
3978         * TabControl.cs: We need to invalidate the tab control area when
3979         new ones are added (duh).
3980
3981 2006-10-03  Chris Toshok  <toshok@ximian.com>
3982
3983         * Form.cs (ProcessDialogKey): if the focused control is in this
3984         form and is a button, call its PerformClick method here.  Fixes
3985         #79534.
3986
3987 2006-10-04  Jackson Harper  <jackson@ximian.com>
3988
3989         * TabPage.cs: Ignore setting of Visible, and add an internal
3990         method for setting the controls visibility.  TabPage's Visible
3991         property is a little strange on MS, this seems to make us
3992         compatible, and fixes cases where people set all the tab pages to
3993         visible.
3994         * TabControl.cs: Use the new internal setting on tab pages
3995         visibility.
3996
3997 2006-10-03  Mike Kestner  <mkestner@novell.com>
3998
3999         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
4000
4001 2006-10-03  Mike Kestner  <mkestner@novell.com>
4002
4003         * ListView.cs : use is_visible instead of Visible to check if 
4004         scrollbars should be placed/sized.  Also some max_wrap_width
4005         love for LargeIcon view.  [Fixes #79533]
4006
4007 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
4008
4009         * TextControl.cs :
4010           Make set_TextAlign() do actually update the align. Fixed #78403.
4011
4012 2006-10-03  Chris Toshok  <toshok@ximian.com>
4013
4014         * DataGrid.cs: fix a crash when switching datasources if the
4015         vertical scrollbar is at someplace other than Value = 0.  Also,
4016         reduce the number of recalculation passes we do in SetDataSource
4017         from 2 to 1.
4018
4019 2006-10-03  Jackson Harper  <jackson@ximian.com>
4020
4021         * TextBoxBase.cs: Move the if value the same bail check up, we
4022         don't want to empty the document if it is already empty, this
4023         seems to severly mess up the caret.  TODO: I should probably fix
4024         the empty statement to update teh caret somehow.
4025
4026 2006-10-03  Chris Toshok  <toshok@ximian.com>
4027
4028         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
4029         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
4030         reflection, an internal row type, properties on said type, etc.)
4031         will work with our datagrid.  Fixes #79531.
4032
4033 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
4034
4035         * FileDialog.cs: Don't crash if a path is not accessible
4036           (System.UnauthorizedAccessException). Fixes #79569.
4037         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
4038           a ':' too. Return unknown icon for those paths/files.
4039
4040 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
4041
4042         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
4043         GetContainerControl returns null.
4044
4045 2006-10-02  Chris Toshok  <toshok@ximian.com>
4046
4047         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
4048         call to XGetWindowAttributes instead of "handle".  fixes an X
4049         error using notifyicon after the NotifyIconWindow to Form base
4050         class switch.
4051
4052 2006-10-02  Chris Toshok  <toshok@ximian.com>
4053
4054         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
4055         server grab and looping we need to do to get down to the most
4056         deeply nested child window.
4057         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
4058         QueryPointer again after the WarpPointer so we can generate a
4059         proper (fake) MotionNotify event to be enqueued in the destination
4060         window's queue.
4061         (GetCursorPos): call QueryPointer.
4062
4063         Fixes #79556.
4064
4065 2006-10-02  Jackson Harper  <jackson@ximian.com>
4066
4067         * NotifyIcon.cs: Derive the notify icon from a form, so things
4068         like FindForm work on it.
4069         - Swallow the WM_CONTEXTMENU message, since that is generated on
4070         mouse down, and context menu is a mouse up kinda guy.  I believe
4071         the correct fix here is probably to make the notify icon entirely
4072         NC area, but this seems to work fine for anyone not manipulating
4073         WndProc.
4074
4075 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
4076
4077         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
4078           ToolStripItemCollection.cs, ToolStripLabel.cs,
4079           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
4080           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
4081           Initial implementation.
4082         * TextRenderer.cs: Provide padding to MeasureText.
4083
4084 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
4085
4086         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
4087         of ButtonBaseAccessibleObject. Fix bug #79552.
4088
4089 2006-10-02  Jackson Harper  <jackson@ximian.com>
4090
4091         * MdiWindowManager.cs: When maximizing use the containers client
4092         rect, not it's bounds, so nc area is accounted correctly.
4093         - Use the parent form's size for the menu position, since the
4094         client isn't always the full form size.
4095
4096 2006-10-01  Chris Toshok  <toshok@ximian.com>
4097
4098         * ScrollableControl.cs: make sure neither right_edge or
4099         bottom_edge are < 0, since they're used as LargeChange for the
4100         horiz/vert scrollbars respectively.  Fixes #79539.
4101
4102 2006-10-01  Chris Toshok  <toshok@ximian.com>
4103
4104         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
4105         the xplatuix11 code can cause us to destroy/recreate our handle.
4106
4107         * XplatUIX11.cs
4108         (SystrayAdd):
4109         - this code can be invoked many times for the same Hwnd.  Make
4110           sure we only destroy the client window once (the first time this
4111           method is called).  This fixes bug #79544.
4112         - Remove the call to the improperly bound XSync.  why we had two
4113           bindings to this, I will never know, but this call resulted in
4114           events being discarded from the queue(!).
4115         - correct a misunderstanding of _XEMBED_INFO - the second atom is
4116           not our current state but the state we wish to be in.  So, 0 if
4117           we don't want to be mapped.  Change it to 1.
4118         (SystrayRemove): The XEMBED spec makes mention of the fact that
4119         gtk doesn't support the reparent of client windows away from the
4120         embedder.  Looking at gtksocket-x11.c seems to agree with this.
4121         The only avenue we have for removing systray icons is to destroy
4122         them.  We don't want the handle to go away for good, though, so
4123         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
4124         #79545.
4125         
4126 2006-10-01  Chris Toshok  <toshok@ximian.com>
4127
4128         * Form.cs (WndProc): inline the native_enabled variable usage into
4129         the cases in which it's used.  Fixes #79536.
4130
4131 2006-09-29  Mike Kestner  <mkestner@novell.com>
4132
4133         * ListView.cs : toggle the selection state for ctrl clicks in 
4134         multiselect mode. [Fixes #79417]
4135
4136 2006-09-29  Mike Kestner  <mkestner@novell.com>
4137
4138         * ListView.cs : kill CanMultiSelect and refactor the selection
4139         code to support multiselection in the absence of mod keys. Steal
4140         arrow/home/end keys by overriding InternalPreProcessMessage to
4141         restore regressed keynav behavior.
4142         [Fixes #79416]
4143
4144 2006-09-29  Jackson Harper  <jackson@ximian.com>
4145
4146         * MdiClient.cs: Repaint the titlebars when the active window is
4147         changed.
4148
4149 2006-09-29  Chris Toshok  <toshok@ximian.com>
4150
4151         * Application.cs: when entering a runloop with a modal, make sure
4152         the hwnd is enabled.  Fixes #79480.
4153
4154 2006-09-29  Chris Toshok  <toshok@ximian.com>
4155
4156         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
4157         when ListManager.CanAddRows == false, bump us back one.
4158
4159         * DataGridColumnStyle.cs (ParentReadOnly): remove the
4160         listmanager.CanAddRows check.  This makes ArrayLists uneditable
4161         using a datagrid, which is not right.
4162         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
4163         is an IEditable, but call property_descriptor.SetValue regardless.
4164         fixes #79435.
4165
4166 2006-09-29  Chris Toshok  <toshok@ximian.com>
4167
4168         * DataGridBoolColumn.cs: we need to test equality in the face of
4169         possible null values (as is the case with the default NullValue).
4170         This patch keeps us from crashing in that case.
4171
4172 2006-09-29  Jackson Harper  <jackson@ximian.com>
4173
4174         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
4175         here, since it will get called for every node collection in the
4176         tree. This is now done in the treeview once the sorting is
4177         finished.
4178         * TreeView.cs: Recalculate the visible order, and update the
4179         scrollbars after sorting, set the top nope to the root so that the
4180         recalc actually works.
4181
4182 2006-09-29  Chris Toshok  <toshok@ximian.com>
4183
4184         * LinkLabel.cs: more handling of the default link collection in
4185         the face of LinkArea manipulation.  The default link collection
4186         contains 1 element (start=0,length=-1).  If the user sets LinkArea
4187         to anything and the links collection is the default, clear it.
4188         Then only add the link if its nonempty.  Fixes #79518.
4189
4190 2006-09-29  Chris Toshok  <toshok@ximian.com>
4191
4192         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
4193         piece correctly when we hit a '\n'.  Fixes #79517.
4194
4195 2006-09-29  Chris Toshok  <toshok@ximian.com>
4196
4197         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
4198         change the binding of gdk_init_check to take two IntPtr's, and
4199         pass IntPtr.Zero for both of them.  Fixes #79520.
4200
4201 2006-09-29  Mike Kestner  <mkestner@novell.com>
4202
4203         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
4204         [Fixes #78779]
4205
4206 2006-09-28  Jackson Harper  <jackson@ximian.com>
4207
4208         * XplatUIX11.cs: When translating NC messages make sure we go from
4209         whole window to screen, not client window to screen.
4210         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
4211         method doesn't exist
4212         - Skip over controls that aren't forms when arranging.
4213
4214 2006-09-28  Jackson Harper  <jackson@ximian.com>
4215
4216         * XplatUIWin32.cs: Clip the rect to the parent window.
4217         * XplatUIStructs.cs: Add clipping modes struct.
4218         * InternalWindowManager.cs: New private method that factors title
4219         bar heights in when calculating the pos of an NC mouse message.
4220         - Use SendMessage to force a paint when the form's size is changed
4221         instead of painting the decorations immediately.
4222         - Don't let the NC button click messages get to DefWndProc,
4223         because they will attempt to handle windowing themself, and this
4224         messes up z-order (it will put them in front of the scrollbars).
4225         * XplatUIX11.cs: Make sure that we don't reset window managers if
4226         we already have one (ie the window is an MDI window).
4227
4228 2006-09-28  Chris Toshok  <toshok@ximian.com>
4229
4230         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
4231         menu code really needs going over.
4232
4233 2006-09-27  Chris Toshok  <toshok@ximian.com>
4234
4235         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
4236         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
4237         window is maximizable.  So, we need to make sure that even if we
4238         clear the border/wm frame of those functions, they're still
4239         available (basically, we remove the decoration without removing
4240         the function).  Half the fix for #79338.
4241
4242 2006-09-27  Chris Toshok  <toshok@ximian.com>
4243
4244         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
4245         Fixes bug #79515.
4246
4247 2006-09-27  Chris Toshok  <toshok@ximian.com>
4248
4249         * Splitter.cs: reorder things a bit so that we don't actually
4250         draw/move the splitter until after calling OnSplitterMoving.  This
4251         lets users cancel/disallow the movement by explicitly setting
4252         event.SplitX/SplitY.  Fixes #79372.
4253
4254 2006-09-27  Jackson Harper  <jackson@ximian.com>
4255
4256         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
4257         because it is most likely on a window being destroyed, and that
4258         will give us an X11 error.
4259
4260 2006-09-27  Chris Toshok  <toshok@ximian.com>
4261
4262         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
4263         the dropdown button now toggles between showing and hiding the
4264         dropdown.  Also, get rid of dropdown_form_showing and just use
4265         dropdown_form.Visible.  We still don't do a grab, but I'll leave
4266         that part to someone who has handled Capture-fu before.
4267
4268 2006-09-27  Chris Toshok  <toshok@ximian.com>
4269
4270         * DataGrid.cs: return false if alt isn't pressed when '0' is
4271         pressed.  this keeps the '0' key from being swallowed, and fixes
4272         bug #79350.
4273
4274 2006-09-27  Chris Toshok  <toshok@ximian.com>
4275
4276         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
4277         Calling Refresh (in response to a scrollbar event) screws up the
4278         scrollbar painting.  Fixes bug #78923.
4279
4280 2006-09-27  Chris Toshok  <toshok@ximian.com>
4281
4282         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
4283         then insert into hashtable" blocks threadsafe.
4284
4285 2006-09-27  Chris Toshok  <toshok@ximian.com>
4286
4287         * MessageBox.cs (CreateParams): the styles should be |'ed with our
4288         baseclass's, since otherwise the
4289         ControlBox/MinimizeBox/MaximizeBox assignments above have no
4290         effect.  This gets the close button back in messageboxes.
4291
4292 2006-09-27  Chris Toshok  <toshok@ximian.com>
4293
4294         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
4295         flag, not just != 0.  this makes flags that are actually multiple
4296         bits (like WS_CAPTION) work.  fixes bug #79508.
4297
4298 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
4299
4300         * PageSetupDialog.cs: add support for getting and settings the 
4301         paper size, source and orientation.
4302
4303 2006-09-26  Chris Toshok  <toshok@ximian.com>
4304
4305         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
4306         and caption == "", we need to remove the resize handles as well as
4307         the title bar.
4308
4309         * Control.cs (set_Text): turns out that setting Text on a form
4310         should change the WM styles on the window, since if ControlBox ==
4311         false, the only way to get a window border is to have a non-""
4312         Text property.  check winforms/forms/text.cs for an example.  so,
4313         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
4314         update both window styles and title.  This fixes a lot of dialogs
4315         (including the preferences dialog in MonoCalendar.)
4316
4317 2006-09-26  Chris Toshok  <toshok@ximian.com>
4318
4319         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
4320         control isn't a Form), call Win32ShowWindow to hide the window,
4321         but don't update the control Visible property.  When we reparent
4322         back to a parent control, call SetVisible in order for the
4323         window's visibility to be reinstated.
4324
4325         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
4326         the FosterParent.
4327
4328         * Control.cs (ControlCollection.Remove): remove that value.Hide()
4329         call for good, since it breaks MonoCalendar (and other things I'm
4330         sure.) Also, set all_controls to null *after* the owner calls,
4331         which end up regenerating it.
4332         (ChangeParent): allow new_parent to be == null, passing
4333         IntPtr.Zero down to XplatUI.
4334
4335         this fixes #79294 the right way.
4336
4337 2006-09-26  Mike Kestner  <mkestner@novell.com>
4338
4339         * GridEntry.cs : internal SetParent method.
4340         * PropertyGrid.cs : attach to property changed on the proper
4341         target if we have a hierarchical grid with subobjects. Setup
4342         GridItem.Parent for hierarchical items.
4343         * PropertyGridView.cs : Set value on the correct target for
4344         hierarchical grids. [Fixes #78903]
4345
4346 2006-09-26  Chris Toshok  <toshok@ximian.com>
4347
4348         * Control.cs (ChildNeedsRecreating): this should return true if
4349         either we're being recreated and the child is in our list, or our
4350         parent is waiting for our recreation.
4351
4352 2006-09-26  Chris Toshok  <toshok@ximian.com>
4353
4354         * Control.cs (ControlCollection.Remove): reinstate the
4355         value.Hide() call as suggested in bug #79294.
4356
4357 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
4358
4359         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
4360         coordinates (versus a relative move).
4361
4362 2006-09-26  Chris Toshok  <toshok@ximian.com>
4363
4364         * Control.cs: rework child recreation a little bit.  It turns out
4365         that we race between the DestroyNotify the WM_DESTROY message.  If
4366         the parent gets its DestroyNotify before the child gets the
4367         WM_DESTROY message, the child ends up not recreating (since the
4368         parent finishes its recreation on DestroyNotify, and the child
4369         checks ParentIsRecreating.)
4370
4371         So, instead we store off a list of all the child controls which
4372         need to be recreated when the parent control starts to recreate
4373         itself.  Then, when child controls get their WM_DESTROY message we
4374         check to see if they're in the parent's pending recreation list,
4375         and if so, we recreate.  This removes all dependency on ordering
4376         from the code and fixes the initial MonoCalendar upgrade dialog.
4377         
4378 2006-09-26  Jackson Harper  <jackson@ximian.com>
4379
4380         * TextControl.cs: Use the Line to get the length of the line,
4381         since soft line breaks can change the end line.
4382
4383 2006-09-26  Chris Toshok  <toshok@ximian.com>
4384
4385         * Control.cs (ControlCollection.AddImplicit): don't add the
4386         control again if it's already in one of our lists.  This keeps us
4387         from adding controls over and over again for comboboxes when their
4388         handle gets recreated (as the combobox adds implicit controls in
4389         OnHandleCreated).  Fixes the X11 errors in bug #79480.
4390
4391 2006-09-26  Jackson Harper  <jackson@ximian.com>
4392
4393         * TextControl.cs: When deleting characters make sure that any
4394         orphaned zero lengthed tags get deleted.
4395         - Fix ToString for zero lengthed tags.
4396
4397 2006-09-25  Jackson Harper  <jackson@ximian.com>
4398
4399         * TextControl.cs: When getting a tag at the location there can be
4400         multiple tags at the same spot, these are 0-lengthed tags that
4401         appear when extra formatting has been stuck in a location.  We
4402         need to pull out the last of these 0 lengthed tags.
4403
4404 2006-09-25  Jackson Harper  <jackson@ximian.com>
4405
4406         * TextControl.cs: Fix print out in debug method.
4407         * TextBoxBase.cs: When text is set bail if we are setting to the
4408         previous value.
4409         
4410 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
4411
4412         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
4413           It is now possible to change the selected index in a FontXXXListBox
4414           with the up and down arrow keys from the FontXXXTextBoxes.
4415           Also, send the FontXXXTextBox mouse wheel event to the corresponding
4416           FontXXXListBoxes to match ms.
4417
4418 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
4419
4420         * SystemInformation.cs: Return a clone of the theme's MenuFont because
4421         anyone can dispose it, anytime. All other properties returns enums, 
4422         structs or basic types so they don't need such tricks.
4423
4424 2006-09-22  Jackson Harper  <jackson@ximian.com>
4425
4426         * XplatUI.cs:
4427         * XplatUIWin32.cs:
4428         * Clipboard.cs:
4429         * DataFormats.cs:
4430         * XplatUIOSX.cs:
4431         * XplatUIDriver.cs: Update interface to add a primary selection
4432         flag, so the driver can use the primary selection buffer if
4433         needed.
4434         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
4435
4436         * RichTextBox.cs: We need to supply the data object to paste now
4437         (so we can choose to supply CLIPBOARD or PRIMARY).
4438         * TextBoxBase.cs: Supply data object to paste (see above).
4439         - Middle click uses the primary selection data object.
4440         
4441 2006-09-21  Chris Toshok  <toshok@ximian.com>
4442
4443         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
4444         of SetWMStyles.  It's still a rat's nest and is largely
4445         order-dependent which I dislike immensely.  This also fixes the X
4446         button disappearing from toplevel forms.
4447
4448 2006-09-21  Mike Kestner <mkestner@novell.com>
4449
4450         * ListBox.cs: move Jordi's click/dblclick raising code to the
4451         mouse up handler.
4452
4453 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
4454
4455         * ListBox.cs: Fixes 79450
4456
4457 2006-09-21  Mike Kestner <mkestner@novell.com>
4458
4459         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
4460         to deal with people updating the TreeNodeCollection after the tree
4461         is disposed.  "Fixes" 79330.
4462
4463 2006-09-20  Jackson Harper <jackson@ximian.com>
4464
4465         * TextControl.cs: Push the cursor record onto the undo stack
4466         before the delete action. This fixes 78651.
4467
4468 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
4469
4470         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
4471         CreateParams. Fixes 79329.
4472
4473 2006-09-19  Chris Toshok  <toshok@ximian.com>
4474
4475         * XplatUIX11.cs: a couple of blanket code massage passes to clean
4476         things up a bit.  First, get rid of the NetAtoms array (and the NA
4477         enum), and just embed the atoms as static fields.  Also, add a
4478         couple of functions (StyleSet and ExStyleSet) to clean up all the
4479         bitmask testing of styles.
4480
4481         * X11Structs.cs: remove the NA enum, not needed anymore.
4482         
4483 2006-09-19  Chris Toshok  <toshok@ximian.com>
4484
4485         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
4486         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
4487         added cleanup to get MessageBox titles appearing again, which were
4488         broken by my earlier fix for caption-less/ControlBox-less windows.
4489
4490 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
4491
4492         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
4493           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
4494           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
4495           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
4496           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
4497           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
4498           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
4499           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
4500           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
4501           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
4502           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
4503             Inital import.
4504         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
4505           ToolStripButton.cs: Stubs needed for above.
4506         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
4507
4508 2006-09-15  Chris Toshok  <toshok@ximian.com>
4509
4510         * XplatUIX11.cs:
4511         - make the MessageQueues hashtable Synchronized.
4512         
4513         - SendMessage: if the Hwnd is owned by a different thread, use the
4514         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
4515         thread.  Fixes bug #79201.
4516
4517 2006-09-15  Chris Toshok  <toshok@ximian.com>
4518
4519         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
4520         ControlBox == false, we disallow maximize/minimize/close.  If the
4521         form Caption is "" we also disallow move (and get rid of the Title
4522         decoration).  Unfortunately, regardless of how things are set,
4523         we're stuck with the Title and WM menu.
4524
4525 2006-09-15  Chris Toshok  <toshok@ximian.com>
4526
4527         * Application.cs: add locking around the static message_filters
4528         ArrayList, part of #79196.
4529
4530 2006-09-15  Chris Toshok  <toshok@ximian.com>
4531
4532         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
4533         Form.ControlBox == false, the window has no titlebar nor resize
4534         handles.  fixes bug #79368.
4535
4536 2006-09-15  Chris Toshok  <toshok@ximian.com>
4537
4538         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
4539         >= 0.  Fixes bug #79370.
4540
4541 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
4542         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
4543         * Control.cs:
4544             Add properties: LayoutEngine, Margin, DefaultMargin.
4545             Add method: GetPreferredSize.
4546             Move layout logic from PerformLayout to layout engines. 
4547
4548 2006-09-13  Chris Toshok  <toshok@ximian.com>
4549
4550         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
4551         fix for #79326 broke #78718, so this change addresses that.
4552
4553         - in SendWMDestroyMessages remove the call to
4554         CleanupCachedWindows, since we might be recreating the control and
4555         need to maintain the references to right Hwnd handles.  Also, set
4556         the zombie flag to true for each of the children in the hierarchy
4557         instead of calling hwnd.Dispose.  This will cause GetMessage to
4558         ignore all events for the window except for DestroyNotify.
4559
4560         - In GetMessage, ignore messages except for DestroyNotify for
4561         zombie hwnds.
4562         
4563         * Control.cs: revert the is_recreating fix from the last
4564         ChangeLog.  It's definitely "right", but it breaks switching from
4565         an MDI form to a non-MDI form.  Will need to revisit that.
4566
4567         * Hwnd.cs: add a zombie flag, which means "the
4568         client_window/whole_window handles are invalid, but we're waiting
4569         for the DestroyNotify event to come in for them".  Set the flag to
4570         false explicitly if setting WholeWindow/ClientWindow, and also
4571         when Disposing.
4572         
4573 2006-09-13  Chris Toshok  <toshok@ximian.com>
4574
4575         * XplatUIX11.cs: rework window destruction slightly.
4576
4577         - when destroying the windows associated with a control, we don't
4578         need 2 separate XDestroyWindow calls.  Just the one for the
4579         whole_window (or for client_window if whole_window is somehow
4580         IntPtr.Zero -- can this happen?) is enough.
4581
4582         - reworked SendWMDestroyMessages slightly, so we always dispose
4583         the child control hwnd's after sending the messages.
4584         
4585         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
4586         the two places it was used (one was even using hwnd.Handle and the
4587         other hwnd.client_window.  ugh), adding another call in
4588         SendWMDestroyMessages.  We need this new call because now the
4589         DestroyNotify events in the queue will be ignored for the child
4590         controls (as their hwnd's were disposed, and the window id's
4591         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
4592
4593         - this fixes bug #79326.
4594
4595 2006-09-13  Chris Toshok  <toshok@ximian.com>
4596
4597         * Control.cs: don't always set is_recreating to false at the end
4598         of RecreateHandle, since sometimes we're not done (and won't be
4599         until WndProc handles the WM_DESTROY message).  Also, set
4600         is_recreating to false in the WM_DESTROY handling code.  Part of
4601         the fix for bug #79326.
4602
4603 2006-09-13  Miguel de Icaza  <miguel@novell.com>
4604
4605         * X11DesktopColors.cs: Start the droppage of debugging messages.
4606
4607         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
4608
4609 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
4610
4611         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
4612
4613 2006-09-12  Chris Toshok  <toshok@ximian.com>
4614
4615         * DataGrid.cs (get_ListManager): if the list_manager is null, try
4616         to create it using SetDataSource.  Fixes bug #79151.
4617
4618 2006-09-11  Chris Toshok  <toshok@ximian.com>
4619
4620         * XEventQueue.cs: add a DispatchIdle property.
4621
4622         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
4623         either the queue is null, or the queue has DispatchIdle set to
4624         true.
4625         (DoEvents): set queue.DispatchIdle to false around the
4626         peek/translate/dispatch message loop in this method.  This keeps
4627         Application.Doevents from emitting idle events.  Part of the fix
4628         for #78823.
4629
4630 2006-09-11  Chris Toshok  <toshok@ximian.com>
4631
4632         * DataGrid.cs (set_DataSource): make this work for both the
4633         winforms/datagrid test and ReportBuilder.  It seems as though when
4634         we've created a ListManager (or maybe it's if we have a
4635         BindingContext?), when we set the DataSource it clears the
4636         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
4637         #79333.
4638
4639 2006-09-11  Chris Toshok  <toshok@ximian.com>
4640
4641         * XplatUIX11.cs: deal with queue being null, which happens in all
4642         the Clipboard functions.  Fixes one of the two problems mentioned
4643         in #78612.
4644
4645 2006-09-11  Chris Toshok  <toshok@ximian.com>
4646
4647         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
4648         button on various spots (including outside the menu) works closer
4649         to MS, and doesn't crash.  Fixes #79343.
4650
4651 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
4652
4653         * ListView.cs: Do not initialize item_sorter in init. To match MS,
4654         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
4655         and the internal comparer is set. When a new ListViewItemSorter is set,
4656         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
4657         was specified. No further processing is necessary if SortOrder is set
4658         to it's current value. If Sorting is modified to None, and View is
4659         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
4660         (either custom or our internal ItemComparer) to null, on 1.0 profile
4661         only set item_sorter to null if its our internal IComparer. If Sorting
4662         is modified to Ascending or Descending, then use our internal IComparer
4663         if none is set, and if the current IComparer is our internal one then:
4664         on 2.0 profile always replace it with one for new Sorting, and on 1.0
4665         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
4666         Enum.IsDefined to verify whether a valid View value is specified in
4667         its setter. Automatically sort listview items when listview is
4668         created. In Sort, do nothing if ListView is not yet created, or if
4669         no item_sorter is set (no Sorting was set, Sorting was explicitly set
4670         to None or ListViewItemSorter was set to null). Added Sort overload
4671         taking a bool to indicate whether the ListView should be redrawn when
4672         items are sorted (we use this in ListViewItemCollection to avoid double
4673         redraws). Modified our internal IComparer to take the sort order into
4674         account. In Add and AddRange methods of ListViewItemCollection, also
4675         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
4676         view), but use overload with noredraw option to avoid double redraw.
4677         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
4678         true when View is Tile, and do the same when attempting to set View to
4679         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
4680         for selected/checked indices, as it involves overhead when sorting is
4681         done while these collections are not used all that often. Instead
4682         we'll build the indices on demand. Modified IList implementation of
4683         CheckedIndexCollection to use public methods if object is int.
4684         Modified CheckedListViewItemCollection to hide checked items if
4685         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
4686         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
4687         IList implementation in SelectedIndexCollection to use public methods
4688         if object is int. Modified SelectedListViewItemCollection to hide
4689         selected items if listview is not yet created.
4690         * ListViewItem.cs: CheckedIndices list no longer needs to be
4691         maintained separately (see ListView changes). Also clone font, fixes
4692         test failure.
4693
4694 2006-09-11  Mike Kestner  <mkestner@novell.com>
4695
4696         * ComboBox.cs: if we are updating the contents of the currently
4697         selected index, refresh the control or the textbox selection.
4698         [Fixes #79066]
4699
4700 2006-09-11  Mike Kestner  <mkestner@novell.com>
4701
4702         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
4703         the 'specified' logic has been moved there.  This seems like a bug 
4704         in Control.cs, since our current SetBoundsCore completely ignores 
4705         the specified parameter.  Peter's commit seems to indicate that is 
4706         the way the MS control implementation works.  [Fixes #79325]
4707
4708 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
4709
4710         * XplatUI.cs: Set default_class_name to be composed
4711         of current domain id. This allows MWF to be loaded in multiple
4712         domains on Win32.
4713
4714 2006-09-09  Miguel de Icaza  <miguel@novell.com>
4715
4716         * X11Keyboard.cs: If we are unable to obtain the input method, do
4717         not call CreateXic to create the input context.   Should fix
4718         #78944/79276.
4719
4720 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
4721
4722         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
4723           Simplified gnome support by adding more pinvokes to get the
4724           icon for a file or mime type.
4725
4726 2006-09-08  Jackson Harper  <jackson@ximian.com>
4727
4728         * MenuAPI.cs: Deslect popup context menu items before closing the
4729         window, so that you don't see the previously selected item
4730         selected when you reopen the menu.
4731         * TextControl.cs: Update the cursor position even if we don't have
4732         focus.  This fixes typing in things like the ComboBox.  I'm not
4733         totally sure we should always set the visibility if we don't have
4734         focus, but couldn't find any corner cases where the cursor showed
4735         up when it shouldn't.
4736
4737 2006-09-08  Chris Toshok  <toshok@ximian.com>
4738
4739         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
4740         our arrays are length 256.  & 0xff before indexing.  Fixes the
4741         crash in bug #78077.
4742         
4743 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4744
4745         * ThemeWin32Classic.cs: 
4746         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
4747         is true. Handle that check box too.
4748
4749 2006-09-07  Chris Toshok  <toshok@ximian.com>
4750
4751         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
4752         79244.
4753
4754 2006-09-07  Chris Toshok  <toshok@ximian.com>
4755
4756         * Control.cs: in set_BackColor only do the work if
4757         background_color != value.
4758
4759         * XplatUIX11.cs: move the clearing of invalid areas (both client
4760         and nc) to the same block of code where we set (nc_)expose_pending
4761         to false.  That is, move it from PaintEventEnd to PaintEventStart,
4762         so things that cause invalidates from within OnPaint will trigger
4763         another call to OnPaint.  Fixes bug #79262.
4764
4765 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
4766
4767         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
4768         * FileDialog.cs: Fix typo
4769
4770 2006-09-07  Jackson Harper  <jackson@ximian.com>
4771
4772         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
4773         for tab pages if they have any.
4774
4775 2006-09-06  Mike Kestner  <mkestner@novell.com>
4776
4777         * Splitter.cs: use the "current" rect when finishing drag handle
4778         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
4779
4780 2006-09-06  Mike Kestner  <mkestner@novell.com>
4781
4782         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
4783         support offset splitters. [Fixes #79298]
4784
4785 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
4786
4787         * Mime.cs: Fixed a bug that could override the global mime type
4788           result.
4789
4790 2006-09-05  Jackson Harper  <jackson@ximian.com>
4791
4792         * TabControl.cs: Better calculation method for setting the slider
4793         pos. Prevents crashes on really wide tabs.
4794         - Draw Image on tab pages if an image list is used.
4795
4796 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4797
4798         * MonthCalendar.cs: When Font changes, the Size should be
4799         updated to fit the new font's space requirements.
4800
4801 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
4802
4803         * ListBox.cs: If the items are cleared with Items.Clear set
4804           top_index to 0.
4805
4806 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4807
4808         * MonthCalendar.cs: Handle arrow keys as input keys. Also
4809         fire DateChanged event instead of DateSelected event when
4810         the date was changed by keyboard interaction.
4811
4812 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4813
4814         * DateTimePicker.cs: Handle DateChanged for the associated
4815         month_calendar control, and set month_calendar.Font from 
4816         OnFontChanged method, as well as resize the height of the
4817         control when needed. Make PreferredHeight proportional.
4818
4819 2006-09-01  Chris Toshok  <toshok@ximian.com>
4820
4821         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
4822         properties.
4823
4824         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
4825
4826 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
4827
4828         * FileDialog.cs: Set ClientSize instead of window size, to allow space
4829           for decorations (Fixes #79219)
4830
4831 2006-09-01  Mike Kestner  <mkestner@novell.com>
4832
4833         * ComboBox.cs: first stab at sorting plus some selection handling
4834         fixes to bring us more in line with MS behavior.  Also switches back
4835         to index based selection.  Alternative patches for index-based 
4836         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
4837         and latency@gmx.de on bug 78848.  I assume they were similar to this
4838         code I've had simmering in my tree forever.
4839         [Fixes #78848]
4840
4841 2006-09-01  Chris Toshok  <toshok@ximian.com>
4842
4843         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
4844         when setting list position guard against ending up with a -1 index
4845         (the other part of the fix for #78812).  Should probably make sure
4846         we don't need the analogous fix in the ItemDeleted case.
4847
4848         * DataGrid.cs:
4849         - in SetDataSource, work around the fact that the way
4850         OnBindingContextChanged is invoked will cause us to re-enter this
4851         method.  I'll remove the hack once I investigate
4852         OnBindingContextChanged.
4853
4854         - fix the logic in set_DataSource and set_DataMember (basically
4855         what to do if the other of the two is null.)
4856         
4857         - in OnListManagerItemChanged, we need to take into account the
4858         edit row when deciding whether or not to call RecreateDataGridRows
4859         (part of the fix for #78812).
4860
4861 2006-09-01  Jackson Harper  <jackson@ximian.com>
4862
4863         * Splitter.cs: Don't do anything if there is no control to affect
4864         (prevents us from crashing in weird tet cases).
4865         * TreeView.cs: Bounding box for the mouse movement reverting
4866         focus/selection back to previously selected node.  This matches
4867         MS, and makes the tree a lot more useable.
4868         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
4869         use clipping so they are not drawn.  This fixes when the control
4870         is set to have a transparent background, or if it was over an
4871         image.
4872
4873 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
4874
4875         * MimeIcon.cs: Improved handling for reading default icons when
4876           using gnome (2.16 made it necessary). Check and read svg icons
4877           first, then 48x48 and then 32x32 icons.
4878
4879 2006-08-31  Chris Toshok  <toshok@ximian.com>
4880
4881         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
4882         visible.
4883
4884         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
4885         ProcessKeyPreview.  Fixes part of #77806.
4886
4887         * DataGrid.cs: big patch.
4888
4889         - revert the queueing up of DataSource/DataMember if inside
4890         BeginInit/EndInit calls.  That's not the way the datagrid achieves
4891         its delayed databinding.  Instead, call SetDataSource in
4892         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
4893         #78811.
4894
4895         - Also, it wasn't mentioned in #78811, but the test case exhibits
4896         behavior that was lacking in our datagrid implementation - Columns
4897         that have mapping names that don't exist in the datasource's
4898         properties aren't shown.  Yuck.  To fix this I added the bound
4899         field to the column style, and basically any calculation to figure
4900         out anything about columns uses a loop to find the bound columns.
4901         still need to investigate if I can cache an array of the bound
4902         columns or if the indices must be the same.
4903
4904         - When setting CurrentCell, we no longer abort if the cell being
4905         edited was in the add row.  This fixes the other part of #77806.
4906
4907         - The new code also fixes #78807.
4908         
4909         * ThemeWin32Classic.cs: perpetrate the same disgusting
4910         column.bound field hack, and only render bound fields.
4911
4912 2006-08-31  Chris Toshok  <toshok@ximian.com>
4913
4914         * DataGridColumnStyle.cs: add bound field.  this field is true if
4915         the datasource has a property corresponding to the mapping name.
4916
4917         * DataGridTableStyle.cs: set the bound field on the column styles
4918         depending on whether or not we have a column for that property.
4919
4920 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
4921
4922         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
4923           splitter control (fixes #79228)
4924
4925 2006-08-31  Chris Toshok  <toshok@ximian.com>
4926
4927         * DataGridColumnStyle.cs: we need to delay the assignment of
4928         property descriptor until the last possible moment due to the lazy
4929         databinding stuff in the datagrid.  Also, fix the exceptions
4930         thrown by CheckValidDataSource to match MS.
4931
4932 2006-08-31  Jackson Harper  <jackson@ximian.com>
4933
4934         * Form.cs: When activated select the active control, if there is
4935         no active control, we select the first control.
4936         * XplatUIX11.cs: If there is no focus control when we get a
4937         FocusIn event, find the toplevel form and activate it.  This
4938         occurs when you popup a window, it becomes the focus window, then
4939         you close that window, giving focus back to the main window.
4940
4941 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4942
4943         * MonthCalendar.cs: 
4944         * ThemeWin32Classic.cs: Cache Font in bold style, as well
4945         as StringFormat with Center alignments in MonthCalendar,
4946         instead of creating new ones when drawing the control. 
4947         Also, draw the month name in bold style.
4948
4949 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
4950
4951         * Control.cs:
4952           - PerformLayout(): It would seem MS performs the fill even if the 
4953             control is not visible (part of #79218 fix)
4954           - ResetBackColor(): Use the setter to reset the color, to allow
4955             overriders to catch the change.
4956         * Form.cs:
4957           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
4958           - CreateHandle(): dito (part of $79218 fix)
4959           - Don't set an icon if we have a dialog
4960         * ScrollableControl.cs:
4961           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
4962           - ScrollIntoView(): No need to scroll if control is already visible
4963             (resolves fixme and fixes #79218)
4964
4965 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4966
4967         * MonthCalendar.cs: Change proportions in SingleMonthSize
4968         to match the aspect of the original control.
4969
4970 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
4971
4972         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
4973           get updated when they get maximized.
4974
4975 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
4976
4977         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
4978
4979 2006-08-29  Chris Toshok  <toshok@ximian.com>
4980
4981         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
4982
4983 2006-08-29  Jackson Harper  <jackson@ximian.com>
4984
4985         * TreeView.cs: Need to track selected node and highlighted node,
4986         they aren't always the same thing, when the mouse is down on a
4987         node it is hilighted, but not selected yet.
4988         - Do the HideSelection stuff right
4989         - Need to focus on rbutton mouse down. And redraw selection when
4990         right click is mouse upped.
4991
4992 2006-08-29  Mike Kestner  <mkestner@novell.com>
4993
4994         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
4995         when SubItems.Count < Columns.Count.  [Fixes #79167]
4996
4997 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
4998
4999         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
5000
5001 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
5002
5003         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
5004           from X. Only send based on ConfigureNotify if we don't have the
5005           correct location in hwnd (if the window manager moved us)
5006
5007 2006-08-28  Mike Kestner  <mkestner@novell.com>
5008
5009         * ListView.cs: remove a TODO. 
5010         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
5011         [Fixes ListView part of #79166]
5012
5013 2006-08-28  Mike Kestner  <mkestner@novell.com>
5014
5015         * ListView.cs: move wheel handler to parent since it is focused
5016         instead of the item_control now.  [Fixes #79177]
5017
5018 2006-08-28  Mike Kestner  <mkestner@novell.com>
5019
5020         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
5021         when the control is focused. [Fixes #79171]
5022
5023 2006-08-28  Mike Kestner  <mkestner@novell.com>
5024
5025         * ListView.cs: size the item and header controls for empty and
5026         unscrollable views.
5027         * ThemeWin32Classic.cs: draw disabled backgrounds.
5028         [Fixes #79187]
5029
5030 2006-08-28  Chris Toshok  <toshok@ximian.com>
5031
5032         * Form.cs: remove unused "active_form" static field.
5033
5034         * Hwnd.cs: lock around accesses to static windows collection.
5035
5036         * Application.cs: lock threads in Exit ().
5037
5038 2006-08-28  Chris Toshok  <toshok@ximian.com>
5039
5040         * NativeWindow.cs: lock around accesses to window_collection.
5041         
5042 2006-08-28  Chris Toshok  <toshok@ximian.com>
5043
5044         * Control.cs: err, fix this the right way, by locking on controls
5045         when using it.  not by making it synchronized.
5046
5047 2006-08-28  Chris Toshok  <toshok@ximian.com>
5048
5049         * Control.cs: make the static "controls" field synchronized, as it
5050         gets updated from multiple threads.
5051
5052 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
5053
5054         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
5055           Prevent other threads from exiting when calling thread sets quit state.
5056         * XEventQueue.cs: Added PostQuitState property
5057
5058 2006-08-27  Chris Toshok  <toshok@ximian.com>
5059
5060         * AsyncMethodData.cs: add a slot for the window handle.
5061
5062         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
5063         window (the destination control's window, not the foster window).
5064
5065         * Control.cs (BeginInvokeInternal): store the window's handle in
5066         the AsyncMethodData.
5067         
5068
5069 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
5070
5071         * XplatUIX11.cs:
5072           - PostQuitMessage: Removed resetting S.D display handle, we might have
5073             another loop started after calling PostQuitMessage (Fixes #79119)
5074           - Created destructor to reset S.D handle
5075
5076 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
5077
5078         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
5079
5080 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5081
5082         * TextControl.cs (Insert): Update the caret position even if we don't
5083           have a handle yet, just don't call the driver in that case.
5084         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
5085           to the end of the new selection text (Fixes #79184)
5086
5087 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5088
5089         * Form.cs (Activate): Only activate if the handle is created)
5090         * Control.c:
5091           - Mark window as invisible when it's disposed
5092           - Check if window handle is created when setting window visible, 
5093             instead of relying just on the is_created variable
5094           - Check if object is disposed when creating the control (Fixes #79155)
5095
5096 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5097
5098         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
5099           when allowing layout again. Otherwise we re-generate the anchoring 
5100           distance to the border again and actually alter what the user wanted
5101           This is ugly, it'd be better if we used DisplayRectangle instead of
5102           ClientRectangle for Control.UpdateDistances, but that causes us to
5103           have other problems (initial anchoring positons would be wrong)
5104           (Fixes #78835)
5105
5106 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5107
5108         * Control.cs:
5109           - The size and location setters shouldn't go directly to 
5110             SetBoundsCore, but to SetBounds, which triggers layout on the
5111             parent, then calls SetBoundsCore. (Related to fix for #78835)
5112           - SetBounds: Moved actual location update code into this function
5113             from SetBoundsCore, to match MS. Added call to PerformLayout if
5114             we have a parent (to trigger resizing of anchored parents if the 
5115             child size has changed (see testcase for #78835) 
5116         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
5117           new control code
5118         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
5119
5120 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5121
5122         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
5123           System.Drawing when a toplevel window gets closed; there might
5124           be other toplevel windows belonging to the same app (Fixes #78052)
5125
5126 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
5127
5128         * FileDialog.cs: After reading FileDialog settings from mwf_config
5129           use Desktop prefix only if a real folder doesn't exist anymore.
5130         * FontDialog.cs: Added char sets.
5131           It is now possible to select the font, size or style with the
5132           textboxes.
5133
5134 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
5135
5136         * PrintPreviewDialog.cs: Use assembly name constants.
5137
5138 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5139
5140         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
5141           scrollbar from whacking it's buttons)
5142
5143 2006-08-24  Chris Toshok  <toshok@ximian.com>
5144
5145         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
5146         in this patch (aggregating setting Left/Top/Width/Height to
5147         setting Bounds on the scrollbars), but the crux of the fix is in
5148         Recalculate, where we scroll by the remaining scroll_position if
5149         we're hiding a scrollbar.  The 2*$5 reward in the comment is
5150         serious.
5151
5152 2006-08-24  Jackson Harper  <jackson@ximian.com>
5153
5154         * MdiClient.cs:
5155         * MdiWindowManager.cs: If the form is made a non-mdi window we
5156         need to remove the form closed event so that closing forms works
5157         correctly.
5158
5159 2006-08-24  Jackson Harper  <jackson@ximian.com>
5160
5161         * Control.cs: Make IsRecreating internal so that the driver can
5162         check it
5163         - Temporarily remove the Hide when controls are removed, its
5164         making a whole bunch of things not work because visibility isn't
5165         getting reset elsewhere correctly
5166         * Form.cs: Need to do a full handle recreation when the mdi parent
5167         is set.
5168         * XplatUIX11.cs: If we are recreating handles don't dispose the
5169         HWNDs.  What was happening is the handles were being recreated in
5170         SendWMDestroyMessages, but then flow continued on in that method
5171         and destroyed the new handles.
5172
5173 2006-08-23  Jackson Harper  <jackson@ximian.com>
5174
5175         * Form.cs: MdiClient is always at the back of the bus
5176         * Control.cs: When the order of items in the collection is changed
5177         we need to reset the all_controls array
5178         - do the same sorta setup thats done when adding a control when a
5179         control is set on the collection.
5180
5181 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
5182
5183         * TextBoxBase.cs (get_Text): Return an empty array if our document
5184           is empty (fixes #79052)
5185
5186 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5187
5188         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
5189           on WM_SYSCHAR messages (fixes #79053)
5190
5191 2006-08-23  Chris Toshok  <toshok@ximian.com>
5192
5193         * DataGrid.cs: fix flickering when scrolling vertically.
5194
5195 2006-08-23  Chris Toshok  <toshok@ximian.com>
5196
5197         * DataGrid.cs (EndEdit): only invalidate the row header when we
5198         need to.
5199
5200 2006-08-23  Chris Toshok  <toshok@ximian.com>
5201
5202         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
5203         methods.  fixes the flicker when scrolling around.
5204
5205 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5206
5207         * FileDialog.cs: Making sure the control is created before we get a 
5208           chance to use it with BeginInvoke (Fixes #79096)
5209
5210 2006-08-23  Chris Toshok  <toshok@ximian.com>
5211
5212         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
5213         width to use when painting the rows.
5214
5215 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
5216
5217         * TextBoxBase.cs:
5218           - Throw ArgumentException if a negative value is passed to SelectionLength
5219           - Update the selection end if start is moved. end needs to be always
5220             after start. (Fixes #79095)
5221           - Track selection length; MS keeps the selection length even if start
5222             is changed; reset on all other operations affection selection
5223
5224 2006-08-22  Jackson Harper  <jackson@ximian.com>
5225
5226         * TreeView.cs: Make sure both scrollbars get displayed and sized
5227         correctly when the other bar is visible.
5228         - Use the original clip rectangle for checking if the area between
5229         the two scrollbars is visible, not the viewport adjusted clipping
5230         rectangle.
5231
5232 2006-08-22  Jackson Harper  <jackson@ximian.com>
5233
5234         * Binding.cs: We don't use IsBinding because it requires the
5235         control to be created, which really shouldn't be necessary just to
5236         set a property on the control.
5237
5238 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5239
5240         * ComboBox.cs: Some CB.ObjectCollection methods must throw
5241         ArgumentNullReferenceException when the argument is null.
5242
5243 2006-08-21  Jackson Harper  <jackson@ximian.com>
5244
5245         * Timer.cs: Track the thread that the timer is started in (NOT
5246         CREATED), this way messages for it will only be triggered on its
5247         queue.
5248         * XEventQueue.cs: Track the timers here, this makes timers per
5249         thread, like MS.
5250         * XplatUIX11.cs: The timers are moved to the XEventQueue.
5251
5252 2006-08-19  Chris Toshok  <toshok@ximian.com>
5253
5254         * XplatUIX11.cs: after further communication with pdb, we get the
5255         best of both worlds.  SetZOrder working for un-Mapped windows, and
5256         no X errors for un-mapped windows.
5257
5258 2006-08-19  Chris Toshok  <toshok@ximian.com>
5259
5260         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
5261         as it was causing pdn toolbars to not have the correct stacking.
5262
5263 2006-08-18  Mike Kestner  <mkestner@novell.com> 
5264
5265         * ListView.cs : guard against negative ClientArea.Width in scrollbar
5266         calculation.  Not sure why control should ever be setting a negative
5267         width though.  Fixes #78931.
5268
5269 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5270
5271         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
5272         null items in ObjectCollection class.
5273         * ListBox.cs.: Likewise.
5274
5275 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
5276
5277         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
5278           as the base method in ThemeWin32Classic should work fine.
5279           Fixed bug #78607.
5280
5281 2006-08-18  Jackson Harper  <jackson@ximian.com>
5282
5283         * Binding.cs: When validating if the value entered doesn't convert
5284         properly reset to the old value.
5285         * RadioButton.cs: Don't fire click when we get focus.
5286
5287 2006-08-18  Jackson Harper  <jackson@ximian.com>
5288
5289         * FileDialog.cs: Paint the selection on the directory combobox the
5290         same way as on MS. 
5291
5292 2006-08-17  Jackson Harper  <jackson@ximian.com>
5293
5294         * ErrorProvider.cs: Don't allow the error control to be selected.
5295         * Control.cs: Don't send the SetFocus messages, the control
5296         activation will do this, and if we do it blindly here validation
5297         does not work.
5298
5299 2006-08-17  Jackson Harper  <jackson@ximian.com>
5300
5301         * Control.cs:
5302         * ContainerControl.cs: Make validation events fire in the correct
5303         order.  TODO: For some reason the first validation event is not
5304         getting fired.
5305
5306 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5307
5308         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
5309
5310 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5311
5312         * ComboBox.cs : implement scroll wheel support for popped-down
5313         state. Fixes #78945. 
5314
5315 2006-08-17  Jackson Harper  <jackson@ximian.com>
5316
5317         * TreeView.cs: Specify treeview actions (old patch that didn't get
5318         committed for some reason).
5319         - Don't let the mouse wheel scroll us too far.  Just want to make
5320         the bottom node visible, not scroll it all the ways to the top.
5321
5322 2006-08-17  Jackson Harper  <jackson@ximian.com>
5323
5324         * XplatUIX11.cs: Mouse wheel events go to the focused window.
5325
5326 2006-08-17  Mike Kestner  <mkestner@novell.com> 
5327
5328         * ComboBox.cs : don't do mouseover selection in simple mode.
5329
5330 2006-08-16  Jackson Harper  <jackson@ximian.com>
5331
5332         * Form.cs: Fire the closing events for all the mdi child windows
5333         when a window is closed.  If the cancel args are set to true, the
5334         main window still gets the event fired, but it doesn't not close.
5335         * MdiWindowManager.cs: Do this closing cleanup in a Closed
5336         handler, instead of when the button is clicked, so cancelling the
5337         close works correctly.
5338         * ComboBox.cs: Send the mouse down to the scrollbar.
5339
5340 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5341
5342         * ListBox.cs: When passing 'null' to SelectedItem,
5343         set SelectedIndex to -1, to unselect items. This is the
5344         observed behaviour in .Net.
5345
5346 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
5347
5348         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
5349           MS flags saying there won't be any. (fixes #78800)
5350         * Control.cs (HandleClick): Made virtual
5351
5352 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
5353
5354         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
5355           cultures. Fixed bug #78399.
5356
5357 2006-08-16  Jackson Harper  <jackson@ximian.com>
5358
5359         * Form.cs: Use the MdiClients MdiChildren property to access
5360         MdiChildren instead of creating the array from the child controls.
5361         * MdiClient.cs: Maintain a separate array of the mdi children, so
5362         that insertion order is maintained when the Z-order is changed.
5363
5364 2006-08-16  Mike Kestner  <mkestner@novell.com> 
5365
5366         * ListView.cs : add an ItemComparer and default to it for sorting.
5367         Fixes #79076, but sorting needs a complete overhaul to be compat with
5368         MS.
5369
5370 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5371
5372         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
5373
5374 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5375
5376         * Hwnd.cs (Mapped): Properly traverse the tree
5377
5378 2006-08-15  Chris Toshok  <toshok@ximian.com>
5379
5380         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
5381         pass manager.Current.GetType() to ParseData.  It has to be the
5382         property type.  So, hold off doing the ParseData until we're in
5383         SetPropertyValue where we know the type.  This fixes the crash in
5384         #78821 but the textbox is still empty.
5385
5386 2006-08-15  Chris Toshok  <toshok@ximian.com>
5387
5388         * DataGrid.cs:
5389         - when we're scrolling, only call Edit() again if the
5390         current cell is still unobscured. Fixes bug #78927.
5391         - when handling mousedown on a cell, ensure the cell is visible
5392         before calling Edit.
5393         - remove the properties from DataGridRow, and remove the
5394         DataGridParentRow class altogether.
5395         
5396
5397 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5398
5399         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
5400           fire OnTextChanged by ourselves. There's no point calling base,
5401           we don't set the base value anywhere else. Fixes #78773.
5402
5403 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5404
5405         * ListBox.cs: Call CollectionChanged when modifying
5406         an item from Items indexer, to update the actual items
5407         in the list box.
5408
5409 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5410
5411         * PrintDialog.cs: Small fixes for focus and a pair of checks,
5412         to match .Net behaviour.
5413
5414 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5415
5416         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
5417
5418 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
5419
5420         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
5421
5422 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
5423
5424         * MessageBox.cs: Prevent potential NRE exception.
5425         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
5426
5427 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5428
5429         * MessageBox.cs: Calculate the owner of a messagebox, also make
5430           it topmost. Fixes #78753
5431
5432 2006-08-14  Chris Toshok  <toshok@ximian.com>
5433
5434         * XplatUIX11.cs: A couple of fixes so that metacity will let us
5435         programmatically move windows.  first, set the PPosition hint as
5436         well as the USPosition hint.  Second include some code from pdb
5437         that sets the window type to NORMAL when we set the transient for
5438         hint.  This is because, in the absence of a window type, metacity
5439         thinks any window with TransientFor set is a dialog, and refuses
5440         to let us move it programmatically.  fascists.
5441
5442 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
5443
5444         * XplatUIX11.cs: When setting normal hints, take into consideration
5445           an different hints previously set so we don't delete them (fixes #78866)
5446
5447 2006-08-12  Chris Toshok  <toshok@ximian.com>
5448
5449         * ToolBarButton.cs: make Layout return a boolean, if something to
5450         do with the button's layout changed.
5451
5452         * ToolBar.cs:
5453         - add another parameter to Redraw, @force, which all existing
5454           calls set to true.
5455         - make the Layout function return a boolean which is true if the
5456           layout has actually changed.  Redraw now uses this (and @force)
5457           to determine when to invalidate.  At present the only place
5458           where @force can be false is the call from OnResize, when
5459           background_image == null.  So, resizing a toolbar when the
5460           layout doesn't change results in no drawing.
5461
5462 2006-08-12  Chris Toshok  <toshok@ximian.com>
5463
5464         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
5465         the VScrollBar and HScrollbar reversed.  oops.
5466
5467         * DataGrid.cs: fix the logic that assigns sizes to the implicit
5468         scrollbars.  we were assigning them twice (once in
5469         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
5470         therefore causing two scrollbar resizes (and redraws?) to happen
5471         per grid resize.
5472
5473 2006-08-12  Chris Toshok  <toshok@ximian.com>
5474
5475         * ToolBarButton.cs: redraw the entire button if the theme tells us
5476         to.
5477
5478         * Theme.cs: add ToolBarInvalidateEntireButton.
5479
5480         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
5481         buttons, just the border.
5482
5483         * ThemeNice.cs: redraw the entire toolbar button since we need to
5484         draw the highlight image.
5485
5486         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
5487         we need to redraw the entire button (not just the border).
5488
5489 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5490
5491         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
5492           for vertical bars. Fixes the mismatches shown by #78513
5493
5494 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
5495
5496         * FileDialog.cs: If a saved/remembered path doesn't exist
5497           anymore, fall back to "Desktop".
5498
5499 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
5500
5501         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
5502           parent. It's apparently legal to not have one
5503         * XplatUIX11.cs:
5504           - SetZOrder: Don't try to set Z-Order on an unmapped window
5505           - CreateWindow: 0,0 are legal coordinates for a window. don't move
5506             it unless the coordinates are negative
5507
5508 2006-08-10  Mike Kestner  <mkestner@novell.com>
5509
5510         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
5511         when setting to null per msdn docs.  Fixes #78854.
5512
5513 2006-08-10  Chris Toshok  <toshok@ximian.com>
5514
5515         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
5516         flickering by setting a clip rectangle on the Graphics when we
5517         need to redraw just a particular menuitem.  Also, rename "OnClick"
5518         to "OnMouseDown" to reflect what it actually is.
5519         
5520         * Form.cs: track the OnMouseDown change.
5521
5522 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
5523
5524         * CommonDialog.cs: Properly inherit the CreateParams from the form
5525           and only change what we need. Fixes #78865
5526
5527 2006-08-10  Chris Toshok  <toshok@ximian.com>
5528
5529         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
5530         flickering in flat mode (and most of the flickering in general) by
5531         only invalidating the button border (and not the entire rectangle)
5532         when the state changes.  A couple of cases still flicker:
5533         ToggleButtons, and the dropdown arrow case when the user mouse
5534         ups.
5535
5536 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
5537
5538         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
5539           for german keyboards. Numlock state shouldn't affect the behaviour
5540           of the Del key. Fixes bug #78291.
5541
5542 2006-08-10  Chris Toshok  <toshok@ximian.com>
5543
5544         * ListControl.cs: remove the items.Clear line from BindDataItems,
5545         as this is the first thing done by both subclasses in their
5546         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
5547         passed -1, refresh the list.  This gets databinding working when
5548         the datasource is set on the list before the datasource is
5549         populated (as in wf-apps/ReportBuilder.)
5550
5551         * ComboBox.cs: remove the argument to BindDataItems.  This call
5552         should really go away, and be initiated by the ListControl code.
5553
5554         * ListBox.cs: same.
5555
5556 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5557
5558         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
5559           if no data is in the document when the control is displayed
5560
5561 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
5562
5563         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
5564           yes (fixes #78806)
5565         * TextControl.cs: 
5566           - PositionCaret: Allow positioning of caret but don't call methods 
5567             requiring a handle if the window isn't created yet
5568           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
5569           - owner_HandleCreated: Don't position the caret, just update it's 
5570             location. User might have already set a different position
5571
5572 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
5573
5574         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
5575           windows. Screws up the returned coordinates for child windows. 
5576           Fixes #78825. I'm hoping this doesn't break something, since the
5577           code was explicitly put in 8 months ago, but no bug was attached.
5578           Menus still seem to work properly.
5579
5580 2006-08-08  Chris Toshok  <toshok@ximian.com>
5581
5582         * DataGrid.cs: make BeginInit/EndInit actually do what they're
5583         supposed to do - delay data binding until the EndInit call.  Also,
5584         make the table style collection's CollectionChangeAction.Refresh
5585         work properly.
5586
5587         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
5588         (with action = Refresh) when a consituent table's MappingName is
5589         changed.
5590
5591 2006-08-08  Chris Toshok  <toshok@ximian.com>
5592
5593         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
5594         Invalidate, since changing the text can change the size of the all
5595         toolbar buttons.
5596
5597 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5598
5599         * Form.cs (AddOwnedForm): Still need to add the form to our listif
5600           we don't have it yet
5601
5602 2006-08-08  Chris Toshok  <toshok@ximian.com>
5603
5604         * PrintControllerWithStatusDialog.cs: don't .Close() the status
5605         dialog, as this causes X errors later on, since we actually
5606         destroy the window.  Instead, .Hide() it.
5607
5608 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
5609
5610         * ComboBox.cs: Added focus reflection for popup window
5611         * XplatUIX11.cs: 
5612           - Removed transient setting for non-app windows for now, not sure it
5613             was needed
5614           - Fixed logic checking if we have captions when deciding 
5615             override_redirect, WS_CAPTION is two bits and a 0 check was not
5616             sufficient
5617           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
5618             complicated
5619         * Form.cs: 
5620           - AddOwnedForm: Don't just add the form to the list, call the property
5621             to ensure the driver is informed about the ownership as well
5622           - CreateHandle: Set the TopMost status in the driver if we have an owner
5623         * XplatUI.cs: Fixed debug statement
5624
5625 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
5626         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5627           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
5628           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
5629           TrackBarRenderer.cs: Make constructor private.
5630         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
5631         * ProfessionalColorTable.cs: Make properties virtual.
5632
5633 2006-08-06  Duncan Mak  <duncan@novell.com>
5634
5635         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
5636         is not changing.
5637
5638 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5639         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
5640           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
5641           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
5642           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
5643           Initial import of new 2.0 classes.
5644
5645 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5646         * Application.cs: Add 2.0 VisualStyles properties.
5647
5648 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
5649         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
5650           XplatUIX11.cs: Create property to allow access to existing private
5651           variable "themes_enabled"
5652
5653 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5654
5655         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
5656         file size, as otherwise our class libraries fail using windows. Fixes
5657         bug #78759.
5658
5659 2006-08-04  Jackson Harper  <jackson@ximian.com>
5660
5661         * Form.cs:
5662         * XplatUIX11.cs: Move the toolwindow window manager creation into
5663         the X11 driver, this way on win32 we can let windows create/handle
5664         the toolwindows.
5665
5666 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5667
5668         * PrintDialog.cs: Remove some redundant checks, add some others,
5669         clean some code, and move the focus to the text boxes when the
5670         values are incorrect.
5671
5672 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
5673
5674         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
5675
5676 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5677
5678         * NumericUpDown.cs: Setting the Minimum and Maximum is now
5679           handled correctly. Fixes bug #79001.
5680
5681 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5682
5683         * PrintDialog.cs: The "Copies" numeric up down must have
5684         set the Minimum property to 1; only if the value is bigger
5685         than 1, activate "Collate" check box. This is the behaviour of .Net.
5686         Also modify the Document elements only if it is not null.
5687
5688 2006-08-03  Jackson Harper  <jackson@ximian.com>
5689
5690         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
5691         length. (We have a larger array then actual node count).
5692                 
5693 2006-08-03  Jackson Harper  <jackson@ximian.com>
5694
5695         * ComboBox.cs: Don't show selection by default.
5696         - The SelectAll isn't needed here, since the focus code should do
5697         that
5698         - DDL style lists to manual selection drawing, so when they
5699         get/lose focus they have to invalidate.
5700
5701 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
5702
5703         * TextBoxBase.cs: Don't always show all selections by default.
5704
5705 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
5706         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
5707           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
5708           Fixed various typos.
5709
5710 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
5711
5712         * Control.cs: Removing the controls in a ControlCollection with
5713           Clear now hides the controls as expected. Fixes bug #78804. 
5714
5715 2006-08-03  Jackson Harper  <jackson@ximian.com>
5716
5717         * Control.cs: Revert previous focus patch, it breaks reflector.
5718
5719 2006-08-03  Jackson Harper  <jackson@ximian.com>
5720
5721         * ComboBox.cs: Cleanup selection and focus with the combobox.
5722         This also eliminates some duplicated keyboard code, since now
5723         everything is handled by the main class.
5724         - Make list selection work on mouse up instead of down, to match
5725         MS.
5726
5727 2006-08-02  Jackson Harper  <jackson@ximian.com>
5728
5729         * Control.cs: Setting focus needs to go through the whole
5730         selection mechanism.
5731
5732 2006-08-02  Chris Toshok  <toshok@ximian.com>
5733
5734         * PrintPreviewDialog.cs: change MinimumSize to use
5735         base.MinimumSize so it works.
5736
5737 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
5738
5739         * TextControl.cs:
5740           - UpdateCaret: Added sanity check in case caret isn't defined yet
5741           - Line.Delete: Now updating selection and caret markers if we're
5742             transfering a node (Properly fixes #78323)
5743           - SetSelectionEnd: Added sanity check
5744         * TextBoxBase.cs: Removed broken attempt to fix #78323
5745
5746 2006-08-01  Chris Toshok  <toshok@ximian.com>
5747
5748         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
5749         Close() call is handled in Form, not here.
5750
5751 2006-08-01  Chris Toshok  <toshok@ximian.com>
5752
5753         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
5754         layout/rendering.
5755
5756         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
5757         for sizes < 100% zoom.  The code now aggressively attempts to keep
5758         from calling document.Print (), and tries not to use the scaling
5759         g.DrawImage whenever possible (it still does if you scale to >
5760         100%, since usually that involves huge images).
5761
5762         * PrintPreviewControl.cs: hook up the close button.
5763
5764 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
5765         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
5766           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
5767           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
5768           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
5769           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
5770           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
5771           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
5772           Removed [Serializable] for 2.0 Event Handlers.
5773
5774 2006-07-31  Jackson Harper  <jackson@ximian.com>
5775
5776         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
5777         * TextControl.cs: Uncomment out the body of this method.
5778
5779 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
5780
5781         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
5782           standard cursors.
5783
5784 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5785
5786         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
5787           that embed TextBox and need selections visible even if textbox is not
5788           focused to enforce that behaviour.
5789         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
5790           selection drawing
5791
5792 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5793
5794         * TextControl.cs:
5795           - Added new SetSelectionStart/SetSelectionEnd overloads
5796           - Fixed viewport width assignment to be accurate
5797           - Adjusted alignment line shift calculations to allow cursor on right
5798             aligned lines to be always visible at the right border (like MS)
5799         * TextBoxBase.cs:
5800           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
5801           - TextBoxBase_SizeChanged: recalculating canvas on size changes
5802           - CalculateScrollBars: Use ViewPort size instead of window size, to
5803             properly consider space occupied by the border and scrollbars 
5804             (Fixes #78661)
5805           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
5806             calculations; no longer leaves artifacts
5807           - CaretMoved: Adjusted window scrolling to match MS and fixed several
5808             calculation bugs (Still missing right/center align calculations)
5809
5810 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
5811
5812         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
5813           use of both scroll rect and clip rect, as they do the same.
5814
5815 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
5816
5817         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
5818           in the event handler (fixes #78912)
5819
5820 2006-07-31  Chris Toshok  <toshok@ximian.com>
5821
5822         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
5823         grid.ListManager.Count, since grid.ListManager might be null.
5824         This of course begs the question "why are we drawing rows for a
5825         grid with no list manager (and therefor no rows)?"  Fixes the
5826         crash in bug #78929.
5827
5828 2006-07-31  Chris Toshok  <toshok@ximian.com>
5829
5830         * RelatedPropertyManager.cs: Don't always chain up to the parent
5831         ctor.  instead, call SetDataSource if the parent's position is !=
5832         -1.  Fixes the crash in #78822.
5833
5834 2006-07-31  Chris Toshok  <toshok@ximian.com>
5835
5836         * DataGrid.cs (get_ListManager): use field instead of property
5837         accessors for datasource and datamember.
5838         (RowsCount): make internal again.
5839         (OnMouseDown): end edits before resizing columns/rows.
5840         (OnMouseUp): restart edits after resizing columns/rows.
5841
5842 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
5843
5844         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
5845           This fixes the situation where the last set cursor is displayed
5846           whenever the mouse is over scrollbars.
5847
5848 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5849
5850         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
5851         Document properties, as well as initial values.
5852
5853 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
5854
5855         * XplatUIWin32.cs (SetBorderStyle): Setting both border
5856           and ClientEdge results in a 3-pixel border, which is
5857           wrong.
5858
5859 2006-07-28  Jackson Harper  <jackson@ximian.com>
5860
5861         * TreeNodeCollection.cs: Fix the clear method.
5862         - Fix the Shrink also
5863
5864 2006-07-27  Jackson Harper  <jackson@ximian.com>
5865
5866         * TreeView.cs: Make sure the visible order is computed when we
5867         attempt to size the scrollbars (for trees that mess with the
5868         scrolling when they shouldn't.
5869         - Make sure to give the scrollbars valid values.
5870
5871 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5872
5873         * XplatUIX11.cs: Move motion compression code to where it
5874           has less performance impact
5875
5876 2006-07-26  Jackson Harper  <jackson@ximian.com>
5877
5878         * UpDownBase.cs: When the control is selected make the child
5879         controls non selectable, so that a click on them won't do a
5880         focus/unfocus cycle.
5881         - Don't give focus to the text box when the spinner is selected.
5882         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
5883
5884 2006-07-26  Chris Toshok  <toshok@ximian.com>
5885
5886         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
5887         satisfied with this solution.  If the bitmaps are small, we should
5888         just cache them in the PrintPreviewDialog and draw them here.
5889         Also, the layout is broken for the 2-up and 3-up cases.
5890
5891         * Theme.cs: add PrintPReviewControlPaint.
5892
5893         * PrintPreviewDialog.cs: first pass implementation.
5894
5895         * PrintPreviewControl.cs: first pass implementation.  No
5896         scrollbars yet.
5897
5898         * PrintDialog.cs: only validate fields if that particular portion
5899         of the UI is enabled.  Also, set the document's controller to a
5900         PrintControllerWithStatusDialog wrapping the document's print
5901         controller.
5902
5903         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
5904         bring up a SaveFileDialog (i hope we don't want to match the
5905         behavior of the crappy windows file entry) and set the
5906         PrinterSettings.PrintFileName accordingly.
5907
5908 2006-07-26  Jackson Harper  <jackson@ximian.com>
5909
5910         * ContainerControl.cs: Add a field that disables auto selecting
5911         the next control in a container when the container is activated.
5912         * UpDownBase.cs: Don't select the text box when the up down is
5913         selected.
5914
5915 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
5916
5917         * XEventQueue.cs: Added methods for peeking (used for compression
5918           of successive events)
5919         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
5920           mouse move events (fixes #78732)
5921
5922 2006-07-25  Jackson Harper  <jackson@ximian.com>
5923
5924         * UpDownBase.cs: Use an internal class for the textbox so that we
5925         can control focus.  the updown control should always have focus,
5926         if either the text area or the buttons are clicked.
5927         - Send the key messages to the textbox, since it never actually
5928         has focus
5929         - Activate and decativate the textbox caret.
5930
5931 2006-07-24  Jackson Harper  <jackson@ximian.com>
5932
5933         * Control.cs: Use the directed select when selecting a control,
5934         this way the container controls override will get called and the
5935         whole ActiveControl chain will get triggered.  TODO: probably need
5936         to make sure this gets done everywhere instead of the old
5937         Select(Control).
5938         * ContainerControl.cs: Implement the directed Select method to
5939         find and activate the correct child control.    
5940         
5941 2006-07-22  Mike Kestner  <mkestner@novell.com>
5942
5943         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
5944         menu handling code so that clicks without a grab work too.
5945         [Fixes #78914]
5946
5947 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
5948
5949         * FileDialog.cs: Enable the BackButton when dirstack has one element.
5950           Added some small optimizations.
5951
5952 2006-07-21  Matt Hargett  <matt@use.net>
5953
5954         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
5955
5956 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
5957
5958         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
5959           tests pass and match MS in some strange border cases.
5960
5961 2006-07-21  Chris Toshok  <toshok@ximian.com>
5962
5963         * ThemeWin32Classic.cs: handle drawing of the relation links and
5964         parent row buttons.
5965
5966         * Theme.cs: change args to DataGridPaintParentRow.
5967
5968         * DataGrid.cs: Don't use controls for the relation links and
5969         parent buttons, so we have to handle all their interactions in
5970         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
5971         when we're navigating through child tables, so we can reinstate
5972         selection, expanded state, current cell, etc.
5973
5974 2006-07-20  Chris Toshok  <toshok@ximian.com>
5975
5976         * ToolBar.cs: When we redraw a button, for whatever reason,
5977         there's no reason to redraw the entire toolbar.  Also, don't call
5978         Control.Refresh from within Redraw, as it's much heavier than
5979         Invalidate (which is really what we want).
5980
5981 2006-07-20  Chris Toshok  <toshok@ximian.com>
5982
5983         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
5984         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
5985         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
5986         traces from within a debug IBindingList datasource
5987         (in mono/winforms/datagrid) for *days*, I've finally gotten things
5988         to work in a similar fashion.
5989
5990 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5991
5992         * ListBox.cs: Don't call Sort () when setting 
5993         the Sorted property to false (avoid an unnecessary sort).
5994
5995 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5996
5997         * ListControl.cs: DataSource should throw an ArgumentException
5998         instead of a normal exception when the argument is not of the 
5999         correct type.
6000
6001 2006-07-20  Mike Kestner  <mkestner@novell.com>
6002
6003         * Control.cs: add InternalPreProcessMessage to allow us to steal
6004         key events before MWF gets its paws on them.  Adapted from a
6005         suggestion by eno.
6006         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
6007         up/down/left/right navigation. Override the new internal control
6008         method to steal the events since they never make it to WndProc.
6009         * ToolBarButton.cs: don't worry about pushed when setting hilight
6010         since the drawing code prefers pushed to hilight. Invalidate on 
6011         Hilight changes. Fixes #78547 and #78525.
6012
6013 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
6014
6015         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
6016           the canvas size. Fixes #78868
6017
6018 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
6019
6020         * Splitter.cs: Track requested split position until first layout
6021           is performed. Fixes #78871
6022
6023 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
6024
6025         * Application.cs: Removed code that forces 1.x for the version
6026           number if the version started with 0. Not sure why that code was
6027           there and I couldn't find any bugs that indicated we needed it.
6028           Fixes #78869
6029
6030 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
6031
6032         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
6033           ResetDefaults(), just write some output to the console until it's
6034           implemented. Fixes bug #78907 for now. Eliminated two warnings.
6035
6036 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
6037
6038         * PropertyGridView.cs: set StartPosition of drop down forms
6039         so they appear in correct initial spot.  Fixes #78190.
6040
6041 2006-07-19  Mike Kestner  <mkestner@novell.com>
6042
6043         * ThemeWin32Classic.cs: use parent background color when drawing
6044         flat toolbars.  Restructure the conditionals to make sure non-flat
6045         non-Divider toolbars are filled too.  Fixes #78837.
6046
6047 2006-07-19  Mike Kestner  <mkestner@novell.com>
6048
6049         * ListBox.cs: Sort on collection changes even if the handle
6050         isn't created yet.  Fixes #78813.
6051
6052 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6053
6054         * ListControl.cs: DisplayMember should never be null,
6055         and now we assign String.Empty when null is passed to it (this
6056         is the .Net way).
6057
6058 2006-07-17  Mike Kestner  <mkestner@novell.com>
6059
6060         * ListViewItem.cs: restructure Font and subitem Font handling 
6061         to hold a specific font and refer back to owner on null.
6062         Fixes #78761.
6063
6064 2006-07-17  Mike Kestner  <mkestner@novell.com>
6065
6066         * ToolBar.cs: bandaid for side-effect of previous patch which was
6067         discarding explicit heights for non-AutoSize toolbars.  Need to
6068         extend my format tester to deal with AutoSize=false. Fixes #78864.
6069
6070 2006-07-15  Jackson Harper  <jackson@ximian.com>
6071
6072         * LabelEditTextBox.cs:
6073         * TreeView.cs: Use a new LabelEdit class for node editing, this
6074         class automatically 'closes' itself when it gets the enter key or
6075         loses focus.
6076         - Use the client rectangle when setting the trees scrollbars, so
6077         border style is taken into account.
6078         
6079 2006-07-14  Jackson Harper  <jackson@ximian.com>
6080
6081         * TreeNode.cs:
6082         * TreeView.cs: Make the editing work similar to MSs, firing the
6083         events correctly and ending edits correctly.
6084
6085 2006-07-14  Mike Kestner  <mkestner@novell.com>
6086
6087         * ToolBarButton.cs:
6088         * ToolBar.cs: layout restructuring and redraw enhancements to support
6089         formatting changes gracefully, like setting TextAlign, ImageList, 
6090         ButtonSize, and Appearance.  Handles explicit button sizing quirks
6091         of the MS controls.  Things like flat toolbars ignoring button size
6092         but becoming constant sized at the largest button's size.  Normal
6093         toolbars with an image set cannot be shrunk smaller than the image,
6094         but text can be clipped/ignored.
6095         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
6096         is zero.  Seems like DrawString should be smart enough to not put
6097         anything on screen though. Also trim labels and ellipsize at the char
6098         boundary, not word.
6099         Fixes #78711 and #78483.
6100
6101 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6102
6103         * FolderBrowserDialog.cs: Disable "New Folder" button and
6104           "New Folder" contextmenu menuitem if a folder like "My Computer"
6105           is selected.
6106
6107 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6108
6109         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
6110         * FolderBrowserDialog.cs:
6111           - Use MWFConfig to store and read size and position settings
6112           - Added code to create a new folder (button or context menu).
6113             Use TreeView labeledit to change the name of the new folder.
6114
6115 2006-07-14  Jackson Harper  <jackson@ximian.com>
6116
6117         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
6118         when the tree is scrolled we end editing.
6119
6120 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
6121
6122         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
6123           Down arrows
6124
6125 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
6126
6127         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
6128         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
6129         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
6130         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
6131         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
6132         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
6133         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
6134         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
6135         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
6136         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
6137         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
6138         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
6139         ListViewItemSelectionChangedEventHandler.cs,
6140         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
6141         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
6142         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
6143         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
6144         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
6145         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
6146         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
6147         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
6148         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
6149         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
6150         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
6151         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
6152         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
6153         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
6154         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
6155         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
6156         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
6157         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
6158         WebBrowserNavigatingEventHandler.cs, 
6159         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
6160
6161 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
6162
6163         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
6164         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
6165         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
6166         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
6167         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
6168         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
6169         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
6170         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
6171         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
6172         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
6173         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
6174         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
6175         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
6176         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
6177         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
6178         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
6179         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
6180         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
6181         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
6182         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
6183         ListViewItemStates.cs, MaskFormat.cs: Added
6184
6185 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
6186
6187         * PropertyGridView.cs: Fix keyboard navigation of drop down.
6188         Patch from eno for bug 78558.
6189         
6190 2006-07-13  Jackson Harper  <jackson@ximian.com>
6191
6192         * TreeView.cs: When an edit is finished make sure that the
6193         selected node is visible.
6194         - When setting the top/bottom use the scrollbars is_visible, so
6195         everything will be set correctly even if the tree isn't visible
6196         yet.
6197
6198 2006-07-13  Jackson Harper  <jackson@ximian.com>
6199
6200         * ComboBox.cs: Revert the item->index part of my previous patch.
6201         * TreeView.cs: Use LostFocus instead of Leave for detecting when
6202         the edit box has lost focus (duh).
6203         - Just make the edit box not visible when we get return, that will
6204         take the focus, which will call EndEdit
6205         * TreeNode.cs When we start editing, notify the treeview.
6206
6207 2006-07-12  Jackson Harper  <jackson@ximian.com>
6208
6209         * ComboBox.cs: Clear out old items before setting the item list.
6210         This prevents databound controls from having their items added
6211         twice.
6212         - Switch the combobox to use indices whereever possible instead of
6213         using Item's.  This allows usto navigate through lists that have
6214         more then one item with the same string value (ie a, b, b, a).
6215         - Scroll the listboxes scrollbar when a non visible item is
6216         highlighted
6217         - Allow keypress to cycle through all the possible values. For
6218         example if you have b1, b2, b3 and hold down the B key all the
6219         values will be cycled through.
6220         
6221 2006-07-12  Jackson Harper  <jackson@ximian.com>
6222
6223         * TextBoxBase.cs:
6224         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
6225         this using the internal methods.
6226         * Control.cs: Add OnGotFocusInternal.  A new method that allows
6227         controls to "override" OnGotFocus and change focus behavior if
6228         needed.
6229         - Same thing for LostFocus
6230         * ComboBox.cs: Pass off focus to the text control properly.
6231
6232 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
6233
6234         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
6235         * FolderBrowserDialog.cs: Almost a complete rewrite.
6236           - Better support for Environment.Specialfolders
6237           - Added support for MWFVFS
6238           - Made setting SelectedPath work
6239
6240 2006-07-12  Jackson Harper  <jackson@ximian.com>
6241
6242         * Control.cs: Optimze getting all the controls.
6243
6244 2006-07-11  Jackson Harper  <jackson@ximian.com>
6245
6246         * ContainerControl.cs: Override SETFOCUS in the container control,
6247         so that it is not selected on mouse click.
6248
6249 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
6250
6251         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
6252           Hopefully we will have a better way once all of focus is complete.
6253
6254 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
6255
6256         * ThemeWin32Classic.cs: Commented out some debug code and fixed
6257           a compile error with csc.
6258
6259 2006-07-11  Jackson Harper  <jackson@ximian.com>
6260
6261         * Control.cs: When hiding a control only select the next control
6262         if the current control was focused.
6263         - Don't handle enter/leave when setting/killing focus, this is
6264         done by the container control.
6265         - Remove is_selected, it's not needed anymore.
6266         - Add utility methods for selecting a child control, and for
6267         firing the Enter/Leave events.
6268         * ContainerControl.cs: When a control is activated fire the
6269         enter/leave events.
6270         - Don't wrap when processing the tab key, so that focus can be
6271         moved outside of the container.
6272         - Use the correct active control
6273
6274 2006-07-11  Jackson Harper  <jackson@ximian.com>
6275
6276         * ComboBox.cs: Remove some debug code that was blinding me.
6277         * UpDownBase.cs: These controls actually aren't implicit, they are
6278         visible to the user.
6279
6280 2006-07-10  Chris Toshok  <toshok@ximian.com>
6281
6282         * DataGrid.cs: move back to the is_adding boolean field.  god i
6283         hate this is_editing/is_adding/is_changing stuff.
6284
6285 2006-07-10  Chris Toshok  <toshok@ximian.com>
6286
6287         * DataGridTableStyle.cs: just check if the property type is bool.
6288         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
6289         Don't use CanRenderType.
6290
6291         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
6292         if our text == NullText.  Remove CanRenderType.
6293
6294         * DataGridBoolColumn.cs: nuke CanRenderType.
6295
6296         * DataGrid.cs: reenable some code to end the current edit inside
6297         of set_CurrentCell.  This fixes the other 1.1.16 regression.
6298         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
6299         Also, remove the visible_row_count arg from CalcRowHeaders, since
6300         we don't need to worry about the actual height of the area.
6301
6302 2006-07-10  Chris Toshok  <toshok@ximian.com>
6303
6304         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
6305         mode, just return.
6306
6307         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
6308         the real sense of the IsInEditOrNavigateMode property (true =
6309         navigate, false = edit).  Also, update OnKeyPress to reflect this.
6310
6311         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
6312         column style exists, we still need to set its property descriptor
6313         to match up with our list manager.
6314
6315 2006-07-10  Chris Toshok  <toshok@ximian.com>
6316
6317         * ThemeWin32Classic.cs: implement the new row/header painting
6318         approach.  The parent row painting will likely go away and
6319         replaced with label controls, but the rest seems to work ok (and
6320         efficiently).
6321
6322         * Theme.cs: change the way we draw datagrid rows.  we don't draw
6323         the row headers as a block now.  Instead we draw them in the
6324         normal draw-row loop.  Add some calls for drawing parent rows and
6325         relation rows.
6326
6327         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
6328         a default table style.  Set the defaults from ThemeEngine.Current,
6329         not SystemColors.  Fix lots of misc issues with property setters.
6330
6331         * DataGrid.cs: move loads of style information out of this class
6332         as it's being duplicated with DataGridTableStyle.  keep track of a
6333         special DataGridTableStyle for the properties we used to mirror
6334         here.  Switch all the style properties to access this table style
6335         instead of instance fields of this class.  Also add a internal
6336         class to represent parent rows (more needs to be stored here, like
6337         the selection state from the parent table, as well as the
6338         expansion state.)  Also, for datasources with relations, do the
6339         right thing for collapse/expand, and add support for the
6340         navigation/parent row buttons.
6341
6342         Lastly, fix the crash in the 1.1.16 build.
6343
6344         * GridTableStylesCollection.cs: make the explicit interface
6345         implementations call the class's methods as opposed to duplicating
6346         them.
6347
6348         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
6349         0 so the text doesn't jump around when we move the cursor.
6350
6351 2006-07-10  Jackson Harper  <jackson@ximian.com>
6352
6353         * TextBoxBase.cs:
6354         * ListBox.cs: Match MS's ToString (this makes debugging focus
6355         stuff infinitely easier).
6356
6357 2006-07-10  Jackson Harper  <jackson@ximian.com>
6358
6359         * Control.cs (SelectNextControl): When checking the control's
6360         parent use this instead of ctrl.parent so that null can be passed
6361         to SelectNextControl. (I have unit tests for this).
6362         - Remove unused var.
6363
6364 2006-07-10  Chris Toshok  <toshok@ximian.com>
6365
6366         * CurrencyManager.cs: correct one regression, the removal of the
6367         finalType field.  Also, add a MonoTODO on CanAddRows, implement
6368         Refresh() correctly, and fix some event emission in
6369         ListChangedHandler.
6370
6371 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6372
6373         * FileDialog.cs: Don't use brackets for new folders if they exist
6374           under *nix. Instead use -(number of existing folders +1).
6375
6376 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
6377
6378         * FileDialog.cs:
6379           - Fixed really nasty bug #78771
6380           - Don't block the whole GUI when reading directories with a lot of
6381             entries. Use an other thread instead and call BeginInvoke to
6382             update the ListView in MWFFileView
6383
6384 2006-07-07  Chris Toshok  <toshok@ximian.com>
6385
6386         * Control.cs (Dispose): release any Capture when disposing.
6387
6388 2006-07-07  Chris Toshok  <toshok@ximian.com>
6389
6390         * LinkLabel.cs (Select): if we chain up to the parent, set
6391         focused_index to -1 so we'll search for the first available link
6392         the next time the user tabs into us.  Also, if the direction is
6393         backward and focused_index == -1, start the search from the last
6394         element.
6395
6396 2006-07-07  Chris Toshok  <toshok@ximian.com>
6397
6398         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
6399         is beyond the end of the text, don't do anything.
6400         (CreateLinkPieces): set our ControlStyles.Selectable based on
6401         whether or not we have any links.
6402         (Link.Invalidate): use a loop instead of foreach.
6403         (Link.set_Start): null out owner.sorted_links so it'll be
6404         recreated by CreateLinkPieces.
6405
6406 2006-07-06  Chris Toshok  <toshok@ximian.com>
6407
6408         * LinkLabel.cs: revert the SetStyle change.
6409
6410 2006-07-06  Chris Toshok  <toshok@ximian.com>
6411
6412         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
6413         (OnEnableChanged): s/Refresh/Invalidate
6414         (OnGotFocus): if we have a focused index already, refocus it (so
6415         if we mouse out/in to the window it'll focus the right link).
6416         (OnKeyDown): move the tab handling out of here.
6417         (OnLostFocus): don't set focused_index to -1, so we can refocus it
6418         when we lose focus.
6419         (OnMouseDown): don't Capture here - Control handles it.  Also,
6420         focus the active link.
6421         (OnMouseUp): don't deal with Capture.
6422         (OnPaintBackgroundInternal): remove.
6423         (OnTextAlignChanged): CreateLinkPieces before calling the
6424         superclass's method.
6425         (OnTextChanged): call CreateLinkPieces before calling superclass's
6426         method.
6427         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
6428         move around.
6429         (Select): implement this, moving the selection between different
6430         links, and call parent.SelectNextControl if we don't have another
6431         link to focus in the given direction.
6432         (CreateLinkPieces): call Invalidate instead of Refresh.
6433         
6434 2006-07-06  Chris Toshok  <toshok@ximian.com>
6435
6436         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
6437         new LinkLabel internals.
6438
6439         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
6440         over pieces looking for active/focused/etc links.  also, deal with
6441         runs of text (and links) with embedded \n's in them, and use
6442         MeasureCharacterRanges instead of MeasureString to figure out the
6443         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
6444         two-step.
6445
6446 2006-07-04  Jackson Harper  <jackson@ximian.com>
6447
6448         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
6449         XKB or key auto repeat, do it manually.  Without key auto repeat,
6450         when a key is held down we get key press, key release, key press,
6451         key release, ... with auto repeat we get key press, key press, key
6452         press ..., and then a release when the key is actually released.
6453
6454 2006-07-03  Jackson Harper  <jackson@ximian.com>
6455
6456         * TabControl.cs:
6457         * ThemeWin32Classic.cs: Tabs do not obey normal background color
6458         rules, they are always control color regardless of the background
6459         color.
6460
6461 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
6462
6463         * FileDialog.cs: Added internal class MWFConfig.
6464           Removed Registry support and replaced it with support for the new
6465           MWFConfig class. See MWFConfig comments for more information.
6466
6467 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
6468
6469         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
6470           rectangle. Added some patches from eno from bug #78490 and fixed
6471           the arrow position for small up and down CPDrawScrollButtons.
6472
6473 2006-06-30  Jackson Harper  <jackson@ximian.com>
6474
6475         * InternalWindowManager.cs: Remove some debug code.
6476         * Form.cs: When an MdiParent is set to null, the window is
6477         "detatched" and becomes a normal window.
6478         * MdiClient.cs: Don't bring the new child form to the front until
6479         it is activated (setting it as active does this), this makes the
6480         previously active forms titlebar get redrawn as inactive.
6481
6482 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
6483
6484         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
6485           with later controls
6486
6487 2006-06-29  Mike Kestner  <mkestner@novell.com>
6488
6489         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
6490         arrow in keynav state.  Fixes #78682.
6491
6492 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6493
6494         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
6495           order (fixes #78393)
6496
6497 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
6498
6499         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
6500           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
6501           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
6502           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
6503           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
6504           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
6505           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
6506           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
6507           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
6508           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
6509           enumerations (FlagsAttribute, SerializableAttribute, added/removed
6510           values)
6511
6512 2006-06-28  Mike Kestner  <mkestner@novell.com>
6513
6514         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
6515
6516 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
6517
6518         * PropertyGrid.cs,
6519           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
6520           item lines from other area (It also makes BackColor consistent and
6521           compatible with .NET). Fixed bug #78564.
6522
6523 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
6524
6525         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
6526         Patch from Eno for #78555.
6527
6528 2006-06-27  Chris Toshok  <toshok@ximian.com>
6529
6530         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
6531
6532         * DataGridColumnStyle.cs: same.
6533
6534         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
6535         
6536         * DataGridDrawingLogic.cs: nuke.
6537
6538 2006-06-27  Chris Toshok  <toshok@ximian.com>
6539
6540         * DataGridTableStyle.cs: clean up the constructors, and build the
6541         list of child relations for this table.  I have no idea if this is
6542         where we should be doing it (it probably isn't), but since we're
6543         already iterating over the properties..
6544
6545         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
6546         struct and array for keeping track of row information, similar to
6547         what's shown in a hack on
6548         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
6549
6550         * Theme.cs: be consistent about the naming of DataGrid methods,
6551         prefering ColumnWidths and RowHeights over columnsWidths and
6552         RowsHeights.
6553
6554         * ThemeWin32Classic.cs: same, and also add support for variable
6555         sized rows (and the +/- expansion icons for related rows).
6556
6557 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6558
6559         * TextBoxBase.cs: Applied Eno's patch from #78660
6560
6561 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6562
6563         * Form.cs (ScaleCore): We don't want to scale our form if it's
6564           state is minimized or maximized, but we still need to scale our
6565           child windows. Also, added try/finally block to ensure layout
6566           gets reset (Fixes #78697)
6567
6568 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
6569
6570         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
6571
6572 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
6573
6574         * Form.cs: Fixed c+p error and added check to resize form if minimum
6575           size is bigger than current size (Fixes #78709)
6576
6577 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
6578
6579         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
6580
6581 2006-06-26  Mike Kestner  <mkestner@novell.com>
6582
6583         * ComboBox.cs: only do Keypress handling in the combo when there  
6584         are items in the collection. Fixes #78710.
6585
6586 2006-06-26  Chris Toshok  <toshok@ximian.com>
6587
6588         * Binding.cs: make this work bi-directionally.  also, clear up
6589         other mixups between Push/Pull Data (e.g. we're supposed to pull
6590         data when validating).
6591
6592         * BindingManagerBase.cs: trim some fully qualified collection
6593         types.
6594
6595         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
6596
6597 2006-06-23  Chris Toshok  <toshok@ximian.com>
6598
6599         * PropertyManager.cs: It appears (according to the unit tests)
6600         that PropertyManager doesn't use
6601         PropertyDescriptor.AddValueChanged to track propery value changes
6602         in its datasource, but uses the same scheme as Binding, where it
6603         looks for a <Property>Changed event and binds to it.
6604
6605         Also, according to the docs, IsSuspended always returns false for
6606         a property manager with a non-null datasource.
6607
6608 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
6609
6610         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
6611           need to update the actual DialogResult. (Fixes #78613)
6612
6613 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
6614
6615         * Form.cs (ShowDialog): Release any captures before running the
6616           new message pump (fixes #78680)
6617
6618 2006-06-22  Mike Kestner  <mkestner@novell.com>
6619
6620         * ListView.cs: Layout column widths properly in details mode even 
6621         if HeaderStyle.None is set.  Fixes #78691.
6622
6623 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
6624
6625         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
6626
6627 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
6628
6629         * Control.cs (ContainsFocus): Using new driver method to get focused
6630           window, instead of trying to use internal tracking var, which can
6631           recursion issues (Fixes #78685)
6632         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
6633           XplatUIWin32.cs: Added GetFocus method to return focused window
6634
6635 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6636
6637         * ColorDialog.cs: when the mouse button is pressed inside the color
6638         matrix, don't let the cursor move out of it until the button is
6639         released, which is the behavior on windows. Changed 'colours' by
6640         'colors' to use the same word consistently.
6641
6642 2006-06-21  Chris Toshok  <toshok@ximian.com>
6643
6644         * DataGrid.cs: add in some basic navigation stuff (navigating to a
6645         child relation and back, using a stack).  Also, remove
6646         GetDataSource and the code that calls it - it's not needed.  Also,
6647         track CurrencyManager.ListName's removal.
6648
6649 2006-06-21  Chris Toshok  <toshok@ximian.com>
6650
6651         * CurrencyManager.cs: push some of the original type checking from
6652         BindingContext.CreateBindingManager to here, and remove some of
6653         the finalType stuff.  Need more tests to make sure I've got the
6654         ListName part right, and we might need more in SetDataSource.
6655
6656         * PropertyManager.cs: add a ctor that takes just the datasource,
6657         and no property name.  Make SetDataSource work with a null
6658         property_name, and make Current return the data_source if the
6659         property descriptor is null.  this makes 'string foo = "hi";
6660         BindingContext[foo].Current' return "hi" as it should.
6661
6662         * RelatedCurrencyManager.cs: make this code more generic - there's
6663         no reason the parent manager has to be CurrencyManager, and
6664         there's no reason to pass the DataRelation.  It suffices to use a
6665         BindingManagerBase and PropetyDescriptor.
6666
6667         * RelatedPropertyManager.cs: make a similar change here.
6668         
6669         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
6670         flower I knew it could be.
6671
6672 2006-06-20  Chris Toshok  <toshok@ximian.com>
6673
6674         * PropertyManager.cs: the PropertyChangedHandler is invoked when
6675         data in the source has changed and we need to update the control,
6676         so s/PullData/PushData.
6677
6678         * CurrencyManager.cs: Refresh is meant to update the control from
6679         data in the datasource.  So, s/PullData/PushData.
6680
6681         * BindingContext.cs: add more ugliness (we weren't handling the
6682         case where data_source = DataTable and data_member = column_name).
6683
6684         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
6685         from the perspective of the datasource.  PullData pulls from the
6686         control, PushData pushes to the control.
6687
6688 2006-06-20  Chris Toshok  <toshok@ximian.com>
6689
6690         * BindingContext.cs: rewrite the CreateBindingManager code to
6691         handle navigation paths more or less properly.  This could
6692         definitely stand some more work, in particular to push the
6693         recursion up to the toplevel.  But that relies on fixes in other
6694         places (System.Data comes to mind).
6695
6696         Also, move to a flat hashtable (and encode the twolevel nature of
6697         the dictionary into the hash key).  This lets us implement the
6698         IEnumerable.GetEnumerator method.
6699
6700         * RelatedCurrencyManager.cs: new class.  Update our view based on
6701         our relation and our parent CurrencyManager's position.
6702
6703         * CurrencyManager.cs: split out some logic from the ctor into
6704         SetView, so it can be called from the new RelatedCurrencyManager
6705         subclass.
6706
6707         * RelatedPropertyManager.cs: new class.  Update our datasource
6708         based on the position of our parent CurrencyManager.
6709
6710         * PropertyManager.cs: split out some logic from the ctor into
6711         SetDataSource, so it can be called from the new RelatedDataSource
6712         subclass.  Also, make the Current getter return the value
6713         of the PropertyDescriptor, not the data_source.
6714
6715         * Binding.cs: no need to duplicate the string splitting code here.
6716
6717 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6718
6719         * Control.cs:
6720           - set_Enabled: OnEnabledChanged is not called if the inherited state 
6721             of the control is not altered, even though  we might be changing the
6722             internal state of the control (#78458)
6723           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
6724             OnEnabledChanged, to allow easy altering of any child window state
6725           - OnEnabledChanged: Added code to enable/disable driver window state
6726           - OnParentEnabledChanged: Instead of firing the event, call 
6727             OnEnabledChanged, which will fire the event and also a) set driver
6728             window state and pass the enabled state to any grandchildren (#78458)
6729
6730 2006-06-19  Jackson Harper  <jackson@ximian.com>
6731
6732         * InternalWindowManager.cs: We don't set the cursor explicitly
6733         thats done via the response to NCHITTESTs.
6734         - Don't need to adjust for titlebar heights anymore, the
6735         coordinates are coming in the correct coordinates now (see peters
6736         last patch).
6737
6738
6739 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
6740
6741         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
6742           being translated relative to whole window, instead of client window.
6743           That caused broken offsets on mouseclick (and caused gas for our
6744           InternalWindowManager)
6745
6746 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6747
6748         * TextControl.cs:
6749           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
6750           - Undo(): Added replay of cursor move on DeleteChars action; added
6751             calling Undo() again if a recorded cursor move is invalid (to
6752             ensure that some action is performed on Undo)
6753         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
6754
6755 2006-06-16  Jackson Harper  <jackson@ximian.com>
6756
6757         * MdiClient.cs: Instead of just sizing maximized windows when
6758         there is a resize we also have to adjust the Y of minimized
6759         windows, so they stay pinned to the bottom of the mdi container.
6760         - Eliminate separate tracking of the active control, we can just
6761         get this from the controls collection.
6762         - Paint the decorations for the newly activated titlebar so we get
6763         a pretty blue bar.
6764         * InternalWindowManager.cs:
6765         * ThemeWin32Classic.cs: Minimized windows get all three buttons
6766         even if they are a tool window.
6767         
6768 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
6769
6770         * TextControl.cs (Undo): Handle non-existent cursor locations in the
6771           undo buffer, these can happen when text was deleted and the cursor
6772           was recorded first. Since we will also have a recorded cursor
6773           after the delete this is not an issue. (Fixes #78651)
6774
6775 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
6776
6777         * AccessibleObject.cs: Remove dependence on Control.is_selected;
6778           instead properly track control states internally (allows us to
6779           remove is_selected from Control)
6780
6781 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6782
6783         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
6784         whose width is not a multiple of 8.
6785
6786 2006-06-13  Jackson Harper  <jackson@ximian.com>
6787
6788         * MdiClient.cs:  Only maximize the next child if the current one
6789         is maximized.
6790
6791 2006-06-13  Chris Toshok  <toshok@ximian.com>
6792
6793         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
6794         modified.  Also, guard against grid or grid_drawing being null in
6795         Invalidate.
6796
6797         * DataGrid.cs: Reformat tons of getters/setters.  In the
6798         DataMember setter, just call SetNewDataSource instead of
6799         duplicating some of its functionality.  In SetNewDataSource, don't
6800         check ListManager for null, since the property getter creates the
6801         object if needed.
6802
6803         * DataGridTableStyle.cs: don't set TableStyle or call
6804         SetDataGridInternal on the column here, it's done in
6805         GridColumnStylesCollection.Add.
6806
6807         * GridColumnStylesCollection.cs: fix all the explicit interface
6808         implementations to just call our methods.  Nuke AddInternal() and
6809         move the body of it to Add().  Also, add a call to
6810         column.SetDataGridInternal to Add().
6811
6812         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
6813         base()+duplicate code.  Also, use the Format property instead of
6814         format to generate an Invalidate ala MS.  Lastly, create the
6815         textbox here, unconditionally.
6816         (set_Format): call Invalidate.
6817         (get_TextBox): no need to call EnsureTextBox.
6818         (Commit): remove the message box.
6819         (Edit) remove the call to EnsureTextBox.
6820         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
6821         (EnterNullValue): no need to check textbox for null.
6822         (HideEditBox): no need to check textbox for null.
6823         (SetDataGridInColumn): add the textbox to the grid's controls.
6824         (EnsureTextBox): nuke.
6825         
6826 2006-06-13  Jackson Harper  <jackson@ximian.com>
6827
6828         * MdiWindowManager.cs: Hook up to the maximized menus paint event
6829         and redraw the buttons when needed. Unhook when the window is
6830         unmaximized.
6831         * MainMenu.cs: Add an internal Paint event, the mdi window manager
6832         needs this so that it can redraw its buttons when the menu is
6833         repainted.
6834         * InternalWindowManager.cs:
6835         * Form.cs: The method order has changed for DrawMaximizedButtons,
6836         so that it can be a PaintEventHandler.
6837         
6838 2006-06-13  Jackson Harper  <jackson@ximian.com>
6839
6840         * MdiClient.cs: When we close a maximized mdi window, the next mdi
6841         window is activated and maximized, even if it wasn't before.
6842         - When  a new window is activated repaint the decorations of the
6843         old one, so that it no longer has the Active "look" (the blue
6844         titlebar).
6845         * InternalWindowManager.cs: Open up CreateButtons to base classes
6846         so they can recreate the buttons on state changes.
6847         - If a window is maximized give it all three buttons
6848         * MdiWindowManager.cs: Create the titlebar buttons when the state
6849         is changed, this is needed because a toolwindow will not have all
6850         three buttons until it is maximized.
6851
6852 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
6853
6854         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
6855           Fixed bug #78609.
6856
6857 2006-06-12  Jackson Harper  <jackson@ximian.com>
6858
6859         * KeysConverter.cs: Make sure we handle the Ctrl special case
6860         if its the only key.
6861         
6862 2006-06-12  Jackson Harper  <jackson@ximian.com>
6863
6864         * Theme.cs: Add a method to get the size of a managed window
6865         toolbar button.
6866         * InternalWindowManager.cs: Remove the ButtonSize property, this
6867         should be retrieved from the theme.
6868         * MdiWindowManager.cs: Get the button size from the theme
6869         * ThemeWin32Classic.cs: Make the method to get the managed window
6870         titlebar button size public.
6871         - Handle the different button sizes of maximized toolwindows
6872         (should match any maximized window).
6873         - Get the titlebar height from the theme, not the WM (which gets
6874         it from the theme).
6875
6876 2006-06-12  Jackson Harper  <jackson@ximian.com>
6877
6878         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
6879         event down to the mdi window manager.
6880         - Expose some extra stuff to base classes
6881         - Make sure to end the Capture on an NC Mouse up, so that we can
6882         get double clicks properly, and the sizing doens't stick.
6883         - When doing PointToClient contain it in the workable desktop
6884         area, this prevents windows from changing size when the cursor is
6885         pulled outside of the working area while sizing.
6886         * MdiWindowManager.cs: When we get a double click maximize the
6887         window.
6888         - Reset the cursor after handling mode changes.
6889
6890 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
6891
6892         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
6893           current desktop, instead of just assuming a 0, 0 origin. This
6894           is needed for our internal window manager, to know the top
6895           margin of the desktop
6896
6897 2006-06-12  Chris Toshok  <toshok@ximian.com>
6898
6899         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
6900         we need this to get rid of the selected background in the bool
6901         column.
6902         (CancelEditing): move the ConcedeFocus call to above the Abort
6903         call.  Also, set is_changing to false and invalidate the row
6904         header if we were changing before.
6905         (ProcessKeyPreviewInternal): remove, since noone outside this
6906         class calls it anymore.  Roll the code into ProcessKeyPreview.
6907         (EndEdit): remove the internal version.
6908         (InvalidateCurrentRowHeader): make private.
6909
6910         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
6911         Keys.Escape handling (and with it the last call to
6912         DataGrid.EndEdit from outside the class.)
6913
6914
6915 2006-06-12  Chris Toshok  <toshok@ximian.com>
6916
6917         * DataGridTextBox.cs (.ctor): isedit defaults to false.
6918         (OnKeyPress): set isedit to true.
6919         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
6920         already handled by the grid.
6921
6922         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
6923         right.  ugh.
6924         (set_DataSource): SetDataSource always returns true, so stop
6925         putting it in an if statement.
6926         (EndEdit): get rid of some {}'s
6927         (ProcessGridKey): return true in case Keys.Escape.
6928         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
6929         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
6930         PositionChanged, stopped connecting to CurrentChanged.
6931         (GetDataSource): simplify this a bunch.
6932         (SetDataSource): change return type from bool to void.
6933         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
6934         to this, and make sure we don't set ListManager.Position inside
6935         set_CurrentCell.
6936         (OnListManagerItemChanged): if we're passed an actual index,
6937         redraw that row.
6938
6939         * CurrencyManager.cs (set_Position): don't call PullData here.
6940
6941 2006-06-09  Jackson Harper  <jackson@ximian.com>
6942
6943         * TreeNode.cs:  Recalculate the visible order before doing the
6944         Expand/Collapse Below calls, because those calls generate an
6945         expose.
6946         - Reduce calls to the TreeView property, which is mildly expensive
6947         by using a local var.
6948         * Form.cs: Layout the MDI child windows when creating the parent
6949         form.
6950         - Don't use the internal constructor anymore
6951         * MdiClient.cs: use the parent form width/height (if available)
6952         when laying out the child windows, we do this because the
6953         mdiclient isn't docked yet when the initial layout is done.
6954         - Don't need an internal constructor anymore.
6955
6956 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6957
6958         * FileDialog.cs: handle access errors when trying to create a folder
6959         or changing to a directory. No need to initialize out parameters.
6960
6961 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6962
6963         * FileDialog.cs: Append a number when creating a new folder if the
6964           folder already exists (use parenthesis instead of square brackets)
6965
6966 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6967
6968         * FileDialog.cs:
6969           - Disabled registry support for windows and added better registry
6970             error checking for other systems (need to investigate why it
6971             works perfectly on my system)
6972           - If a folder already exist show an error MessageBox instead of
6973             trying to create an indexed name.
6974           - Fixed a non intentional typo.
6975
6976 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6977
6978         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
6979
6980 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6981
6982         * FileDialog.cs: When creating a new folder don't crash if the
6983           folder already exists.
6984
6985 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
6986
6987         * FileDialog.cs: Allmost a complete rewrite.
6988           - added a "virtual" file system that handles the differences
6989             between unix and windows file systems (especially the directory
6990             structure). Moved most of the directory and file handling code
6991             into the vfs.
6992             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
6993             UnixFileSystem and FSEntry.
6994           - Recently used folder/directory, size, location and used file names
6995             (file name ComboBox) are now stored in the registry and get read
6996             before the dialog shows up (fixes part 6 of bug #78446).
6997           - Creation of new folders/directories is now possible (context menu
6998             or ToolBar). Added TextEntryDialog for this that fills in the gap
6999             until ListView.LabelEdit works.
7000           - Fixed cursor handling (bug #78527) and focus handling for
7001             PopupButtonPanel
7002           - Various "Search in" ComboBox enhancements. The content of the
7003             dropdown listbox now almost matches ms.
7004           - Changed the behaviour when the user switches to SpecialFolder
7005             Recent to show the ListView in View.Details.
7006           - Beside using the ToolBar to change the View property of the
7007             file ListView it is now possible to use the context menu too.
7008
7009 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
7010
7011         * ComboBox.cs: Don't create a new ObjectCollection when an item
7012           gets inserted. Just insert the item in the existing object_items
7013           ArrayList.
7014
7015 2006-06-08  Jackson Harper  <jackson@ximian.com>
7016
7017         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
7018         that the treeview and root node checks are done also, this fixes a
7019         regression i caused in the unit tests.
7020
7021 2006-06-07  Wade Berrier <wberrier@novell.com> 
7022
7023         * RichTextBox.cs: More ISO8859-1 -> unicode
7024
7025 2006-06-07  Mike Kestner  <mkestner@novell.com>
7026
7027         * ComboBox.cs : use items to hold highlight/selection so that
7028         collection insertions don't require synchronization.
7029
7030 2006-06-07  Jackson Harper  <jackson@ximian.com>
7031
7032         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
7033         routine.  We now always keep the sized edge at the cursor instead
7034         of computing movement and adjusting rects.  There is one buglet
7035         with this method though when the cursor is moved over area that
7036         the window can not expand too (such as the toolbars on the desktop).
7037
7038 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7039
7040         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
7041         here. Fixes crash on startup in AlbumSurfer.
7042
7043 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
7044
7045         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
7046           values
7047
7048 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7049
7050         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
7051         statement to avoid calling XNextEvent which will block if another thread
7052         took the event that we were expecting. Fixes bug #78605.
7053
7054 2006-06-07  Mike Kestner  <mkestner@novell.com>
7055
7056         * ListView.cs : isolated checkbox clicking from the selection logic.
7057         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
7058
7059 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7060
7061         * Form.cs: Check that the value passed to Form.DialogResult
7062         is a valid enum value.
7063
7064 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7065
7066         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
7067         Computer'. Clicking it in the network view goes to 'My Computer'.
7068         Added CIFS filesystem type. Display the mount point of filesystems.
7069         Avoid duplicate mount points (happens for me with CIFS);
7070
7071 2006-06-06  Jackson Harper  <jackson@ximian.com>
7072
7073         * InternalWindowManager.cs: Draw the maximized windows buttons
7074         when resizing.
7075
7076 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7077
7078         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
7079         all other dialogs. Fixes bug #78585.
7080
7081 2006-06-06  Mike Kestner  <mkestner@novell.com>
7082
7083         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
7084         Only invalidate checkbox on checkstate changes to avoid flicker.
7085         * ListBox.cs : avoid unselect/select when clicking selected item.
7086         avoid reselection flicker for already multiselected items.
7087         Fixes #78382.
7088
7089 2006-06-06  Jackson Harper  <jackson@ximian.com>
7090
7091         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
7092         the parent form so that the menu is removed if needed.
7093
7094 2006-06-06  Mike Kestner  <mkestner@novell.com>
7095
7096         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
7097         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
7098
7099 2006-06-06  Mike Kestner  <mkestner@novell.com>
7100
7101         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
7102
7103
7104 2006-06-06  Jackson Harper  <jackson@ximian.com>
7105
7106         * Control.cs: Use the property (instead of the field) to get the
7107         default cursor so it is instantiated correctly.
7108         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
7109         resizes so we need to manually repaint the window decorations here.
7110         - Set the titlebar button locations as soon as they are created,
7111         otherwise they are not set correctly on win32.
7112         
7113 2006-06-06  Chris Toshok  <toshok@ximian.com>
7114
7115         * CurrencyManager.cs (set_Position): call PullData before
7116         OnCurrentChanged.
7117         (AddNew): after calling IBindingList.AddNew, update our
7118         listposition, and call OnCurrentChanged/OnPositionChanged (without
7119         calling PullData).
7120         (OnCurrentChanged): remove the call to PullData from here.
7121         (OnItemChanged): remove the call to PushData from here.
7122         (OnPositionChanged): change the test from == null to != null to
7123         match the other methods.
7124         (ListChangedHandler): the grossest part of the patch.  Implement
7125         this such that it passes the unit tests in CurrencyManagerTest and
7126         the output more or less matches that of MS's implementation.
7127  
7128 2006-06-06  Mike Kestner  <mkestner@novell.com>
7129
7130         * ListView.cs : only update check state on single click.
7131         * ThemeWin32Classic.cs : fix focus drawing for details view without
7132         fullrowselect.  Fixes #78454.
7133         * XplatUIX11.cs : fix for double click emission.
7134
7135 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
7136
7137         * PropertyGridView.cs : Applied Atsushi's patch to fix
7138         font dialog bug  (#78197).
7139
7140 2006-06-05  Jackson Harper  <jackson@ximian.com>
7141
7142         * TreeNode.cs: Compute the next node for expanding/collapsing
7143         correctly. We now factor in nodes without a NextNode
7144         correctly. (Fixes somes cases in nunit-gui).
7145         * InternalWindowManager.cs: Set the bounds when updating the
7146         virtual position of a tool window.
7147         
7148 2006-06-05  Chris Toshok  <toshok@ximian.com>
7149
7150         * DataGrid.cs: rename cached_currencymgr to list_manager.
7151         (set_CurrentCell): move SetCurrentCell code here, and clean it up
7152         some.
7153         (CurrentRow, CurrentColumn): single accessors so we can make the
7154         cursor movement code a lot easier to understand.
7155         (CurrentRowIndex): implement this in terms of CurrentRow.
7156         (BeginEdit): clean this up a bit.
7157         (CancelEditing): sort out the is_editing/is_changing/is_adding
7158         stuff a little.
7159         (EndEdit): minor changes.
7160         (OnKeyDown): add a comment about a (most likely) unnecessary
7161         check.
7162         (OnMouseDown): cancel editing when we click on a row header.  And
7163         use the CurrentRow setter, not CurrentCell.
7164         (ProcessDialogKey): directly call ProcessGridKey.
7165         (UpdateSelectionAfterCursorMove): factor out this common block of
7166         code (it's used everywhere that we move the cursor by updating row
7167         or column).
7168         (ProcessGridKey): pretty substantial overhaul.  Use the
7169         CurrentRow/CurrentColumn properties to make the code a lot more
7170         readable.  Only use the CurrentCell property when we have to
7171         modify both row and column at once.  Tab behavior is still broken,
7172         and Delete is untested.
7173         (Select): if we have no selected rows, set selection_start to
7174         @row.
7175         (EditCurrentCell): rename EditCell this.  It was only ever invoked
7176         with CurrentCell as the arg, so drop the arg and rename it.
7177
7178         * DataGridColumnStyle.cs: clean up the constructors a little, and
7179         drop CommonConstructor().
7180
7181         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
7182         actually get notified when the user hits it.
7183         (ProcessKeyMessage): *substantially* simplify this method.
7184         There's no reason (that I can see) for the textbox to be making
7185         calls into the datagrid at all.  Remove all of them but the ones
7186         for Enter handling.  those will take some more work.
7187
7188         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
7189         calling HideEditBox.
7190         (HideEditBox): if we have an active textbox, render it invisible
7191         without causing a re-layout of the datagrid.
7192
7193 2006-06-05  Mike Kestner  <mkestner@novell.com>
7194
7195         * ListView.cs : fix NRE crasher when focuseditem is cleared by
7196         collection changes by resetting it to Items[0].  Fixes #78587.
7197
7198 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7199
7200         * MessageBox.cs: if the height of the text is larger than the icon_size,
7201         use that. Fixes bug #78575.
7202
7203 2006-06-05  Jackson Harper  <jackson@ximian.com>
7204
7205         * TreeView.cs: Fix line drawing when scrolling.  To do this each
7206         node is basically responsible for drawing its entire horizontal
7207         area.  When drawing a node it draws its parent node lines if
7208         needed.
7209         - Adjust the clip area to the viewport rectangle
7210         - Fix Left/Right key handling to match MS. (It expand/collapses
7211         and moves to parents/first child but does not move selection to
7212         sibling nodes).
7213         - Fix SetTop to work with new bound calculation code
7214         - When scrollbars are no longer needed we need to reset scrolling
7215         vars and recalculate the visible order so the redraw is correct
7216         * TreeNode.cs: We can't expand/collapse nodes with no children.
7217
7218 2006-06-03  John Luke  <john.luke@gmail.com> 
7219
7220         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
7221         so the colors work without dev packages
7222         
7223 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
7224
7225         * Control.cs 
7226           - Select: Implemented to just use activate. Seems to match MS 
7227             behaviour closest. Documented to only do actual control walking 
7228             based on it's parameters if in a container control so I moved 
7229             the code there.
7230           - Removed selection check logic from our internal Select() method
7231         * ContainerControl.cs:
7232           - Select: Moved selection logic from Control here, since MS documents
7233             that containers obey the bool arguments. No longer calling base
7234
7235 2006-06-02  Jackson Harper  <jackson@ximian.com>
7236
7237         * TreeView.cs: If the selected node isn't changed when we get
7238         focus update the previously selected node so that we see the
7239         selection box.
7240
7241 2006-06-02  Mike Kestner  <mkestner@novell.com>
7242
7243         * ComboBox.cs: restructure grab and general mouse event handling.
7244         Make the composite control raise mouse events like it was a single
7245         control for leaves/enters/motion/up/down events.  fix dropdown list
7246         coordinate mangling and refactor it into the scrollbar subclass to
7247         reduce code duplication.  Fixes #78282 #78361 and #78457.
7248
7249 2006-06-02  Mike Kestner  <mkestner@novell.com>
7250
7251         * ScrollBar.cs: remove Capture setting/clearing, as it happens
7252         automatically in the Control.WndProc.
7253
7254 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7255
7256         * FileDialog.cs: fix crash when running SharpChess, which sets the
7257         FilterIndex to 2 with only one Filter.
7258
7259 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7260
7261         * ToolBar.cs: add SizeSpecified property.
7262         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
7263         try to figure out our real size, otherwise fallback to what the
7264         container says.
7265
7266 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7267
7268         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
7269         * Control.cs (WndProc): MS always calls the DefWndProc to pass
7270           up the event
7271
7272 2006-06-01  Mike Kestner  <mkestner@novell.com>
7273
7274         * ListView.cs: revamp the focus management in ListView.  It still
7275         causes churn of LostFocus/GotFocus emissions on clicks, but it's
7276         better than not handling focus at all.  Will revisit when pdb feels
7277         the general focus handling is solid.  Fixes #78526.
7278
7279 2006-06-01  Jackson Harper  <jackson@ximian.com>
7280
7281         * TreeView.cs: Set the default border style in the constructor.
7282         - Move painting to use OnPaintInternal instead of capturing
7283         WM_PAINT, this is the correct way of doing things
7284         - UpdateBelow shouldn't invalidate the scrollbar area
7285         - Cap the top on update below in case the node was above the top
7286         of the viewport rectangle.
7287         - ExpandBelow and Collapse below need to obey Begin/End Update.
7288         * TreeNode.cs: Make is_expanded internal so the treenode
7289         collection can change it without firing the whole event chain.
7290         * TreeNodeCollection.cs: When clearing all the child nodes make
7291         sure to recalc the visible order.
7292         - Improve algo for remove the top node
7293
7294 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
7295
7296         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
7297           SendMessage directly calling window procedures, which in turn might
7298           call SetFocus()
7299
7300 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
7301
7302         * Control.cs: Don't handle WM_SETFOCUS if the same window already
7303           has focus (works around X11 sending a FocusIn after our SetFocus)
7304         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
7305
7306 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
7307
7308         * Mime.cs: Fix for the NET_2_0 build.
7309           NameValueCollection needs StringComparer now.
7310
7311 2006-05-31  Chris Toshok  <toshok@ximian.com>
7312
7313         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
7314         return (via an out parameter) the starting X of the column.
7315         (UpdateVisibleColumn): track change to FromPixelToColumn.
7316         (HitTest): add a ColumnResize case here.
7317         (DrawResizeLine): new function, probably poorly named.
7318
7319         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
7320         only need to keep one reference.
7321         (set_ListManager): same.
7322         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
7323         Also, add support for HitTestType.ColumnResize.
7324         (OnMouseMove): add column resize behavior here, and change the
7325         cursor to the correct one as we move around the datagrid.
7326         (OnMouseUp): terminate the column resize if we're resizing.
7327         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
7328         for the current cell.
7329         (ConnectListManagerEvents): use cached_currencymgr.
7330         (DisconnectListManagerEvents): fill this in, using
7331         cached_currencymgr.
7332         (SetCurrentCell): remove cached_currencymgr_events handling.
7333         (SetDataMember): only call DisconnectListManagerEvents if
7334         cached_currencymgr is != null.
7335         (SetDataSource): same.
7336         (OnListManagerCurrentChanged): cached_currencymgr_events ->
7337         cached_currencymgr.
7338
7339 2006-05-31  Jackson Harper  <jackson@ximian.com>
7340
7341         * BindingManagerBase.cs: Remove somedebug code that creeped into
7342         SVN.
7343         * TreeNode.cs: We get the indent level dynamically right now, so
7344         don't track it as a member.
7345         * TreeNodeCollection.cs: Make sure all nodes added to the list
7346         have parents, treeviews/topnodes setup properly.
7347         - Don't attempt to track indent level.
7348
7349 2006-05-30  Jackson Harper  <jackson@ximian.com>
7350
7351         * BindingContext.cs: Create the currency manager tables here.
7352         This allows us to more easily create null tables (when bad data
7353         members are used), and more easily create related currency
7354         managers.
7355         * CurrencyManager.cs: All the table creation stuff is done by the
7356         binding context now.
7357         - Current should throw an exception if listposition is -1.
7358         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
7359         been bound yet.
7360
7361 2006-05-30  Mike Kestner  <mkestner@novell.com>
7362
7363         * ListView.cs: allow reexpansion of zero-width column headers.
7364         Fixes #78528.
7365
7366 2006-05-28  Chris Toshok  <toshok@ximian.com>
7367
7368         * CurrencyManager.cs (get_Current): after the late binding
7369         listposition = -1 fix, we need to guard against it here and return
7370         null, otherwise we raise an exception (which is swallowed
7371         elsewhere, and breaks datagrid databinding.)
7372
7373 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7374
7375         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
7376           than WM_SYSKEY, don't throw if get something unexpected (#78507)
7377
7378 2006-05-26  Jackson Harper  <jackson@ximian.com>
7379
7380         * ControlPaint.cs:
7381         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
7382         values, it's faster and it's all we care about (we don't care if
7383         the names aren't equal).
7384         * KeyboardLayouts.cs: Eliminate some dead code.
7385         - Lazy init things
7386         * X11Keyboard.cs: Lazy init keyboard detection.
7387         - Cleanup access modifiers a little.
7388
7389 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
7390
7391         * XplatUIX11.cs: Once again, attempting to get layout just right.
7392
7393 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
7394
7395         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
7396           the sizes of each link section, that will result in sizes that
7397           match DrawString's layout (Fixes #78391)
7398
7399 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
7400
7401         * FileDialog.cs: If AddExtension property is true autocomplete the
7402           extensions in SaveFileDialog correctly. Fixes bug #78453.
7403           Set MyNetwork and MyComputer to "C:\" for windows. This should
7404           fix part 8 of bug #78446 for now.
7405
7406 2006-05-26  Chris Toshok  <toshok@ximian.com>
7407
7408         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
7409         invalidate the current row header if we need to, but presumably
7410         we'll invalidate the row corrsponding to the bounds or
7411         editingControl.
7412         (GridHScrolled): switch back to this method, as it's part of the
7413         public api.  *sigh*.
7414         (GridVScrolled): same.
7415         (OnMouseWheel): hack up something that more or less works.  Call
7416         GridHScrolled/GridVScrolled directly, instead of duplicating much
7417         of their code here.
7418         (EnsureCellVisibility): reinstate a bunch of this code, since we
7419         can't just set the scrollbar Value and expect to do all the work
7420         in the ValueChanged handler.  Also, Call Update() after scrolling
7421         in one direction so the other XplatX11.ScrollWindow call has the
7422         proper stuff in the proper places.
7423         (EditCell): set is_editing to true before calling .Edit.
7424
7425         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
7426         don't bother comparing first.
7427         (OnKeyPress): call grid.ColumnStartedEditing before calling
7428         base.OnKeyPress.  this will set is_changing and invalidate the row
7429         header if necessary.
7430         (ProcessKeyMessage): for WM_CHAR messages, call
7431         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
7432         and WM_KEYDOWN.
7433         
7434         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
7435         it's done in the DataGrid.
7436         (NextState): call grid.ColumnStartedEditing, which takes care of
7437         invalidating the row header (and setting is_changing).
7438
7439         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
7440         here.  it's done in the DataGrid.
7441
7442 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7443
7444         * Control.cs: allow changing the cursor when the mouse position is
7445         out of bounds but Capture is set.
7446         * LinkLabel.cs: handle the case when the mouse button is pressed on the
7447         linklabel but released somewhere else.
7448
7449 2006-05-25  Jackson Harper  <jackson@ximian.com>
7450
7451         * TreeView.cs: When we get focus if there is no selected node make
7452         it the top node
7453         - Remove some uneeded setup code from Draw.
7454         * TreeNodeCollection.cs: If the tree doesn't have a top node when
7455         a new node is inserted make the new node the top.
7456         * XplatUIX11.cs:
7457         * Timer.cs: Use Utc time so that no local time zone stuff needs to
7458         be used (should be faster).
7459         
7460 2006-05-25  Chris Toshok  <toshok@ximian.com>
7461
7462         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
7463         problem with the last commit.
7464
7465 2006-05-25  Chris Toshok  <toshok@ximian.com>
7466
7467         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
7468         need the invalidate call here, while scrolling right-to-left via
7469         the left arrow key (i.e. moving the editing cell while scrolling).
7470
7471         * DataGrid.cs (.ctor): remove the initialization of
7472         ctrl_pressed/shift_pressed.  We no longer track them using key
7473         up/down handlers, but by using Control.ModifierKeys.  Also, switch
7474         to using ValueChanged handlers on the scrollbars instead of
7475         Scrolled event handlers.  This simplifies a bunch of the scrolling
7476         code.
7477         (GridHValueChanged): rename from GridHScrolled, and change it to
7478         work with the new event args.
7479         (GridVValueChanged): same.
7480         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
7481         (OnMouseWheel): actually scroll the datagrid.  Don't change the
7482         selected cell.
7483         (ProcessGridKey): correct all the keyboard navigation stuff I
7484         could find.  Ctrl up/down/left/right/home/end work now.
7485         (EnsureCellVisibility): correct method name spelling.  Also,
7486         simplify this a touch by not explicitly calling the
7487         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
7488         scrollbar value.
7489         (OnKeyUpDG): no need for this method now.
7490         
7491 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7492
7493         * LinkLabel.cs: display the OverrideCursor when hovering the label.
7494         Fixes bug #78392.
7495
7496 2006-05-25  Chris Toshok  <toshok@ximian.com>
7497
7498         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
7499         r61019.
7500
7501 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7502
7503         * Application.cs: Moved setting of is_modal and closing to before
7504           we create the control, to allow the event handlers called as a
7505           result of creation affect closing. Also removed Gonzalo's previous
7506           change to setting DialogResult, the behaviour has been moved to 
7507           Form.ShowDialog()
7508         * Form.cs: 
7509           - ShowDialog(): Removed explicit creation of the form, let RunLoop
7510             handle it instead
7511           - ShowDialog(): If no dialog result is set, we need to return Cancel
7512           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
7513             the close is cancelled
7514
7515 2006-05-25  Jackson Harper  <jackson@ximian.com>
7516
7517         * StatusBar.cs: We only need to update the sizes of the other
7518         panels when we have auto size contents.  Also we are only updating
7519         the contents of the panel, not the borders, so compensate for the
7520         border width (TODO: get this width from the theme somehow).
7521         * TreeView.cs: Scrollable is true by default
7522         - Use invalidate instead of refresh where needed
7523         - Factor the scrollable value into scrollbar updating
7524         - Update the scrollbars if the Scrollable property is altered
7525         - Update the selected node if its ImageIndex is changed
7526         - Handle null nodes in UpdateNode (mainly so we don't have to
7527         check if selected is null when updating it
7528         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
7529         are factored into the visible count
7530         - Use VisibleCount for clarity in the code
7531         - When the font is changed we need to recurse through all the
7532         nodes and invalidate their sizes
7533         
7534 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7535
7536         * Application.cs: set the DialogResult to fixed when the main form is
7537         hidden or destroyed while being modal.
7538
7539 2006-05-25  Miguel de Icaza  <miguel@novell.com>
7540
7541         * Theme.cs: Use Tangoified messagebox icons. 
7542
7543         (GetSizedResourceImage): Also cope with width = 0 and do not
7544         trigger a warning in that case (0 means "give me your icon from
7545         the resouce, no special size needed).
7546
7547 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
7548
7549         * Application.cs: Leave runloop if the the main modal form is 
7550           hidden (fixes #78484)
7551
7552 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7553
7554         * BindingContext.cs : reject null datasource in Contains() and
7555           Item[].
7556         * CurrencyManager.cs : check data_member validity when data_source
7557           is dataset. When it is late binding, the initial position is -1.
7558
7559 2006-05-24  Jackson Harper  <jackson@ximian.com>
7560
7561         * TreeNodeCollection.cs: Dont't recalculate the visible order on
7562         inserted nodes that aren't visible.  This changes the
7563         max_visible_order which confuses scrollbar settings.
7564         - Use the enumerator to get the prev node instead of duplicating
7565         code.
7566         * TreeView.cs: Use new method for setting scrollbar values
7567         - Don't set the bounds every time the scrollbar is updated
7568         - When updating below the root node use an invalidate instead of a
7569         refresh to prevent the child controls (scrollbars) from being
7570         refreshed. (UpdateBelow still needs to be reworked anyways).
7571         - Reenable SetBottom now that visible orders are set correctly,
7572         added some debug code incase we ever get bad values there again.
7573         - Set the scrollbar max to 2 less then the max value, this
7574         compensates for the max value being one above the node count, and
7575         for scrollbars adding one extra "notch".
7576         - When drawing image nodes if there is an imagelist we draw the
7577         first image in the list if the supplied image index is out of the
7578         image list's bounds.
7579         
7580 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7581
7582         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
7583           we receive a size change from the WM (Fixes #78503)
7584
7585 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
7586
7587         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
7588           rectangle (Fixes #78501)
7589
7590 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
7591
7592         * ButtonBase.cs: 
7593           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
7594             as a bitfield.
7595           - Fixed MouseMove to no longer switch pressed state unless the left
7596             mouse button is pressed. Atsushi provided the original patch (#78485)
7597           
7598 2006-05-24  Jackson Harper  <jackson@ximian.com>
7599
7600         * ScrollBar.cs: New internal methods that allow us to change a
7601         couple values on the scrollbar (the most common case is maximum
7602         and large change) without getting multiple invalidates.
7603
7604 2006-05-24  Chris Toshok  <toshok@ximian.com>
7605
7606         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
7607         (Edit): save off the original state in oldState, and set
7608         grid.is_editing to true.
7609         (OnKeyDown): abort editing if escape is pressed.  also, call
7610         NextState if space is pressed.
7611         (OnMouseDown): call NextState.
7612         (NextState): factor out shared code from OnKeyDown and OnMouseDown
7613         here.  Also, only invalidate the row header once (on the initial
7614         is_changing switch) to save on redraws.
7615
7616 2006-05-24  Chris Toshok  <toshok@ximian.com>
7617
7618         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
7619         if the value in the cell is different than it was before.  This
7620         keeps us from triggering a layout when we move around a datarid
7621         with a highlighted cell.
7622         (Edit): suspend layout when creating/positining the text box, and
7623         resume passing false so we don't ever actually re-layout.
7624         (ReleaseHostedControl): same.
7625         (EnsureTextBox): reformat slightly, and set WordWrap to false.
7626
7627         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
7628         control-key sequences should go to the datagrid - remove that
7629         lock.  Also, modify the conditions under which we move between
7630         cells when moving the cursor within a cell, and remove the "this"
7631         and "base" from field accesses.  We weren't even consistent, given
7632         they all were in the base class.
7633
7634 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
7635
7636         * Binding.cs : (.ctor)
7637           An obvious NRE fix for BindingTest.CtorNullTest().
7638
7639 2006-05-23  Chris Toshok  <toshok@ximian.com>
7640
7641         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
7642         them between lines.  This fixes some quirks editing cells in the
7643         datagrid.
7644
7645 2006-05-23  Jackson Harper  <jackson@ximian.com>
7646
7647         * TreeView.cs: Use begin/end update when doing expand/collapse all
7648         so that we don't get flicker on the scrollbar.
7649
7650 2006-05-23  Jackson Harper  <jackson@ximian.com>
7651
7652         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
7653         treenode calculations to be independant of the painting code. To
7654         do this nodes track a visible order which is calculated by the
7655         treeview.
7656         - Call new methods for expanding/collapsing nodes.  These methods
7657         use scrollwindow so we don't have to update everything below the
7658         node.
7659         * TreeView.cs: Refactored drawing and scrolling code.  We don't
7660         need to update nodes when drawing anymore or calculate scrollbar
7661         stuff.
7662         - Added new methods for expanding/collapsing nodes. These methods
7663         use ScrollWindow so as to not have to redraw all the nodes below.
7664         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
7665         we add/remove nodes or sort.
7666         - Handle removing the selected and the top node properly.
7667
7668 2006-05-23  Chris Toshok  <toshok@ximian.com>
7669
7670         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
7671         maybe this should actually happen in the datagrid code?
7672         (EndEdit): no need to invalidate anything, given that
7673         ReleaseHostedControl causes the datagrid to relayout, which
7674         invalidates everything anyway.
7675
7676         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
7677         in SetCurrentCell).
7678         (set_SelectionBackColor): call InvalidateSelection instead of
7679         Refresh.
7680         (set_SelectionForeColor): same.
7681         (BeginEdit): Flesh this out a bit.
7682         (CancelEditing): only do any of this if we're editing/adding.
7683         (EndEdit): same.
7684         (OnMouseDown): there's no need to cancel editing here, it's done
7685         in SetCurrentCell.
7686         (SetCurrentCell): only invalidate the current row header if it's a
7687         different row than the new one.
7688         (ShiftSelection): fix this to work like MS does.
7689         (ResetSelection): factor out the invalidation of selected_rows to
7690         InvalidateSelection.
7691         (SetDataSource): cancel any editing that's going on.
7692
7693         * DataGridColumnStyle.cs
7694         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
7695         call the non-interface version.
7696
7697         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
7698         header rectangle with the clip rectangle so we don't redraw the
7699         entire header for just a small area.  Gets rid of the last flicker
7700         when horizontally scrolling.
7701         (DataGridPaintRow): same.
7702
7703 2006-05-23  Mike Kestner  <mkestner@novell.com>
7704
7705         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
7706         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
7707         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
7708         Critical bug report.
7709
7710 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7711
7712         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
7713           and this fixes #78493
7714
7715 2006-05-23  Miguel de Icaza  <miguel@novell.com>
7716
7717         * Theme.cs (GetSizedResourceImage): Scale images if the proper
7718         size is not found.  
7719         
7720         * FileDialog.cs: Do not change the background for the side bar as
7721         it wont work nicely with the theme, and also reduces the artifacts
7722         in rendering the icons (which I want to fix too).
7723
7724         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
7725         resources, not resgen resources. 
7726
7727         (PlatformDefaultHandler): Pull images using the new API.
7728
7729 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
7730
7731         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
7732           a reference to the hwnd and will not remove it unless there are
7733           no pending exposures (fixes #78341)
7734         * XplatUI.cs: Improved debug
7735
7736 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
7737
7738         * MenuAPI.cs : don't handle OnClick event when it was not the left
7739           button. Fixed bug #78487.
7740
7741 2006-05-23  Mike Kestner  <mkestner@novell.com>
7742
7743         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
7744         prefer submenus to the top menu for item lookup, to avoid popping down
7745         top-row items.
7746
7747 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
7748
7749         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
7750           Graphics.FillRectangle as the visual results are really bad (even
7751           on win). We now draw perfect arrows (and perfect shadows when the
7752           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
7753           Pen.DashPattern to draw the dots of each line.
7754
7755 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
7756
7757         * FileDialog.cs: Update the filename combobox when navigating through
7758           the ListView with the cursor keys. Fixes part 7 of bug #78446.
7759
7760 2006-05-22  Mike Kestner  <mkestner@novell.com>
7761
7762         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
7763         Fixes #78463.
7764
7765 2006-05-22  Mike Kestner  <mkestner@novell.com>
7766
7767         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
7768         requests. Fix a misspelled parameter and a copy paste exception error
7769         in Select.
7770
7771 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
7772
7773         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
7774           to get the same width/height (5/13) on X11 as the default font has on
7775           win32. This means that our DefaultFont emSize is smaller than the 
7776           the MS SWF equivalent (even thought the width/height stays the same)
7777
7778 2006-05-20  Jackson Harper  <jackson@ximian.com>
7779
7780         * MdiClient.cs:
7781         * MdiWindowManager.cs:
7782         * InternalWindowManager.cs: Make sure to use the border width from
7783         the theme.
7784
7785 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
7786
7787         * PrintDialog.cs: Implements printer details
7788
7789 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
7790
7791         * FileDialog.cs: Added focus handling for PopupButtonPanel.
7792           Fixes part 1 and 2 of bug #78446
7793
7794 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
7795
7796         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
7797           instead of sticking to the first ever calculated value
7798
7799 2006-05-19  Mike Kestner  <mkestner@novell.com>
7800
7801         * ComboBox.cs: fix mouse motion selection to use MousePosition and
7802         PointToClient, since Capture is set. Fixes #78344.
7803
7804 2006-05-19  Mike Kestner  <mkestner@novell.com>
7805
7806         * ListView.cs: match MS behavior in Details view where items are not
7807         drawn if Columns.Count == 0. 
7808         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
7809         Use a separate pen to draw the check, since changing the width affects
7810         the box as well.  Fixes #78454.
7811
7812 2006-05-18  Miguel de Icaza  <miguel@novell.com>
7813
7814         * ListView.cs: ArgumentOutOfRangeException, single versions of the
7815         exception should throw the name of the invalid argument.
7816
7817         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
7818         there are no files listed. 
7819
7820 2006-05-18  Jackson Harper  <jackson@ximian.com>
7821
7822         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
7823         up.
7824
7825 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7826
7827         * Control.cs: Brought back our old UpdateZOrder method as a private
7828           function and switched our calls from UpdateZOrder to the new one.
7829           This fixes the Paint.Net canvas disappearing bug.
7830
7831 2006-05-18  Jackson Harper  <jackson@ximian.com>
7832
7833         * Theme.cs:
7834         * ThemeWin32Classic.cs:
7835         * InternalWindowManager.cs: Move the drawing into the theme,
7836         expose everything the theme should need from the window manager.
7837
7838 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7839
7840         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
7841           from the call to NativeWindow to avoid walking up the parent chain
7842           further than needed (speeds up setting cursors and avoids setting
7843           the wrong cursor if a parent has another cursor defined)
7844         * Cursor.cs: When loading an icon as cursor, MS uses the center of
7845           the icon as hotspot, not what's contained as hotspot in the icon
7846           file. This fixes the perceived drawing offset seen with Paint.Net
7847         
7848 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
7849
7850         * XplatUIX11.cs: 
7851           - Store the calculated rectangle in Hwnd object and use it when 
7852             setting the client size
7853           - Force Toolwindows to always be type Dock, to ensure they're on top
7854
7855 2006-05-18  Mike Kestner  <mkestner@novell.com>
7856
7857         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
7858         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
7859         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
7860         Substantial refactoring to remove confusing nested classes. Coding
7861         standard and Get+Set->property refactorings.  Shift to index based
7862         highlighting in ComboListBox instead of constantly using IndexOf and
7863         Items[]. Add invalidations on resize for DropDownList to fix ugliness
7864         in FileDialog growth.  Draw borders manually since Simple mode needs
7865         to look like two independent controls.  Make listbox border
7866         conditional to DropDownStyle.  Improved OwnerDraw support.
7867
7868 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
7869
7870         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
7871         Don't set the disposed graphics to null, so we can throw the "right"
7872         exception if the graphics is reused later (added a flag to avoid 
7873         double disposing). Some behaviours are different under 2.0 and are
7874         filled under bug #78448.
7875
7876 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
7877
7878         * Control.cs: When double-buffering is enabled, we need to reset
7879           our graphics context between paint calls. Otherwise, any 
7880           transformations and other alterations on the context will 
7881           become cumulative (#77734)
7882
7883 2006-05-18  Mike Kestner  <mkestner@novell.com>
7884
7885         * ListView.cs: do focused item selection like MS on clicks. 
7886         Rework focus handling for ItemControl so LostFocus invalidates as
7887         well.
7888         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
7889         the ListView ItemControl has focus.
7890
7891 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
7892
7893         * XplatUIX11.cs: If client_window ends up being width or height zero
7894           due to border settings, move it off window inside whole_window (#78433)
7895
7896 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7897
7898         * Mime.cs: Shrink the mime file cache correctly.
7899
7900 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
7901
7902         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
7903
7904 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7905
7906         * XplatUIX11.cs (AddExpose): More sanity checks
7907
7908 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7909
7910         * XplatUIX11.cs:
7911           - AddExpose: Don't add expose ranges outside the size of our
7912             window
7913           - Cast opacity values to Int32 to avoid crashes with certain
7914             values
7915           - Added disabled code paths that protect against illegal cross-
7916             thread painting (Developers.exe)
7917
7918 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7919
7920         * ProgressBar.cs: Invalidate the control when it's resized
7921           since block size is based on control size. (#78388)
7922
7923 2006-05-16  Miguel de Icaza  <miguel@novell.com>
7924
7925         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
7926         of setting the incoming argument to the "reset" value, we set the
7927         this.datamember to string.empty (before we were invalidating the
7928         incoming data).   
7929
7930         Fixes 78420
7931
7932 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7933
7934         * Form.cs: Only apply transparency settings after the form
7935           is created. (Fixes #77800)
7936
7937 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
7938
7939         * ApplicationContext.cs: Grab the HandleDestroyed event so
7940           we know when to fire OnMainFormClosed 
7941
7942 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7943
7944         * Application.cs: Introduced sub-class to allow tracking of
7945           threads and centralized triggering of the event mess for
7946           ThreadExit, AppExit, etc..  (#76156)
7947
7948 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
7949
7950         * MimeIcon.cs:
7951           - Do not return a null icon index value for a mime subclass.
7952             Instead try the main mime type class too.
7953           - Seems that some newer distributions don't have a link to some
7954             gnome default icons anymore. So check the default gnome dir too.
7955           
7956
7957 2006-05-16  Jackson Harper  <jackson@ximian.com>
7958
7959         * MdiClient.cs: Don't paint the parent background image if we have
7960         our own background image.
7961
7962 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
7963
7964         * Control.cs:
7965           - PerformLayout: Do not shrink space filled by DockStyle.Fill
7966             controls, all filled controls are supposed to overlap (#78080)
7967           - UpdateZOrder is supposed to update the control's z-order in the
7968             parent's z-order chain. Fixed to behave like that
7969           - BringToFront: Removed obsolete code
7970           - SendToBack: Simplyfied
7971           - SetChildIndex: Trigger layout calculations when Z-order changes
7972             since layout is done by z-order
7973
7974 2006-05-16  Chris Toshok  <toshok@ximian.com>
7975
7976         [ fixes bug #78410 ]
7977         * DataGrid.cs (set_AlternatingBackColor): use
7978         grid_drawing.InvalidateCells instead of Refresh().
7979         (set_BackColor): call grid_drawing.InvalidateCells.
7980         (set_BackgroundColor): use Invalidate instead of Refresh.
7981
7982         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
7983         invalidate the cell area.
7984
7985 2006-05-15  Chris Toshok  <toshok@ximian.com>
7986
7987         [ fixes bug #78011 ]
7988         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
7989         on to DataGridPaintRow.
7990         (DataGridPaintRow): take a clip argument, and only draw the cells
7991         which intersect it.  same with the not_usedarea.
7992
7993         * Theme.cs (DataGridPaintRow) add @clip parameter.
7994
7995         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
7996         XplatUI.ScrollWindow.
7997         (ScrollToRow): same.
7998
7999         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
8000         with last column which was causing a gray swath to appear with the
8001         XplatUI.ScrollWindow code.
8002
8003 2006-05-15  Chris Toshok  <toshok@ximian.com>
8004
8005         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
8006         use XplatUI.ScrollWindow.
8007         (VerticalScrollEvent): use XplatUI.ScrollWindow.
8008
8009 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
8010
8011         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
8012
8013 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
8014
8015         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
8016           file since there are no equivalent X11 cursors
8017
8018 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8019
8020         * MonthCalendar.cs : DateTimePicker should reflect selected date
8021           on mouse*up*, not mouse*down*. Fixed originally reported part of
8022           bug #76474.
8023
8024 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
8025
8026         * TabControl.cs : When argument index is equal or more than tab
8027           count, just ignore. Fixed bug #78395.
8028
8029 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
8030
8031         * Control.cs: Dispose all child controls when control is diposed (#78394)
8032
8033 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8034
8035         * ColorDialog.cs: Finally it is possible to select the color with
8036           the text boxes
8037
8038 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8039
8040         * PrintDialog.cs: Fix typo
8041
8042 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
8043
8044         * PrintDialog.cs: PrintDialog is not resizable
8045         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
8046           color. Made some ToolBar drawing methods protected virtual.
8047
8048 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
8049
8050         * PrintDialog.cs: Implementation of the PrintDialog
8051
8052 2006-05-12  Chris Toshok  <toshok@ximian.com>
8053
8054         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
8055         thumb, instead use MoveThumb.  This has the side effect of making
8056         most of the other thumb moving machinery use MoveThumb as well.
8057         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
8058         need to actually invalidate the rectangle where the new thumb will
8059         go.
8060         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
8061         We force an Update() after, so it's not as fast as it could be,
8062         but at least there's zero flicker and no droppings.
8063         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
8064         (UpdateThumbPos): add another argument (dirty), which says whether
8065         or not to calculate/add dirty regions which we later invalidate.
8066         For cases where we know we're going to use MoveThumb, we pass
8067         false for this.  Otherwise, pass true.
8068
8069 2006-05-12  Jackson Harper  <jackson@ximian.com>
8070
8071         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
8072         the status bar.
8073         
8074 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
8075
8076         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
8077           and GetClipRegion methods and UserClipWontExposeParent property.
8078         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
8079           overriding UserClipWontExposeParent property, setting to false, since
8080           Win32 handles the required expose messages to draw our clipped parent
8081           areas internally
8082         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
8083           PaintEventStart to set the user clip region if set.
8084         * Control.cs: 
8085           - Now internally tracking the Region for the control since we need to
8086             store it if the handle is not yet created and only set it when it
8087             becomes created. Before setting the region forced handle creation
8088           - Added code to draw the parents underneath a user-clipped region
8089         * Hwnd.cs: Added UserClip property
8090
8091 2006-05-12  Chris Toshok  <toshok@ximian.com>
8092
8093         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
8094         (set_Maximum): same.
8095         (set_Minimum): same.
8096         (set_SmallChange): same.
8097         (OnMouseUpSB): remove the call to refresh when releasing the
8098         thumb.  We shouldn't need it.
8099         
8100 2006-05-12  Miguel de Icaza  <miguel@novell.com>
8101
8102         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
8103         AutoSize set to None, we do not need to relayout everything, we
8104         just need to invalidate the current region.
8105
8106         (Draw): Do not draw the entire ClientArea, just redraw the
8107         clip area being passed.
8108
8109         * MdiClient.cs: Make MdiClient constructor with the Form argument
8110         internal. 
8111
8112 2006-05-12  Jackson Harper  <jackson@ximian.com>
8113
8114         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
8115         parents background image,  but strangely not their own.
8116         - (DrawStatusBarPanel): Take into account horizontal alignment
8117         when drawing the strings and icons.
8118
8119 2006-05-12  Mike Kestner  <mkestner@novell.com>
8120
8121         * ListBox.cs: avoid invalidations for focus when the collection is
8122         empty. 
8123
8124 2006-05-12  Chris Toshok  <toshok@ximian.com>
8125
8126         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
8127         invalidate the entire thumb area.  Call InvalidateDirty which
8128         limits the redraw to the thumb itself and surrounding pixels.
8129
8130         * XplatUIX11.cs (ScrollWindow): optimize copying.
8131         
8132 2006-05-12  Chris Toshok  <toshok@ximian.com>
8133
8134         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
8135         Figure out the positioning/layout in a single pass instead of
8136         multiple recursive invocations.  Speeds up the initial display of
8137         the data grid.  Also, make many things private that were
8138         originally public but unused outside this class.
8139
8140 2006-05-11  Jackson Harper  <jackson@ximian.com>
8141
8142         * MdiClient.cs: Improved layout code.
8143
8144 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
8145
8146         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
8147           not SelectedObject.
8148
8149 2006-05-11  Chris Toshok  <toshok@ximian.com>
8150
8151         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
8152         union of that will always be {0,0,width,height}.
8153
8154 2006-05-11  Jackson Harper  <jackson@ximian.com>
8155
8156         * Form.cs: Match MS's DefaultSize for forms (they must have
8157         changed the size in sp2).
8158
8159 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
8160
8161         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
8162
8163 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
8164
8165         * TextControl.cs : Fixed bug #78109. This incorrect position
8166           comparison caused crash on automatic line split.
8167         * TextBoxBase.cs : reduce duplicate code.
8168
8169 2006-05-10  Jackson Harper  <jackson@ximian.com>
8170
8171         * MdiClient.cs: Active form is only sent to the back when using
8172         the Next form functionality, when a form is clicked the current
8173         active shouldn't be sent to the back.
8174         - Layout the mdi windows when the container is first made visible.
8175         * Form.cs: Give the MdiClient a ref to the containing form when we
8176         create it.
8177         
8178 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
8179
8180         * LinkLabel.cs : link_font could be uninitialized, so populate one
8181           before actual use. Fixed bug #78340.
8182
8183 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
8184
8185         * XplatUIX11.cs : clipboard format native value is IntPtr.
8186           Fixed bug #78283.
8187
8188 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8189
8190         * Control.cs: 
8191           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
8192             which is passed up the parent chain by DefWndProc
8193           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
8194             to DefWndProc (#77956)
8195         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
8196
8197 2006-05-10  Jackson Harper  <jackson@ximian.com>
8198
8199         * MdiClient.cs: We need to remove the controls from the mdi
8200         collection, when we close the window.
8201         * MdiWindowManager.cs: Special handling of closing mdi windows.
8202         * InternalWindowManager.cs: Make the close method virtual so the
8203         mdi window manager can handle it specially.
8204
8205 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
8206
8207         * DataGrid.cs:
8208           - Recalculate grid when the data source has changed
8209           - Matches styles provided by user from all data sources types
8210         * DataGridTableStyle.cs: For columns that provided by the user set the
8211         with the preferred value is there was unassigned.
8212         * CurrencyManager.cs: throw OnItemChanged event
8213
8214 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
8215
8216         * PictureBox.cs: Don't animate until handle is created. Start animation
8217           when handle is created.
8218
8219 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8220
8221         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
8222           current codebase.
8223         * XEventQueue.cs: We don't need to provide the extra info
8224
8225 2006-05-10  Jackson Harper  <jackson@ximian.com>
8226
8227         * MdiClient.cs: If the mdi clients parent form has a background
8228         image set, we draw that background image for the mdi area's
8229         background.
8230
8231 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
8232
8233         * TextBoxBase.cs: Set IBeam cursor (#78347)
8234
8235 2006-05-10  Mike Kestner  <mkestner@novell.com>
8236
8237         * ToolBar.cs: fix some text padding issues with ButtonSize
8238         calculation. Update the default size to match MS documentation.
8239         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
8240         button size. Fixes #78296.
8241
8242 2006-05-10  Mike Kestner  <mkestner@novell.com>
8243
8244         * ListBox.cs: use is_visible for scrollbar positioning in case the
8245         control isn't on screen yet.  Fix off by one with Right vs Width
8246         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
8247         
8248 2006-05-10  Jackson Harper  <jackson@ximian.com>
8249
8250         * X11Dnd.cs: Drop to a control with another control on top of it.
8251         * ToolBar.cs: Work on a copy of the buttons list, so that it can
8252         be modified in click handlers. TODO: Look for similar problems in
8253         other controls.
8254
8255 2006-05-09  Jackson Harper  <jackson@ximian.com>
8256
8257         * Form.cs: Window managers need the old window state when setting
8258         window state now.
8259         * InternalWindowManager.cs: Allow the base mdi window manager to
8260         handle more of the MDI only stuff (like maximize buttons).
8261         * MdiWindowManager.cs: Fix some snafus in changing the window
8262         state.  Add all the menu functionality, for both popup and
8263         maximized menus.
8264         * MdiClient.cs: When a new form is selected the currently
8265         activated form is sent to the back, this matches MS.
8266         - Implement a new method to activate the next mdi child window.
8267
8268 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
8269
8270         * Control.cs: 
8271           - Added new InternalCapture method to allow controls to prevent
8272             the capture behaviour on the click handlers
8273           - Switched to use InternalCapture
8274         * ComboBox.cs:
8275           - Using InternalCapture to prevent mouse captures from being released
8276             on mouse button release (Fixes #78100)
8277         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
8278           returns Form borders if a caption is present. (Fixes #78310)
8279
8280 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
8281
8282         * TreeNode.cs: Changed serialization .ctor to not require every field
8283           to be present. (#78265)
8284         * OwnerDrawPropertyBag.cs: Added serialization .ctor
8285
8286 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
8287
8288         * MimeIcon.cs: for is faster than foreach for strings.
8289
8290 2006-05-05  Mike Kestner  <mkestner@novell.com>
8291
8292         * CheckedListBox.cs: update check handling code to not use selected.
8293         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
8294         behavior for visual feedback, motion response, shift/ctrl handling,
8295         and properly deal with all 4 selection modes. Updates to bounds
8296         handling logic.  Add scroll wheel support. [Fixes #77842]
8297
8298 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8299
8300         * ListView.cs:
8301           - Moved adding of Implicit controls into .ctor. That way, subsequent
8302             creation of the controls will not cause them to think they are 
8303             toplevel windows (fixes #78200 header problem)
8304           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
8305           - Switched visibility setting of header control to use internal field
8306             to avoid triggering handle creation
8307           - Now checking if handle is created before causing a refresh when items
8308             are added (This makes us now match handle creation time with MS)
8309         * Splitter.cs: Removed loading of private splitter cursor, switched to
8310           Cursors version now that that is loading the right ones
8311         * Cursors.cs: Load proper splitter cursors from resources
8312         * Cursor.cs: Added second method of loading resource cursors for the 
8313           VS.Net users amongst us
8314
8315 2006-05-05  Mike Kestner  <mkestner@novell.com>
8316
8317         * ListView.cs: give header_control a minimum size based on the
8318         ListView size.
8319
8320 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
8321
8322         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
8323           window seems to do that with metacity, so set that type. (#78120)
8324
8325 2006-05-05  Mike Kestner  <mkestner@novell.com>
8326
8327         * ListViewItem.cs: fix Details mode checkbox layout bug.
8328         * ThemeWin32Classic.cs: draw a ListView column header for unused space
8329         at the end of the header, if it exists. [Fixes for #78200]
8330
8331 2006-05-04  Jackson Harper  <jackson@ximian.com>
8332
8333         * MdiClient.cs: Add a helper property to get the container form.
8334         * MdiWindowManager.cs: We have to make sure to use the menu origin
8335         when drawing the icons and buttons, this fixes maximized window
8336         icons/buttons on win32.
8337         * InternalWindowManager.cs: Reset the restore captions when a
8338         window goes from Maximized to Minimized and vice versa. Move the
8339         DrawMaximizedButtons into the MdiWindowManager source, tool
8340         windows can't be maximized. NOTE: This could use a little
8341         refactoring if time ever permits.
8342         
8343 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8344
8345         * TextBox.cs: Add MWFCategoryAttributes
8346         * TextBoxBase.cs: Add MWFCategoryAttributes
8347         * Form.cs: Add MWFCategoryAttributes
8348
8349 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
8350
8351         * Control.cs: Add MWFCategoryAttributes
8352         * ScrollableControl.cs: Add MWFCategoryAttributes
8353
8354 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
8355
8356         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
8357           Divider is true. Fix a little glitch in PropertyToolBar
8358           drawing code
8359
8360 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
8361
8362         * Control.cs:
8363           - Dispose: Call base.Dispose, this causes the disposed event
8364             to be fired (and probably other, more important stuff)
8365           - SetVisibleCore: Set is_visible to true after creating the
8366             window so that the window still gets created invisible (if
8367             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
8368             to generate a WM_ACTIVE message
8369         * Form.cs: Call Dispose when we want to destroy the window, instead of
8370           just destroying the handle (Dispose will do that for us)
8371         * XplatUIX11.cs:
8372           - RootWindow also needs a queue, so we can properly process the
8373             property change events from RootWindow (like Activate)
8374           - Generatic synthetic WM_ACTIVE message when the active window is
8375             being destroyed
8376
8377 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8378
8379         * LinkLabel.cs: Trigger a recalc of our label dimensions when
8380           bounds are changed
8381
8382 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
8383
8384         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
8385           for determining width and height (image might not be assigned if
8386           we're drawing an imagelist)
8387
8388 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
8389
8390         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
8391         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
8392           height from system
8393         * Theme.cs: No longer returns hardcoded menu height, instead calls
8394           new driver method
8395         * Form.cs (OnLoad): Scaling happens before triggering Load events 
8396           on MS (# 78257)
8397
8398 2006-05-01  Mike Kestner  <mkestner@novell.com>
8399
8400         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
8401
8402 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
8403
8404         * TextBoxBase.cs: Removed Fixme
8405         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
8406
8407 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
8408
8409         * XplatUIX11.cs:
8410           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
8411             the rectangle relative to the parent, considering borders. We
8412             don't really want that.
8413           - ScrollWindow: Fixed warning to be more understandable
8414         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
8415           scrollbars and scroll only the visible area
8416         * RichTextBox.cs: Removed debug output
8417
8418 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8419
8420         * NumericUpDown.cs (Text): Just use base
8421         * UpDownBase.cs: Ensure txtView is created before using it
8422
8423 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8424
8425         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
8426           casting to IntPtr to avoid 64bit overflow errors
8427
8428 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8429
8430         * Control.cs:
8431           - AllowDrop: Don't force handle creation.
8432           - CreateHandle: Added call to tell driver if we're allowed to drop
8433
8434 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8435
8436         * FileDialog.cs: Remember the last directory not only for the
8437           current instance but also for new FileDialog instances.
8438
8439 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
8440         
8441         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
8442           broke sending async messages
8443
8444 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
8445
8446         * XplatUIX11.cs:
8447           - ScrollWindow: Fixed method. We finally generate expose events again
8448             for scrolled areas. This was causing 'garbage' when scrolling
8449             textbox and other controls that used ScrollWindow
8450           - Switched from using the regular queue for paint events to the MS 
8451             model of 'generating' paint events when the queue is empty.
8452             We use the new XQueueEvent.Paint subclass to store which windows
8453             need painting.
8454           - AddExpose now takes the x/y/width/height of the exposed area
8455             and inserts the window into the paint queue if not already there
8456           - InvalidateWholeWindow: Switched to use new AddExpose method
8457           - UpdateMessageQueue: Added which queue to monitor for paint events
8458           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
8459             the unlikely case nothing above handles it. We reset the expose
8460             pending states to get them off the queue.
8461           - GetMessage: Now pulls a paint event if no other events are in the
8462             queue
8463           - Invalidate: Switched to new AddExpose method
8464           - PeekMessage: Updated to understand pending paint events
8465           - UpdateWindow: Fixed logic bug. We were only updating if the window
8466             didn't need updating. Also switched to sending WM_PAINT directly,
8467             like MS does.
8468         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
8469           and random access Remove(). The random access is needed to handle
8470           UpdateWindow() where a WM_PAINT is sent directly without accessing
8471           the queue.
8472         * ScrollBar.cs: Added Update() calls to cause immediate updates to
8473           allow for better feedback when scrolling. Scrollbars are small and
8474           the immediate update should make it 'feel' more responsive without
8475           slowing things down. ScrollBar still needs it's invaliate logic
8476           updated to not always invalidate the whole bar on certain changes.
8477
8478 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8479
8480         * Control.cs:
8481         (BackColor): if the control does not support a transparent background,
8482         return the default backcolor when the parent backcolor is transparent.
8483
8484 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
8485
8486         * Application.cs: Updated to new StartLoop/GetMessage API
8487         * RichTextBox.cs: Provide some output on RTF parsing errors
8488         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
8489           new queue_id argument to GetMessage and PeekMessage to allow faster
8490           handling of per-thread queues in drivers.
8491         * Hwnd.cs: Added Queue tracking and property
8492         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
8493         * XEventQueue.cs: Added thread trackingA
8494         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
8495         * XplatUIX11.cs:
8496           - Implemented new per-thread queue
8497           - GetMessage: Fixed return/break behaviour on several cases. We were
8498             returning stale messages in some cases, instead of just processing
8499             the next message
8500
8501 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8502
8503         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
8504
8505 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
8506
8507         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
8508           fixed off-by-one comparisons between Width/Height and Right/Bottom.
8509
8510 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
8511
8512         * PropertyGridView.cs: Fix drop down width.
8513
8514 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8515
8516         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
8517           a mess in DrawToolBar, so I removed one of them.
8518
8519 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
8520
8521         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
8522           needed (clip). Otherwise we get artifacts.
8523
8524 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8525
8526         * FixedSizeTextBox.cs: Added constructor to allow specifying which
8527           dimension is fixed
8528         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
8529           and switched FixedSizeTextBox to only be fixed vertical (#78116)
8530         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
8531           if it matches the scale base font (avoids unneeded scaling)
8532
8533 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8534
8535         * X11DesktopColors.cs: One gtk_init_check should be enough
8536
8537 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
8538
8539         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
8540           match MS behaviour
8541
8542 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
8543
8544         * TextBoxBase.cs: 
8545           - Generate OnTextChanged for Backspace even if we're only deleting
8546             the current selection
8547           - When setting the Text property, only select all text if the
8548             control does not have focus when it is being set. Otherwise
8549             just place the cursor at the beginning of the control
8550
8551 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
8552
8553         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
8554           Added a little helper to draw PropertyGrid ToolBar with a different
8555           border and a different BackColor.
8556         * PropertyGrid.cs: Some background parts didn't get painted with the
8557           correct background color. Added a class that helps us to draw the
8558           correct border for PropertyGridView and a class that helps us to
8559           draw ToolBars with a different backcolor
8560         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
8561
8562 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
8563
8564         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
8565         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
8566
8567 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8568
8569         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
8570           into the palette entries. Also, since we're working on a copy
8571           we needed to copy the palette back onto the bitmap.
8572         * Cursor.cs: Same fix as XplatUIWin32.cs.
8573
8574 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
8575
8576         * ImageListStreamer.cs: Need to read the var (or we're off)
8577
8578 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
8579
8580         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
8581           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
8582           TextBoxBase.cs: Unused var fixes
8583         * AxHost.cs: Small 2.0 fix
8584         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
8585           as it seems that is what at least Metacity expects. This will make
8586           icons show up on 64bit platforms. We still have some 64bit size
8587           issues, though, since the startup app window size still won't match.
8588
8589 2006-04-25  Mike Kestner  <mkestner@novell.com>
8590
8591         * *.cs: cleanup newly reported exception var unused warnings.
8592
8593 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8594
8595         * ThemeWin32Classic.cs: Button image alignment now matches exactly
8596           ms
8597
8598 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8599
8600         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
8601           image. The image position is always the same, no matter if the
8602           button is pressed or not.
8603
8604 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
8605
8606         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
8607           selection and set the correct filename for SaveFileDialog.
8608           Patch by Emery Conrad.
8609
8610 2006-04-24  Mike Kestner  <mkestner@novell.com>
8611
8612         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
8613         check for item.X outside the ClientRect instead of item.Y. Fixes
8614         #78151.
8615
8616 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8617
8618         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
8619         trust that value blindly and do some sanity check. Fixes bug #77814.
8620
8621 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8622
8623         * ImageListStreamer.cs: save the mask as a 1bpp image.
8624
8625 2006-04-21  Mike Kestner  <mkestner@novell.com>
8626
8627         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
8628         pass Checked and Indeterminate to the Theme Engine. Improve
8629         encapsulation with ListBox.
8630         * ListBox.cs: Keep a StringFormat instead of calculating it every item
8631         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
8632         nested types.  Move all CheckState functionality to CheckedListBox.
8633         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
8634         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
8635         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
8636         single base list. Fix scrollbar sizing and placement to mirror MS.
8637         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
8638         used.
8639         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
8640         for CheckedListBox by using new DrawItemState info.  Center the
8641         checkboxes on the items. Use new StringFormat property.
8642
8643 2006-04-18  Jackson Harper  <jackson@ximian.com>
8644
8645         * Form.cs: MdiChildren don't do default locations the same way as
8646         regular forms.  This prevents a crash when trying to position the
8647         mdi windows.
8648
8649 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
8650
8651         * PropertyGridTextBox.cs: Formatting, copyright
8652         * PropertiesTab.cs: Formatting
8653         * PropertyGrid.cs: Formatting
8654         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
8655           click toggling of values
8656           
8657 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
8658
8659         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
8660         * Control.cs (.ctor): verify_thread_handle is static, don't reset
8661           every time a control is created
8662         * Application.cs: Removed obsolete EnableRTLMirroring method
8663
8664 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
8665
8666         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
8667         SelectedIndex to -1. Fixes bug #78121.
8668
8669 2006-04-17  Jackson Harper  <jackson@ximian.com>
8670
8671         * Binding.cs: Handle null values for Current and BindingContext.
8672         This occurs when binding is a little delayed.
8673         * CurrencyManager.cs: return null for Current when there are no
8674         items in the list.
8675         - Hookup to the listchanged event on the DataView and update
8676         bindings when the list is changed.  This fixes late binding of
8677         controls.
8678
8679 2006-04-17  Jackson Harper  <jackson@ximian.com>
8680
8681         * X11Dnd.cs:
8682         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
8683         Ringenbach.
8684
8685 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
8686
8687         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
8688           place
8689         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
8690           with the correct ButtonState
8691
8692 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
8693
8694         * XplatUIX11.cs: Improved distinguishing between window types to
8695           tell the WM a type closer to what the app wants (Fixes #78107)
8696
8697 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8698
8699         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
8700           GrabHandle
8701
8702 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
8703
8704         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
8705           drawing code to reflect the size grip changes
8706
8707 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8708
8709         * ImageListStreamer.cs: fix handling of the mask that follows the main
8710         bitmap when deserializing and serialize it properly. The generated mask
8711         should better be a 1bpp image, but I'll do that later.
8712
8713 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8714
8715         * FileDialog.cs: Show something in the DirComboBox on *nix if the
8716           path doesn't fit into some of our Current.Places
8717
8718 2006-04-13  Jackson Harper  <jackson@ximian.com>
8719
8720         * ComboBox.cs: Use borders instead of drawing our own decorations,
8721         try to obey correct rules for heights.
8722         * Theme.cs:
8723         * ThemeNice.cs:
8724         * ThemeClearLooks.cs:
8725         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
8726         this is now handled by borders.
8727         - Remove unused DrawListBoxDecorationSize method.
8728         
8729 2006-04-13  Mike Kestner  <mkestner@novell.com>
8730
8731         * MenuAPI.cs: null guarding for the disbled click check fixes crash
8732         reported by Alex.
8733
8734 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
8735
8736         * ThemeWin32Classic.cs: 
8737           - Fixed CPDrawStringDisabled
8738           - Corrected drawing of disabled menu items
8739           - Fixed drawing of disabled radio buttons (bug #78095)
8740           - Draw check in a disabled CheckBox with color ControlDark 
8741
8742 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8743
8744         * Form.cs: Use the provided width when calculating the menu size;
8745           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
8746           and ClientSize.Width won't be updated yet
8747         * Application.cs: Use Visible instead of Show() to make form visible,
8748           this way we create the handle later and menusize is considered
8749
8750 2006-04-12  Mike Kestner  <mkestner@novell.com>
8751
8752         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
8753         reporting.
8754
8755 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8756
8757         * TextBox.cs: Implemented context menu
8758
8759 2006-04-12  Mike Kestner  <mkestner@novell.com>
8760
8761         * ListView.cs: implement box selection. fixes #77838.
8762         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
8763
8764 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8765
8766         * XplatUIX11.cs: Added setting of window type when transient window
8767           is created (metacity would move it otherwise)
8768         * X11Structs.cs: Added WINDOW_TYPE atoms
8769         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
8770           background (the control is Opaque but still wants transparent
8771           backgrounds)
8772
8773 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8774
8775         * Control.cs: Added OnPaintBackgroundInternal to allow controls
8776           that set Opaque but don't mean it (like all ButtonBase-derived
8777           controls) to still draw their background
8778         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
8779           the background
8780
8781 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
8782
8783         * Control.cs (PaintControlBackground): Set the graphics object
8784           on our PaintEvent to null to prevent it from being disposed
8785           when the PaintEvent gets disposed
8786
8787 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
8788
8789         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
8790         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
8791
8792 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
8793
8794         * Control.cs: 
8795           - Added transparency check to BackColor property. Transparent
8796             backgrounds are only allowed if the control styles permit it
8797           - Added recursive painting of parent control background and
8798             foreground if a control with a transparent backcolor is drawn
8799             (Thanks to Tim Ringenback for providing his 'hack' as a base
8800              for this patch) Fixes #77985 and #78026.
8801           - Added Opaque style check before calling OnPaintBackground, no
8802             need to draw the background if the control is opaque
8803           - Removed ControlAccessibleObject owner variable (inherited from
8804             base, no need to define again)
8805           - Added some documentation links explaining the drawing events
8806             and styles
8807
8808 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8809
8810         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
8811           that the affected control is the located at the left border of our
8812           parent (Fixes #77936)
8813
8814 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8815
8816         * TextBoxBase.cs: When rendering disabled or readonly controls,
8817           draw the background with 'Control' instead of 'Window' color as
8818           long as the user hasn't specifically set a color
8819
8820 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
8821
8822         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
8823           since that won't be updated if the user types text (only if it's
8824           programatically set)
8825
8826 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8827
8828         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
8829           layout changes do to app-triggered resizes will have the proper
8830           display rectangle for layout
8831
8832 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
8833
8834         * ThemeWin32Classic.cs:
8835           - Make use of the SystemBrushes and SystemPens wherever possible
8836           - Corrected some highlight colors
8837           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
8838             drawing
8839         * Theme.cs: Added Empty field to CPColor struct
8840
8841 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
8842
8843         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
8844           is displayed when calculating the display rectangle. Thanks to Mike
8845           for teaching me the err of my ways.
8846
8847 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
8848
8849         * ScrollableControl.cs:
8850           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
8851             (instead of 0,0) and we now return the real width/height instead of
8852             just the clientrectangle, adjusted for padding. The rectangle is
8853             now cached and created by the new CalculateDisplayRectangle method.
8854           - Created new CalculateDisplayRectange method, which basically does
8855             what get_DisplayRectangle() did originally, but now using the 
8856             right edge instead of DisplayRectangle to determine the size of
8857             our scrollbars
8858           - get_Canvas(): Fixed it to properly calculate canvas for 
8859             right/bottom controls which seem to be placed to the right/bottom
8860             of any controls that have a fixed location
8861           - Removed TODO that's taken care of
8862           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
8863             and SetDisplayRectLocation according to new MSDN2 docs
8864           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
8865             event when that is called, this is added for compatibility
8866           - ScrollControlIntoView(): Implemented.
8867           - Switched scrollbars to be implicit, they shouldn't be selectable
8868         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
8869           call it when the active control is set/changed
8870         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
8871         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
8872           implicit_control variable (used for native Win32 message generation)
8873         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
8874           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
8875         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
8876         * XplatUIStructs.cs: Added ScrollBarCommands enum
8877
8878 2006-04-10  Jackson Harper  <jackson@ximian.com>
8879
8880         * ButtonBase.cs:
8881         * CheckedListBox.cs:
8882         * ComboBox.cs:
8883         * DataGrid.cs:
8884         * DataGridView.cs:
8885         * Form.cs:
8886         * GroupBox.cs:
8887         * ListBox.cs:
8888         * PrintPreviewControl.cs:
8889         * ProgressBar.cs:
8890         * PropertyGrid.cs:
8891         * Splitter.cs:
8892         * StatusBar.cs:
8893         * TrackBar.cs:
8894         * UpDownBase.cs: Fixup base event overrides.
8895         
8896 2006-04-06  Mike Kestner  <mkestner@novell.com>
8897
8898         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
8899         all user-initiated value changes to min <= value <= max-thumbsz+1.
8900         (set_Value): check for vert/horiz when calculating new thumb position.
8901         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
8902         like MS does.
8903         (OnMouseMoveSB): refactor the thumb dragging code and refine
8904         invalidation logic to reduce flicker.
8905         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
8906         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
8907         (UpdateThumbPosition): small code readability cleanup
8908
8909 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
8910
8911         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
8912           different
8913
8914 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8915
8916         * ThemeNice.cs: Use a better graphics effect when a button is pressed
8917
8918 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
8919
8920         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
8921         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
8922           This dramatically reduces the number of Pen.Dispose calls. 
8923           Where possible call ResPool methods only once instead of calling it
8924           over and over again (for example for the same color).
8925
8926 2006-04-06  Mike Kestner  <mkestner@novell.com>
8927
8928         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
8929         Also remove an unused private field on the collection. Fixes #77972.
8930
8931 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8932
8933         * ThemeNice.cs: Added ToolBar drawing code
8934
8935 2006-04-06  Mike Kestner  <mkestner@novell.com>
8936
8937         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
8938         I'm assuming that means we need to look up the toplevel for the
8939         provided control. Fixes the crash trace in #77911 but exposes another
8940         crash in some strange reflection usage in NDocGui.
8941
8942 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
8943
8944         * ThemeNice.cs: Gave it a little silver touch and added Images
8945           method
8946         * FontDialog.cs: FontDialog is not resizable
8947         * FileDialg.cs: Added SizeGripStyle.Show
8948
8949 2006-04-05  Jackson Harper  <jackson@ximian.com>
8950
8951         * KeyboardLayouts.cs: Remove warning.
8952
8953 2006-04-05  Jackson Harper  <jackson@ximian.com>
8954
8955         * Control.cs: Enable OnPaintInternal so we can use it for drawing
8956         all of our controls instead of Paint +=.
8957         * ListBox.cs:
8958         * ListView.cs:
8959         * MenuAPI.cs:
8960         * MessageBox.cs:
8961         * NotifyIcon.cs:
8962         * ProgressBar.cs:
8963         * ScrollBar.cs:
8964         * Splitter.cs:
8965         * StatusBar.cs:
8966         * TabControl.cs:
8967         * TextBoxBase.cs:
8968         * ToolBar.cs:
8969         * TrackBar.cs:
8970         * UpDownBase.cs:
8971         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
8972         use OnPaintInternal. Remove Width/Height and Visible checks in
8973         paint handler, this is done at a higher level now.
8974         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
8975         * PaintEventArgs.cs: Add a handled flag so controls that don't
8976         want anymore painting after OnPaintInternal can make sure OnPaint
8977         isn't called.
8978
8979 2006-04-05  Mike Kestner  <mkestner@novell.com>
8980
8981         * Form.cs: fix the menu WndProc hacks to respect the native enabled
8982         state of the form, so that we don't process events when Modal dialogs
8983         are up. Fixes #77922.
8984
8985 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
8986
8987         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
8988           checking is done.
8989
8990 2006-04-05  Mike Kestner  <mkestner@novell.com>
8991
8992         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
8993
8994 2006-04-05  Mike Kestner  <mkestner@novell.com>
8995
8996         * ListView.cs (HeaderMouseMove): null guarding for the over column
8997         when setting up the drag_to_index.  Fixes #78015.
8998
8999 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
9000
9001         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
9002           in the taskbar. Transient windows seem to accomplish that.
9003
9004 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
9005
9006         * Form.cs:
9007           - Re-enabled CreateParams.X/Y code for FormStartPosition
9008           - Added code for manual placement when creating the Control
9009           - Incomplete patch to treat MDI forms differently when
9010             setting the ClientSizeCore. (Still need to figure out handling
9011             x/y coords there)
9012         * XplatUIX11.cs:
9013           - When we're explicitly setting the X/Y position of a non-Child
9014             window, let the WM know. Metacity really wants this.
9015
9016 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9017
9018         * ThemeNice.cs: Added CPDrawButton
9019
9020 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9021
9022         * ThemeNice.cs: Changed the color for focused buttons and activated
9023           the arrows for small scroll buttons.
9024
9025 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
9026
9027         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
9028           anymore. Changed some method modifiers to protected (virtual)
9029         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
9030           changes
9031         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
9032           Updated drawing of menus, buttons and progressbars; added
9033           CPDrawBorder3D 
9034
9035 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9036
9037         * ImageListStreamer.cs: implemented serialization/deserialization
9038         of the images.
9039
9040 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
9041
9042         * ThemeWin32Classic.cs:
9043           - Removed all the DrawFrameControl stuff; CPDrawButton,
9044             CPDrawCheckBox and CPDrawRadioButton are now handled directly
9045             inside the methods
9046           - Updated and corrected the drawing code of CPDrawButton,
9047             CPDrawCheckBox and CPDrawRadioButton to better match ms
9048           - Updated theme checkbox and radiobutton code to use the CP*
9049             methods
9050
9051 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
9052
9053         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
9054           bug is fixed
9055
9056 2006-03-31  Jackson Harper  <jackson@ximian.com>
9057
9058         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
9059         sometimes.
9060         * UpDownBase.cs: Don't CreateGraphics manually, use a
9061         Refresh. Ideally we would invalidate the correct areas here.
9062
9063 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
9064
9065         * XplatUIX11.cs: 
9066           - We now track the mapping state of windows. If a window (or 
9067             one of it's parents) is not mapped we no longer permit
9068             WM_PAINT messages to be generated since we'd otherwise get 
9069             lots of BadMatch X errors. Jackson did all the work figuring
9070             out the problem.
9071           - Destroying the caret if the window it's contained in is 
9072             destroyed. Can't use regular DestroyCaret method since it
9073             might fall into a drawing function (trying to remove the
9074             caret) and with that generate new BadMatch errors. Again,
9075             Jackson tracked this down.
9076           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
9077             make sure we send the messages to all windows. (The old code
9078             would send the WM_DESTROY to the window, and then all child
9079             windows would be 'gone' because the WM_DESTROY handle lookup
9080             would no longer find the destroyed window)
9081         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
9082         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
9083
9084 2006-03-31  Jackson Harper  <jackson@ximian.com>
9085
9086         * ScrollableControl.cs: Dont recalc if we are not visible.
9087
9088 2006-03-31  Mike Kestner  <mkestner@novell.com>
9089
9090         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
9091         the visibility branch.
9092
9093 2006-03-31  Jackson Harper  <jackson@ximian.com>
9094
9095         * ScrollBar.cs: Cap values when incrementing/decrementing.
9096
9097 2006-03-31  Mike Kestner  <mkestner@novell.com>
9098
9099         * MenuAPI.cs: setup menu.tracker for popup/context menus.
9100         * ToolTip.cs: guard against timer expirations with no active control.
9101         Not sure why it happened.
9102
9103 2006-03-31  Mike Kestner  <mkestner@novell.com>
9104
9105         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
9106         text.
9107         * ToolTip.cs: Position the tooltip based on where the cursor is at
9108         popup time, not at MouseEnter time.  Add a Down state so that we don't
9109         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
9110         positioning offset. Lookup DisplaySize at positioning time, since it
9111         can theoretically change during invocation.
9112         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
9113         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
9114
9115 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9116
9117         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
9118           Fixes behaviour when the Text property of the box is String.Empty
9119
9120 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
9121
9122         * XplatUIX11.cs: Only send mouseleave for our client windows, not
9123           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
9124           a window)
9125
9126 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9127
9128         * FileDialog.cs: Visual enhancement for the popup buttons in 
9129           PopupButtonPanel
9130
9131 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
9132
9133         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
9134           code
9135
9136 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
9137
9138         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
9139           highlighted menu items to match ms
9140
9141 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
9142
9143         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
9144
9145 2006-03-30  Mike Kestner  <mkestner@novell.com>
9146
9147         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
9148         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
9149         go active to account for HotLight to Selected transition.
9150         * MenuItem.cs: add internal Selected prop. Fill out the Status
9151         property by calculating it from item info. Add HotLight,
9152         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
9153
9154 2006-03-30  Mike Kestner  <mkestner@novell.com>
9155
9156         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
9157
9158 2006-03-29  Jackson Harper  <jackson@ximian.com>
9159
9160         * Form.cs: Implement TODO.
9161
9162 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
9163
9164         * PrintPreviewDialog.cs: Implemented missing methods and events; still
9165           missing proper dialog setup in the constructor
9166
9167 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
9168
9169         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
9170         * Control.cs:
9171           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
9172           - Fixed ResetBindings and removed TODO
9173           - Added check for cross-thread calls to get_Handle()
9174           - Added Marshaller attribute for set_Font to satisfy class status
9175         * FontDialog.cs: Removed TODOs that seemed implemented
9176         * UpDownBase.cs: Removed unneeded TODO and Fixme
9177         * MessageBox.cs: Implemented support for Default button and removed TODO
9178         * FileDialog.cs: Removed obsolete TODO
9179         * DomainUpDown.cs: Removed obsolete TODO
9180         * ButtonBase.cs: Removed obsolete TODO
9181         * XplatUIWin32.cs: Removed obsolete TODO
9182         * Form.cs:
9183           - Removed obsolete TODO
9184           - Calling CheckAcceptButton when the acceptbutton is changed to allow
9185             internal status updates
9186           - Making sure the active control is selected when the control is created
9187         * CurrencyManager.cs: Removed obsolete TODO
9188
9189 2006-03-29  Mike Kestner  <mkestner@novell.com>
9190
9191         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
9192         of PrintPreviewDialog and RichTextBox.
9193
9194 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
9195
9196         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
9197           DarkDark, Light and LightLight colors for a specific color
9198         * ThemeWin32Classic.cs:
9199           - Use Button drawing code to draw RadioButtons and CheckBoxes with
9200             Appearance = Button 
9201           - Make use of the new ResPool helper CPColor
9202           - Draw ProgressBar and StatusBar with correct 3D borders
9203
9204 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
9205
9206         * ColorDialog.cs: Return selected color. Fixes bug #77940.
9207
9208 2006-03-28  Mike Kestner  <mkestner@novell.com>
9209
9210         * ListView.cs: fix Icon layout to plan for scrollbar widths when
9211         calculating col/row counts.
9212
9213 2006-03-28  Mike Kestner  <mkestner@novell.com>
9214
9215         * ColumnHeader.cs:
9216         * ListView.cs:
9217         * ListViewItem.cs:
9218         * Menu.cs: 
9219         switch to explicit interface method implementation for some methods
9220         corcompare identifies as inconsistent with MS.
9221
9222 2006-03-28  Mike Kestner  <mkestner@novell.com>
9223
9224         * MainMenu.cs: 
9225         * Menu.cs:
9226         add a few missing methods from the class status output.
9227
9228 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
9229
9230         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
9231           correct.
9232
9233 2006-03-28  Mike Kestner  <mkestner@novell.com>
9234
9235         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
9236
9237 2006-03-27  Mike Kestner  <mkestner@novell.com>
9238
9239         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
9240         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
9241
9242 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
9243
9244         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
9245
9246 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9247
9248         * ThemeWin32Classic.cs:
9249           - GroupBox: Inserted a little gap between the text and the lines
9250             on the right side
9251           - Made the code in CPDrawBorder3D more readable
9252           - Corrected the drawing location of the up and down arrows in 
9253             CPDrawScrollButton
9254
9255 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9256
9257         * ControlPaint.cs: Corrected line widths in DrawBorder for
9258           ButtonBorderStyle Inset and Outset
9259
9260 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9261
9262         * ThemeWin32Classic.cs:
9263           - Rewrote the totally broken CPDrawBorder3D method. That was
9264             one of the main problems for the terrific ThemeWin32Classic
9265             look
9266           - Updated and corrected Button drawing
9267           - Correct the dimensions of the SizeGrip to match ms ones
9268           - Removed a small drawing glitch in DrawComboBoxEditDecorations
9269         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
9270           Border3DStyle.Sunken to match ms.
9271
9272 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
9273
9274         * ThemeWin32Classic.cs: First small part of the "de-uglify
9275           ThemeWin32Classic" effort, SizeGrip
9276
9277 2006-03-24  Jackson Harper  <jackson@ximian.com>
9278
9279         * XplatUIX11.cs: Give a max idle time of one second, this matches
9280         MS and forces an Idle event every second when there are no other
9281         events in the queue.
9282
9283 2006-03-24  Mike Kestner  <mkestner@novell.com>
9284
9285         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
9286         * ListView.Item.cs: fix layout issues with null image lists and images
9287         smaller than checkbox size.
9288         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
9289         mode like MS does.  It's weird, but consistent.  ;-)
9290         Fixes #77890.
9291
9292 2006-03-24  Mike Kestner  <mkestner@novell.com>
9293
9294         * ListView.cs: Scroll wheel support for the item control.  Fixes
9295         #77839.
9296
9297 2006-03-23  Jackson Harper  <jackson@ximian.com>
9298
9299         * ScrollableControl.cs: Special case negative sized areas, not
9300         zero.
9301         * MonthCalendar.cs: Save the rect of the clicked date so we can
9302         use it for invalidation.
9303         - Try to cut down on the number of invalidates
9304         - Invalidate the rect the mouse is over and was over when moving
9305         the mouse, so we get the focus box following the cursor.
9306
9307 2006-03-23  Mike Kestner  <mkestner@novell.com>
9308
9309         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
9310         focus rectangle drawing. Fixes #77835.
9311
9312 2006-03-23  Mike Kestner  <mkestner@novell.com>
9313
9314         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
9315         the if and else if and reverting back to the original == check on the
9316         None conditional.
9317
9318 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9319
9320         * FontDialog.cs: Update the example panel if the selected index of
9321           the fontListBox changes.
9322
9323 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
9324
9325         * FileDialog.cs: Make FileDialog remember which directory it was in
9326           last in the same execution.
9327
9328 2006-03-22  Mike Kestner  <mkestner@novell.com>
9329
9330         * FileDialog.cs: make the DropDownMenu on the toolbar display
9331         RadioChecks since they are mutually exclusive and that's what MS does.
9332
9333 2006-03-22  Mike Kestner  <mkestner@novell.com>
9334
9335         * Theme.cs: add Color param to CPDrawMenuGlyph.
9336         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
9337         checks and radio marks and arrows are visible on highlighted items.
9338         * ControlPaint.cs: update to use new Theme signature.
9339
9340 2006-03-22  Mike Kestner  <mkestner@novell.com>
9341
9342         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
9343         is active. Fixes #77870.
9344
9345 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9346
9347         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
9348           to be focused/selected after startup
9349
9350 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
9351
9352         * ColorDialog.cs: 
9353           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
9354             CustomColors and ShowHelp properties
9355           - Some internal rewrites to get better results when using the
9356             ColorMatrix
9357
9358 2006-03-22  Mike Kestner  <mkestner@novell.com>
9359
9360         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
9361         HoverSelection.  Fixes #77836.
9362
9363 2006-03-22  Mike Kestner  <mkestner@novell.com>
9364
9365         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
9366         ToggleButtons.  (De)Sensitize the Back button around a stack count of
9367         1, not 0.  Update ButtonSize based on a pixel count of the win32
9368         control.  Adjust the toolbar size/location for new button size.
9369
9370 2006-03-22  Jackson Harper  <jackson@ximian.com>
9371
9372         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
9373         true.
9374         * ScrollBar.cs: When doing increments and decrements we need to
9375         set the Value property so that ValueChanged gets raised. A
9376         possible optimization here would be to make an internal SetValue
9377         that doesn't invalidate immediately.
9378         * ToolTip.cs: Tooltips get added to their container (when
9379         supplied) so they get disposed when the container is disposed.
9380         - Don't create tooltips for String.Empty. This prevents all these
9381         little 2-3 pixel windows from showing up when running nunit-gui
9382         and driving me mad.
9383         * Form.cs: Don't set topmost when setting the owner if the handles
9384         haven't been created yet.  The topmost set will happen when the
9385         handles are created.
9386
9387 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
9388
9389         * XplatUIX11.cs:
9390           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
9391           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
9392             visible (to allow them to recalculate their sizes)
9393
9394 2006-03-21  Mike Kestner  <mkestner@novell.com>
9395
9396         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
9397         methods. Removed a ton of redundant code.  Still not really happy with
9398         the border rendering, but I think that's mainly because of the
9399         ControlDarkDark being black instead of a dark grey. Depending on how 
9400         close we want to be, we might want to revisit those color choices.
9401         Among the new features added during the refactor were DropDownArrow
9402         pressed rendering, Disabled image rendering.  Proper flat appearance
9403         boundary rendering.  Removed the Divider and Wrapping dividers since I
9404         can't figure out any combination of themes and conditions to make the
9405         MS control draw a horizontal line on a toolbar despite what the
9406         Divider property docs indicate.
9407         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
9408         conditions and incorrect layout.  Updated to coding standard.
9409         * ToolBarButton.cs: refactored layout and positioning code from
9410         ToolBar to here.  Invalidate wherever possible instead of forcing
9411         redraws of the whole toolbar. 
9412         (Known remaining issues: explicit ButtonSize smaller than provided
9413         images.)
9414
9415 2006-03-21  Mike Kestner  <mkestner@novell.com>
9416
9417         * ContextMenu.cs (Show): use the position parameter instead of just
9418         showing at the MousePosition.
9419
9420 2006-03-21  Jackson Harper  <jackson@ximian.com>
9421
9422         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
9423         control handle this.
9424         * TreeNodeCollection.cs: If we are clearing the root node we need
9425         to reset top_node so calcs can still happen.
9426         * ThemeWin32Classic.cs: This is a Flags so we need to check
9427         properly.
9428         
9429 2006-03-21  Jackson Harper  <jackson@ximian.com>
9430
9431         * DataGrid.cs: Create columns when the binding context has been
9432         changed.
9433         * X11Structs.cs: Keysyms are uints.
9434         - Add size to fix build.
9435
9436 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
9437
9438         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9439           XplatUIOSX.cs: 
9440           - Added ResetMouseHover method to allow controls to retrigger
9441             hovering if they need it more than once
9442           - Implemented MouseHoverTime and MouseHoverSize properties
9443         * Timer.cs: Start() must reset the interval
9444         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
9445           properties
9446
9447 2006-03-21  Jackson Harper  <jackson@ximian.com>
9448
9449         * X11Keyboard.cs: improved layout detection. Move the nonchar
9450         tables into this file.
9451         * KeyboardLayouts.cs: Move the tables into resource files.
9452
9453 2006-03-21  Mike Kestner  <mkestner@novell.com>
9454
9455         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
9456
9457 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
9458
9459         * Mime.cs: Various speed optimizations. Looking up mime types
9460           is now 2 times faster than before
9461
9462 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
9463
9464         * CreateParams.cs: Added internal menu field
9465         * Control.cs: 
9466           - Switched call order for UpdateBounds; now we always call
9467             the one that also takes ClientSize, and we're calculating the 
9468             client size via driver method in the others. The previous
9469             method of tracking client size by difference wasn't working
9470             for forms where even the starting client size wouldn't match
9471             the overall form size (due to borders) (Part of fix for #77729)
9472           - CreateParams(): Do not use parent.Handle unless the handle is
9473             already created. Causes havoc with Nexxia and throws off our
9474             creation of controls
9475         * XplatUIX11.cs:
9476           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
9477           - Switched handling of ConfigureNotify over to new PerformNCCalc 
9478             method (consolidates code)
9479           - Changed RequestNCRecalc to use new PerformNCCalc method
9480           - Added calls to RequestNCRecalc when menus and borders are changed
9481             to allow app to set NC size. (Part of fix for #77729) This matches
9482             when MS send a WM_NCRECALC on Win32 windows.
9483           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
9484             (Part of fix for #77729). This matches what MS does, they also
9485             send that message when the form is made visible.
9486           - XException.GetMessage: Improved usability of X errors by including
9487             a translation of the window into Hwnd and Control class
9488           - Improved debug info for window creation, reparenting and destruction
9489           - Created helper method WindowIsMapped() [Currently not used]
9490         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
9491         * Form.cs:
9492           - CreateParams: Now setting our menu on the new internal menu field
9493           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
9494             avoid calculating the same property twice
9495         * Hwnd.cs:
9496           - Improved usability of ToString() for debugging purposes
9497           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
9498             determine the height of the menu, instead of just the font. This
9499             required to also create a graphics context and to keep a bmp 
9500             around (for performance reasons)
9501
9502 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
9503
9504         * MenuAPI.cs: Added OnMouseUp method
9505         * Form.cs:
9506           - Now remembering the requested client size, avoids size errors
9507           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
9508             instead of base if the menu is active. This is required due to
9509             control now capturing and releasing on down/up and it would
9510             prematurely release our menu capture
9511
9512 2006-03-17  Jackson Harper  <jackson@ximian.com>
9513
9514         * KeyboardLayouts.cs: Add the czech layouts.
9515
9516 2006-03-16  Jackson Harper  <jackson@ximian.com>
9517
9518         * Control.cs: Use the viewport space when sizing not the controls
9519         client size, so things like ScrollableControl that effect the
9520         viewport size (when scrollbars are added) are computed correctly.
9521         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
9522         of ManagerEntrys.
9523         - Handle creating BindingManagers for null data sources.
9524         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
9525         source, otherwise when rows are added they are added to the 'fake'
9526         datasource and we will crash when trying to set the position in
9527         those rows.
9528         - Use Implicit scrollbars on the datagrid so they arent
9529         selectable.
9530         
9531 2006-03-16  Jackson Harper  <jackson@ximian.com>
9532
9533         * Binding.cs:
9534         * InternalWindowManager.cs:
9535         * MdiWindowManager.cs:
9536         * X11Keyboard.cs: I really want Mike to love me again (fix
9537         compiler warnings).
9538
9539 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
9540
9541         * DataGrid.cs:
9542           - OnMouseDown: Switch to editing mode when clicking on the cell
9543                          even if we're clicking on the cell that's currently 
9544                          selected
9545           - ProcessGridKey: Left/Right now wrap like MS.Net does
9546           - ProcessGridKey: Tab now knows to add a new row when tab is
9547                             pressed in the cell of the last column of the 
9548                             last row
9549           - ProcessGridKey: Enter now adds another row  if pressed in the last
9550                             row and selectes the new row, same column cell
9551           - ProcessGridKey: Home/End navigate columns, not rows, like 
9552                             originally implemented
9553           - Broke ProcessKeyPreview code out into an extra Internal method
9554             so it can be called from the edit code
9555         * DataGridTextBox.cs (ProcessKeyMessage):
9556           - Switched to accept Tab keypresses
9557           - Added F2 handling to allow jumping to the end of the edited cell
9558           - Added logic to allow moving caret left/right inside edited cell
9559             and making the edited cell jump when the caret hits cell borders
9560           - Tab and Enter are now passed to the datagrid after being handled
9561         * TextBoxBase.cs:
9562           - Removed capture code now that Control handles it
9563           - set_SelectionStart now ensures caret is visible
9564
9565 2006-03-16  Jackson Harper  <jackson@ximian.com>
9566
9567         * TrackBar.cs: Debackwards the increment/decrement for handling
9568         mouse clicks on the bar with vertical trackbars.
9569         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
9570         bottom to match MS.
9571
9572 2006-03-16  Mike Kestner  <mkestner@novell.com>
9573
9574         * ListView.cs: make shift/ctrl keyboard and mouse selection 
9575         consistent with the MS control. Fix a bug in
9576         SelectedListViewItemCollection.Clear that was pissing me off for the
9577         better part of a day because the collection was being altered
9578         underneath us as we walked the list.
9579
9580 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
9581
9582         * Control.cs: Not sure how we could miss this so long, but it seems
9583           that MS.Net has Capture set all the way from before calling 
9584           OnMouseDown through sending the mouse events until after
9585           OnMouseUp. This will fix DataGrid's selection being set to end
9586           at the location of the MouseUp.
9587
9588 2006-03-15  Jackson Harper  <jackson@ximian.com>
9589
9590         * BindingContext.cs: Check the binding after its added so that it
9591           can initialize the binding managers and hookup to events.
9592         * Binding.cs: Data members seem to sometimes include rows/cols in
9593           the format Row.Column we now take this into account.
9594           - Hookup to the position changed event so we can update the
9595           control when the position has changed in the data set.
9596         * CurrencyManager.cs: Take into account the row/col naming
9597           convention when creating dataset tables.
9598         * BindingContext.cs: Using a newer better way of storing
9599           datasource/datamember pairs.  Hopefully this better matches MS for
9600           looking up binding managers.
9601
9602
9603 2006-03-15  Jackson Harper  <jackson@ximian.com>
9604
9605         * BindingContext.cs: The currency manager needs the data member
9606         name, if the member is a data set we use the name to find the
9607         correct table.
9608         * CurrencyManager.cs: When creating the list prefer an IList over
9609         an IListSource.
9610         - Attempt to create a DataTable from a DataSet (TODO: might need
9611         some better error checking here, although MS doesn't seem to have much)
9612         - If we have a DataTable create a view and use it as our list.
9613
9614 2006-03-15  Mike Kestner  <mkestner@novell.com>
9615
9616         * ListView.cs: keep a matrix of the icon mode layout to facilitate
9617         keyboard navigation. Support Up/Down/Left/Right selection correctly
9618         for all 4 View modes.
9619         * ListViewItem.cs: add internal row/col fields for icon layouts.
9620
9621 2006-03-15  Jackson Harper  <jackson@ximian.com>
9622
9623         * TabControl.cs: Redraw the tabs when we resize so their newly
9624         calculated sizes are drawn on screen.
9625         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
9626         composite characters.
9627         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
9628         - filter events so that composite characters can be created
9629         patches by peter
9630         * X11Structs.cs: Add XIMProperties enum.
9631
9632 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9633
9634         * Control.cs (BringToFront, SendToBack): Don't use window or handle
9635           unless it's created
9636
9637 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9638
9639         * Control.cs (PerformLayout): We don't need to consider visiblity
9640           for anchoring, only for docking. This fixes 'whacky' alignment
9641           in listbox and other controls that use implicit scrollbars after
9642           the previous PerformLayout patch
9643         * ListBox.cs: Switched to use implicit scrollbars
9644           
9645 2006-03-14  Mike Kestner  <mkestner@novell.com>
9646
9647         * ToolBar.cs: 
9648         * VScrollBar.cs:
9649         - chain up the "new event" overrides to base and use
9650         OnEvent to raise them.  Part of fix for bug #76509.
9651
9652 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
9653
9654         * FileDialog.cs: Do not select an item in the parent directory
9655           on backspace
9656
9657 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
9658
9659         * Control.cs (PerformLayout): It would seem that we considered
9660           invisible windows for our layout. Not quite the right thing
9661           to do. Now we don't any longer, thereby fixing bug #76889.
9662
9663 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
9664
9665         * Control.cs (CanFocus): I goofed. A control can have focus 
9666           even though it's not selectable. Made it match MS docs.
9667
9668 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9669
9670         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
9671           center by default (fixes #76895)
9672         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
9673           all uses of Border3DSides.All with the explicit ORd together
9674           Left|Right|Top|Bottom because I assume that nobody was aware 
9675           that All also implies a center fill. Most places I checked had
9676           a fill right above.
9677         * ProgressBarStyle.cs: Added
9678
9679 2006-03-13  Mike Kestner  <mkestner@novell.com>
9680
9681         * ListView.cs: fix breakage in drag shadow header positioning 
9682         from Peter's csc compilation fix.
9683
9684 2006-03-13  Mike Kestner  <mkestner@novell.com>
9685
9686         * ListView.cs: fix NRE produced by backspacing twice in a focused
9687         FileDialog.
9688
9689 2006-03-13  Mike Kestner  <mkestner@novell.com>
9690
9691         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
9692
9693 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9694
9695         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
9696           be changed
9697         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
9698           the allowed size before making programmatic size changes
9699
9700 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
9701
9702         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
9703           set, metacity is broken and will still use the emty sizes in 
9704           the struct. (Fix for #77089)
9705
9706 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
9707
9708         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
9709           WindowExStyles and marked both enums as Flags
9710         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
9711           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
9712           to match WindowStyles split
9713         * XplatUIX11.cs:
9714           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
9715           - Updated to match WindowStyles split
9716         * XplatUIWin32.cs:
9717           - Fixed FosterParent creation, was using ExStyle on the Style field
9718             (This should help with Popup focus issues)
9719           - Updated to match WindowStyles split
9720
9721 2006-03-13  Jackson Harper  <jackson@ximian.com>
9722
9723         * MdiWindowManager.cs: Use the system menu height. Fixes some
9724         strange sizing issues.
9725
9726 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9727
9728         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
9729         * TextBoxBase.cs:
9730           - Scroll to caret after inserting text (#77672)
9731           - Make scroll range one pixel higher, fixes off-by-one error (and
9732             makes underlines visible on the last line)
9733
9734 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
9735
9736         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
9737           the keyboard state from being stuck with keys in 'pressed' state when
9738           focus is switched away via keyboard
9739         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
9740           reset the keyboard if no X11 KeyUp events are expected to come
9741         * X11Structs.cs: Switched type of Visible to bool to match driver
9742
9743 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
9744
9745         * TextControl.cs:
9746           - Switched caret to be just 1 pixel wide, matches MS and looks less
9747             clunky
9748           - Moved caret display 1 pixel down from the top of the control
9749             to improve view
9750           - InsertCharAtCharet: Update the selection start if moving the caret
9751             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
9752           - No longer always creating the caret when the caret methods are
9753             called. Only the actual ShowCaret/HideCaret will do that now
9754           - Only setting caret visible if the owner control has focus
9755           - UpdateView: Added invalidation-shortcut logic for center and right 
9756             aligned text. Previously we'd update all according to the left
9757             logic which caused drawing errors. Also fixed height of invalidated
9758             areas, now properly invalidating the whole area (was off-by-one)
9759           - owner_HandleCreated: Always generate the document when the
9760             handle is created; this ensures that 
9761         * TextBoxBase.cs:
9762           - Fixed situation where caret would disappear under the right
9763             window border, also improved scrolling behaviour on left-
9764             aligned textboxes
9765           - Fixed right-aligned textboxes to have a border to the
9766             right instead of the caret being under the right border
9767         * XplatUIX11.cs:
9768           - Switched from 'nested' to simple visible/not visible tracking 
9769             for caret (part of fix for #77671)
9770           - No longer passing through translated FocusIn/FocusOut messages
9771             since we were notifying too often and the wrong windows. Instead
9772             we just notify our focussed window of receiving or loosing focus
9773         * XplatUIWin32.cs: Switched from 'nested' show/hide 
9774           counting for caret to simple visible yes/no behaviour (part of 
9775           fix for #77671)
9776
9777 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9778
9779         * Mime.cs: Remove debug code...
9780
9781 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
9782
9783         * MimeGenerated.cs: Removed
9784         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
9785           and subclasses) from /usr/(local/)share/mime and
9786           $HOME/.local/share/mime.
9787
9788 2006-03-10  Jackson Harper  <jackson@ximian.com>
9789
9790         * MdiWindowManager.cs: Recalc the NC area when a window is
9791         maximized/restored so that the menu area is drawn on forms that
9792         don't have a menu.
9793
9794 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9795
9796         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
9797           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
9798           us to force a WM_NCCALCRESIZE message being sent. This is needed
9799           for MDI maximizing.
9800
9801 2006-03-10  Jackson Harper  <jackson@ximian.com>
9802
9803         * Form.cs: We need to use the ActiveMenu when calculating menu
9804         height.
9805         - Fix nullref when the window manager hasn't been created yet.
9806         * Control.cs: Fix nullref when we try to bring a control to the
9807         front that has no parent.
9808         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
9809         height.
9810         - Add a dummy item to the maximized menu so it always has the
9811         correct height. Otherwise when there are no menus we don't get our
9812         icon and buttons.
9813         
9814
9815 2006-03-10  Jackson Harper  <jackson@ximian.com>
9816
9817         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
9818         stuff.
9819         * Form.cs: Make the window_state internal so the window managers
9820         can track it.
9821         - When an MDI child is maximized let its window manager create the
9822         main menu (so it can add its icon).
9823         - Notify the window managers of state changes
9824         - Let the window manager paint its buttons and handle button
9825         clicks on the menu when it is maximized.
9826         * InternalWindowManager.cs: Move the prev_bounds into the mdi
9827         window manager, since tool windows don't use it, only mdi windows.
9828         - Tell the main form that we don't want it to handle NCPAINT
9829         itself to avoid extra painting.
9830         - Handle clicks on a maximized windows menu.
9831         - Handle window state changes
9832         - Handle minimize/maximize clicks correctly by setting the window state.
9833         * MdiWindowManager.cs: Add an icon menu that (the menu you get
9834         when clicking on the forms icon).
9835         - New method to create a forms maximized menu. This is its normal
9836         menu + an icon.
9837         - Handle window state changes.
9838         - Handle sizing of maximized windows.  Maximized windows are just
9839         drawn bigger then the parent visible area. All controls are still
9840         there, they are just outside the visible area (this matches windows).
9841         * MdiClient.cs: No scrollbars when a child window is maximized.
9842         - Let the children windows figure out how big they should be when
9843         sizing maximized windows.
9844         - Implement a version of ArrangeIconicWindows somewhat similar to
9845         Windows version.  There are some little differences, but I don't
9846         think any app will rely on the layout of minimized mdi windows.
9847
9848 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9849
9850         * Padding.cs: Several fixes to allow compiling with csc 2.0
9851
9852 2006-03-09  Jackson Harper  <jackson@ximian.com>
9853
9854         * Menu.cs:
9855         * MenuItem.cs: Cheap hack so we can add items to the list without
9856         the events being raised.  This allows adding mdi items during
9857         drawing. TODO: Should probably find a better time to add the items.
9858
9859 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9860
9861         * ThemeWin32Classic.cs:
9862           - CheckBox_DrawText: Added logic to not wrap if not enough space
9863             is available (Fix for bug #77727)
9864           - RadioButton_DrawText: Added logic not to wrap if not enough
9865             space is available (Fix for bug #77727). Also removed some
9866             duplicate code, DrawString always drawing the regular text
9867             before hitting the if statement.
9868
9869 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
9870
9871         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
9872
9873 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
9874
9875         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
9876         * ContainerControl.cs: Partial implementation of some 2.0 scaling
9877           methods. Moved the new 2.0 properties into alphabetical order with
9878           other properties and added MonoTODO tags
9879
9880 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9881
9882         * AutoScaleMode.cs: Added. Fix build.
9883
9884 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9885
9886         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
9887           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
9888           and was requiring premature handle creation for calls from above
9889         * Form.cs, Control.cs: Removed handle arguments from calls to
9890           CalculateClientRect()
9891
9892 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9893
9894         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
9895           drag_column.column_rect is MarshalByRef and can't be used that way
9896
9897 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9898
9899         * AxHost.cs: Added deserialization constructor for 
9900           AxHost+State (fixes 77743)
9901
9902 2006-03-09  Mike Kestner  <mkestner@novell.com>
9903
9904         * ListView.cs: 
9905         - Added column drag reordering for details view.
9906         - fixed behavior when mouse is dragged off column and
9907         AllowColumnReorder is false.
9908         * ColumnHeader.cs: clone the format too in Clone.
9909         * Theme.cs: add DrawListViewHeaderDragDetails method.
9910         * ThemeWin32Classic.cs:
9911         - impl new method for drawing drag column shadows and targets.
9912         - support column offset for details mode in DrawListViewItem.
9913
9914 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9915
9916         * TextControl.cs: Reset the char_count when the document is cleared
9917           (Fixes bug reported on mono-winforms mailing list)
9918
9919 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
9920
9921         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
9922           of calling base we simply process the key ourselves, since both
9923           DefWindowProc and the handled method would set m.Result. 
9924           (Fixes #77732)
9925
9926 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
9927
9928         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
9929           method also moves the window; instead implemented a copy of
9930           Control.ScaleCore (Part of fix for #77456)
9931         * TextBoxBase.cs: 
9932           - Created new CreateGraphicsInternal method to allow providing
9933             a graphics context when no handle is created without triggering
9934             handle creation. (Part of fix for #77456)
9935           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9936         * TextControl.cs: 
9937           - Switched Constructor to require TextBoxBase instead of Control (to
9938             allow uncast access to CreateGraphicsInternal)
9939           - Safeguarded use of owner.Handle property. No longer accessing it
9940             unless the handle is already created.
9941           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
9942           - Now triggering a recalc when owning control becomes visible
9943         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
9944           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
9945           premature handle creation (Part of fix for #77456)
9946         * Control.cs:
9947           - We now only destroy our double-buffering buffers when the
9948             control is resized or disposed, but not when visibility
9949             changes. (The code even re-created them twice every time)
9950           - Now requiring a redraw of the buffer on visibility changes
9951             (fixes bug 77654 part 2)
9952           - Not passing OnParentVisibleChanged up unless the control
9953             is visible
9954           - CanFocus: Fixed to match MS documentation
9955           - Focus: Fixed to return actual focus state and to check if
9956             setting focus is legal before setting it
9957
9958 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
9959
9960         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
9961           when to draw focus rectangle by looking at parent focus and
9962           selected state instead. This fixes TabPages on Linux sometimes
9963           having none or multiple focus rectangles.
9964         * XplatUIX11.cs (SetFocus): 
9965           - Don't set the focus if the same window already has focus
9966           - Use SendMessage instead of PostMessage (like it's Win32
9967             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
9968             to match MS behaviour
9969         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
9970           are not selectable.
9971
9972 2006-03-07  Jackson Harper  <jackson@ximian.com>
9973
9974         * PictureBox.cs: Revert line I accidently committed last week.
9975
9976 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
9977
9978         * Control.cs: 
9979           - Added new IsRecreating and ParentIsRecreating properties to
9980             allow testing if RecreateHandle has been called on ourselves
9981             or one of our parents
9982           - WndProc(WM_DESTROY): If our control handle is being recreated
9983             we immediately need to create the handle when receiving the
9984             destroy, that way our child windows find a valid parent handle
9985             when they themselves are being recreated upon WM_DESTROY receipt
9986             (fix for bug #77654 part 1)
9987         * XplatUIX11.cs:
9988           - DestroyWindow: WM_DESTROY must be sent to our own window before
9989             notifying any child windows. MS documents that child windows
9990             are still valid when WM_DESTROY is received. (Control now relies on
9991             this behaviour)
9992           - Added some fine-grain debug options
9993
9994 2006-03-06  Jackson Harper  <jackson@ximian.com>
9995
9996         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
9997         box and base calculations off this.
9998         * MdiChildContext.cs:
9999         * MdiWindowManager.cs: Don't need to ensure scrollbars here
10000         anymore.
10001         
10002 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
10003
10004         * Splitter.cs: In situations where the affected control is added
10005           to the parent's control list after the splitter, we would not
10006           populate affected. Now we try populating it on mousedown, if
10007           it's not already set, and force it to be re-set whenever our
10008           parent changes.
10009
10010 2006-03-03  Matt Hargett  <matt@use.net>
10011
10012         * Control.cs: implement Control.Padding
10013         * Padding.cs: -Padding.All returns -1 when constructing with the
10014         implicit default ctor
10015         -Padding.ToString() matches MS.NET
10016         * ContainerControl.cs: implement
10017         ContainerControl.AutoScaleDimensions
10018         * ListControl.cs: implement ListControl.FormattingEnabled
10019         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
10020         * ButtonBase.cs:
10021         * TabPage.cs: Implement UseVisualStyleBackColor.
10022         * PictureBox.cs: Implement PictureBox.InitialImage.
10023
10024 2006-03-03  Mike Kestner  <mkestner@novell.com>
10025
10026         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
10027         event declarations to proxy to base event.
10028         * ListViewItem.cs: update to use ItemControl.
10029         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
10030         * ThemeWin32Classic.cs: update to new ListView theme API and fix
10031         column header label rendering for 0 width columns.
10032
10033 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
10034
10035         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
10036           that causes the control to be created. Fixes #77476.
10037
10038 2006-03-02  Jackson Harper  <jackson@ximian.com>
10039
10040         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
10041         expose_pending.
10042
10043 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
10044
10045         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
10046           passed in for the EventArgs (fixes #77690)
10047
10048 2006-03-01  Jackson Harper  <jackson@ximian.com>
10049
10050         * ScrollBar.cs: Refresh afterbeing resized.
10051
10052 2006-02-28  Mike Kestner  <mkestner@novell.com>
10053
10054         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
10055         Clean up a tracker compile warning.
10056         * MenuItem.cs: add internal PerformPopup method.
10057         [Fixes #77457]
10058
10059 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
10060
10061         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
10062           implicit expose) when the text is set to null
10063
10064 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
10065
10066         * RichTextBox.cs (FlushText): When newline is true, we always
10067           need to split the line, even if no text is on it and we may
10068           never eat newlines. (Fixes #77669)
10069
10070 2006-02-28  Mike Kestner  <mkestner@novell.com>
10071
10072         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
10073         and set Selected instead.
10074         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
10075         collections.
10076
10077 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
10078
10079         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
10080
10081 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
10082
10083         * FontDialog.cs:
10084           - Got rid of the panel. All controls are now directly added to
10085             the dialog form
10086           - It is now possible to set a font with the Font property
10087           - MinSize and MaxSize property do now what they should
10088           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
10089           - Searching and selecting a font with the font textbox works now,
10090             the same applies to the style and size textbox
10091           - Draw the correct 3D border in the example panel
10092           - Fixed a little mem leak (unused fonts didn't get disposed)
10093           - Many other internal updates/rewrites...
10094           - Fix typo
10095
10096 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
10097
10098         * TextControl.cs: 
10099           - InsertRTFFromStream: Added 'number of characters inserted' argument
10100           - set_SelectedRTF: Now using the number of characters to calculate
10101             the new location for the selection and cursor (x/y cannot be used
10102             due to potentially already wrapped text)
10103
10104 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
10105
10106         * TextControl.cs: Added property and implemented means to allow 
10107           disabling recalculation of a document (can be used to speed up
10108           multiple inserts and is needed to make RTF inserts predictable, see
10109           bug #77659)
10110         * RichTextBox.cs: Using the new NoRecalc property of Document to
10111           keep x/y insert locations predictable. Also makes it faster inserting
10112           large chunks of RTF
10113
10114 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
10115
10116         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
10117           it's easier for a child control to handle the other messages without
10118           having to duplicate the special functionality
10119         * TextBoxBase.cs
10120           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
10121             code to handle processing the key ourselves, in order to get 
10122             access to the result of KeyEventArgs.Handled. We now only call 
10123             ProcessKey if they key hasn't been handled already. Fixes #77526.
10124           - set_Text: If null or empty string is given, just clear the 
10125             document. Fixes part of #77526
10126
10127 2006-02-27  Jackson Harper  <jackson@ximian.com>
10128
10129         * SizeGrip.cs: Paint the background color before painting the grip
10130         so things look right.
10131         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
10132
10133 2006-02-27  Mike Kestner  <mkestner@novell.com>
10134
10135         * ListView.cs:
10136           - Restructure layout and invalidation model to remove a ton of
10137           flicker from the control and speed up performance in general.
10138           - Add manual column resize, flickers like crazy, but I already have
10139           some ideas on how I'll fix that. (#76822)
10140           - Merge the three Icon-based views into a single layout method.
10141           - Move item selection interaction logic from the item since 
10142           interaction with the collections is more appropriate to the view.
10143           - Deselection on non-item clicks.
10144         * ListViewItem.cs:
10145           - Encapsulate most of the layout. Add some internal props to trigger
10146           layout.  Move to a model where Items invalidate themselves instead
10147           of just invalidating the whole control every time something changes.
10148           - Invalidate on Text/Caption changes.
10149           - switch to an offset based layout model to avoid having to absolute
10150           position every element on item moves.
10151           - correct checkbox layout to conform to MS layout.
10152         * ThemeWin32Classic.cs:
10153           - refactor some column header drawing code.
10154           - fix string justification for column headers (#76821)
10155           - make SmallIcon labels top justified for compat with MS impl.
10156         * ThemeClearlooks.cs:
10157           - adjust to new ListViewItem internal checkbox bounds api.
10158
10159 2006-02-27  Jackson Harper  <jackson@ximian.com>
10160
10161         * Control.cs:  Change where implicit controls fall in the zorder.
10162         They are now on top of all children.
10163         - Synced AddImplicit code with Add
10164         - Removed unused enumerator.
10165         * SizeGrip.cs: Remove the TODO as its been TODONE.
10166
10167 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
10168
10169         * TextControl.cs(Insert): Combine the last lines unless the insertion
10170           string ends with \n\n, otherwise we leave one line too many (Fixes
10171           something I noticed with the testapp for #77526; the bug itself was
10172           already fixed in the previous checkin)
10173
10174 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
10175
10176         * RichTextBox.cs:
10177           - SelectionColor and SelectionFont methods no longer set absolute
10178             styles. Instead, the keep font or color respectively (This 
10179             resolves a long-standing FIXME in the code)
10180           - When flushing RTF text, the insert code now considers text trailing
10181             behind the insertion point (Fixes the bug where when replacing
10182             the selected text via SelectedRTF the remainder of the line behind 
10183             the selection would stay on the first insertion line)
10184         * TextBoxBase.cs:
10185           - AppendText now updates the selection points after inserting text
10186           - AppendText now ensures that the last tag (sometimes 0-length) of
10187             the document is used for the style information (Fixes part of 
10188             bug #77220)
10189         * TextControl.cs:
10190           - Created new FontDefiniton class to allow describing partial style
10191             changes
10192           - StreamLine() now takes a lines argument, to allow it to decide
10193             whether an encountered zero-length tag is the last in the document
10194             (which must be kept to not loose the font/color contained in it,
10195             for later appends)
10196           - Created Combine() and Split() methods for Marker structs, to 
10197             support marker updates due to reformatted documents (soft line
10198             wraps)
10199           - Implemented Document.CaretTag setter
10200           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
10201             of the last line (Not the cause, but also exposed by bug #77220)
10202           - Added LineTag argument to InsertString method, to allow callers
10203             to force a certain tag to be used (required to force use of the
10204             trailing zero-length tag of a document)
10205           - Now updating markers in Combine(), to avoid stale tag markers
10206           - Added some method descriptions to aid maintenance
10207           - Implemented new FormatText concept, allowing additive/subtractive
10208             formatting by only specifying the components that are to be 
10209             changed. This was needed for resolving the RTB.SelectedColor/
10210             RTB.SelectedFont fixmes
10211           - Added Break() support method to allow breaking up linetags (used
10212             for partial formatting)
10213           - Added GenerateTextFormat() method. It is used for partial 
10214             formatting and allows to generate a full font/color from given
10215             attributes and an existing tag.
10216
10217 2006-02-26  Jackson Harper  <jackson@ximian.com>
10218
10219         * XplatUIX11.cs:  Use the correct caption height.
10220         - Translate hittest coordinates to screen coords to match MS.
10221         * XplatUIWin32.cs: When we create MDI windows we need to reset
10222         some of the style flags, so we get a nice blank window, and can
10223         draw all the decorations ourselves.
10224         - Set a clipping rectangle on the non client paint event, the
10225         window manager drawing code needs one.
10226         * Form.cs: The window manager needs to know when the window state
10227         has been updated.
10228         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
10229         don't need to factor in border and title sizes in these
10230         methods. TODO: Remove the args and fix the call points.
10231         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
10232         properly.
10233         - Let the driver set the cursors.
10234         - Improve active window handling
10235         - Correct sizes for title bars and buttons.
10236         - Match MS drawing better
10237         * MdiWindowManager.cs: We don't need to handle border style
10238         updates specially anymore.
10239         - Check for scrollbars when windows are done moving
10240         - Handle Active properly.
10241         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
10242         correctly. I am spewing the exception though, so we don't hide the
10243         bugs.
10244         
10245 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
10246
10247         * DataGridViewRowPostPaintEventArgs.cs,
10248           DataGridViewCellPaintingEventArgs.cs,
10249           DataGridViewRowCollection.cs,
10250           DataGridViewRowPrePaintEventArgs.cs,
10251           DataGridViewCell.cs: Clear a few warnings and implement a few
10252           exceptions that should be thrown.
10253
10254 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
10255
10256         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
10257           'inheriting' our parent's (non-default) cursor. (Part of
10258            the fix for #77479)
10259
10260 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
10261
10262         * XplatUIX11.cs: Fixed cast to make csc happy
10263
10264 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
10265
10266         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
10267           it's for the client area (part of fix for #77479 and needed
10268           for MDI window cursor handling)
10269         * XplatUIX11.cs
10270           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
10271             the appropriate default cursors and also passing the message
10272             up the parent chain 
10273           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
10274             for non-client areas
10275
10276 2006-02-15  Jackson Harper  <jackson@ximian.com>
10277
10278         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
10279         is a real MDI window
10280
10281 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
10282
10283         * X11DesktopColors.cs: Instead of checking the desktop session
10284           string for "KDE" check if it starts with "KDE"
10285
10286 2006-02-10  Jackson Harper  <jackson@ximian.com>
10287
10288         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
10289         systems).
10290
10291 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10292
10293         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
10294           errors
10295         * ColorDialog.cs:
10296           - Got rid of the panel. All controls are now directly added to
10297             the dialog form
10298           - Changed to mono coding style
10299
10300 2006-02-10  Jackson Harper  <jackson@ximian.com>
10301
10302         * InternalWindowManager.cs: We don't need the set visibility to
10303         false hack anymore now that peter has written beautiful shutdown
10304         code.
10305
10306 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
10307
10308         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
10309           where already explicitly destroyed
10310
10311 2006-02-10  Jackson Harper  <jackson@ximian.com>
10312
10313         * MdiClient.cs: Handle the case where windows are too high or to
10314         the left and we need scrollbars.
10315
10316 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
10317
10318         * MimeIcon.cs: Added some icons
10319         * FileDialog.cs:
10320           - Fixed bug #77477
10321           - Got rid of the panel. All controls are now directly added to
10322             the dialog form
10323           - Changed to mono coding style
10324           - On Linux "My Computer" and "My Network" will now show some
10325             more usefull information. A new class, MasterMount, gathers
10326             this information from /proc/mount. Updated MWFFileView to make
10327             use of this information
10328           - Fixed a bug that caused FileDialog to crash when
10329             ".recently_used" file had a zero size
10330           - FilterIndex does now what it should
10331           - Some Refactoring
10332         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
10333             FileDialog changes
10334
10335 2006-02-09  Jackson Harper  <jackson@ximian.com>
10336
10337         * ComboBox.cs: Don't touch if null.
10338
10339 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
10340
10341         * Cursor.cs: 64bit safeness fix
10342         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
10343
10344 2006-02-09  Jackson Harper  <jackson@ximian.com>
10345
10346         * Form.cs: If a form is made into an MDI form update the styles so
10347         all the props can get set correctly.
10348         - Kill the mdi_container when we dont need it anymore.
10349         * InternalWindowManager.cs: Add missing NOT
10350
10351 2006-02-08  Jackson Harper  <jackson@ximian.com>
10352
10353         * InternalWindowManager.cs: Respek clipping when drawing MDi
10354         decorations.
10355
10356 2006-02-08  Jackson Harper  <jackson@ximian.com>
10357
10358         * Hwnd.cs: Add bits to track non client expose events.
10359         * XplatUIX11.cs: Track non client expose events on the hwnd. This
10360         gives us a proper invalid rect and will allow for some nice
10361         optimizations with NC client drawing
10362         - MDI windows are children windows, so move their style handling
10363         into the child window block.
10364         * InternalWindowManager.cs: Remove a state reset that was
10365         getting invoked at the wrong time. Fixes managed windows getting
10366         into a 'stuck' captured state.
10367
10368 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10369
10370         * TextControl.cs (Document.ctor): Now initializing 
10371           selection_anchor. Fixes #77493
10372
10373 2006-02-07  Jackson Harper  <jackson@ximian.com>
10374
10375         * TrackBar.cs: The increment/decrements were backwards.
10376
10377 2006-02-07  Mike Kestner  <mkestner@novell.com>
10378
10379         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
10380         to the instance itself.
10381
10382 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
10383
10384         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
10385           on ulongs and pointers, the size differs between 32bit and 64bit
10386           systems. 
10387
10388 2006-02-07  Mike Kestner  <mkestner@novell.com>
10389
10390         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
10391         for 64 bit platforms to work around a metacity bug. 
10392
10393 2006-02-07  Jackson Harper  <jackson@ximian.com>
10394
10395         * TrackBar.cs: Process the input keys we need, and hookup to
10396         KeyDown instead of using WndProc, so we get key messages.
10397
10398 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
10399
10400         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
10401           machine we're on. 
10402         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
10403           we need to translate the XdndVersion atoms array before sending it
10404
10405 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
10406
10407         * XplatUIX11.cs: 
10408           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
10409             number of bits for the property, not the number of bytes. The
10410             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
10411             but would not crash since it specified 8 bits instead of 4 bits)
10412           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
10413             defined as XID -> long in the C headers)
10414           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
10415             references since those are now IntPtr to begin with
10416           - Switched all Atom.XXX 'int' casts to IntPtr casts
10417           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
10418           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
10419           - Added XChangeActivePointerGrab DllImport (for X11DnD)
10420         * X11Structs.cs:
10421           - Changed 'int' type for Atoms in XEvent structures to IntPtr
10422           - Changed atom in HoverStruct to be IntPtr
10423         * X11DnD.cs:
10424           - Removed local DllImports, switched code to use those from XplatUIX11
10425           - Removed/fixed casts related to the switch of Atom to be a IntPtr
10426
10427 2006-02-06  Mike Kestner  <mkestner@novell.com>
10428
10429         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
10430         method signatures in the import region.  There may still be some
10431         lingering struct marshaling issues, as I didn't drill down into those.
10432         Yet.
10433
10434 2006-02-06  Jackson Harper  <jackson@ximian.com>
10435
10436         * ComboBox.cs: Dont manually set the top_item, this is computed
10437         when the scrollbar position is set.
10438
10439 2006-02-06  Mike Kestner  <mkestner@novell.com>
10440
10441         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
10442         startup crashes on amd64.  There's other fixes needed.  All pinvoke
10443         usage of Atom needs to be mapped to IntPtr for example.  And there are
10444         likely other int/long issues to be addressed.
10445
10446 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
10447
10448         * FileDialog.cs: One more...
10449
10450 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10451
10452         * FileDialog.cs: Next try
10453
10454 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10455
10456         * FileDialog.cs: First part of fix for #77464
10457
10458 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
10459
10460         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
10461           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
10462           AcceptButton border drawing.
10463
10464 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
10465
10466         * Form.cs: Moved positioning of form after auto scaling is applied,
10467           otherwise it would possibly use wrong form size.
10468
10469 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
10470
10471         * Control.cs (RecreateHandle): No need to re-create any child
10472           controls, the child windows will get destroyed automatically by
10473           the windowing system or driver, and re-created when the handle
10474           is being accessed the first time. Fixes #77456
10475         * Form.cs: No longer setting the form to closing if the handle is 
10476           being recreated. This seems like the right thing to do, don't
10477           have a bug or testcase for this, though.
10478
10479 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10480
10481         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
10482           controls to avoid unwanted side effects
10483
10484 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
10485
10486         * Control.cs: 
10487           - ScaleCore needs to scale the bounds, not the ClientSize of the 
10488             control. Fixes #77416.
10489           - DefaultSize is 0,0 for control
10490         * TextBoxBase.cs: 
10491           - DefaultSize is 100, 20
10492           - SetBoundsCore: Now enforcing the height, no matter if the provided
10493             height is more or less than the preferred one, as long as AutoSize
10494             is on
10495         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
10496
10497 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
10498
10499         * Control.cs:
10500           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
10501             call unless both performLayout is true *and* we have a pending
10502             layout change
10503           - ResumeLayout: MS does not completely nest Suspend and Resume,
10504             they bottom out at 0, fixed our code to match that.
10505           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
10506             SetBoundsCore, we were updating even when we shouldn't. This fixes
10507             swf-anchors mis-anchoring when resizing the app fast and lots.
10508           - UpdateDistances: Now only setting the left and top distance if 
10509             we have a parent and are not suspended, this is based on
10510             a suggestion by Don Edvaldson in bug #77355.
10511           - OnVisibleChanged: Fixed logic when to create the control. We may
10512             not create the control if we have no parent or if it's not visible;
10513             switched to using Visible property instead of is_visible field 
10514             since the property also considers parent states. This fixes a bug
10515             when starting Paint.Net
10516
10517 2006-02-02  Jackson Harper  <jackson@ximian.com>
10518
10519         * Form.cs: If the forms handle hasn't been created yet don't call
10520         into xplatui to make it top most, just set the topmost flag on the
10521         form in CreateParams
10522         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
10523
10524 2006-02-01  Jackson Harper  <jackson@ximian.com>
10525
10526         * ScrollableControl.cs: Refactored the Recalculate method a
10527         little, this wasn't handling all the variants of bottom and right
10528         bars needed to be added and added/removed based on their
10529         counterparts being added/removed (which changes the drawable
10530         size). Also we special case client widths and heights of 0 and
10531         don't add the scrollbar for those.
10532
10533 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
10534
10535         * XplatUIX11.cs: 
10536           - Added method to get AbsoluteGeometry(); currently unused, but might
10537             be used in the future, if we try again to figure out toplevel
10538             coordinates with some more crappy window managers
10539           - Added FrameExtents() method to retrieve the WM set decoration size
10540           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
10541             to deal with at least KDE, FVWM and metacity (Fixes #77092)
10542         * Hwnd.cs: 
10543           - Added whacky_wm tracking var for metacity
10544           - Added logic to have default menu height if the actual menu height
10545             has not yet been calculated (part of fix for #77426)
10546         * Form.cs: Keep track whether client size has been set and re-set 
10547           it if a menu is added/removed afterwards (Fixes #77426)
10548
10549 2006-01-31  Jackson Harper  <jackson@ximian.com>
10550
10551         * Control.cs: When a new Site is set on the component attempt to
10552         pull the AmbientProperties from it.
10553
10554 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
10555
10556         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
10557           in the background of the owning form. Fixes #77332
10558
10559 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10560
10561         * MimeIcon.cs: Fix for #77409
10562
10563 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
10564
10565         * XplatUIX11GTK.cs: Initial import
10566
10567 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
10568
10569         * FixedSizeTextBox: fixes class signature
10570
10571 2006-01-30  Jackson Harper  <jackson@ximian.com>
10572
10573         * FixedSizeTextBox.cs: New internal class that represents a
10574         textBox that will not be scaled.
10575         * TreeView.cs:
10576         * ComboBox.cs:
10577         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
10578         standard TextBox.
10579                 
10580 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
10581
10582         * XplatUIX11.cs: Retrieve default screen number instead of
10583           assuming 0. Attempted fix for #77318
10584
10585 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
10586
10587         * XplatUIWin32.cs: 
10588           - GetWindowPos: When a window is parented by FosterParent, use 
10589             the desktop instead of FosterParent as the base to get coordinates
10590           - CreateWindow: Don't make FosterParent the parent window for Popups
10591             if we don't want a taskbar entry, Popups automatically don't get one
10592         * Hwnd.cs: Need to call remove to actually remove the key from the
10593           hash table
10594
10595 2006-01-30  Mike Kestner  <mkestner@novell.com>
10596
10597         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
10598
10599 2006-01-30  Jackson Harper  <jackson@ximian.com>
10600
10601         * TreeView.cs:
10602         * TreeNode.cs: Raise events no matter how the treenode is
10603         checked. Patch by Don Edvalson.
10604
10605 2006-01-30  Jackson Harper  <jackson@ximian.com>
10606
10607         * TreeNode.cs: Signature fix.
10608
10609 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
10610
10611         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
10612
10613 2006-01-20  Mike Kestner  <mkestner@novell.com>
10614
10615         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
10616         event forwarding when menus are active.
10617         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
10618         Most of the patch is pdb's with a little rework.
10619
10620 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10621
10622         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
10623           Removed GetMenuDC and ReleaseMenuDC methods; replaced
10624           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
10625         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
10626         * InternalWindowManager.cs: Added use of PaintEventStart/End to
10627           handling of WM_NCPAINT message, now passing the PaintEventArgs to
10628           the PaintWindowDecorations method
10629         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
10630         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
10631         * MenuAPI.cs: Made tracker window invisible
10632         * XplatUIWin32.cs:
10633           - Removed GetMenuDC and ReleaseMenuDC methods
10634           - Implemented the client=false path for PaintEventStart and
10635             PaintEventEnd
10636
10637 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10638
10639         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
10640         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
10641           styles
10642         * Form.cs: 
10643           - MaximizeBox, MinimizeBox: Recreate the handle when setting
10644             the style
10645           - CreateParams: Reworked the styles to match MS look'n'feel,
10646             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
10647             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
10648
10649 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
10650
10651         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
10652           window is not mapped, since otherwise every form that's being 
10653           created is considered minimized, which is wrong.
10654         * Form.cs: Catching the exception and returning our internal value
10655           instead
10656
10657 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
10658
10659         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
10660           SetWindowMinMax() to have means to tell the driver about the minimum,
10661           maximum and maximized state window sizes. (Part of the fix for #76485)
10662         * Form.cs:
10663           - Implemented tracking of minimum and maximum window size, now calling
10664             new SetWindowMinMax() driver method to tell the driver (Part of the
10665             fix for #76485)
10666           - Finished handling of WM_GETMINMAXINFO method, now setting all values
10667             (Completes fix for #76485)
10668           - Calling new SetWindowMinMax driver method when the handle for a 
10669             form is created, to make sure the driver knows about it even if
10670             the values have been set before the window was created
10671           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
10672             to avoid messing up our anchoring calculations (partial fix
10673             for #77355)
10674         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
10675         * XplatUIX11.cs:
10676           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
10677           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
10678             (and presumably other freedesktop.org compliant WMs). Left the
10679             assumption unmapped=minimized, needed for SetVisible to work.
10680           - Now setting the window state when creating windows
10681           - Fixed SetVisible to consider/set the window state when mapping
10682             a Form. We cannot set the state before it's mapped, and we cannot
10683             use Form.WindowState once it's mapped (since it would ask the
10684             driver and get 'normal'. Therefore, we grab the state before
10685             mapping, map, and then set state.
10686           - Implmemented SetWindowMinMax method; Metacity does not seem to
10687             honor the ZoomHints, though.
10688         * XplatUIWin32.cs:
10689           - Removed MINMAXINFO (moved to XplatUIStructs)
10690           - Added SetWindowMinMax stub (on Win32 the only way to set that
10691             information is in response to the WM_GETMINMAXINFO message, which
10692             is handled in Form.cs)
10693           - Added logic to SetVisible to set the proper window state when a 
10694             form is made visible (fixes #75720)
10695
10696 2006-01-26  Jackson Harper  <jackson@ximian.com>
10697
10698         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
10699         same way we handle them with Invoke.
10700
10701 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
10702
10703         * Form.cs:
10704           - Added tracking of window state so CreateParams can return
10705             the appropriate style
10706           - Moved setting of WS_CAPTION style in CreateParams to allow
10707             styles without caption
10708         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
10709           control if the TextBox property is accessed. Fixes #77345
10710         * Control.cs:
10711           - get_Created: now uses is_disposed and is_created to determine
10712             return value (suggested by Jackson)
10713           - CreateHandle: No longer exits if the handle is being recreated
10714           - RecreateHandle: If the handle is not yet created call the 
10715             appropriate method to create either control or handle. If the
10716             control is already created CreateHandle will simply exit instead
10717             of just creating the handle
10718         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
10719           now SendMessage WM_DESTROY directly to the control when DestroyWindow
10720           is called.
10721         * XplatUIX11.cs: 
10722           - When DestroyWindow is called, instead of waiting for the 
10723             DestroyNotification from X11, we directly post it to the WndProc
10724             and immediately dispose the hwnd object.
10725             Same applies to DestroyChildWindows, and this obsoletes the
10726             expose_pending tracking. Contrary to Win32 behaviour we destroy our
10727             child windows before our own, to avoid X11 errors.
10728           - Removed the direct sending of WM_PAINT on UpdateWindow
10729         * XplatUIWin32.cs:
10730           - Reworked DoEvents and GetMessage to allow access to internal queue
10731             even when trying non-blocking access to the queue.  Fixes #77335. 
10732             Based on a patch suggestion by Don Edvalson. The new private
10733             GetMessage can now also be used as a backend for a PeekMessage
10734             frontend version.
10735         * XplatUI.cs: Improved debug output for CreateWindow
10736
10737 2006-01-25  Jackson Harper  <jackson@ximian.com>
10738
10739         * Help.cs: Allow param to be null. Patch by Don Edvalson.
10740
10741 2006-01-24  Jackson Harper  <jackson@ximian.com>
10742
10743         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
10744         when we have a MaxDropItems lower then the selected index.
10745
10746 2006-01-24  Jackson Harper  <jackson@ximian.com>
10747
10748         * Control.cs: Don't allow selection of non visible controls, allow
10749         selection of controls without parents.
10750
10751 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10752
10753         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
10754         * DataGridDrawingLogic.cs: Add editing row only when is necessary
10755
10756 2006-01-23  Jackson Harper  <jackson@ximian.com>
10757
10758         * UpDownBase.cs: Make the textbox handle all the selection and
10759         tabbing. This fixes tabing to updown controls.
10760
10761 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
10762
10763         * TextBoxBase.cs: fixes exception thown the object was null
10764
10765 2006-01-23  Jackson Harper  <jackson@ximian.com>
10766
10767         * ButtonBase.cs: Just use the base CreateParams. They set
10768         visibility and enabled correctly.
10769         * ComboBox.cs:
10770         * TrackBar.cs:
10771         * MonthCalendar.cs: Lets let the base set as much of the
10772         createparams as possible so we don't have duplicate code all over
10773         the place.
10774
10775 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
10776
10777         * ThemeGtk.cs: Added TrackBar and some experimental code to
10778           get double buffering back
10779
10780 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10781
10782         * DataGrid.cs: Allows row number set internally higher than the last
10783         when creating a new row. Restores the editing functionality.
10784
10785 2006-01-20  Mike Kestner  <mkestner@novell.com>
10786
10787         * MimeIcon.cs: delay Image creation until the icons are accessed
10788         instead of creating 190 scaled images on GnomeHandler startup.
10789
10790 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
10791
10792         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
10793           first call base before processing the event. Fixes #77279
10794
10795 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
10796
10797         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
10798           that the stride for the GDI bitmap would match the stride of
10799           a DIB or a Cursor.
10800
10801 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
10802
10803         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
10804
10805 2006-01-19  Jackson Harper  <jackson@ximian.com>
10806
10807         * ComboBox.cs: Hookup the text controls keydown event so we get
10808         those when the text control has the focus.
10809
10810 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10811
10812         * Label.cs: Now using the base events instead of defining new ones;
10813           this allows us to just call the base properties without having to
10814           duplicate all base property logic 
10815
10816 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10817
10818         * Label.cs: A label by default is not a tabstop (Fixes one of our
10819           failing nunit tests)
10820
10821 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
10822
10823         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
10824         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
10825
10826 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
10827
10828         * Cursor.cs: Reimplemented creating cursor bitmaps without using
10829           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
10830           This fixes #77218
10831         * XplatUIWin32.cs: 
10832           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
10833             constructor creates images that can't be saved. Part of the fix
10834             for #76103
10835           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
10836           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
10837             bug fix for handling window state in forms properly)
10838
10839 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10840
10841         * ThemeGtk.cs: Simplify ScrollBar drawing
10842
10843 2006-01-18  Jackson Harper  <jackson@ximian.com>
10844
10845         * Splitter.cs: Set the default dock style for the splitter control
10846         in the constructor.
10847
10848 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10849
10850         * ThemeGtk.cs: Corrected StateType and ShadowType for
10851           gtk_paint_box
10852
10853 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10854
10855         * Control.cs: Make use of Theme.DoubleBufferingSupported
10856         * ThemeGtk.cs:
10857           - Added drawing for flat style buttons
10858           - Added ScrollBar drawing
10859
10860 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
10861
10862         * ThemeClearlooks.cs: Removed some unneeded code.
10863         * ThemeGtk.cs: First part of ThemeGtk enhancements.
10864
10865 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10866
10867         * LinkLabel.cs: We need to update the hover drawing when
10868           leaving the control as well.
10869
10870 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
10871
10872         * DataGrid.cs: Clicking on non empty areas in the columns
10873            area was giving an exception
10874
10875 2006-01-17  Jackson Harper  <jackson@ximian.com>
10876
10877         * ThemeWin32Classic.cs:
10878         * ListView.cs: Do not draw/clip the headers when the header style
10879         is None.
10880
10881 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10882
10883         * DataGrid.cs: Fixes 77260
10884         
10885 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
10886
10887         * DataGrid.cs: Clicking on a column on a empty grid was giving
10888           an exception
10889
10890 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
10891
10892         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
10893           or any keypress will crash the grid.
10894
10895 2006-01-17  Mike Kestner  <mkestner@novell.com>
10896
10897         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
10898         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
10899         invisible/previously-visible items.
10900         [Fixes #76909]
10901
10902 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
10903
10904         * ThemeClearlooks.cs:
10905         - Added CL_Draw_Button method; now other theme controls that are 
10906           not derived from button or do not have a button can draw buttons
10907           too
10908         - Updated ComboBox drawing
10909         - Beautified RadioButton drawing
10910         - Corrected drawing of bottom and left tabs
10911         - Beautified DateTimePicker and MonthCalendar
10912         - Added CPDrawButton and CPDrawRadioButton
10913
10914 2006-01-16  Jackson Harper  <jackson@ximian.com>
10915
10916         * ComboBox.cs: Set the initial value of the scrollbar to the
10917         current index. Reduce the numbers of refreshs and IndexOfs called.
10918
10919 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
10920
10921         * FileDialog.cs: When the file listview is focused hitting the
10922           backspace key moves the fileview to the parent directory
10923
10924 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10925
10926         * Form.cs: 
10927           - Added RecreateHandle call when changing taskbar visibility to 
10928             trigger reparenting in Win32 driver (Fixes #75719)
10929           - If a window has minimize or maximize buttons, it cannot have
10930             a help button
10931         * XplatUIWin32.cs:
10932           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
10933             the toplevel form with FosterParent (A toolwindow not on the
10934             taskbar) (Fixes #75719)
10935           - Made FosterParent a toolwindow
10936
10937 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10938
10939         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
10940
10941 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10942
10943         * ToolTip.cs: If SetToolTip is called from a control and the mouse
10944           is currently over that control, make sure that tooltip_window.Text
10945           gets updated
10946
10947 2006-01-13  Mike Kestner  <mkestner@novell.com>
10948
10949         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
10950
10951 2006-01-13  Jackson Harper  <jackson@ximian.com>
10952
10953         * TreeView.cs: On MS GetNodeAt never actually factors in the X
10954         value passed.  Also redraw the selected node when we recieve
10955         focus, so tabbing between trees works correctly.
10956
10957 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
10958
10959         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
10960           ~/.gconf/%gconf-tree.xml, so use
10961           .gconf/desktop/gnome/interface/%gconf.xml
10962
10963 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10964
10965         * TextControl.cs: Draw text in gray if control is disabled
10966
10967 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
10968
10969         * TreeView.cs: Draw the focus rectangle outside the highlight, to
10970           make sure it's always visible. Fixes #76680.
10971
10972 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
10973
10974         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
10975
10976 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
10977
10978         * PageSetupDialog.cs: Added.
10979         * PrintDialog.cs: Attributes.
10980         * PrintPreviewControl.cs: Updates.
10981         * PrintPreviewDialog.cs: Updates.
10982         
10983 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10984
10985         * Control.cs: Undid my selection check fix, since it's not needed
10986         * TextBoxBase.cs:
10987           - Now considering the presence of hscroll/vscroll when sizing
10988             vscroll/hscroll respectively. Fixed bug #77077
10989           - Added Left/Up/Down/Right to IsInputKey list to prevent
10990             ContainerControl from stealing them. This fixes what I broke
10991             with my last checkin.
10992
10993 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
10994
10995         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
10996           I finally understand how the property can be set without a setter :-)
10997
10998 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
10999
11000         * Application.cs:
11001           - Switched RunLoop to use static Message.Create to create a 
11002             Message object
11003           - Added PreProcessMessage call in runloop for keyboard events; this
11004             is part of the fix for #77219, I overlooked this originally in the
11005             MSDN doc for PreProcessMessage
11006         * Control.cs:
11007           - Removed call to PreProcessMessage from handling of keyboard 
11008             messages; it's supposed to be done in the message pump
11009           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
11010             per MSDN documentation.
11011           - IsInputChar: All chars are input chars by default; removed the 
11012             parent calling chain, MS does not document that
11013           - PreProcessMessage: If IsInputChar is true, we want to return false
11014             to allow dispatching of the message
11015           - When selecting the next control, now also check that we're not
11016             selecting ourselves again and therefore return a false positive.
11017         * TextBoxBase.cs:
11018           - Tried to match return values for IsInputKey and ProcessDialogKey
11019             to what MS returns; moved processing of our special keys outside
11020             ProcessDialogKey since MS does not seem to return true on those.
11021           - Moved code that previously was in ProcessDialogKey into new private
11022             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
11023           - Reworked handling of WM_CHAR to not have to duplicate code from
11024             Control.cs anymore, instead we simply call down to base.
11025            
11026 2006-01-12  Jackson Harper  <jackson@ximian.com>
11027
11028         * ComboBox.cs: We always need to refresh the text area when
11029         EndUpdate is called. Fixes the combobox in the file dialog.
11030         * Control.cs: Don't create the creator_thread until the controls
11031         handle is created.  Also in InvokeRequired we check if the
11032         creator_thread is null. This gives the effect of InvokeRequired
11033         returning true if the controls handle is not created yet, and
11034         matches MS.
11035
11036 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11037
11038         * XplatUI.cs:
11039           - Added StartLoop() driver method. This is used to allow drivers to
11040             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
11041             loop for a particular thread
11042           - Added EndLoop() driver method. This is called once the message
11043             pump for the thread is shut down
11044           - Added SupportsTransparency method to allow the driver to indicate
11045             opacity support for windows
11046         * Form.cs:
11047           - Removed TODO attribute, completed AllowTransparency property
11048           - Added documented logic to Opacity
11049         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
11050           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
11051           versions of CompatibleTextRendering
11052         * X11Structs.cs: Added opacity atom to our atom enumeration
11053         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
11054           of a form might be set before it's reparented by the WM, and we need
11055           the opacity value without calling up to Form)
11056         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
11057           SupportsTransparency() driver methods
11058         * Application.cs: Now calling StartLoop and EndLoop driver methods
11059         * XplatUIX11.cs:
11060           - Added opacity atom registration
11061           - Added StartLoop()/EndLoop() methods. They're empty right now but
11062             will need to get implemented when we switch to a per-thread queue
11063           - Implemented SupportsTransparency() method
11064           - Implemented SetWindowTransparency() method
11065           - Added support for setting the opacity value when a window is
11066             reparented (since the opacity needs to be set on the WM frame)
11067         * XplatUIOSX.cs, XplatUIWin32.cs:
11068           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
11069
11070 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
11071
11072         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
11073
11074 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
11075
11076         * FileDialog.cs: Added ToolTip for MWFFileView
11077         * MimeIcon.cs: Rewrote GnomeHandler.
11078           - Get currently used gnome icon theme from
11079             ($HOME)/.gconf/%gconf-tree.xml
11080           - Make use of inherited icon themes
11081           - Support SVG icon themes like Tango via librsvg
11082
11083 2006-01-12  Miguel de Icaza  <miguel@novell.com>
11084
11085         Revert's Jackson's revert which broke 2.0 builds.   Fix both
11086         builds. 
11087         
11088         * Application.cs: Move the use_compatible_text_rendering outside
11089         the NET_2_0 define.  If we ever need to use the
11090         use_compatible_text_rendering on the individual controls they will
11091         access the variable from the common shared code paths.
11092
11093 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
11094
11095         * XplatUI.cs:
11096           - Added more granular debug options
11097           - Added method to print both window text and id
11098           - Switched debug output to use new Window() debug method
11099           - Added IsEnabled() driver method
11100           - Added EnableWindow() driver method
11101         * Form.cs:
11102           - Removed end_modal; no longer needed, new loop handles termination
11103             via 'closing' variable
11104           - If form is modal, setting DialogResult will now initiate loop
11105             termination via 'closing' variable
11106           - Added support for is_enabled/WS_DISABLED to CreateParams
11107           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
11108             does all the work
11109           - Removed code that's now in RunLoop from ShowDialog()
11110           - Added various documented sanity checks to ShowDialog()
11111           - Added handling of WM_DESTROY message; we set 'closing' on getting
11112             the message to indicate the message pump to terminate
11113           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
11114             send by the Application.ExitThread method. (We send the message
11115             to destroy the window after all other events have been
11116             processed through the queue, instead of destroying the handle 
11117             directly)
11118           - Moved code from Close() method to WM_CLOSE handler; added logic
11119             to only send close-related events if the form is not displayed
11120             modal
11121         * Splitter.cs (..ctor): Fixed typo in resource name
11122         * Control.cs:
11123           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
11124             brush now
11125           - set_Cursor: Now only setting calling into XplatUI if the handle for
11126             the control is already created; this avoids implict handle creation
11127             or crashes if it's not created
11128           - set_Enabled: Now setting the enabled state via the new driver method
11129             instead of just tracking it
11130           - CreateParams: Added logic to set WS_DISABLED based on enabled state
11131           - CreateControl: Reordered event firing and method calls to more
11132             closely fire events in the order MS does. Now setting the
11133             enabled state in the driver when creating the control.
11134           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
11135             match MS order
11136         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
11137           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
11138         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
11139         * Hwnd.cs:
11140           - Added tracking of window enabled state (get_Enabled/set_Enabled)
11141           - Added EnabledHwnd property to easily allow a driver to find the
11142             handle of the first enabled window in the parent chain (this is
11143             used by drivers to pass up input events of disabled windows)
11144         * XplatUIDriver.cs: Added IsEnabled() method
11145         * Application.cs:
11146           - Removed crude and obsolete exiting tracking variable
11147           - Removed internal ModalRun(); replaced by RunLoop()
11148           - Implemented private CloseForms() method to allow closing all 
11149             windows owned by a particular (or all) threads
11150           - Exit() now properly closes all windows without forcing the message
11151             pump to quit
11152           - Removed obsolete InternalExit() method
11153           - Changed Run() methods to use new RunLoop() message pump
11154           - Implemented new RunLoop() method for both modal and non-modal forms
11155         * CommonDialog.cs:
11156           - get_CreateParams: Added setting of WS_DISABLED
11157           - Simplified ShowDialog(); now all the work is done in RunLoop(),
11158             invoked via Form.ShowDialog()
11159         * NativeWindow.cs: We don't remove the window from the collection when
11160           the handle is destroyed; there might still be messages for it in the
11161           queue (mainly the resulting WM_DESTROY); instead it will be removed
11162           when Control calls InvalidateHandle in the WM_DESTROY handler
11163         * XplatUIX11.cs:
11164           - CreateWindow: Added logic to handle the WS_DISABLED window style
11165           - EnableWindow: Implemented based on Hwnd.Enabled
11166           - GetMessage: Reset PostQuitState so the method can be called again
11167           - Implemented support for disabled windows (passing messages to the
11168             first enabled parent) in handling all input messages
11169           - Added optimizations for handling Expose events
11170           - Implemeted new driver method IsEnabled()
11171           - Now always resetting paint pending tracking vars when we start paint
11172           - Re-implemented UpdateWindow via just sending a WM_PAINT message
11173         * XplatUIOSX.cs: Added IsEnabled method stub
11174         * XplatUIWin32.cs: Implemented new IsEnabled() method
11175
11176 2006-01-11  Jackson Harper  <jackson@ximian.com>
11177
11178         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
11179         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
11180         variables a little.
11181         * ColorDialog.cs: Clear out the old form before adding the new
11182         panel.  
11183
11184 2006-01-11  Jackson Harper  <jackson@ximian.com>
11185
11186         * X11Dnd.cs: Make sure to add all the text formats when adding
11187         strings to the data object.
11188         * TreeNodeCollection.cs: When adding to a sorted tree we need to
11189         do some redrawing too.  Also change the UpdateNode to an
11190         UpdateBelow so the newly added node gets painted.
11191         
11192 2006-01-11  Miguel de Icaza  <miguel@novell.com>
11193
11194         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
11195         LinkLabel.cs, PropertyGrid.cs: Implement the
11196         UseCompatibleTextRendering property for 2.x
11197
11198         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
11199
11200 2006-01-11  Jackson Harper  <jackson@ximian.com>
11201
11202         * TreeView.cs: Use the property for setting the selected node so
11203         the correct events get raised.
11204         * TreeNode.cs: Update the tree when the fore/back colours of a
11205         node are set.
11206
11207 2006-01-10  Jackson Harper  <jackson@ximian.com>
11208
11209         * TreeView.cs: Allow setting SelectedNode to null.
11210
11211 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11212
11213         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
11214
11215 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11216
11217         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
11218
11219 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11220
11221         * PrintDialog.cs: Added attributes and set default property values.
11222
11223 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11224
11225         * PrintControllerWithStatusDialog.cs: 
11226         Added PrintControllerWithStatusDialog.
11227
11228 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11229
11230         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
11231         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
11232
11233 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
11234
11235         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
11236
11237 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11238
11239         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
11240         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
11241
11242 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
11243
11244         * MimeIcon.cs: Added internal class SVGUtil.
11245
11246 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
11247
11248         * FileDialog.cs: Don't crash if there are two files with the
11249           same name but different locations.
11250
11251 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
11252
11253         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
11254         dates across multiple month grids. Used to not highlight entire 
11255         month, but does now.
11256         
11257 2006-01-06  Jackson Harper  <jackson@ximian.com>
11258
11259         * MonthCalendar.cs: Removed DoEvents call to prevent a running
11260         message loop. Change timer intervals to numbers that seem more
11261         natural.
11262
11263 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
11264
11265         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
11266           object for location info since screen object is now implemented.
11267
11268 2006-01-05  Jackson Harper  <jackson@ximian.com>
11269
11270         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
11271         * AsyncMethodResult.cs: We no longer use a WeakReference for the
11272         AsyncMethodResult, this is because we ALWAYS want the
11273         ManualResetEvent to get set.
11274         * Control.cs: When disposing use an async invoke to call shutdown
11275         code, so that thigns don't block on the finalizer thread.  Also
11276         check if we even have a message loop before trying to send
11277         messages, if we don't then don't bother sending messages.
11278         - No more weak references for async methods
11279         * XplatUIDriver.cs: No more weak references for async methods.
11280
11281 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11282
11283         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
11284           returns two FontFamily with the same name
11285
11286 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11287
11288         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
11289           drawing disabled text. Instead using the ColorGrayText color
11290
11291 2006-01-04  Jackson Harper  <jackson@ximian.com>
11292
11293         * TreeNode.cs: redraw the node when its image index is changed.
11294
11295 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
11296
11297         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
11298           time I checked there are no others like it.
11299
11300 2006-01-04  Jackson Harper  <jackson@ximian.com>
11301
11302         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
11303         this gives the behavoir I was looking for.
11304         * Control.cs: Special case Invoking EventHandlers, this matches MS
11305         and fixes part of bug #76326.
11306
11307 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11308
11309         * ThemeClearlooks.cs, FileDialog.cs:
11310           - Reflect the latest Theme class changes
11311           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
11312             with DateTime
11313             
11314 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
11315
11316         * Theme.cs: Cache UI resource images and resize them if needed
11317
11318 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11319
11320         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
11321           is called. This fixes the crash in Nexxia when setting the font
11322           attributes in the chat. [However, RTF needs a look-over to make sure
11323           that all SelectionXXX methods handle the special case that selection
11324           is empty and therefore the change must be applied to all text starting
11325           at the cursor/selection start]
11326
11327 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
11328
11329         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11330           XplatUIOSX.cs: Added SendMessage and PostMessage methods
11331         * X11Keyboard.cs: Switched to new way of calling PostMessage
11332
11333 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
11334
11335         * Theme.cs: Added theme interface for images to allow the theme to
11336           control what images are used for things like FileDialog, MessageBox
11337           icons, etc.
11338         * MessageBox.cs: Now uses the new Theme icon/image interfaces
11339
11340 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
11341
11342         * FileDialog.cs:
11343           - Removed some dead code
11344           - Opening a recently used file does work now
11345           - Small UI enhancements
11346           - Refactoring
11347
11348 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11349
11350         * FileDialog.cs: Forgot too add __MonoCS__
11351
11352 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
11353
11354         * FileDialog.cs: We are able to read recently used files now let's
11355           go on and write them.
11356
11357 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
11358
11359         * FileDialog.cs: Breathe some life into "last open"/"recently used"
11360           button
11361         * MimeIcon.cs: Do a check for the top level media type also
11362
11363 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11364
11365         * ThemeClearlooks.cs:
11366           - Added CPDrawStringDisabled
11367           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
11368             some chars if the text doesn't fit into text_rect
11369           - DrawListViewItem: If View = View.LargeIcon center the image;
11370             rewrote the drawing of ListViewItem.Text if View = 
11371             View.LargeIcon
11372
11373 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
11374
11375         * MimeIcon.cs: Use default KDE icon theme if there is no
11376           "48x48" directory for the current icon theme, fixes #77114
11377         * Mime.cs: Disable not working and actually not used code. 
11378         * ThemeWin32Classic.cs:
11379           - Replace "new SolidBrush" in GetControlBackBrush and
11380             GetControlForeBrush with ResPool.GetSolidBrush
11381           - Changed DrawListViewItem from private to protected virtual
11382         * FileDialog.cs:
11383           - Added form.MaximizeBox = true
11384           - Don't throw an exception if there is a broken symbolic link
11385
11386 2005-12-23  Jackson Harper  <jackson@ximian.com>
11387
11388         * TabControl.cs: Give the panels focus, keyboard navigation is
11389         fixed so this works correctly now.
11390         - We need these key events also.
11391         * ToolBar.cs: Remove some of the poor mans double buffering.
11392         
11393 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
11394
11395         * ComboBox.cs: The internal TextBox now returns the focus.
11396
11397 2005-12-23  Jackson Harper  <jackson@ximian.com>
11398
11399         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
11400
11401 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11402
11403         * Control.cs: Removed debug code
11404         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
11405           implicit children
11406
11407 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
11408
11409         * Control.cs: When creating the control, update the Z-order after
11410           all it's children are created, too. (Fixes nexxia not showing
11411           picturebox bug)
11412
11413 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
11414
11415         * Control.cs: Do not update the anchoring distances if layout is
11416           suspended, instead do it once layout is resumed
11417
11418 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
11419
11420         * Control.cs: 
11421           - After many hours of debugging, for both Jackson and
11422             myself, it turns out that it helps to set the parent of a control
11423             if you want to actually see it onscreen. In the spirit of that
11424             discovery, we're now setting the parent of the control and
11425             it's children when the control's handle is created. This fix
11426             will make Lutz Roeder's Reflector run happily. 
11427           - now just creating the handle instead of the whole control when
11428             getting a graphics context for the control.
11429
11430 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11431
11432         * ScrollableControl.cs: When calculating the canvas, don't consider
11433           the scrollbar widths. Instead, predict if horizontal scrollbar
11434           will affect canvas when deciding on vertical display and vice versa.
11435
11436 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
11437
11438         * RichTextBox.cs: Set default RTF font for documents that don't
11439           have a font table (Fixes #77076)
11440
11441 2005-12-22  Jackson Harper  <jackson@ximian.com>
11442
11443         * TextBoxBase.cs: It's difficult to do, but you can have an empty
11444         clipboard. This prevents a NullRef in that case.
11445         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
11446         clipboard. PRIMARY is for the currently selected text only. (We
11447         should implement PRIMARY at some point.
11448
11449 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11450
11451         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
11452           a Unicode function with a structure that was defined in Ansi way.
11453           This fixes #76942.
11454
11455 2005-12-21  Jackson Harper  <jackson@ximian.com>
11456
11457         * StatusBar.cs: Statusbar handles its fore/back colours on it's
11458         on. Because thats how it rolls. (and this avoids it using ambient
11459         colours).
11460         * ThemeWin32Classic.cs: Use the proper back color for filling.
11461         * Menu.cs: Use the system menu bar color for drawing menu
11462         bars. Using the window back color will bring ambient colours into
11463         the picture.
11464
11465 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
11466
11467         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
11468           Bitmaps were created and not disposed.
11469
11470 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11471
11472         * Control.cs (CreateControl): Don't do anything if the control is
11473           already created, otherwise we'd fire the OnCreated event more than
11474           once
11475
11476 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11477
11478         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
11479           will always match. Instead return -1. Fixes #76464.
11480
11481 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
11482
11483         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
11484           neither the beginning nor the end of the line (Fixes bug #76479)
11485
11486 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
11487
11488         * Control.cs:
11489           - ControlNativeWindow.ControlFromHandle(): Now handling situation
11490             where handle is invalid
11491           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
11492             instead of slower linear search
11493         * NativeWindow.cs: Don't remove the window from the hashtable until
11494           after the driver has destroyed it (since the driver might use
11495           Control.FromHandle to lookup the control object
11496         * Hwnd.cs: Added DestroyPending property to track if a window is 
11497           already destroyed as far as the driver is concerned and only hasn't
11498           yet notified the control
11499         * XplatUIX11.cs:
11500           - Activate(): Check if the window is still valid before using the 
11501             handle
11502           - Implemented DestroyChildWindow() method to mark child windows as
11503             destroyed when a window is destroyed. This prevents situations 
11504             where we might call an X method based on queued events for a
11505             window that already has been destroyed but we haven't yet pulled
11506             the destroy method from the queue.
11507           - Added a call to the new DestroyChildWindow() method to the drivers
11508             DestroyWindow code. Also now marking the destroyed window itself
11509             as pending
11510
11511 2005-12-20  Jackson Harper  <jackson@ximian.com>
11512
11513         * StatusBar.cs:
11514         * StatusBarPanel.cs: Don't calculate panel sizes on draw
11515         anymore. Just do them when needed, also track the rects of panels
11516         so that we can optimize refreshing more in the future.
11517
11518 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
11519
11520         * ColorDialog.cs: Fixed focus drawing in small color controls
11521
11522 2005-12-19  Jackson Harper  <jackson@ximian.com>
11523
11524         * InternalWindowManager.cs:
11525         * MdiWindowManager.cs: Cleanup some coordinate system changes so
11526         moving windows works properly.
11527
11528 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
11529
11530         * Control.cs: 
11531           - Removed call to InitLayout() from SetBoundsCore(); doc says
11532             it's only called when a control is added to a container
11533           - Split InitLayout logic, moved to separate UpdateDistances() method
11534             since we need to perform those calculations more often than just
11535             when adding the control to a container. (Needed to fix #77022)
11536           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
11537           - Reduced the OnBindingContextChanged events count, don't send them
11538             unless the control is created, we still aren't totally matching
11539             MS, but I can't quite figure out some of their rules
11540
11541 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11542
11543         * ThemeClearlooks.cs: Corrected distance between ProgressBar
11544           stripes
11545
11546 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11547
11548         * ThemeClearlooks.cs:
11549           - Updated ProgressBar drawing
11550           - Corrected drawing of ScrollBars and scroll buttons
11551           - Some temporary fixes for minor pixel artefacts
11552
11553 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
11554
11555         * Control.cs:
11556           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
11557             cause events to be sent in the same order as MS does.
11558           - Added ChangeParent() method to trigger various OnXXXChanged events
11559             that need to be fired when a parent changes (This is a reworking
11560             of the patch from r54254, with the X11 errors fixed)
11561           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
11562             since on MS we get OnLayoutChanged events when calling Clear()
11563           - Changed Enabled property to consider parent state as well, if a
11564             parent is not enabled, the control will not be either
11565           - Changed Parent property to simply call Controls.Add() since that
11566             now does all the work required, this way we avoid code duplication
11567           - Threw in a few OnBindingsContextChanged calls to try and match
11568             when MS sends them. We seem to send a few too many, though.
11569           - Added call to CreateControl when adding the control to a parent.
11570             We were never calling CreateControl. Still needs some work, in
11571             some places we treat HandleCreated and ControlCreated as equal, 
11572             which is wrong
11573           - Removed obsolete commented out code from UpdateZOrder()
11574
11575 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
11576
11577         * ThemeClearlooks.cs: Updated TrackBar drawing.
11578
11579 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11580
11581         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
11582
11583 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
11584
11585         * FileDialog.cs: Add the Help button and the open readonly
11586           checkbox only if needed
11587
11588 2005-12-16  Jackson Harper  <jackson@ximian.com>
11589
11590         * Control.cs: Make sure we have an active menu before trying to
11591         process commands on it. Prevents menu-less forms from crashing
11592         when Alt is pressed.
11593         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
11594         Dieter Bremes.
11595         * RichTextBox.cs: Expand statement to help out gmcs and fix the
11596         2.0 build.
11597
11598 2005-12-16  Jackson Harper  <jackson@ximian.com>
11599
11600         * InternalWindowManager.cs: Don't translate tool windows screen
11601         coordinates. This fixes windows 'bouncing' around when being moved.
11602
11603 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11604
11605         * TextBoxBase.cs:
11606           - MaxLength now treats 2^31-1 equal to unlimited length (this is
11607             not quite MS compatible, MS uses that number only for single line
11608             and 2^32-1 for multi-line, but I figure it won't hurt keeping
11609             the limit at 2GB)
11610           - Now enforcing the MaxLength limit when entering characters
11611           - Added argument to internal Paste() method to track if it's called
11612             from programatically or via keyboard, since keyboard driven pastes
11613             need to enforce max-length
11614           - Added logic to Paste to only paste as many chars as MaxLength 
11615             allows
11616         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
11617         * TextControl.cs:
11618           - Added Length property to return number of characters in document
11619           - Added private CharCount property which only tracks actual chars
11620             in the document (no linefeeds) and fires event when CharCount
11621             changes
11622           - Added tracking of character count to all methods that alter it
11623           - Added LengthChanged event to allow applications to subscribe
11624             to any changes to the document
11625
11626 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
11627
11628         * TextBox.cs: 
11629           - Removed local password_char field (moved to TextBoxBase)
11630           - Now setting the document's password var when password is
11631             set
11632         * TextBoxBase.cs:
11633           - Added password_char field (needed here so MultiLine can
11634             access it)
11635           - Added logic to MultiLine property setter to set the document's
11636             variable when password display is allowed
11637           - Removed debug code and made some debug code conditional
11638         * TextControl.cs:
11639           - Added RecalculatePasswordLine() method to handle special password
11640             char only lines
11641           - Added PasswordChar property, also added related tracking vars
11642           - Draw() method now uses local text var for grabbing text to draw,
11643             this var is set to line.text unless we're doing password display,
11644             then it is set to the pre-generated all-password-chars line
11645           - Added calling RecalculatePasswordLine() method for password lines
11646
11647 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11648
11649         * Hwnd.cs: 
11650           - Added Reparented property to allow tracking of Window Manager
11651             reparenting actions (which affect X/Y calculations of toplevel 
11652             windows)
11653           - Made ToString() print window handles in hex
11654         * XplatUIX11.cs:
11655           - AddConfigureNotify(): Now uses reparented state off Hwnd to
11656             determine if X/Y needs offsetting
11657           - AddConfigureNotify(): Fixed offset calculations
11658           - Now adds ReparentNotify messages into the queue
11659           - Now processes ReparentNotify messages and causes a 
11660             WM_WINDOWPOSCHANGED message to be sent upstream if a window
11661             is reparented (as most likely it's X/Y coordinates are changed
11662             due to that)
11663
11664 2005-12-14  Jackson Harper  <jackson@ximian.com>
11665
11666         * XplatUIX11.cs: Tool windows still need to respek focus.
11667
11668 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
11669
11670         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
11671           have a working release
11672
11673 2005-12-13  Jackson Harper  <jackson@ximian.com>
11674
11675         * Form.cs: Update styles after setting the border style regardless
11676         of whether or not the window is using a window manager.
11677
11678 2005-12-13  Jackson Harper  <jackson@ximian.com>
11679
11680         * Form.cs: We now hook into an internal window manager instead of just an
11681         MDI subsystem, this is so we can have properly behaving tool windows.
11682         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
11683         * InternalWindowManager.cs: New internal class that acts as a
11684         window manager for tool windows and as a base for mdi windows.
11685         * MdiWindowManager.cs: New class that acts as a window manager for
11686         mdi windows.
11687
11688 2005-12-12  Jackson Harper  <jackson@ximian.com>
11689
11690         * Control.cs: Updates so we match behavoir for for implicit
11691         controls. Fixes explosions in MDI.
11692
11693 2005-12-12  Jackson Harper  <jackson@ximian.com>
11694
11695         * Control.cs: Implement Invalidate (Region).
11696
11697 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
11698
11699         * Control.cs: 
11700           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
11701             the same events as MS does. MS fires events for each property 
11702             except, for unknown reasons, Cursor, when the control is reparented. 
11703             I can't seem to totally match add/remove since MS also fires some 
11704             VisibleChanged events, which makes no sense. Consolidated the
11705             parenting code into a separate method so it can be called from
11706             both Add and Remove. set_Parent no longer needs any special logic
11707             as it calls the parent's add method which implicitly fires
11708             all events
11709           - Removed some obsolete code and debug output
11710           - Enabled state is inherited from parents, if this is enabled
11711
11712 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
11713
11714         * Form.cs: Removed commented out code
11715
11716 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
11717
11718         * Control.cs:
11719           - Added internal version of Invoke, with additional argument 
11720             indicating if we're calling it from a Dispose() handler. That
11721             way we can avoid BeginInvoke throwing an exception if we're
11722             calling for an already destroyed window.
11723           - Added a dispose argument to BeginInvokeInternal, and made the
11724             check if a valid window handle chain exists conditional on
11725             it not being a dispose call
11726           - Removed code in DestroyHandle to destroy our children. Since we
11727             now handle the WM_DESTROY message we will catch all our children
11728             being destroyed.
11729           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
11730         * Form.cs:
11731           - Added a field to track the application context of the form.
11732           - No need to set closing variable as response to WM_CLOSE, instead
11733             we destroy the window. We also call PostQuitMessage if the form
11734             has an application context (which makes it the main app form,
11735             which, when closed terminates the app)
11736         * XplatUI.cs:
11737           - Dropped Exit() method, it's naming was confusing
11738           - Added PostQuitMessage() which causes GetMessage to return false
11739             once the message queue is empty
11740         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
11741           PostQuitMessage()
11742         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
11743           no longer a valid XplatUI method, but left it in since it's used
11744           internally. Added empty PostQuitMessage() method.
11745         * MenuAPI.cs: Replaced call to Exit() with call to
11746           PostQuitMessage, even though this is probably no longer needed.
11747         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
11748         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
11749         * Application.cs:
11750           - Replaced call to XplatUI.Exit() with PostQuitMessage()
11751           - Removed old debug code that would call XplatUI for exception
11752             display, enabled standard exception handling (Still not enabled
11753             though, until NativeWindow's ExternalExceptionHandler define
11754             is removed
11755         * NativeWindow.cs:
11756           - Added internal method to allow control to update NativeWindow
11757             after a window has been destroyed
11758           - Added handling of already destroyed windows when calling i
11759             DestroyWindow
11760           - Added removal of handle from list on ReleaseHandle
11761         * XplatUIX11.cs:
11762           - Dropped GetMessageResult var and related code
11763           - Added PostQuitState to field to track if PostQuitMessage has been
11764             called
11765           - Dropped Exit() method
11766           - Added PostQuitMessage() method
11767           - GetMessage now will return false if PostQuitState is set and no
11768             more messages are in the queue.
11769           - Expose handler will no longer generate WM_PAINT messages if we are
11770             in PostQuitState since it's very likely any windows have already
11771             been destroyed, and since Hwnd won't get updated until we have
11772             processed the DestroyNotify we'd be causing X errors.
11773         
11774 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11775
11776         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
11777           Thanks to Mike for pointing out the err of my ways.
11778
11779 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11780
11781         * Control.cs(PreProcessMessage): Moved menu handling back, but
11782           after all other key handling, to match MS (who handles Menu in
11783           DefWndProc)
11784         * Menu.cs (WndProc): Removed my brainfart
11785
11786 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11787
11788         * Control.cs(PreProcessMessage): Removed special menu handling 
11789         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
11790
11791 2005-12-07  Mike Kestner  <mkestner@novell.com>
11792
11793         * Control.cs : special case SYSKEYUP so that we can adjust keynav
11794         state according in tracker.
11795         * Menu.cs : promote tracker field to base class and provide a tracker
11796         lookup capability.  Add/Remove shortcuts dynamically if the top menu
11797         has a tracker. Unparent items that are removed from the collection.
11798         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
11799         * Theme*.cs: add always_show_hotkeys field to support configurability
11800         of mnemonic display.  win32 doesn't show mnemonics until Alt is
11801         pressed.
11802
11803 2005-12-07  Jackson Harper  <jackson@ximian.com>
11804
11805         * MdiChildContext.cs: Use Control.ResetCursor.
11806         * Control.cs: ResetCursor needs to set the property so that the
11807         correct XplatUI call gets made.
11808
11809 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11810
11811         * Control.cs: More fixes to make our key events match MS. We
11812           were not setting the modifier state on KeyData, and we were
11813           not generating any events when Alt was pressed with a key
11814           since handling of WM_SYSxxx was missing for the OnKey methods.
11815
11816 2005-12-07  Jackson Harper  <jackson@ximian.com>
11817
11818         * MdiChildContext.cs: reenable the sizing code.
11819         - When the mouse leaves a window reset its cursor.
11820
11821 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11822
11823         * ThemeClearlooks.cs: Reflect latest Hwnd changes
11824
11825 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
11826
11827         * Hwnd.cs: Now using the theme 3d bordersize to calculate
11828           widths of Fixed3D borders
11829
11830 2005-12-07  Jackson Harper  <jackson@ximian.com>
11831
11832         * MdiClient.cs: Fix warnings. Earn Mike's love.
11833
11834 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
11835
11836         * ThemeClearlooks.cs:
11837           - Adjusted mouse over button color
11838           - Added first parts of CheckBox drawing
11839           - Added correct color for selected text background
11840           - Fixed ComboBox drawing
11841           - Added CPDrawBorder3D and CPDrawBorder
11842
11843 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11844
11845         * XplatUIX11.cs: Added call to XBell for AudibleAlert
11846
11847 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
11848
11849         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
11850           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
11851           alert users via sound. We could add an enum arg with different
11852           types of alerts in the future
11853
11854 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
11855
11856         * Control.cs: Fix behaviour problems pointed out by Mike
11857
11858 2005-12-05  Mike Kestner  <mkestner@novell.com>
11859
11860         * StatusBarPanel.cs: add Invalidate method and hook it into all the
11861         prop setters.  Calls parent.Refresh for now, but could be maybe be
11862         optimized with an internal method on StatusBar at some point.
11863         [Fixes #76513]
11864
11865 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
11866
11867         * RichTextBox.cs: Implemented get_SelectionColor
11868
11869 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
11870
11871         * ThemeClearlooks.cs:
11872           - Removed dead code
11873           - Draw black button border only if button is Form.AcceptButton
11874           - Draw correct button color for pressed RadioButton if the mouse 
11875             has entered the button
11876           - Updated ProgressBar drawing!
11877           - Updated CPDrawSizeGrip drawing
11878           - Updated StatusBarPanel drawing
11879
11880 2005-12-05  Mike Kestner  <mkestner@novell.com>
11881
11882         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
11883         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
11884
11885 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
11886
11887         * ThemeClearlooks.cs: Initial check-in, activate with
11888           export MONO_THEME=clearlooks
11889         * ThemeEngine.cs: Added ThemeClearlooks
11890
11891 2005-12-03  Mike Kestner  <mkestner@novell.com>
11892
11893         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
11894         [Fixes #76897]
11895
11896 2005-12-02  Jackson Harper  <jackson@ximian.com>
11897
11898         * Form.cs: If the child form has no menu the default main menu is
11899         used as the active menu.
11900
11901 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
11902
11903         * ListBox.cs: Check if any items exist before trying to resolve 
11904           coordinates into items
11905
11906 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11907
11908         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
11909           as the second color for the background hatch
11910
11911 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
11912
11913         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
11914         * RichTextBox.cs: FormatText position arguments are 1-based, now making
11915           sure that what we pass to FormatText is always 1-based. Fixes #76885
11916
11917 2005-11-29  Miguel de Icaza  <miguel@novell.com>
11918
11919         * NumericUpDown.cs (EndInit): When we are done initializing,
11920         reflect any updates on the UI.
11921
11922 2005-12-02  Jackson Harper  <jackson@ximian.com>
11923
11924         * ImplicitHScrollBar.cs:
11925         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
11926         their container controls.
11927         * TreeView.cs: Use the new implicit scrollbars.
11928
11929 2005-12-02  Jackson Harper  <jackson@ximian.com>
11930
11931         * TreeView.cs: Make top_node internal so the TreeNodeCollections
11932         can play with it.
11933         * TreeNodeCollection.cs: If we remove the topnode we need to
11934         update topnode to the next node in line.
11935         - When clearing nodes go through the same process as removing
11936         them, so they get depareneted and checked if they are top node.
11937
11938 2005-12-01  Jackson Harper  <jackson@ximian.com>
11939
11940         * TreeView.cs: When imagelists are used the image area is
11941         selectable as well as the text.
11942         - If there are no selected nodes select the first one.
11943         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
11944         so don't do it more then we need to.
11945
11946 2005-12-01  Jackson Harper  <jackson@ximian.com>
11947
11948         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
11949         that arrows can be scaled.
11950
11951 2005-12-01  Jackson Harper  <jackson@ximian.com>
11952
11953         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
11954         fail. Patch by Dieter Bremes
11955
11956 2005-11-30  Jackson Harper  <jackson@ximian.com>
11957
11958         * Form.cs: Property is 2.0 only
11959         * PrintDialog.cs: Signature fix.
11960
11961 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
11962
11963         * TextControl.cs: 
11964           - No longer artificially moves text 2 pixels down (now that we have
11965             borders this is no longer needed)
11966           - Added calcs for left, hanging and right indent
11967
11968 2005-11-23  Mike Kestner  <mkestner@novell.com>
11969
11970         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
11971
11972 2005-11-30  Jackson Harper  <jackson@ximian.com>
11973
11974         * MdiChildContext.cs: Set the cloned menus forms, as these don't
11975         get cloned as part of CloneMenu ().
11976         * Menu.cs: Make sure the parent of the items get set correctly
11977         when they are added.  And the owners are notified of the changes.
11978         * Form.cs: Create an ActiveMenu property, so that when MDI is used
11979         we can change the menu being displayed/handled by the form without
11980         changing the menu assosciated with the form.
11981         - Don't let Mdi children draw/handle menus.
11982         
11983 2005-11-30  Jackson Harper  <jackson@ximian.com>
11984
11985         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
11986         a MenuChanged event. Just to make the API a little more
11987         consistent.
11988         * MainMenu.cs:
11989         * MenuItem.cs: Use the new OnMenuChanged
11990         * MdiChildContext.cs: Handle menu merging.
11991         * Form.cs: Implement MergedMenu.
11992         
11993 2005-11-30  Jackson Harper  <jackson@ximian.com>
11994
11995         * Menu.cs: We were misusing Add. Add goes behind the specified
11996         index according to the docs, and does not replace the specified
11997         index. So I added an Insert method.
11998
11999 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
12000
12001         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
12002           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
12003           is for Jackson
12004         * RichTextBox.cs: Added calls to base for DnD events
12005
12006 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
12007
12008         * TextControl.cs:
12009           - Fixed drag-selection related crash; style fixes
12010           - Implemented undo class
12011             o Implemented method to capture document state for specified
12012               range in document tree
12013             o Implemented method to restore captured document state
12014             o Implemented cursor tracking
12015             o Implemented basic undo stack
12016           - Added undo cursor tracking to methods altering cursor location
12017           - Added undo tracking to selection deletion (still missing
12018             other text-altering hookups)
12019         * RichTextBox.cs:
12020           - Added SelectionLength property
12021           - Implemented CanPaste()
12022           - Implemented Paste()
12023           - Added missing protected methods
12024           - Fixed RTF->Document conversion; now uses font index 0 and color 
12025             index 0 as the default font for the parsed text
12026           - Fixed RTF<->Document font size translation
12027           - Fixed RTF generation, now properly handles cross-tag boundaries
12028             for single line selection
12029           - No longer always appends blank line to generated RTF
12030           - Removed TODOs
12031           - Added missing attributes
12032           - Hooked up undo-related methods
12033         * TextBoxBase.cs:
12034           - Implemented Copy()
12035           - Implemented Paste()
12036           - Implemented Cut()
12037           - Fixed caret mis-behaviour on backspace across line-boundaries
12038
12039 2005-11-29  Jackson Harper  <jackson@ximian.com>
12040
12041         * MdiClient.cs: Add a method for activating mdi children. Very
12042         basic right now. I imagine someday it might need more girth.
12043         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
12044         children windows names are added to the menu item.
12045         * ThemeWin32Classic.cs: Draw the arrow if the item is an
12046         mdilist. This happens regardless of whether or not there are any
12047         mdi windows to see in the list, and according to my tests happens
12048         before the items are even added. Also happens if there isn't even
12049         an mdi client to get windows from.
12050
12051 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
12052
12053         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
12054         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
12055
12056 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
12057
12058         * DataGridTableStyle.cs:
12059           - Create always the styles for the missing columns even if they are
12060             provided by the user (not default table style)
12061         * DataGrid.cs:
12062           - Fixes bug 76770
12063           - Fixes SetDataBinding (always re-attach source)
12064           - Fixes SetNewDataSource (only clear styles if they are not for 
12065             this source)
12066          -  Expands OnTableStylesCollectionChanged to handle style refresh 
12067             and remove properly
12068
12069 2005-11-29  Jackson Harper  <jackson@ximian.com>
12070
12071         * FileDialog.cs: Implement missing bits, remove some dead
12072         code.
12073         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
12074         creation of the panel so that the options set on the dialog are
12075         seen when the panel is created.
12076         * TreeView.cs: raise a click when items are clicked.
12077         
12078 2005-11-29  Jackson Harper  <jackson@ximian.com>
12079
12080         * MdiClient.cs: Pass some signature methods through to base.
12081
12082 2005-11-28  Jackson Harper  <jackson@ximian.com>
12083
12084         * ListView.cs: Raise the click event when items are clicked.
12085
12086 2005-11-28  Jackson Harper  <jackson@ximian.com>
12087
12088         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
12089         a nullref.
12090
12091 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
12092
12093         * ThemeNice.cs: - Removed 1 pixel bitmaps
12094           - Use SmoothingMode.AntiAlias where it makes sense
12095             (ScrollButton arrow for example)
12096           - Enhanced Button focus drawing
12097           - Fixed ComboBox drawing (no artefacts anymore, focus
12098             rectangle is back again, reduced size of ComboButton, etc.)
12099           - Fixed RadioButton focus drawing for Appearence.Button
12100           - Slight ScrollButton redesign
12101           - Some LinearGradientBrush size fixes
12102           - GroupBoxes have now rounded edges
12103           - Fixed StatusBar drawing
12104
12105 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
12106
12107         * ThemeNice.cs: - Remove dead code
12108           - use correct background colors for menus, etc.
12109           - Fake pixel drawing with 1 pixel bitmaps
12110
12111 2005-11-24  Jackson Harper  <jackson@ximian.com>
12112
12113         * MdiClient.cs: Size the scrollbars when resizing the window.
12114         - Resize the maximized windows when the client is resized
12115         * Form.cs: Make the child context available
12116         
12117 2005-11-23  Jackson Harper  <jackson@ximian.com>
12118
12119         * MdiChildContext.cs: Don't size windows if they are maximized.
12120
12121 2005-11-23  Mike Kestner  <mkestner@novell.com>
12122
12123         * ContextMenu.cs: use MenuTracker.
12124         * Control.cs: remove menu handle usage.
12125         * Form.cs: remove menu handle usage.
12126         * Hwnd.cs: remove menu handle usage.
12127         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
12128         motion and clicks to the new Tracker handlers.
12129         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
12130         and handle usage.
12131         * MenuAPI.cs: refactored to combine popup and menubar event handling.
12132         Killed the MENU and MENUITEM data types and associated collections
12133         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
12134         MenuTracker class that exposes the leftovers from the old MenuAPI
12135         static methods. Restructured Capture handling so that only one grab is
12136         done for the entire menu hierarchy instead of handing off grabs to
12137         submenus. Tracker now has an invisible control to Capture when active.
12138         * MenuItem.cs: add sizing accessors, kill Create
12139         and handle usage.
12140         * Theme.cs: remove menu handle and MENU(ITEM) usage.
12141         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
12142         MENU(ITEM). remove menu handle usage, use Menu directly.
12143         * XplatUIDriver.cs: remove menu handle usage.
12144         * XplatUIOSX.cs: remove menu handle usage.
12145         * XplatUIWin32.cs: remove menu handle usage.
12146         * XplatUIX11.cs: remove menu handle usage.
12147
12148 2005-11-22  Jackson Harper  <jackson@ximian.com>
12149
12150         * Hwnd.cs: Don't compute the menu size for
12151         DefaultClientRectangle.
12152         - Reenable menu sizes being computed for GetClienRectangle.
12153         * Form.cs: Remove comment of trechery
12154         
12155 2005-11-22  Jackson Harper  <jackson@ximian.com>
12156
12157         * Hwnd.cs: The adjustments for the menu bar are made when it is
12158         attached to the form.
12159
12160 2005-11-19  Jackson Harper  <jackson@ximian.com>
12161
12162         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
12163         (just like on windows).
12164
12165 2005-11-19  Jackson Harper  <jackson@ximian.com>
12166
12167         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
12168         use real buttons anymore because they are in non client area. The
12169         one TODO here is that I need to somehow invalidate a section of
12170         the non client area.
12171
12172 2005-11-18  Jackson Harper  <jackson@ximian.com>
12173
12174         * Control.cs: Put the enum check back in now that MDI doesnt have
12175         to use this to set border styles.
12176         * Form.cs: Only set mdi child windows borders if the handle has
12177         been created.
12178         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
12179         this directly on to the driver.
12180         - Get the move start position before adjusting for the titlebar
12181         height, this fixes the windows "skipping" when they are first
12182         moved.
12183
12184 2005-11-18  Jackson Harper  <jackson@ximian.com>
12185
12186         * XplatUIX11.cs: Just compute the mdi borders separately as they
12187         don't totally match up with normal form borders.
12188
12189 2005-11-18  Jackson Harper  <jackson@ximian.com>
12190
12191         * Control.cs: Set WS_ styles for borders, so that the driver does
12192         not have to retrieve the control instance to figure out what kind
12193         of borders it should have.
12194         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
12195         driver can know its an mdi child easily.
12196         * XplatUIX11.cs: Get the border styles and whether the window is
12197         MDI from the Styles and ExStyles params instead of having to get a
12198         control. This prevents a chicken and egg problem.       
12199
12200 2005-11-18  Jackson Harper  <jackson@ximian.com>
12201
12202         * MdiClient.cs: Fix typo so scrollbars show up correctly.
12203
12204 2005-11-18  Jackson Harper  <jackson@ximian.com>
12205
12206         * MdiClient.cs: Calculate when to add and remove scrollbars
12207         correctly.
12208         * MdiChildContext.cs: Adjust the y position to take the titlebar
12209         into account.
12210         - No height for FormBorderStyle.None
12211
12212 2005-11-18  Jackson Harper  <jackson@ximian.com>
12213
12214         * Control.cs: Allow non enum values to be used for
12215         InternalBorderStyle.  MDI does this to set a special border style.
12216         - New utility methods for converting points to/from client coords
12217         - Add the newly created control to the Controls collection before
12218         updating its style. This way UpdateStyle can walk the control
12219         heirarchy to find the control if needed.
12220         so I don't need to create a new Point object all the time.
12221         * Form.cs: Let MDI windows handle their border styles.
12222         - Set styles on MDI windows so the correct title style is derived.
12223         * MdiChildContext.cs: Move all the painting and window handling
12224         into the non client area.
12225         - Use correct sizing and put correct buttons on frames based on
12226         the FormBorderStyle.
12227         - Notify the mdi client about scrolling
12228         - Need to handle the buttons ourselves now, because they are all
12229         in non client areas and we can't add controls there.
12230         * MdiClient.cs: Halfway to scrolling, this implementation is
12231         somewhat broken though, we need to check to make sure other
12232         windows aren't causing scrolling before removing the bars. Also
12233         the bars need to be drawn on top, maybe I can switch implicit
12234         controls to be on top.
12235         * Hwnd.cs: caption_height and tool_caption_height are now
12236         properties of an hwnd, this way they can be set by the driver
12237         based on the type of window they are.  In X11 the window manager
12238         handles the decorations so caption_height is zero unless its an
12239         MDI window.
12240         - Add 3 pixel borders for MDI windows (0xFFFF).
12241         - Get rid of some code duplication, have DefaultClientRectanle
12242         just call GetClientRectangle.
12243         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
12244         Hwnd now.
12245         - Set border styles differently for mdi windows.
12246         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
12247         Hwnd now.
12248         
12249 2005-11-15  Mike Kestner  <mkestner@novell.com>
12250
12251         * Menu.cs: when adding an item to the collection, if item is already 
12252         parented, remove it from the parent.
12253
12254 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
12255
12256         * X11DesktopColors.cs: Added KDE support
12257
12258 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
12259
12260         * XplatUIWin32.cs: 
12261           - Clipboard methods now can translate Rtf format
12262           - No longer removes clipboard contents whenever a new format is added
12263             to allow placing multiple formats on the clipboard
12264         * Clipboard.cs: Clipboard now supports getting a IDataObject and
12265           will place all formats contained in it onto the clipboard. Also
12266           now cleans the clipboard before placing a new object onto it
12267         * RichTextBox.cs:
12268           - Implemented set_Rtf
12269           - Implemented set_SelectedRtf
12270           - Created InsertRTFFromStream() method to allow single code base
12271             for all properties and methods that insert RTF into document
12272           - Removed debug output
12273         * TextControl.cs:
12274           - Fixed Delete(int) to fix up line numbers
12275           - Fixed ReplaceSelection to combine start and end line
12276           - Fixed serious DeleteChars bug that would leave the document tree
12277             broken
12278           - Improved DumpTree with several logic checks to detect broken
12279             document trees
12280           - Removed debug lines
12281           - Fixed Caret.WordForward/WordBack moving code, now always also 
12282             updates caret.tag (fixes crash when word-selecting across tag
12283             boundaries via keyboard)
12284           - Added Insert() method for inserting multiline text into documents
12285           - Fixed DeleteChars() calculation errors that would cause a broken
12286             tag chain with multiple tag lines
12287           - DeleteChars() no longer crashes on multi-tag lines if not all tags
12288           - Split() no longer moves caret if split is at caret location
12289           - ReplaceSelection() now updates the cursor and re-displays it
12290           - ReplaceSelection() now uses new Insert() method to avoid code
12291             duplication
12292           - FormatText() can now handle formatting partial lines
12293         * TextBoxBase.cs:
12294           - Append now uses new TextControl.Insert() method (this avoids 
12295             duplicate code)
12296           - Implemented Ctrl-X (Cut) (
12297           - Implemented Ctrl-C (Copy)
12298           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
12299             regeneration when pasting text; roundtripping Copy&Paste within
12300             edit control still fails due to some calculation bugs in GenerateRTF)
12301           - The Delete key will now remove the current selection if it is visible
12302         * TextBox.cs: Removed debug lines
12303         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
12304           driver to be initialized and can't therefore be done via a static ctor)
12305
12306 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
12307
12308         * TextControl.cs: Added backend code for finding char arrays and strings
12309         * TextBoxBase.cs:
12310           - Added mouse wheel scroll support
12311           - Added support for VScroll and HScroll events
12312         * RichTextBox.cs:
12313           - Implemented all seven Find() variants
12314           - Implemented GetCharFromPosition()
12315           - Implemented GetCharIndexFromPosition()
12316           - Implemented GetLineFromIndex()
12317           - Implemented GetPositionFromCharIndex();
12318           - Implemented SaveFile for PlainText and UnicodeText
12319           - Fixed set_Font, now setting a new font applies that font to
12320             the whole document
12321           - Implemented generic Document to RTF converter
12322           - Implemented SaveFile for RichText format (still missing unicode
12323             conversion for non-ansi chars)
12324           - Implemented get_Rtf
12325           - Implemented get_SelectedRtf
12326
12327 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
12328
12329         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
12330           to allow any captures to be released before triggering OnClick. This
12331           way a click handler may capture the mouse without interference.
12332         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
12333           This way we send them even though X may not allow a grab (if the window
12334           isn't visible, for example)
12335
12336 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
12337
12338         * DataGridViewRowEventArgs.cs: DataGridView implementation
12339         * DataGridViewElement.cs: DataGridView implementation
12340         * DataGridViewComboBoxCell.cs: DataGridView implementation
12341         * DataGridViewDataErrorContexts.cs: DataGridView implementation
12342         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
12343         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
12344         * ImageLayout.cs: DataGridView implementation
12345         * DataGridViewComboBoxColumn.cs: DataGridView implementation
12346         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
12347         * DataGridViewSelectionMode.cs: DataGridView implementation
12348         * IDataGridViewEditingControl.cs: DataGridView implementation
12349         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
12350         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
12351         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
12352         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
12353         * DataGridViewColumnSortMode.cs: DataGridView implementation
12354         * DataGridView.cs: DataGridView implementation
12355         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
12356         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
12357         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
12358         * Padding.cs: DataGridView implementation
12359         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
12360         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
12361         * DataGridViewRowEventHandler.cs: DataGridView implementation
12362         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
12363         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
12364         * DataGridViewButtonCell.cs: DataGridView implementation
12365         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
12366         * DataGridViewEditMode.cs: DataGridView implementation
12367         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
12368         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
12369         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
12370         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
12371         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
12372         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
12373         * DataGridViewCellEventHandler.cs: DataGridView implementation
12374         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
12375         * DataGridViewCellStyleConverter.cs: DataGridView implementation
12376         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
12377         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
12378         * DataGridViewColumnEventArgs.cs: DataGridView implementation
12379         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
12380         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
12381         * QuestionEventArgs.cs: DataGridView implementation
12382         * IDataGridViewEditingCell.cs: DataGridView implementation
12383         * DataGridViewTriState.cs: DataGridView implementation
12384         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
12385         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
12386         * DataGridViewColumnCollection.cs: DataGridView implementation
12387         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
12388         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
12389         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
12390         * DataGridViewColumn.cs: DataGridView implementation
12391         * DataGridViewCellBorderStyle.cs: DataGridView implementation
12392         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
12393         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
12394         * DataGridViewRow.cs: DataGridView implementation
12395         * DataGridViewImageCellLayout.cs: DataGridView implementation
12396         * DataGridViewImageCell.cs: DataGridView implementation
12397         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
12398         * DataGridViewCheckBoxCell.cs: DataGridView implementation
12399         * DataGridViewHeaderCell.cs: DataGridView implementation
12400         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
12401         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
12402         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
12403         * DataGridViewTextBoxColumn.cs: DataGridView implementation
12404         * QuestionEventHandler.cs: DataGridView implementation
12405         * DataGridViewCellStyleScopes.cs: DataGridView implementation
12406         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
12407         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
12408         * DataGridViewCell.cs: DataGridView implementation
12409         * DataGridViewCellEventArgs.cs: DataGridView implementation
12410         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
12411         * DataGridViewCellStyle.cs: DataGridView implementation
12412         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
12413         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
12414         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
12415         * TextFormatFlags.cs: DataGridView implementation
12416         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
12417         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
12418         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
12419         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
12420         * DataGridViewButtonColumn.cs: DataGridView implementation
12421         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
12422         * HandledMouseEventArgs.cs: DataGridView implementation
12423         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
12424         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
12425         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
12426         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
12427         * DataGridViewRowCollection.cs: DataGridView implementation
12428         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
12429         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
12430         * DataGridViewHitTestType.cs: DataGridView implementation
12431         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
12432         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
12433         * DataGridViewColumnEventHandler.cs: DataGridView implementation
12434         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
12435         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
12436         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
12437         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
12438         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
12439         * DataGridViewContentAlignment.cs: DataGridView implementation
12440         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
12441         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
12442         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
12443         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
12444         * DataGridViewPaintParts.cs: DataGridView implementation
12445         * DataGridViewCellCollection.cs: DataGridView implementation
12446         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
12447         * DataGridViewImageColumn.cs: DataGridView implementation
12448         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
12449         * DataGridViewElementStates.cs: DataGridView implementation
12450         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
12451         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
12452         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
12453         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
12454         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
12455         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
12456         * DataGridViewRowHeaderCell.cs: DataGridView implementation
12457         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
12458         * DataGridViewTextBoxCell.cs: DataGridView implementation
12459         * DataGridViewBand.cs: DataGridView implementation
12460         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
12461         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
12462         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
12463         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
12464         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
12465         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
12466         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
12467         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
12468         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
12469         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
12470         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
12471
12472 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
12473
12474         * ThemeWin32Classic.cs: 
12475           - Draw the outside focus rectangle around buttons
12476           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
12477             doesn't use end caps for every dash of a line anymore. This
12478             workaround ignores the forecolor.
12479
12480 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
12481
12482         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
12483           endian safe.
12484
12485 2005-11-07  Jackson Harper  <jackson@ximian.com>
12486
12487         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
12488
12489 2005-11-07  Jackson Harper  <jackson@ximian.com>
12490
12491         * ScrollableControl.cs: Calculate the maximum and change vars
12492         (more) correctly so that scrollbars appear as a sensible size.
12493
12494 2005-11-04  Jackson Harper  <jackson@ximian.com>
12495
12496         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
12497         collection.
12498         * TreeView.cs: When the tree is sorted null out the top_node so
12499         that it is recalculated.
12500         - Use dotted lines instead of dashed lines to match MS better.
12501
12502 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
12503
12504         * ListView.cs: 
12505           - Implements key search for items. Useful when browsing files with FileDialog
12506           - When changing view mode or when clear the items reset scrollbar positions
12507
12508 2005-11-04  Jackson Harper  <jackson@ximian.com>
12509
12510         * CurrencyManager.cs: Implement the MetaDataChanged event, the
12511         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
12512         as to what the method may do as there is no real way of creating a
12513         derived CurrencyManager and calling the method. 
12514
12515 2005-11-03  Jackson Harper  <jackson@ximian.com>
12516
12517         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
12518         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
12519         method which seems to just be used internally to refresh the tabs.
12520
12521 2005-11-03  Jackson Harper  <jackson@ximian.com>
12522
12523         * TabControl.cs: Implement the remove method. Fix some broken
12524         comments.
12525
12526 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12527
12528         * DateTimePicker.cs:
12529           - Added missing DateTimePickerAccessibleObject class
12530           - Added missing events
12531           - Added OnFontChanged method
12532         * Form.cs: Added missing attributes
12533         * TreeView.cs: Added missing attributes
12534
12535 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
12536
12537         * GridItemCollection.cs: Fix signatures
12538
12539 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12540
12541         * XplatUI.cs: Updated build rev/date
12542         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
12543           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
12544         * Application.cs: Trigger context-specific ExitThread events
12545
12546 2005-11-03  Jackson Harper  <jackson@ximian.com>
12547
12548         * Menu.cs:
12549         * MainMenu.cs:
12550         * GridTableStylesCollection.cs:
12551         * Timer.cs:
12552         * TabPage.cs:
12553         * HelpProvider.cs:
12554         * StatusBar.cs:
12555         * MonthCalendar.cs: Signature fixes
12556
12557 2005-11-03  Jackson Harper  <jackson@ximian.com>
12558
12559         * TreeNodeCollection.cs: Remove should not be virtual.
12560         * TreeView.cs: Implement the last of the missing methods.
12561
12562 2005-11-03  Jackson Harper  <jackson@ximian.com>
12563
12564         * TreeNodeConverter.cs: Implement to get off my class-status back.
12565
12566 2005-11-03  Jackson Harper  <jackson@ximian.com>
12567
12568         * TreeView.cs: Hookup the bits for drag and drop.
12569         * TreeNode.cs: Don't cache the tree_view or index anymore, now
12570         that nodes can be moved from tree to tree easily this just causes
12571         all sorts of problems.
12572         * TreeNodeCollection: Don't need to give treenodes an index and
12573         treeview anymore when they are added, these are computed on the
12574         fly. Also make sure to remove a node before its added.
12575
12576 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
12577
12578         * TextControl.cs:
12579           - Added CaretSelection enum
12580           - Added comparison methods to Marker struct, makes selection code
12581             more readable
12582           - Added SelectionStart and SelectionEnd as 'moveable' location for
12583             the CaretDirection enum and handler
12584           - Added selection_prev variable to track optimized invalidation for
12585             word and line selection
12586           - Added SelectionVisible property (returns true if there is a valid 
12587             selection)
12588           - Switched CaretHasFocus to only display the caret if there is no
12589             visible selection
12590           - Avoiding StringBuilder.ToString to retrieve a single char, instead
12591             using the direct character index; should be much faster
12592           - Added various conditional debug statements
12593           - Fixed invalidation calculation for selection ranges
12594           - Added ExpandSelection() method to support word and line selection
12595           - Switched SetSelectionToCaret to use new Marker compare overloads
12596           - Added central IsWordSeparator() method to determine word 
12597             separators/whitespace and FindWordSeparator() to streamline common
12598             usage of IsWordSeparator()
12599         * TextBoxBase.cs:
12600           - Removed unneeded grabbed variable, it was just mirroring
12601             Control.Capture
12602           - No longer firing OnTextChanged event when Text setter is called,
12603             since the base will fire the event for us
12604           - Added handling of Ctrl-Up/Down selection
12605           - Added handling of Shift-Cursorkey selection
12606           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
12607             words
12608           - Added handling of Shift and Ctrl-Shift-Home/End selection
12609           - Removed some debug output
12610           - Added handling for single/double/tripple-click to place caret/
12611             select word/select line respectively (Fixes bug #76031)
12612           - Added support for drag expansion of word/line selection
12613         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
12614           current selection
12615
12616 2005-11-02  Jackson Harper  <jackson@ximian.com>
12617
12618         * X11Dnd.cs: If the drag is going to and from a MWF window just
12619         copy the data instead of sending it out through the X Selection
12620         mechanism.
12621
12622 2005-11-02  Jackson Harper  <jackson@ximian.com>
12623
12624         * X11Dnd.cs:
12625         * XplatUIX11.cs: When in a drag we don't want motion notify
12626         messages to get passed on to the other controls. This prevents
12627         mouse move messages from showing up in the drag source.
12628
12629 2005-11-02  Jackson Harper  <jackson@ximian.com>
12630
12631         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
12632         the correct button is release to end a drag.
12633         * XplatUIX11.cs: Make the button state internal so the drag system
12634         can access it.  Dragging needs to know about all button releases,
12635         not just left button.
12636
12637 2005-11-02  Miguel de Icaza  <miguel@novell.com>
12638
12639         * Form.cs (Icon): If the icon is null, reset the icon to the
12640         default value. 
12641
12642         * Cursor.cs: When writing the AND-mask bitmap do not include the
12643         number of colors, but hardcode those to two (black and white),
12644         fixes the loading of color cursors (Paint Dot Net).
12645
12646         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
12647         turn off autoscaling.
12648
12649         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
12650
12651 2005-11-02  Jackson Harper  <jackson@ximian.com>
12652
12653         * X11Dnd.cs: Make sure to send a status message if the pointer
12654         enters a control that can not accept a drop, otherwise the cursor
12655         isn't updated correctly. Also tried to compress the lines of code
12656         a bit.
12657
12658 2005-11-02  Jackson Harper  <jackson@ximian.com>
12659
12660         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
12661         set actions correctly.  This isn't perfect as XDND and win32 have
12662         some differences on how you allow actions. I'll clear this up by
12663         adding a path for drag from MWF to MWF windows.
12664         * XplatUIX11.cs: Hook into the dnd system.
12665
12666 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
12667
12668         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
12669         previously shown but they are no longer need it. Very obvious when 
12670         browsing files with FileDialog.
12671
12672 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
12673
12674         * Control.cs: We always need to call OnPaintBackground. We pretty much
12675           ignore AllPaintingInWmPaint and always do the painting there, whether 
12676           it's set or not, since we always ignore the WM_ERASEBKGND message 
12677           (which we don't generate on X11). This fixes #76616.
12678         * Panel.cs: Removed unneeded background painting. This happens properly
12679           in Control.cs already
12680
12681 2005-10-31  Mike Kestner  <mkestner@novell.com>
12682
12683         * Menu.cs: Add items to collection before setting their index.
12684         * MenuItem.cs : add range checking with ArgumentException like MS.
12685         [Fixes #76510]
12686
12687 2005-10-31  Jackson Harper  <jackson@ximian.com>
12688
12689         * ListBox.cs: Invalidate if the area is visible at all not just
12690         contained in the visible rect. Fixes unselection of semi visible
12691         items.
12692
12693 2005-10-31  Jackson Harper  <jackson@ximian.com>
12694
12695         * Control.cs: Consistently name the dnd methods. Make them
12696         internal so we can override them to match some MS behavoir
12697         internally.
12698         * Win32DnD.cs: Use the new consistent names.
12699
12700 2005-10-31  Jackson Harper  <jackson@ximian.com>
12701
12702         * TreeView.cs: Don't draw the selected node when we lose focus.
12703
12704 2005-10-31  Jackson Harper  <jackson@ximian.com>
12705
12706         * X11Dnd.cs: We still need to reset the state even though a full
12707         reset isn't being done, otherwise status's still get sent all over
12708         the place.
12709
12710 2005-10-31  Jackson Harper  <jackson@ximian.com>
12711
12712         * Control.cs: Make the dnd_aware flag internal so the dnd
12713         subsystem can check it. Catch exceptions thrown in dnd handlers to
12714         match MS behavoir.
12715         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
12716         * X11Dnd.cs: Handle null data in the converters. Set the XDND
12717         version when sending a XdndEnter. Use the control/hwnd dnd_aware
12718         flags to reduce the number of dnd enters/status's sent.
12719
12720 2005-10-31  Jackson Harper  <jackson@ximian.com>
12721
12722         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
12723
12724 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
12725
12726         * PictureBox.cs: Fixes 76512
12727
12728 2005-10-28  Jackson Harper  <jackson@ximian.com>
12729
12730         * X11Dnd.cs: Early implementation to support winforms being a drag
12731         source for data on X11. Also restructured the converters so they
12732         can go both ways now.
12733         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
12734         
12735 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
12736
12737         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
12738           clipboard requests
12739
12740 2005-10-27  Jackson Harper  <jackson@ximian.com>
12741
12742         * TreeNode.cs: Implement serialization so my DnD examples will work.
12743
12744 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
12745
12746         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
12747           TreeView.cs: Don't dispose objects that are not owned.
12748           
12749 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
12750
12751         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
12752           should retrieve the current cursor and report that, but XplatUI
12753           doesn't (yet) have an interface for that (and I'm not sure I even
12754           can, on X11)
12755         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
12756           until any message loop processing is done (and the WM_SETCURSOR
12757           replaces the cursor to the proper one)
12758         * XplatUIX11.cs: 
12759           - Fixed override behaviour, we can't set the cursor globally on X11, 
12760             just for our windows.
12761           - Invalidating the System.Drawing X11 display handle when we are
12762             shutting down
12763         * Control.cs: Fix to make csc happy
12764
12765 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
12766
12767         * TextBoxBase.cs: 
12768           - get_Text: Add last line (without trailing newline) to returned
12769             value (Fixes 76212)
12770           - get_TextLength: Count last line in returned length
12771           - ToString: Call Text property instead of duplicating code
12772
12773 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
12774
12775         * ImageList.cs: Dispose ImageAttributes objects.
12776
12777 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12778
12779         * ImageList.cs: Use attribute constructors with less arguments where
12780           possible.
12781
12782 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
12783
12784         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
12785           Use typeof instead of strings when assembly is referenced. Added
12786           some more comments.
12787
12788 2005-10-21  Jackson Harper  <jackson@ximian.com>
12789
12790         * ListView.cs: Raise a double click event. Also tried to somewhat
12791         fix when the selectedindexchanged event is raised. Its still
12792         broken though.
12793
12794 2005-10-21  Jackson Harper  <jackson@ximian.com>
12795
12796         * TreeView.cs: New method to invalidate the plus minus area of a
12797         node without invalidating the whole node (maybe this can be used
12798         in some more places).
12799         * TreeNodeCollection.cs: When adding to an empty node we need to
12800         invalidate its plus minus area so the little block shows up.
12801         
12802 2005-10-21  Jackson Harper  <jackson@ximian.com>
12803
12804         * TreeView.cs: Make sure that when we invalidate a node the bounds
12805         are big enough to cover the selected box and the focus
12806         rectangle. Use a different colour for the lines connecting nodes
12807         so they show up with all themes.
12808
12809 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12810
12811         * NativeWindow.cs: Don't call anything that could call into the driver,
12812           we might be on a different thread.
12813
12814 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
12815
12816         * Control.cs(Dispose): Since Dispose might run on a different thread,
12817           make sure that we call methods that could call into the driver via
12818           invoke, to avoid thread issues
12819
12820 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
12821
12822         * XplatUI.cs: Removed finalizer
12823         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
12824           not allowing to be called on the finalizer thread.
12825
12826 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
12827
12828         * ImageList.cs:
12829           - Reverted r51889 and r51891.
12830           - Added ImageListItem class that stores unmodified image items and image
12831             properties required to create list images until handle is created.
12832           - Added AddItem and moved image creation logic to AddItemInternal.
12833           - Added CreateHandle method that creates images based on unmodified items.
12834           - Added DestroyHandle that changes state to store unmodified items.
12835           - Add and AddStrip methods no more create handle.
12836           - ReduceColorDepth has no return value.
12837           - Dispose destroys handle.
12838           - Modified other methods to reflect the above changes.
12839           - Implemented key support.
12840           - Added profile 2.0 members and attributes.
12841           - Added private Reset and ShouldSerialize methods that provide the same
12842             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
12843             them as they are private.
12844           - Added some more comments about implementation details.
12845
12846 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12847
12848         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
12849
12850 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12851
12852         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
12853
12854 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
12855
12856         * DataGridDrawingLogic.cs: Fixes column hit calcultation
12857         * DataGridColumnStyle.cs: Remove debug message
12858
12859 2005-10-20  Jackson Harper  <jackson@ximian.com>
12860
12861         * TreeView.cs: We can always get input keys regardless of whether
12862         or not editing is enabled. They are used for navigation.
12863
12864 2005-10-20  Jackson Harper  <jackson@ximian.com>
12865
12866         * TreeNode.cs: Use the viewport rect for determining if a node
12867         needs to be moved for visibility. Don't use Begin/End edit. This
12868         calls a full refresh when its done.
12869         * TreeView.cs: New SetBottom works correctly.  Make the viewport
12870         rect property internal so the treenodes can see it. When clicking
12871         on a node we need to ensure that its visible because it might just
12872         be partly visible when clicked.
12873
12874 2005-10-20  Jackson Harper  <jackson@ximian.com>
12875
12876         * TreeNodeCollection.cs: Remove debug code.
12877
12878 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12879
12880         * Datagrid.cs: Implements column sorting in Datagrid
12881         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
12882
12883 2005-10-20  Jackson Harper  <jackson@ximian.com>
12884
12885         * TreeNodeCollection.cs: Remove items properly. Update the correct
12886         area after removing them.
12887
12888 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
12889
12890         * Datagrid.cs: Should not call base.OnPaintBackground
12891
12892 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12893
12894         * XplatUIX11.cs (GetMessage):
12895           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
12896             window instead of client window
12897           - Now properly calculates NC_xBUTTONUP message coordinates
12898           - ScreenToMenu now properly calculates it's coordinates of whole 
12899             window, since menus are in the whole window, not in the client
12900             window
12901           - Added WholeToScreen coordinate translation method
12902
12903 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
12904
12905         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
12906           want to return a message, loop back to the beginning of the function
12907           and grab the next real message to process instead.
12908
12909 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
12910
12911         * Splitter.cs: Properly set limits if no filler control is used
12912
12913 2005-10-19  Jackson Harper  <jackson@ximian.com>
12914
12915         * ColorDialog.cs: Don't show the help button if it is not enabled
12916         instead of disabling it (this is what MS does). Don't create the
12917         panel until the dialog is run, otherwise the vars (such as
12918         ShowHelp) are not set yet.
12919
12920 2005-10-19  Jackson Harper  <jackson@ximian.com>
12921
12922         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
12923         are reduced when adding nodes.
12924         * TreeNode.cs:
12925         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
12926         tree.
12927         
12928 2005-10-19  Jackson Harper  <jackson@ximian.com>
12929
12930         * FolderBrowserDialog.cs: End editing our treeview so the window
12931         actually gets refreshed.
12932
12933 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12934
12935         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
12936           Obsoleted handling of WM_ERASEBKGND, now always draws our background
12937           inside of WM_PAINT
12938
12939 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12940
12941         * MenuAPI.cs: Returns after Hidding window
12942         * XplatUIX11.cs: Added TODO found while debugging menu issues
12943
12944 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
12945
12946         * XplatUIX11.cs: Do not re-map the whole window when it's size
12947           becomes non-zero unless it's supposed to be actually visible
12948
12949 2005-10-18  Jackson Harper  <jackson@ximian.com>
12950
12951         * TreeView.cs: We don't need to keep a count anymore.
12952         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
12953         use the Grow method.
12954
12955 2005-10-18  Jackson Harper  <jackson@ximian.com>
12956
12957         * TreeNodeCollection.cs: Insert is not supported on arrays, so
12958         implement it manually here.
12959
12960 2005-10-18  Jackson Harper  <jackson@ximian.com>
12961
12962         * ImageList.cs: Dont kill the list when the colour depth is
12963         changed, just change the colour depth of all the images.
12964         - Same goes for setting the image size. Just resize them all
12965         instead of killing the list softly.
12966
12967 2005-10-18  Jackson Harper  <jackson@ximian.com>
12968
12969         * Control.cs: Don't invalidate empty rectangles.
12970
12971 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12972
12973         * ListViewItem.cs:
12974           - Adds checked item to the Checked/Item lists (where empty before)
12975           - Do not add items to the Selected lists if they are already present
12976         * ListView.cs:
12977           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
12978           - When deleting items make sure that we delete them for the Selected
12979           and Checked list also.
12980
12981 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
12982
12983         * Label.cs: Dispose objects no longer used
12984         * ThemeWin32Classic.cs: Dispose objects no longer used
12985
12986 2005-10-18  Jackson Harper  <jackson@ximian.com>
12987
12988         * TabControl.cs: Don't refresh the whole control when the tabs are
12989         scrolled, we just need to refresh the tab area.
12990
12991 2005-10-17  Jackson Harper  <jackson@ximian.com>
12992
12993         * XplatUIX11.cs: Compress code a little bit. Only calculate the
12994         after handle when we need it.
12995
12996 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
12997
12998         * Control.cs: When the parent size changes, recalculate anchor 
12999           positions. Partial fix for #76462
13000
13001 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
13002
13003         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
13004           drawn. Fixes #76462
13005
13006 2005-10-17  Jackson Harper  <jackson@ximian.com>
13007
13008         * MonthCalendar.cs: Don't create the numeric up down until our
13009         handle is created. Otherwise our handle is created in the
13010         constructor and we don't know if we are a WS_CHILD or WS_POPUP
13011         yet.
13012
13013 2005-10-17  Jackson Harper  <jackson@ximian.com>
13014
13015         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
13016         correctly.
13017
13018 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
13019         * TreeNode.cs : small logical fix (was using local var instead of field)
13020         
13021 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
13022
13023         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
13024
13025 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
13026
13027         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
13028
13029 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
13030
13031         * Control.cs: 
13032           - Re-implemented anchoring code. My first version was really broken.
13033             This fixes bug #76033. Unlike the previous implementation we will
13034             no longer have round errors since all numbers are calculated from
13035             scratch every time. Removed various anchor-related obsolete vars.
13036           - InitLayout no longer causes layout event firing and layout to be 
13037             performed
13038
13039 2005-10-16  Jackson Harper  <jackson@ximian.com>
13040
13041         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
13042         which was broken).
13043
13044 2005-10-16  Jackson Harper  <jackson@ximian.com>
13045
13046         * TabControl.cs: Remove debug code.
13047
13048 2005-10-16  Jackson Harper  <jackson@ximian.com>
13049
13050         * XEventQueue.cs: Increase the default queue size (very simple
13051         apps needed to grow the queue).
13052         * Hwnd.cs: No finalizer so we don't need to suppress
13053         finalization. Compute the invalid area manually so a new rectangle
13054         does not newto be created.
13055         * ScrollableControl.cs: Don't set any params (otherwise visibility
13056         isn't set correctly).
13057         * MdiChildContext.cs: New constructor takes the mdi parent so it
13058         doesn't have to be computed and avoids a crash on windows. Draw
13059         the window icon properly, and allow the text to be seen.
13060         * Form.cs: Use new MdiChildContext constructor. Make sure the
13061         child context isn't null in wndproc.
13062         * TabControl.cs: Don't set focus, this is muddling keyboard
13063         behavoir. Expand the tab rows when a window size increase will
13064         allow extra tabs to be seen. Don't allow tabs smaller than the
13065         width of a window to be scrolled out of view.
13066         * TreeNode.cs:
13067         * TreeView.cs: Use measure string to calculate a nodes width, the
13068         width is cached and only updated when the text or the font is
13069         changed. Don't check for expand/collapse clicks on the first level
13070         nodes if root lines are disabled.
13071         
13072 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
13073
13074         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
13075
13076 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
13077
13078         * DataGridBoolColumn.cs: fixes warning
13079
13080 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
13081
13082         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
13083         to match more to match more precisely the MS Net behavior
13084
13085 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
13086
13087         * Hwnd.cs: Added field to track if window is mapped
13088         * XplatUIX11.cs: 
13089           - Unmap windows if they become 0-size, re-map when 
13090             they are >0 again; fixes #76035
13091           - Re-set our error handler after initializing X11Desktop
13092             to override any error handlers Gtk or whatever was called
13093             may have set.
13094
13095 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
13096
13097         * CheckedListBox.cs: Removed unused vars
13098         * ListView.cs: Fixed signatures
13099         * RichTextBox.cs: Removed unused vars
13100         * TextBoxBase.cs: Removed unused vars
13101         * XplatUIWin32.cs: Removed unused vars
13102         * XplatUIX11.cs: Removed unused vars
13103         * XplatUI.cs: Updated version and date to latest published
13104
13105 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
13106
13107         * Cursor.cs: Added private .ctor to work around a bug in
13108           resourceset (Thanks to Geoff Norton for the help on this)
13109         * SplitterEventArgs.cs: Made fields accessible so we don't
13110           waste boatloads of objects and can reuse the same one
13111           in Splitter
13112         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
13113           any captions and borders when generating screen coordinates
13114         * Splitter.cs: Reimplemented control, now fully complete, uses
13115           rubberband drawing, supports and obeys all properties, has
13116           proper cursors
13117
13118 2005-10-13  Miguel de Icaza  <miguel@novell.com>
13119
13120         * Form.cs (Form): Setup default values for autoscale and
13121         autoscale_base_size;  Make these instance variables, not static
13122         variables. 
13123
13124         (OnLoad): on the first load, adjust the size of the form.
13125
13126 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
13127
13128         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
13129           width argument to DrawReversibleRectangle()
13130         * XplatUIWin32.cs, XplatUIX11.cs: 
13131           - Implemented width for DrawReversibleRectangle()
13132           - Added logic to DrawReversibleRectangle that recognizes a zero
13133             width or height and only draws a line in that situation
13134         
13135 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
13136
13137         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
13138         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
13139         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
13140           method (it uses our FosterParent window to get a graphics context)
13141
13142 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
13143
13144         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
13145           and SetWindowBackground methods
13146         * Control.cs:
13147           - Setting proper ControlStyles
13148           - We no longer call XplatUI.SetWindowBackground and XplatUI.
13149             EraseWindowBackground, instead we draw the window background
13150             ourselves in PaintControlBackground. This behaviour is
13151             required to match MS, where, when OnPaintBackground is not
13152             called, the background is not drawn.
13153           - Removed unneeded Refresh() in set_Text
13154         * Hwnd.cs: Dropped the ErasePending support. No longer needed
13155         * XplatUIX11.cs:
13156           - Created DeriveStyles method to translate from CreateParams to
13157             FormBorderStyle and TitleStyle, also handles BorderStyle (which
13158             matches FormBorderStyle enum values)
13159           - Consolidated SetHwndStyles and CalculateWindowRect border/title
13160             style calculations into single DeriveStyles method
13161           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
13162             from redrawing the whole window on any resize or expose.
13163           - Fixed CreateWindow usage of SetWindowValuemask. Before not
13164             all styles were applied to our whole/client window appropriately
13165           - Removed EraseWindowBackground() and SetWindowBackground() methods
13166           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
13167             no longer clear/redraw the background through X
13168           - Removed handling of erase_pending bit, we have no use for it (or
13169             so it seems)
13170         * XplatUIOSX.cs:
13171           - Removed generation and handling of WM_ERASEBKGND message
13172           - Removed EraseWindowBackground() and SetWindowBackground() methods
13173           - Removed handling of hwnd.ErasePending flag
13174         * XplatUIWin32.cs:
13175           - Removed EraseWindowBackground() and SetWindowBackground() methods
13176           - We no longer call EraseWindowBackground on PaintEventStart, we 
13177             ignore the fErase flag, erasing is handled in Control in the
13178             background handler
13179         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
13180           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
13181           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
13182           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
13183           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
13184           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
13185           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
13186
13187 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
13188
13189         * PropertyGrids.cs: Get sub properties
13190         * PropertyGridView.cs: Fix drawing code
13191
13192 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13193
13194         * ListBox.cs: Fixes 76383
13195
13196 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13197
13198         * DataGridTextBoxColumn.cs: Sets location and size before attachment
13199         * ThemeWin32Classic.cs: Fixes border drawing and calculations
13200         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
13201
13202
13203 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13204
13205         * ComboBox.cs: Fixes border drawing
13206
13207 2005-10-10  Miguel de Icaza  <miguel@novell.com>
13208
13209         * MimeIcon.cs: Ignore errors if the file can not be read.
13210
13211 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
13212
13213         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
13214          - Fixed border calculations
13215          - Fixed horizontal scrolling in single column listboxes
13216          - Fixed drawing issues
13217
13218 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
13219
13220         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
13221           FormBorderStyle enum
13222         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
13223           code to determine FormBorderStyles from CreateParams
13224         * Form.cs:
13225           - Fixed bug where we'd set the wrong window styles if we were
13226             not creating an MDI window
13227           - Added call to XplatUI.SetBorderStyle when form borders are set
13228         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
13229         * Hwnd.cs:
13230           - Removed obsolete edge style
13231           - Switched from BorderStyle to FormBorderStyle
13232         
13233 2005-10-10  Jackson Harper  <jackson@ximian.com>
13234
13235         * Form.cs: Use the property to get the window handle instead of
13236         accessing it directly. Prevents a null reference exception.
13237
13238 2005-10-10  Jackson Harper  <jackson@ximian.com>
13239
13240         * TreeView.cs: Don't adjust the rect given to DrawString now that
13241         our libgdiplus draws correctly.
13242
13243 2005-10-08  Jackson Harper  <jackson@ximian.com>
13244
13245         * TreeView.cs: Don't try to find the clicked on node if there are
13246         no nodes in the tree.
13247
13248 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
13249
13250         * RichTextBox.cs:
13251
13252           restore
13253
13254 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
13255
13256         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
13257           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
13258           ErrorProvider.cs:
13259           Use ResPool for brushes and dispose System.Drawing objects that
13260           are not used anymore.
13261
13262 2005-10-07  Jackson Harper  <jackson@ximian.com>
13263
13264         * MdiChildContext.cs: Use the new borders instead of drawing them
13265         ourselves.
13266
13267 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13268
13269         * Calling UpdateBounds after changing the window's BorderStyle 
13270         since the style can change the ClientSize
13271
13272 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13273
13274         * Control.cs: Made PaintControlBackground virtual
13275         * Panel.cs: Overriding PaintControlBackground instead of using paint
13276           event; paint event method was interfering with 'real' users of the
13277           event.
13278
13279 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
13280
13281         * ThemeWin32Classic.cs: remove border drawing since it is handled
13282         by the base control class now and was causing double border drawing.
13283
13284 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13285
13286         * Panel.cs: Redraw our background on paint. Not a pretty solution,
13287           but it does seem to match MS behaviour. This fixes bug #75324
13288
13289 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13290
13291         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
13292           somewhat hackish looking
13293
13294 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13295
13296         * TextBoxBase.cs:
13297           - We now accept Enter even if AcceptEnter is false, if the containing
13298             form does not have an AcceptButton configured (fixes bug #76355)
13299           - Calculations are now fixed to no longer use Width/Height, but
13300             ClientSize.Width/Height, since we now support borders (this was
13301             a result of fixing borders and therefore bug #76166)
13302           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
13303             true (fixes bug #76354)
13304         
13305 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13306
13307         * Control.cs: 
13308           - Defaulting BorderStyle and setting it in XplatUI when our window 
13309             is created
13310           - Added enum check to InternalBorderStyle setter
13311         * XplatUIX11.cs: 
13312           - Added drawing of window borders
13313           - Now properly calculates WM decorations offset for toplevel 
13314             windows (fixes bug #74763)
13315         * XplatUIWin32.cs: 
13316           - Implemented BorderStyles for windows (we're letting win32 draw 
13317             the border for us)
13318           - Fixed the signature for SetWindowLong
13319         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
13320           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
13321           setting borders
13322         * UpDownBase.cs: Remove drawing of borders, this is handled by
13323           the driver, outside the client area
13324         * ListView.cs: Removed bogus border calculations. The control should
13325           be oblivious to borders, since those are not part of the client
13326           area. 
13327         * X11DesktopColors.cs: Commented out (currently) unneeded variables
13328         * ThemeWin32Classic.cs: Removed border calculations from ListView 
13329           drawing code
13330
13331 2005-10-06  Jackson Harper  <jackson@ximian.com>
13332
13333         * MdiChildContext.cs: Clear out the old virtual position remove
13334         all the unneeded calls to CreateGraphics.
13335
13336 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13337
13338         * TextControl.cs: Use proper color for highlighted text; fixes #76350
13339
13340 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
13341
13342         * Form.cs: 
13343           - Added loading and setting of our new default icon
13344           - Only set icon if window is already created
13345
13346 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
13347
13348         * Label.cs:
13349           - Do not explicitly set the foreground and background colors, to
13350             allow inheriting from parents (fixes #76302)
13351           - Use Control's InternalBorderStyle property to deal with borders
13352
13353 2005-10-06  Jackson Harper  <jackson@ximian.com>
13354
13355         * MdiChildContext.cs: Use the new xplatui function to draw a
13356         reversible rect.
13357
13358 2005-10-06  Jackson Harper  <jackson@ximian.com>
13359
13360         * Form.cs: Add the parent before creating the child context cause
13361         we need the parent when setting up the child.
13362
13363 2005-10-06  Jackson Harper  <jackson@ximian.com>
13364
13365         * FolderBrowserDialog.cs: redo the tree population code so a
13366         second thread isn't used. Should be a lot faster and more stable
13367         now.
13368
13369 2005-10-05  Jackson Harper  <jackson@ximian.com>
13370
13371         * TreeView.cs: There are no expand/collapse boxes if the node has
13372         no children.
13373
13374 2005-10-05  Jackson Harper  <jackson@ximian.com>
13375
13376         * X11DesktopColors.cs: Get menu colours for the gtk theme.
13377
13378 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
13379
13380         * FileDialog.cs: Fix InitialDirectory
13381
13382 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13383
13384         * ComboBox.cs:
13385                 - Fixes changing between styles
13386                 - Fixes simple mode
13387                 - Fixes last item crashing when navigating with keyboard
13388
13389 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
13390
13391         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
13392
13393 2005-10-05  Jackson Harper  <jackson@ximian.com>
13394
13395         * TreeView.cs: If updating the root node do a full refresh.
13396         * TreeNode.cs: The root node should be expanded by default. Also
13397         added a utility prop to tell if we are the root node.
13398         * TreeNodeCollection.cs: Only refresh if the node we are being
13399         added to is expanded. Also added a comment on a potential
13400         optimization.
13401         
13402 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
13403
13404         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
13405           in dispose method. Fixes #76330
13406
13407 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
13408
13409         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
13410
13411                 - Implements vertical and horizontal scrolling using XplatUI
13412                 - Fixes keyboard navagation
13413                 - Fixes EnsureVisible
13414                 - Drawing fixes
13415                 - Handles and draws focus properly
13416
13417
13418 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
13419
13420         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
13421           Create handle. NET_2_0: Destroy handle when value is null.
13422
13423 2005-10-03  Jackson Harper  <jackson@ximian.com>
13424
13425         * ScrollBar.cs: My last scrollbar patch was broken. This is a
13426         revert and a new patch to prevent the thumb from refreshing so
13427         much.
13428
13429 2005-10-02  Jackson Harper  <jackson@ximian.com>
13430
13431         * ScrollBar.cs: Don't update position if it hasn't actually
13432         changed. This occurs when you hold down the increment/decrement
13433         buttons and the thumb gets to the max/min.
13434
13435 2005-10-01  Jackson Harper  <jackson@ximian.com>
13436
13437         * Form.cs:
13438         * MdiChildContext.cs:
13439         * MdiClient.cs: Implement ActiveMdiChild in Form.
13440
13441 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
13442
13443         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
13444
13445 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
13446
13447         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
13448           be found
13449
13450 2005-09-30  Jackson Harper  <jackson@ximian.com>
13451
13452         * ListBox.cs: Don't do a full refresh unless some data has
13453         actually changed.
13454
13455 2005-09-30  Jackson Harper  <jackson@ximian.com>
13456
13457         * TreeView.cs: Make sure that the checkboxes size is factored in
13458         even when not visible.
13459
13460 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13461
13462         * FileDialog.cs: Fix Jordi's build break
13463
13464 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13465
13466         * FileDialog.cs: 
13467                 - Use standard the Windows colours for the combobox as espected
13468                 - Dispose objects that use resouces when no longer need them
13469
13470 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
13471
13472         * X11DesktopColors.cs: Initial incomplete implementation
13473         * XplatUIX11.cs: Added call to initialize X11DesktopColors
13474
13475 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
13476
13477         * Theme.cs: 
13478           - Switched Theme color names to match the names defined in 
13479             System.Drawing.KnownColors. Life's hard enough, no need to make 
13480             it harder.
13481           - Added setters to all theme color properties so themes can set
13482             their color schemes. The setters also propagate the color changes
13483             to System.Drawing.KnownColors via reflection
13484         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
13485           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
13486           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
13487           use the new, more logical theme color names
13488         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
13489           post-NT colors
13490         * ThemeWin32Classic.cs:
13491           - Removed code to set the old classic Windows colors. Instead it
13492             now relies on the colors returned by System.Drawing.KnownColors
13493             which will be either modern static colors (Unix) or colors
13494             read from the user's configuration (Win32)
13495           - Updated to use the new, more logical theme color names
13496           - Switched DataGrid drawing code to use only Theme colors instead of
13497             a mix of System.Drawing.KnownColors and Theme colors
13498           - DrawFrameControl(): Removed code that fills the button area, the
13499             fill would overwrite any previous fill done by a control. This
13500             fixes bug #75338 
13501           - Added DrawReversibleRectangle() stub
13502         * ScrollableControl.cs: Set visible state to false when scrollbars
13503           are removed (pdn fix)
13504         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
13505           DrawReversibleRectangle() method to allow drawing primitive 
13506           'rubber bands'
13507         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
13508
13509 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13510
13511         * ImageList.cs: Add(Icon): Create handle.
13512
13513 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
13514
13515         * ListView.cs:
13516         * ThemeWin32Classic.cs:
13517                 - Fixes detail mode
13518                 - Sets clippings
13519                 - Issues with drawing
13520
13521 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13522
13523         * ImageList.cs: Moved RecreateHandle back to ImageList as event
13524           source has to be the ImageList.
13525
13526 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13527
13528         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
13529
13530 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13531
13532         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
13533
13534 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13535
13536         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
13537
13538 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
13539         * GridItem.cs: Fixed TODOs
13540         * GridItemCollection.cs: Added ICollection interface
13541
13542 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
13543
13544         * ImageList.cs: Resize icons when needed.
13545
13546 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
13547
13548         * ListViewItem.cs
13549                 - Fixes GetBounds and returns on screen rects
13550         * ListView.cs:
13551                 - Fixes vertical and horzintal scrolling of items
13552         * ThemeWin32Classic.cs:
13553                 - Fixes drawing
13554                 
13555 2005-09-29  Raja R Harinath  <harinath@gmail.com>
13556
13557         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
13558
13559 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
13560
13561         * ImageList.cs: Added comments about handle creation. Moved Handle,
13562           HandleCreated and OnRecreateHandle implementations to ImageCollection.
13563           Handle is created in Add methods.
13564
13565 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13566          
13567         * DataGridDrawingLogic.cs: 
13568                 - Takes rows into account on Colum calculations
13569                 - Returns the column when clickig
13570         * DataGrid.cs:
13571                 - Fixes default HitTestInfo values
13572                 - Fixes HitTestInfo.ToString
13573                 - Fixes ResetBackColor          
13574         
13575 2005-09-28  Jackson Harper  <jackson@ximian.com>
13576
13577         * MdiChildContext.cs: Obey rules for fixed sized windows (no
13578         sizing or cursor changes). Also added some temp code to draw the
13579         titlebars text (Makes dev a little easier).
13580
13581 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13582
13583         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
13584
13585 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
13586          
13587         * ListBox.cs: Fixes bug 76253
13588
13589 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
13590
13591         * ImageList.cs: Added comments about the current implementation. Added
13592           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
13593           Format32bppArgb to preserve transparency and can use Graphics.FromImage
13594           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
13595           with Bitmap.LockBits for better performance. Revised the whole file to
13596           match MS.NET behaviour and provide better performance. Non-public
13597           interface members are calling public members even when they throw
13598           NotSupportedException for better maintainability. Moved ColorDepth,
13599           ImageSize, ImageStream and TransparentColor implementations to
13600           ImageCollection for better performance as these properties are not used
13601           by ImageList.
13602         * ImageListStreamer.cs: Added a new internal constructor that takes an
13603           ImageList.ImageCollection and serializes Images based on
13604           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
13605           match ImageList property name.
13606
13607 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
13608
13609         * ListBox.cs: Fixes IndexFromPoint for last item
13610
13611 2005-09-27  Jackson Harper  <jackson@ximian.com>
13612
13613         * Form.cs: Set the position of new mdi children correctly.
13614
13615 2005-09-27  Jackson Harper  <jackson@ximian.com>
13616
13617         * MdiClient.cs: New mdi children need to be added to the back of
13618         the controls collection so the zorder is set correctly. Also add a
13619         count of all the child windows that have been created.
13620
13621 2005-09-27  Jackson Harper  <jackson@ximian.com>
13622
13623         * Form.cs (CreateParams): Setup MDI forms correctly.
13624
13625 2005-09-27  Jackson Harper  <jackson@ximian.com>
13626
13627         * MdiChildContext.cs:
13628         * MonthCalendar.cs:
13629         * UpDownBase.cs:
13630         * ListBox.cs:
13631         * ListView.cs:
13632         * TextBoxBase.cs:
13633         * TreeView.cs:
13634         * ScrollableControl.cs:
13635         * ComboBox.cs: Add implicit controls using the new implict control
13636         functionality in ControlCollection. Also try to block multiple
13637         control add in a suspend/resume layout to save some cycles.
13638         
13639 2005-09-27  Jackson Harper  <jackson@ximian.com>
13640
13641         * Control.cs: Add functionality to the controls collection to add
13642         'implicit controls' these are controls that are created by the
13643         containing control but should not be exposed to the user. Such as
13644         scrollbars in the treeview.
13645         * Form.cs: The list var of the ControlsCollection is no longer
13646         available because of the potential of implicit controls getting
13647         ignored by someone accessing the list directly.
13648
13649 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
13650
13651         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
13652           loose it's parent. (Fixed bug introduced in r49103 when we added
13653           setting the child parent to null on Remove)
13654
13655 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
13656
13657         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
13658         * Splitter.cs: Added missing attributes for BorderStyle property.
13659         * TextBoxBase.cs: Marked Calculate* methods internal.
13660         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
13661         MS.NET.
13662
13663 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
13664          
13665         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
13666
13667 2005-09-25  Jackson Harper  <jackson@ximian.com>
13668
13669         * TreeView.cs: Update the node bounds correctly regardless of
13670         whether the node is visible.
13671
13672 2005-09-25  Jackson Harper  <jackson@ximian.com>
13673
13674         * ImageList.cs: Don't dispose the image after it is added to the
13675         image list. Only reformat images that need to be resized.
13676
13677 2005-09-25  Jackson Harper  <jackson@ximian.com>
13678
13679         * ImageList.cs: Don't set the format when changing the image.
13680
13681 2005-09-25  Jackson Harper  <jackson@ximian.com>
13682
13683         * TreeView.cs: We can't just assume the node has a font. Use the
13684         treeviews font if no node font is available.
13685
13686 2005-09-25  Jackson Harper  <jackson@ximian.com>
13687
13688         * TreeView.cs: Allow the scrollbars to be reset with negative
13689         values.
13690         - Don't add scrollbars to negative sized windows.
13691
13692 2005-09-23  Jackson Harper  <jackson@ximian.com>
13693
13694         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
13695         old Mono.Posix. Also remove some stray code that shouldn't have
13696         been committed.
13697
13698 2005-09-23  Jackson Harper  <jackson@ximian.com>
13699
13700         * TreeView.cs: Attempt at proper sizing of the horizontal
13701         scrollbar. Also don't resize the scrollbars unless they are
13702         visible.
13703
13704 2005-09-23  Jackson Harper  <jackson@ximian.com>
13705
13706         * TreeView.cs: We don't need to expand the invalid area when the
13707         selection changes, as this is all drawn in the node's bounding
13708         box. The area needs to be expanded (previous typo was contracting
13709         it) when the focus rect moves.
13710
13711 2005-09-23  Jackson Harper  <jackson@ximian.com>
13712
13713         * TreeView.cs: Display the selection box under the correct
13714         circumstances. We were rendering white text with no selection box
13715         before.
13716
13717 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
13718
13719         * TextControl.cs(Split): Now updates selection start/end if it points 
13720           into a line that's being split. Fixes a FIXME and bug #75258
13721
13722 2005-09-23  Jackson Harper  <jackson@ximian.com>
13723
13724         * Binding.cs:
13725         * ListControl.cs: Don't use the path when retrieving binding
13726         managers from the binding context. My bat sense tells me that the
13727         path is only used on insertion.
13728
13729 2005-09-22  Jackson Harper  <jackson@ximian.com>
13730
13731         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
13732
13733 2005-09-22  Jackson Harper  <jackson@ximian.com>
13734
13735         * Splitter.cs: There are special cursors used for splitting.
13736         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
13737
13738 2005-09-22  Jackson Harper  <jackson@ximian.com>
13739
13740         * Splitter.cs: Change the cursor appropriately when the splitter
13741         is moused over, so the user actually knows there is a splitter
13742         there.
13743
13744 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13745
13746        * Label.cs : Fix ToString method to give same output as MS.NET
13747
13748 2005-09-22  Jackson Harper  <jackson@ximian.com>
13749
13750         * TreeView.cs: Create the scrollbars when the handle is created
13751         and add them right away, just make them invisble. Also account for
13752         the window being shrunk vertically to the point that the vert
13753         scrollbar needs to be added.
13754         - Remove some 0.5 adjustments to get around anti aliasing issues.
13755         
13756 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
13757          
13758         * MainMenu.cs: Fixes default value
13759         * MenuItem.cs: Fixes default value
13760
13761 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
13762
13763         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
13764
13765 2005-09-21  Jackson Harper  <jackson@ximian.com>
13766
13767         * Control.cs: Don't try to set the border style on the window if
13768         it hasn't been created. When the window is created the border
13769         style will be used.
13770
13771 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13772
13773         * Control.cs (Update): Don't call XplatUI if we don't have a
13774           window handle yet
13775
13776 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13777
13778         * ContainerControl.cs: Instead of throwing an exception, print
13779           a one-time warning about Validate not being implemented
13780         * XplatUIWin32.cs: Removed debug output
13781
13782 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
13783
13784         * Control.cs: Only set XplatUI background if we expect the windowing
13785           system to handle the background. This stops controls that draw their
13786           own background from flickering
13787
13788         * XplatUIX11.cs: Support custom visuals and colormaps for window 
13789           creation. This allows, amongst other things, using MWF X11 windows 
13790           with OpenGL.
13791
13792 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
13793
13794         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
13795           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
13796           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
13797           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
13798           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
13799           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
13800           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
13801           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
13802           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
13803           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
13804           GridColumnStylesCollection.cs, 
13805           IDataGridColumnStyleEditingNotificationService.cs,
13806           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
13807           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
13808           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
13809           TreeNodeCollection.cs, AmbientProperties.cs, 
13810           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
13811           DataObject.cs, ErrorProvider.cs, Splitter.cs,
13812           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
13813           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
13814           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
13815           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
13816           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
13817           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
13818           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
13819           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
13820           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
13821           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
13822           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
13823           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
13824           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
13825           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
13826           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
13827           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
13828           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
13829           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
13830           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
13831           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
13832           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
13833           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
13834           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
13835           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
13836           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
13837           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
13838           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
13839           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
13840           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
13841           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
13842           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
13843           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
13844           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
13845           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
13846           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
13847
13848 2005-09-21  Jackson Harper  <jackson@ximian.com>
13849
13850         * TreeNode.cs: Call Before/After Expand not Collapse when
13851         expanding.
13852
13853 2005-09-20  Jackson Harper  <jackson@ximian.com>
13854         
13855         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
13856
13857 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13858          
13859         * ListViewItem.cs:
13860                 - Fixes bug 76120
13861                 - Fixes proper storing of subitems
13862                 - Fixes not updated items
13863
13864 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
13865
13866         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
13867           things if our window handle isn't created yet. Also disabled 
13868           debug for TextBoxBase
13869
13870 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
13871
13872         * MenuAPI.cs: Remove filtering of events to allow menu usage
13873
13874 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13875
13876         * Cursor.cs: Allow null to be passed to Cursor.Current.
13877
13878 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
13879
13880         * ThemeWin32Classic.cs:
13881           - Change some private methods/fields to protected virtual so that 
13882             they can be accessed and overriden in derived classes
13883           - First refactoring of some methods. Derived themes now don't 
13884             need to duplicate the complete code from ThemeWin32Classic
13885         * ThemeNice.cs:
13886           - Added nice StatusBar
13887           - Derive from ThemeWin32Classic and not Theme
13888           - Removed duplicate ThemeWin32Classic code
13889
13890 2005-09-20  Miguel de Icaza  <miguel@novell.com>
13891
13892         * Control.cs (ControlCollection.Add): If the value null is passed
13893         the control is ignored. 
13894
13895         Optimize this loop.
13896
13897 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
13898
13899         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
13900           PostQuitMessage state.
13901         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
13902
13903 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
13904
13905         * Application.cs: Our constructor will never get called, move 
13906           initialization to fields; fixes bug #75933
13907
13908 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
13909
13910         * FileDialog.cs :
13911                 - Allow files to be selected properly using file name
13912                 combo box.
13913                 - Add ability to change diretory (absolute / relative)
13914                 using file name combo box.
13915
13916 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
13917          
13918         * ListBox.cs: 
13919                 - Fixes Multicolumn listboxes item wrong calculations
13920                 - Allows to click when only one item is in the listbox
13921                 - Fixes crash when no items using keyboard navigation
13922
13923 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
13924
13925         * ComboBox.cs: Reverted almost everything from the latest patch which
13926           broke ComboBox
13927
13928 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
13929         
13930         * ToolTip.cs:
13931                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
13932         * ComboBox.cs:
13933                 - When DropDownStyle is Simple, it does not show scrollbar 
13934                 to the last item of the list.
13935                 - When DropDownStyle is Simple, it crashed when the list was 
13936                 scrolled down with the down cursor key.
13937                 - Fixed a bug that when DropDownStyle is DropDownList, the 
13938                 selected item was not shown.
13939                 - The position of the selected item was not preserved when 
13940                 the next dropdown happened.
13941         * ThemeWin32Classic.cs:
13942                 - Items were wrapped at the right end.
13943         * CheckedListBox.cs:
13944                 - Fixed Add method
13945         * ListBox.cs:
13946                 - Items should be fully shown.
13947                 - When resizing and vertical scrollbar disappeared, the item 
13948                 of index 0 should be on the top of the list.
13949                 - GetItemRectangle should consider the size of ver. scrollbar
13950         * StatusBar.cs:
13951                 - SizingGrip area should not be allocated when it is not 
13952                 displayed.
13953                 - Now it reflects MinWidth of the containing panel and 
13954                 fixed a crash that happens when its width becomes so small.
13955
13956 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13957
13958         * CheckedListBox.cs: Fixes bug 76028
13959         * ListBox.cs: Fixes bug 76028
13960
13961 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
13962
13963         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
13964         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
13965
13966 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
13967
13968         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
13969
13970 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13971
13972         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
13973
13974 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
13975
13976         * IRootGridEntry.cs: Added
13977         * PropertyGridCommands.cs: Added
13978         * PropertiesTab.cs: Added missing methods and property
13979         * PropertyGridView.cs: Made class internal
13980         * PropertyGridTextBox.cs: Made class internal
13981
13982 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13983
13984         * MimeIcon.cs: Try to check some other environment variables
13985           if "DESKTOP_SESSION" returns "default"
13986
13987 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13988
13989         * ThemeNice.cs: Corrected background colors (e.g. menus)
13990         * ColorDialog.cs: Use correct background colors for controls
13991
13992 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
13993
13994         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
13995
13996 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
13997
13998         * RichTextBox.cs: Added initial implementation
13999         * lang.cs: Removed. Was accidentally checked in long time ago
14000         * TODO: Removed. Contents were obsolete
14001
14002 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
14003                                                                                 
14004         * PropertiesTab.cs : Added
14005
14006 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
14007                                                                                 
14008         * PropertyGrid.cs : Update
14009         * PropertyGridView.cs : Update
14010         * System.Windows.Forms.resx : Added images and strings
14011
14012 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
14013
14014         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
14015  
14016 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
14017
14018         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
14019           a busy loop right after the Ungrab the X11 display is otherwise 
14020           blocked
14021
14022 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
14023
14024         * ThemeWin32Classic.cs: Optimise the use of clipping
14025
14026 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
14027
14028         * DataGrid.cs: fixes recursion bug
14029
14030 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
14031
14032         * ThemeNice.cs: 
14033           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
14034           - Cleanup
14035
14036 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
14037
14038         * ThemeNice.cs: Draw nice ProgressBars
14039
14040 2005-09-01  Miguel de Icaza  <miguel@novell.com>
14041
14042         * VScrollBar.cs: Another buglet found by Aaron's tool. 
14043
14044         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
14045         bug finder.
14046
14047 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
14048
14049         * ThemeNice.cs:
14050           - Added nicer menu drawing
14051           - Updated DrawTab
14052           - some refactoring
14053
14054 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
14055
14056         * CreateParams.cs (ToString): Made output match MS
14057         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
14058             handle is already created (to avoid forcing window creation)
14059         * XplatUIX11.cs: Set window text to caption after creating window,
14060           in case Text was set before window was created
14061         * Form.cs: Use this.Text instead of a static string as caption
14062
14063 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
14064
14065         * NotifyIcon.cs: Don't set the window to visible; this screws
14066           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
14067           OnPaint without a bitmap)
14068         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
14069           happen very often anyway; we could add the check to the WM_PAINT 
14070           event generation code
14071
14072 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
14073
14074         * NotifyIcon.cs: Fill the icon area with a background color, to 
14075           avoid 'residue' when transparent icons are drawn
14076         * XplatUIX11.cs:
14077           - Handle whole_window == client_window when destroying windows
14078           - SystrayAdd(): Set client_window to whole_window value to
14079             get mouse and other events passed to NotifyIcon
14080
14081 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
14082
14083         * Form.cs: Set proper default for Opacity property
14084         * NotifyIcon.cs:
14085           - ShowSystray(): Don't bother creating telling the OS
14086             about the systray item if no icon is provided
14087           - Now handles WM_NCPAINT message to deal with whole/client window
14088             split
14089           - Create window as visible to not get caught by Expose optimization
14090         * Hwnd.cs: Removed debug message
14091         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
14092           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
14093             PaintEventStart/End to use new client argument
14094         * TextBoxBase.cs:
14095           - Commented out debug messages
14096           - Switched PaintEventStart/End to use new client argument
14097         * XplatUI.cs: Added client window bool to PaintEventStart()/
14098           PaintEventEnd() calls, to support drawing in non-client areas
14099         * XplatUIDriver.cs: 
14100           - Added client window bool to PaintEventStart()/PaintEventEnd() 
14101             calls, to support drawing in non-client areas
14102           - Added conditional compile to allow using MWF BeginInvoke 
14103             on MS runtime
14104         * XplatUIX11.cs:
14105           - Added some conditional debug output
14106           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
14107             whole/client window split
14108           - Implemented handling of client argument to PaintEventStart()/End()
14109         * Control.cs:
14110           - Throw exception if BeginInvoke() is called and the window handle
14111             or one of the window's parent handles is not created
14112           - Added conditional compile to allow using MWF BeginInvoke on
14113             MS runtime
14114           - get_Parent(): Only sets parent if handle is created. This avoids
14115             forcing window handle creation when parent is set.
14116           - Now fires Layout and Parent changed events in proper order
14117           - Switched to use Handle instead of window.Handle for Z-Order setting,
14118             the get_Parent() patch above causes us to possibly get null for 'window'
14119           - Implemented handling of client argument to PaintEventStart()/End()
14120           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
14121             default handling)
14122           - Now sends a Refresh() to all child windows when Refresh() is called
14123
14124 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
14125
14126         * Form.cs: Added (non-functional) Opacity property
14127         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
14128
14129 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
14130         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
14131           use export MONO_THEME=nice to activate it.
14132           Currently supported controls:
14133           - Button
14134           - ComboBox
14135           - ScrollBar
14136           - TabControl (TabAlignment.Top only, other will follow)
14137         * ThemeEngine.cs: Add theme nice
14138         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
14139           if enabled
14140
14141 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
14142
14143         * Splitter.cs: Resize docked control and its neighbor.
14144
14145 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14146         -- Making Windows with Menus layout correctly --
14147         * Form.cs : The first leg of the fix
14148                 Menu setter - adjust Client Size as needed to make space for the menu
14149                 SetClientSizeCore - doesn't call base version to be able to pass the 
14150                         menu handle to XplatUI.CalculateWindowRect
14151         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
14152         * XplatUIX11.cs: The critical second leg of the fix
14153                 GetWindowPos needs to use a recalculated client_rect
14154                 so that resizing the window doesn't break layout of child controls. 
14155                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
14156                 Lots of \t\n killed
14157
14158 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
14159
14160         * Label.cs: Now properly recalculates width and height on Font and Text
14161           changes if AutoSize is set
14162
14163 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14164         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
14165
14166 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
14167
14168         * ImageList.cs: Makes ToString method compatible with MS
14169
14170 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
14171
14172         * MenuAPI.cs: fixes bug 75716
14173
14174 2005-08-11 Umadevi S <sumadevi@novell.com>
14175         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
14176
14177 2005-08-11 Umadevi S <sumadevi@novell.com>
14178         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
14179
14180 2005-08-10  Umadevi S <sumadevi@novell.com>
14181         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
14182
14183 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
14184
14185         * Menu.cs: fixes bug 75700
14186         * MenuAPI.cs: fixes navigation issues
14187
14188 2005-08-09  Umadevi S <sumadevi@novell.com>
14189         * CheckedListBox.cs - simple fix for GetItemChecked.
14190
14191 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
14192
14193         * ComboBox.cs: Serveral fixes
14194         * ListBox.cs: Serveral fixes
14195
14196 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
14197
14198         * ComboBox.cs: Fixes FindString methods and GetItemHeight
14199         * ListBox.cs: Fixes FindString methods
14200
14201 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
14202
14203         * DataGrid.cs: fixes bugs exposed by new tests
14204
14205 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
14206
14207         * Mime.cs: Compile Mono assembly references only if compiling
14208           with Mono (Allows to build with VS.Net again)
14209
14210 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
14211
14212         * Control.cs (PaintControlBackground): Draw background image
14213         corrrectly.
14214         (CheckForIllegalCrossThreadCalls): Stubbed.
14215         
14216         * Form.cs (OnCreateControl): Center when should be centered.
14217         
14218         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
14219
14220 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
14221
14222         * Binding.cs: Binding to properties should be case unsensitive
14223
14224 2005-07-18 vlindos@nucleusys.com
14225
14226         * DataGrid.cs: fixes setmember order
14227
14228 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
14229
14230         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
14231         * FileDialog.cs: FileDialog is now resizable and uses the new
14232           MimeIconEngine
14233
14234 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
14235
14236         * DataGridTextBoxColumn.cs: default value
14237         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
14238         * GridTableStylesCollection.cs: fixes checking MappingName
14239         * DataGridDrawingLogic.cs: fixes drawing logic issues
14240         * DataSourceHelper.cs: rewritten to make compatible with more data sources
14241         * DataGrid.cs: fixes    
14242
14243 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
14244
14245         * MimeGenerated.cs: Use case sensitive comparer for
14246           NameValueCollections
14247
14248 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
14249
14250         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
14251         * ThemeWin32Classic.cs: bug fixes, code refactoring
14252         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
14253         * DataGrid.cs: bug fixes, code refactoring
14254         * DataGridTextBox.cs: bug fixes, code refactoring
14255         * DataGridColumnStyle.cs:  bug fixes, code refactoring
14256         * Theme.cs:  bug fixes, code refactoring
14257
14258 2005-07-01  Peter Bartok  <pbartok@novell.com> 
14259
14260         * TextControl.cs: Quick fix for the reported crash on ColorDialog
14261           and other text box usage
14262
14263 2005-07-01  Jackson Harper  <jackson@ximian.com>
14264
14265         * TabControl.cs: Make sure the bottom of the tab covers the pages
14266         border.
14267
14268 2005-06-30  Peter Bartok  <pbartok@novell.com> 
14269
14270         * Form.cs (ShowDialog): Assign owner of the dialog
14271         * TextBoxBase.cs: Always refresh caret size when deleting, caret
14272           might have been moved to a tag with different height
14273
14274 2005-06-30  Jackson Harper  <jackson@ximian.com>
14275
14276         * Form.cs: Don't create an infinite loop when setting focus
14277         * MenuItem.cs: Don't dirty the parents if we don't have any
14278
14279 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
14280
14281         * LibSupport.cs: Rename
14282
14283 2005-06-29  Peter Bartok  <pbartok@novell.com>
14284
14285         * TextBoxBase.cs: Re-align caret after deleting a character
14286         * TextControl.cs:
14287           - DeleteChars(): Ensure that tag covers the provided position
14288           - StreamLine(): Drop reference for dropped tag
14289
14290 2005-06-29  Peter Bartok  <pbartok@novell.com> 
14291
14292         * TextControl.cs: 
14293           - Selections now work properly, anchoring at the initial location
14294             and properly extending in either direction (SetSelectionToCaret(),
14295             SetSelectionStart() and SetSelectionEnd())
14296           - No longer redraws the whole control on selection change, now
14297             calculates delta between previous and new selection and only
14298             invalidates/redraws that area
14299           - Fixed FindPos() math off-by-one errors
14300           - Changed DeleteChars() to verify the provided tag covers the
14301             provided position, selections may have a tag that doesn't cover
14302             the position if the selection is at a tag border
14303           - Fixed off-by-one errors in DeleteChars()
14304           - Added missing streamlining check in DeleteChars() to remove
14305             zero-length tags
14306           - Implemented Invalidate() method, now properly calculates exposures
14307             between two given lines/positions
14308           - Implemented SetSelection()
14309           - Obsoleted and removed FixupSelection()
14310           - Improved RecalculateDocument() logic, removing code duplication
14311
14312 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14313
14314         * LibSupport.cs: changes to match different input/output arguments.
14315
14316 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14317
14318         * LibSupport.cs: added libsupport.so init routine.
14319
14320 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
14321         
14322         * ControlBindingsCollection.cs
14323                 - Throws an exception on null datasource when adding
14324                 - Checks for duplicated bindings when adding
14325
14326 2005-06-28  Jackson Harper  <jackson@ximian.com>
14327
14328         * TreeView.cs (OnKeyDown): Support left and right properly
14329         (navigates as well as expanding and collapsing.
14330         - Add support for Multiply, this expands all the selected nodes
14331         children.
14332         - Fix some tabbing.
14333
14334 2005-06-28  Jackson Harper  <jackson@ximian.com>
14335
14336         * TreeView.cs: Implement keyboard navigation, currently supports,
14337         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
14338         support for toggling checkboxes with the space bar.
14339
14340 2005-06-28  Jackson Harper  <jackson@ximian.com>
14341
14342         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
14343         tree.
14344
14345 2005-06-28  Jackson Harper  <jackson@ximian.com>
14346
14347         * TreeView.cs: Add missing event.
14348
14349 2005-06-27  Peter Bartok  <pbartok@novell.com> 
14350
14351         * TextControl.cs:
14352           - Made line ending size configurable (now allows for counting 
14353             lineendings as \n or \r\n)
14354           - Added margin to viewport to keep caret visible on right side
14355           - Fixed translation routines for line/pos to documentpos to consider
14356             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
14357           - Fixed some line-endings to be unix style
14358           - Fixed Document.FormatText to perform it's calculations 1-based
14359           - Added descriptions for a few methods that might otherwise get 
14360             used wrong
14361           - Added NOTE section with some basic conventions to remember at 
14362             the top of the file
14363           - Major fixup for RichTextBox selection drawing:
14364             * Fixed crashes when multiple tags on a single line were selected
14365             * fixed selection box drawing not overlaying text
14366             * fixed bogus offset calculation for tags not starting at index 1
14367             * Switched behaviour from using multiple Substrings of a 
14368               StringBuilder.ToString() to using multiple 
14369               StringBuilder.ToString(start, length) statements, hoping this is
14370               faster (kept original version commented out in the code, in case
14371               original version was faster)
14372         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
14373           alignment != Left
14374         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
14375           call it as well
14376
14377 2005-06-27  Jackson Harper  <jackson@ximian.com>
14378
14379         * TabControl.cs: Move to the left and right with the arrow
14380         keys. These keys don't cycle beyond first and last like
14381         tab. Refresh all the tabs when scrolling them to the left or
14382         right.
14383
14384 2005-06-27  Jackson Harper  <jackson@ximian.com>
14385
14386         * TabControl.cs:
14387           - ToString: Added method
14388           - CreateParams: Remove TODO and comment
14389           - OnKeyDown: Cycle through bounds properly.
14390           - SelectedIndex: Scroll to the right or left if we need to
14391           display the newly selected tab.
14392
14393 2005-06-23  Jackson Harper  <jackson@ximian.com>
14394
14395         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
14396         set.
14397
14398 2005-06-23  Jackson Harper  <jackson@ximian.com>
14399
14400         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
14401         CTRL-SHIFT-TAB, and HOME, END are there any others?
14402
14403 2005-06-23  Jackson Harper  <jackson@ximian.com>
14404
14405         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
14406
14407 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14408         
14409         * DataGridTextBoxColumn.cs: fixes and enhancements
14410         * ThemeWin32Classic.cs: fixes and enhancements
14411         * DataGridBoolColumn.cs:  fixes and enhancements
14412         * DataGridDrawingLogic.cs:  fixes and enhancements
14413         * CurrencyManager.cs: fixes and enhancements
14414         * DataGrid.cs: fixes and enhancements
14415         * DataGridColumnStyle.cs:  fixes and enhancements
14416
14417 2005-06-22  Jackson Harper  <jackson@ximian.com>
14418
14419         * TabControl.cs: Add some missing methods that just call into the
14420         base. Make the TabPageCollection's IList interface behave in the
14421         same manner as the MS implementation.
14422
14423 2005-06-22  Peter Bartok  <pbartok@novell.com> 
14424
14425         * TextControl.cs: Added sanity check
14426         * TextBoxBase.cs: 
14427           - Fixed wrapping behaviour, don't set wrap on single line controls
14428             (this fixes the breakage of colordialog introduced in an earlier
14429              checkin)
14430           - Added rudimentary support for autoscrolling right-aligned controls
14431             (still needs fixing, also, center alignment scroll is missing)
14432
14433 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
14434         
14435         * ScrollBar.cs: Fixes thumbpos on Maximum values
14436
14437 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
14438         
14439         * PropertyGridView.cs: Pass context information to UITypeEditors 
14440
14441 2005-06-21  Peter Bartok  <pbartok@novell.com> 
14442
14443         * TextBoxBase.cs:
14444           - Now calling PositionCaret with absolute space coordinates
14445           - Enabled vertical scrolling
14446           - Better tracking of scrollbar changes, tied into WidthChange
14447             event
14448           - Improved cursor tracking
14449           - Removed debug output
14450         * TextControl.cs:
14451           - PositionCaret coordinates are now works in absolute space, not 
14452             the canvas
14453           - Improved tracking of document size
14454           - Added events for width and height changes
14455
14456 2005-06-21  Peter Bartok  <pbartok@novell.com>
14457
14458         * Form.cs: Set focus to active control when form is activated
14459         * TextControl.cs: 
14460           - Added word-wrap functionality to RecalculateLine() 
14461           - Added some short function descriptions for VS.Net to aid in
14462             writing dependent controls
14463           - Added Caret property, returning the current coords of the caret
14464           - Added ViewPortWidth and ViewPortHeight properties
14465           - Added Wrap property
14466           - Added CaretMoved event
14467           - Removed some old debug code
14468           - Split() can now create soft splits
14469           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
14470           - Added method to format existing text
14471           - Fixed size/alignment calculations to use viewport
14472           - RecalculateDocument now can handle changing line-numbers while
14473             calculating lines
14474
14475         * TextBox.cs:
14476           - Added some wrap logic, we don't wrap if alignment is not left
14477           - Added casts for scrollbar var, base class switched types to
14478             also support RichTextBoxA
14479           - Implemented handling of scrollbar visibility flags
14480
14481         * TextBoxBase.cs:
14482           - Switched scrollbars type to RichTextBoxScrollBars to support
14483             RichTextBox
14484           - Added tracking of canvas width/height
14485           - Switched scrollbars to be not selectable (to keep focus on text)
14486           - Added central CalculateDocument() method to handle all redraw
14487             requirements
14488           - Added ReadOnly support
14489           - Added WordWrap support
14490           - Fixed handling of Enter key (we now treat it as a DialogKey)
14491           - Fixed caret positioning when h or v scroll is not zero
14492           - Fixed placing/generation of vertical scrollbar
14493           - Added CalculateScrollBars() method to allow updating scrollbar
14494             limits and visibility
14495           - Fixed handling of horizontal scroll
14496           - Added handling of vertical scroll
14497           - Implemented auto-'jump' when caret moves to close to a left or
14498             right border and there is text to be scrolled into view (currently
14499             there's the potential for a stack overflow, until a bug in
14500             scrollbar is fixed)
14501
14502 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
14503         
14504         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
14505
14506 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
14507
14508         * Mime.cs:
14509         - added inodes.
14510         - return application/x-zerosize for files with size zero
14511           (if no extension pattern matches).
14512         - check matches collection for strings too.
14513         - return only the first mime type if the name value
14514           collection has more than one mime type.
14515
14516 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
14517         
14518         * PropertyGrid.cs: Cleaned up some TODOs
14519         * PropertyGridView.cs: Added support for UITypeEditors
14520
14521 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14522         
14523         * DataGrid.cs: clears cached value
14524
14525 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
14526
14527         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
14528         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
14529         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
14530         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
14531         
14532 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
14533
14534         * ThemeWin32Classic.cs: fixes colour
14535
14536 2005-06-15  Peter Bartok  <pbartok@novell.com>
14537
14538         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
14539         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
14540         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
14541         * Control.cs: Added some MWFCategory and MWFDescription attributes
14542         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
14543
14544 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
14545
14546         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
14547         usage
14548
14549 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
14550
14551         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
14552         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
14553         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
14554         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
14555         * DataGrid.cs: default datagrid settings for Default Styles, fixes
14556         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
14557
14558 2005-06-13  Jackson Harper  <jackson@ximian.com>
14559
14560         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
14561         isn't printed when the user enables dropping. (X11 does accept
14562         drops).
14563         
14564 2005-06-13  Jackson Harper  <jackson@ximian.com>
14565
14566         * TreeView.cs: Remove some TODOS.
14567
14568 2005-06-13  Jackson Harper  <jackson@ximian.com>
14569
14570         * Form.cs: Hook into the mdi framework.
14571         * MdiClient.cs: Use the base control collections add method so
14572         parents get setup correctly. Set the default back colour and dock
14573         style.
14574         * MdiChildContext.cs: New class, this bad actor handles an
14575         instance of an MDI window. Right now there is only basic
14576         support. You can drag, close, and resize windows. Minimize and
14577         Maximize are partially implemented.
14578
14579 2005-06-13  Jackson Harper  <jackson@ximian.com>
14580
14581         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
14582         freaky when both vals are negative. NOTE: There are probably other
14583         places in XplatUIX11 that this needs to be done.
14584
14585 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
14586
14587         * DataGrid.cs: implement missing methods, move KeyboardNavigation
14588         * DataGridColumnStyle.cs: fixes signature
14589
14590 2005-06-12  Jackson Harper  <jackson@ximian.com>
14591
14592         * XplatUIX11.cs: Use sizing cursors similar to the ones on
14593         windows.
14594
14595 2005-06-11  Jackson Harper  <jackson@ximian.com>
14596
14597         * StatusBarPanel.cs: Signature cleanups. Implement
14598         BeginInit/EndInit.
14599
14600 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
14601
14602         * DataGridTextBoxColumn.cs: Honors aligment
14603         * GridColumnStylesCollection.cs: Contains is case unsensitive
14604         * GridTableStylesCollection.cs: several fixes
14605         * DataGridTableStyle.cs: default column creation
14606         * DataGridDrawingLogic.cs: fixes
14607         * CurrencyManager.cs: ListName property
14608         * DataGrid.cs: multiple styles support
14609         * DataGridColumnStyle.cs: fixes
14610         
14611
14612 2005-06-10  Peter Bartok  <pbartok@novell.com>
14613
14614         * Control.cs(Select): Moved SetFocus call to avoid potential
14615           loops if controls change the active control when getting focus
14616         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
14617           the up/down buttons
14618
14619 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
14620
14621         * ImageListConverter.cs: Implemented
14622
14623 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14624
14625         * MonthCalendar.cs: Wired in NumericUpDown control for year
14626
14627 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
14628
14629         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
14630           DoubleClick events, since they are not meant to be fired.
14631
14632 2005-06-09  Peter Bartok  <pbartok@novell.com>
14633
14634         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
14635           Jonathan's standalone controls into MWF, implemented missing
14636           events, attributes and methods; added xxxAccessible classes
14637         * AccessibleObject.cs: Made fields internal so other classes
14638           can change them if needed
14639
14640 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
14641
14642         * UpDownBase.cs: Complete implementation
14643         * NumericUpDown.cs: Complete implementation
14644         * DomainUpDown.cs: Complete implementation
14645
14646 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
14647
14648         * DataGridTextBoxColumn.cs: drawing fixes
14649         * DataGridCell.cs: fixes ToString method to match MSNet
14650         * DataGridTableStyle.cs: fixes
14651         * DataGridBoolColumn.cs: fixes, drawing
14652         * DataGridDrawingLogic.cs: fixes, new methods
14653         * DataGridTextBox.cs: Keyboard and fixes
14654         * DataGrid.cs:
14655                 - Keyboard navigation
14656                 - Scrolling fixes
14657                 - Row selection (single, multiple, deletion, etc)
14658                 - Lots of fixes
14659         
14660 2005-06-07  Jackson Harper  <jackson@ximian.com>
14661
14662         * ThemeWin32Classic.cs: Clear the background area when drawing
14663         buttons.
14664
14665 2005-06-06  Peter Bartok  <pbartok@novell.com>
14666
14667         * ImageListStreamer.cs: Fixed signature for GetData
14668         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
14669         * ComboBox.cs:
14670           - Added missing ChildAccessibleObject class
14671           - Added missing OnXXXFocus overrides, switched to using those
14672             instead of the event handler
14673         * Control.cs:
14674           - Added Parent property for ControlAccessibleObject
14675           - Fixed signatures
14676           - Fixed attributes
14677           - Added ResetBindings()
14678         * ListBindingConverter.cs: Implemented some methods
14679         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
14680         * ImageList.cs: Implemented basic handle scheme, removed TODOs
14681         * ContainerControl.cs: Fixed signature, now subscribing to the
14682           ControlRemoved event instead of overriding the handler, LAMESPEC
14683         * CurrencyManager.cs: Added missing attribute
14684         * MonthCalendar.cs: Added missing properties
14685
14686 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14687
14688         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
14689         
14690 2005-06-06  Gaurav Vaish and Ankit Jain
14691
14692         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
14693         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
14694         
14695 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
14696
14697         * Control.cs: fixes CreateParams Width / Height.
14698
14699 2005-06-05  Peter Bartok  <pbartok@novell.com>
14700
14701         * Win32DnD.cs: Removed compilation warnings
14702
14703 2005-06-05  Peter Bartok  <pbartok@novell.com>
14704
14705         * Control.cs (CreateParams): Since we don't know if one of the
14706           properties we use is overridden, lets make sure if we fail accessing
14707           we continue with a backup plan
14708
14709 2005-06-05  Peter Bartok  <pbartok@novell.com>
14710
14711         * Win32DnD.cs:
14712           - Removed debug output
14713           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
14714             struct
14715           - Plugged resource leak
14716         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
14717           MS size
14718
14719 2005-06-05  Peter Bartok  <pbartok@novell.com>
14720
14721         * XplatUIWin32.cs: Removed DnD code
14722         * Win32DnD.cs: Implemented drop source and drop target functionality
14723
14724 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14725
14726         * UpDownBase.cs: remove duplicate addition of event, enable some code
14727         that was commented out.
14728         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
14729         Validate input when a key is pressed. It works fine now for every
14730         combination of Hexadecimal. Only missing some drawing love when sharing
14731         space with other controls.
14732
14733 2005-06-04  Peter Bartok  <pbartok@novell.com>
14734
14735         * Control.cs:
14736           - We need to pass a window for DragDrop, so enable callback events
14737           - Added DnD callback events when being a DragSource
14738         * XplatUI.cs (StartDrag): Added window handle argument
14739         * XplatUIDriver.cs (StartDrag): Added window handle argument
14740         * QueryContinueDragEventArgs: Made fields internally accessible so
14741           drivers can set them
14742         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
14743           can set them
14744
14745 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
14746
14747         * DataGridTextBoxColumn.cs: column text editing
14748         * DataGridTableStyle.cs: Respect columns styles created by the user
14749         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
14750         * DataGridBoolColumn.cs: bool column editing
14751         * DataGrid.cs: fixes to scrolling, properties, etc
14752         * DataGridTextBox.cs: handle keyboard
14753         * DataGridColumnStyle.cs: fixes
14754
14755 2005-06-02  Jackson Harper  <jackson@ximian.com>
14756
14757         * ImageListStreamer.cs: Somewhat broken implementation of
14758         GetObjectData. The RLE needs some work to match MS properly.
14759
14760 2005-06-02  Jackson Harper  <jackson@ximian.com>
14761
14762         * X11Dnd.cs: Attempting to keep at least one file in MWF
14763         monostyled.
14764
14765 2005-06-02  Peter Bartok  <pbartok@novell.com>
14766
14767         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
14768           that way
14769
14770 2005-06-02  Peter Bartok  <pbartok@novell.com>
14771
14772         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
14773         * XplatUI.cs: Added DoDragDrop() method
14774         * XplatUIDriver.cs: Added DoDragDrop() method
14775
14776 2005-06-02  Jackson Harper  <jackson@ximian.com>
14777
14778         * Splitter.cs: Implement BorderStyle.
14779
14780 2005-06-02  Jackson Harper  <jackson@ximian.com>
14781
14782         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
14783         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
14784         X11 using XDND.
14785
14786 2005-06-02  Peter Bartok  <pbartok@novell.com>
14787
14788         * DataObject.cs:
14789           - Added Data setter
14790           - Fixed broken insertion code for SetData, now also
14791             overwrites any existing entry of the same format name
14792         * Hwnd.cs: Added list of pointers that automatically gets
14793           freed when the window is disposed
14794         * XplatUI.cs: Call driver initialization method when loading
14795           a driver
14796         * Control.cs:
14797           - OnDragLeave takes EventArgs, not DragEventArgs
14798           - Added setting of WS_EX_ACCEPTFILES style when dropping is
14799             supported
14800           - Forces style update when drop state changes
14801         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
14802           not perfect since we cannot (yet) call the IDataObject.GetData()
14803           method, we keep getting 0x80004005 error, dunno why)
14804
14805 2005-06-02  Peter Bartok  <pbartok@novell.com>
14806
14807         * DragEventArgs.cs: Make fields internal so we can cache the
14808           object and re-set the fields from XplatUI
14809
14810 2005-06-02  Jackson Harper  <jackson@ximian.com>
14811
14812         * Control.cs: Add some internal methods so the DnD subsystem can
14813         raise DnD events. Also call into the driver when AllowDrop is set.
14814         * XplatUI.cs:
14815         * XplatUIDriver.cs: New method for setting whether or not a window
14816         is allowed to accept drag and drop messages.
14817                 
14818 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
14819         
14820         * ScrollBar.cs: Make sure that values sent in Scroll events
14821         are always between Maximum and Minimum.
14822
14823 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
14824
14825         * Menu.cs: Call MenuChanged when menuitem visibility has been
14826         changed.
14827         * MenuItem.cs: Rebuild menu when item is (not) visible.
14828         * MainMenu.cs: MainMenu has special MenuChanged.
14829         * Theme.cs: Caption and FrameBorderSize are not fixed.
14830         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
14831         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
14832         * XplatUIX11.cs,
14833         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
14834         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
14835
14836 2005-05-30  Jackson Harper  <jackson@ximian.com>
14837
14838         * DataFormat.cs: We can't statically initialize this stuff because
14839         it calls into the xplatui and could create a loop. So we lazy init
14840         it.
14841
14842 2005-05-28  Jackson Harper  <jackson@ximian.com>
14843
14844         * Control.cs: Proper implementation of Product(Name/Version).
14845
14846 2005-05-27  Jackson Harper  <jackson@ximian.com>
14847
14848         * DataObject.cs: Dont crash if no data is found.
14849
14850 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
14851         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
14852                 as per status page, guessing it should be set to true
14853
14854 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
14855
14856         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
14857         * DataGridTableStyle.cs: set proper formatting text, def header text
14858         * ThemeWin32Classic.cs: new themable paramaters
14859         * DataGridBoolColumn.cs: paint check box, get data, fixes
14860         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
14861         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
14862         * DataGridColumnStyle.cs: fixes
14863         * Theme.cs: new themable paramaters
14864                 
14865 2005-05-26  Peter Bartok  <pbartok@novell.com>
14866
14867         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
14868
14869 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
14870         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
14871
14872 2005-05-24  Peter Bartok  <pbartok@novell.com>
14873
14874         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
14875           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
14876           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
14877           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
14878           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
14879           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
14880           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
14881           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
14882           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
14883           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
14884           missing attributes, etc
14885         * DataGridPreferredColumnWidthTypeConverter.cs: Added
14886
14887 2005-05-24  Peter Bartok  <pbartok@novell.com>
14888
14889         * Help.cs: Added, implemented trivial functions, throws up MessageBox
14890           when user tries to get help
14891         * DataObject.cs, DataFormats.cs, LinkArea.cs,
14892           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
14893           to suppress warnings
14894         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
14895           avoid unreachable code warning
14896
14897 2005-05-20  Peter Bartok  <pbartok@novell.com>
14898
14899         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
14900
14901 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14902
14903         * DataGridTextBoxColumn.cs: Basic painting methods
14904         * DataGridTableStyle.cs: Set table style in the column
14905         * ThemeWin32Classic.cs: Use Theme for colors
14906         * DataGridDrawingLogic.cs: Implement more drawing
14907         * DataGrid.cs: drawing, theming, enhacements, fixes
14908         * DataGridColumnStyle.cs: fixes, drawing
14909         * Theme.cs: theming for Datagrid
14910
14911 2005-05-20  Peter Bartok  <pbartok@novell.com>
14912
14913         * Cursor.cs: Implemented GetObjectData() method
14914
14915 2005-05-20  Peter Bartok  <pbartok@novell.com>
14916
14917         * Cursors.cs: Added setting of cursor name
14918         * Cursor.cs:
14919           - Implemented constructors
14920           - Implemented Draw and DrawStretched
14921           - Implemented Current property
14922           - Implemented == and != operators
14923           - Implemented Dispose()
14924           - Implemented ToString
14925           - Added missing attributes
14926         * XplatUIX11.cs:
14927           - Added missing reset for OverrideCursor when DoEvents is called
14928           - Fixed creation of cursor, logic was wrong
14929         * XplatUIWin32.cs:
14930           - Added missing reset for OverrideCursor when DoEvents is called
14931           - Fixed creation of cursor, bit arrays were swapped
14932         * Clipboard.cs: Removed obsolete MonoTODO attribute
14933
14934 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14935
14936         * ComboBox.cs: fixes OnSelectedItemChanged
14937         * ControlBindingsCollection.cs: fixes item range check
14938
14939 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
14940
14941         * UpDownBase.cs:
14942                 - Calc preferred height properly
14943                 - Implement missing properties
14944                 
14945         * NumericUpDown.cs: Implement missing events
14946
14947 2005-05-19  Jackson Harper  <jackson@ximian.com>
14948
14949         * TabControl.cs: New method that resizes the tab pages before
14950         redrawing them. This as needed as the control is double buffered
14951         and sizing will not be recalculated unless ResizeTabPages is
14952         called.
14953         * TabPage.cs: Set base.Text instead of Text in the constructor so
14954         that UpdateOwner does not get called. Use the new Redraw method of
14955         TabControl instead of Refresh so the sizing is recalculated.
14956         * ThemeWin32Classic.cs: Draw the text for button tabs.
14957
14958 2005-05-19  Jackson Harper  <jackson@ximian.com>
14959
14960         * Control.cs: Paint control background images. Fix typo where
14961         PaintControlBackground was not getting called correctly.
14962
14963 2005-05-19  Peter Bartok  <pbartok@novell.com>
14964
14965         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
14966           I can investigate, apparently I broke FileDialog
14967
14968 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
14969
14970         * AxHost.cs: Some simple properties.
14971         * Control.cs: window must be accessible after ctor.
14972         * Form.cs: Added TransparencyKey property.
14973         * TextBoxBase.cs: Implemented Clear. Text property can be null.
14974         * XplatUIWin32.cs: SetBorderStyle implemented.
14975
14976 2005-05-18  Peter Bartok  <pbartok@novell.com>
14977
14978         * DataObject.cs: Entries are not global but particular to the
14979           DataObject, now it behaves that way
14980         * XplatUIWin32.cs: Implemented Clipboard methods
14981         * Clipboard.cs: Implemented
14982         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
14983         * XplatUIOSX.cs: Updated to final clipboard prototypes
14984         * XplatUIX11.cs: Implemented Clipboard methods
14985         * XplatUIDriver.cs: Updated to final clipboard prototypes
14986         * XplatUIStructs.cs:
14987           - Added BITMAPINFOHEADER struct
14988           - Added ClipboardFormats enum
14989         * X11Structs.cs:
14990           - Added ClipboardStruct
14991           - Added Atom enum items for clipboard types
14992           - Fixed atom types for Selection event structures
14993         * DataFormats.cs:
14994           - Added internal properties and methods for drivers to enumerate
14995             all known formats
14996           - Switched initialization method to allow drivers to assign their
14997             own IDs even for the MS predefined clipboard IDs
14998         * XplatUI.cs: Updated to final clipboard interface
14999
15000 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15001         * PropertyGridView.cs: Fixed compiler warnings.
15002
15003 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
15004         * PropertyGrid.cs: Added some event calls
15005         * PropertyGridView.cs: Change drawing code to use double buffering
15006         * PropertyGridTextBox.cs: Changed Text property name
15007         * GridItem.cs: Added Bounds property.
15008         * GridEntry.cs: Added Bounds property.
15009
15010 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
15011
15012         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
15013         since GetType() may not return the correct type if the object is
15014         a remoting proxy.
15015
15016 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
15017
15018         * TreeNodeCollection.cs: fixes get/set item ranges
15019         
15020 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
15021
15022         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
15023                 
15024 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
15025
15026         * ComboBox.cs: Fix item range comparation
15027         * ListView.cs: Fix item range comparation
15028
15029 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
15030
15031         * FontDialog.cs:
15032           - Clear example panel when OnPaint is called
15033           - Better solution for displaying the example panel text
15034           - Select default indexes in the ListBoxes
15035
15036 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
15037
15038         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
15039
15040 2005-05-11  Peter Bartok  <pbartok@novell.com>
15041
15042         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
15043         * SelectionRangeConverter.cs: Implemented
15044         * PropertyGrid.cs: Fixed attribute value
15045         * Control.cs:
15046           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
15047           - Added Sebastien Pouliot's CAS Stack Propagation fixes
15048         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
15049           that's common to all drivers. First methods to go there are
15050           Sebastien Pouliot's CAS Stack Propagation helper methods
15051         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
15052           Sebastien Pouliot for CAS Stack Propagation
15053
15054 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
15055
15056         * OSXStructs.cs:
15057           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
15058
15059 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
15060
15061         * DataGridTextBoxColumn.cs: fixed some members
15062         * GridColumnStylesCollection.cs: indexed column is case insensitive
15063         * DataGridTableStyle.cs: fixes
15064         * ThemeWin32Classic.cs: add new theme parameter
15065         * Theme.cs: add new theme parameter
15066         * DataGridDrawingLogic.cs: Datagrid's drawing logic
15067         * DataGrid.cs: fixes, new internal properties, etc.
15068         * DataGridColumnStyle.cs: allows to set grid value
15069         *
15070
15071 2005-05-10  Peter Bartok  <pbartok@novell.com>
15072
15073         * AccessibleObject.cs:
15074           - Removed MonoTODO attribute on help, method is correct
15075           - Fixed Bounds property
15076         * AxHost.cs: Moved MonoTODO
15077         * ButtonBase.cs: Now setting AccessibleObject properties
15078         * RadioButton.cs: Setting proper AccessibleObject role
15079         * CheckBox.cs: Setting proper AccessibleObject role
15080         * ControlBindingsCollection.cs: Added properties, methods and attributes
15081         * DataFormats.cs: Fixed awkward internal API, and changed to enable
15082           userdefined DataFormats.Format items as well
15083         * ListControl.cs: Removed data_member from the public eye
15084         * OpenFileDialog.cs:
15085           - Made class sealed
15086           - Added missing attributes
15087         * SaveFileDialog.cs: Added missing attributes
15088         * ImageListStreamer.cs: Fixed code that caused warnings
15089         * LinkLabel.cs: Removed unreachable code
15090         * TreeView.cs: Fixed code that caused warnings
15091         * PropertyGridView.cs: Fixed code that caused warnings
15092         * GridColumnStylesCollection.cs: Added missing attributes
15093         * GridTableStylesCollection: Added missing attribute
15094         * PropertyManager: Added .ctor
15095         * SecurityIDType: Added
15096         * DataObject.cs: Implemented class
15097         * LinkArea.cs: Added missing attribute
15098
15099 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
15100
15101         * RadioButton.cs: call base method to allow to fire OnClick event
15102         * UpDownBase.cs: OnMouseUp call base method
15103         * CheckedListBox.cs: call base method before returning
15104         * TrackBar.cs: call base method before returning
15105         
15106
15107 2005-05-10  Peter Bartok  <pbartok@novell.com>
15108
15109         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
15110           for messages
15111
15112 2005-05-10  Peter Bartok  <pbartok@novell.com>
15113
15114         * DataFormats.cs: Implemented
15115         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
15116           XplatUIX11.cs: Added Clipboard APIs
15117         * XplatUIWin32.cs: Implemented Clipboard APIs
15118         * FolderBrowserDialog.cs: Added missing event, attributes
15119
15120 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
15121
15122         * CheckBox.cs: call base method to allow to fire OnClick event
15123
15124 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
15125
15126         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
15127
15128 2005-05-06  Peter Bartok  <pbartok@novell.com>
15129
15130         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
15131         * Screen.cs: Implemented
15132         * HelpNavigator.cs: Added
15133         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
15134           property
15135         * HelpProvider.cs: Implemented all we can do until we have a CHM
15136           help library (which means that "What's This" does work now)
15137
15138 2005-05-06  Jackson Harper  <jackson@ximian.com>
15139
15140         * XplatUIX11.cs: Fix waking up the main loop.
15141                 
15142 2005-05-05  Peter Bartok  <pbartok@novell.com>
15143
15144         * XplatUI.cs: Updated revision
15145         * Form.cs: Removed enless loop
15146         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
15147         * Label.cs (OnPaint): Added call to base.OnPaint()
15148         * ToolTip.cs: Made ToolTipWindow reusable for other controls
15149         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
15150         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
15151         * AxHost.cs: Added
15152         * ButtonBase.cs: Moved base.OnPaint() call to end of method
15153         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
15154           to ToolTip.ToolTipWindow for drawing and size methods; this allows
15155           reuse of ToolTipWindow by other controls
15156         * SizeGrip.cs: Moved base.OnPaint() call to end of method
15157         * XplatUIX11.cs: Now clipping drawing area (experimental)
15158         * PictureBox.cs: Moved base.OnPaint() call to end of method
15159         * Theme.cs: Fixed ToolTip abstracts to match new format
15160         * ErrorProvider.cs: Implemented
15161
15162 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
15163
15164         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
15165         * LinkLabel.cs:
15166                 - Adds cursors
15167                 - Handles focus
15168                 - Implements LinkBehavior
15169                 - Fixes many issues
15170
15171 2005-05-03  Jackson Harper  <jackson@ximian.com>
15172
15173         * ListView.cs: Calculate the scrollbar positioning on resize and
15174         paint, so they get put in the correct place.
15175
15176 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
15177
15178         * ColorDialogs.cs: The small color panels are now handled by
15179           SmallColorControl. This fixes drawing of the focus rectangle
15180           and adds a 3D border.
15181
15182 2005-05-03  Peter Bartok  <pbartok@novell.com>
15183
15184         * Control.cs: Modified version of Jonathan Chamber's fix for
15185           double-buffering
15186
15187 2005-05-03  Jackson Harper  <jackson@ximian.com>
15188
15189         * ListView.cs: Remove redraw variable. Control now handles whether
15190         or not a redraw needs to be done, and will only raise the paint
15191         event if redrawing is needed.
15192
15193 2005-05-03  Jackson Harper  <jackson@ximian.com>
15194
15195         * Splitter.cs: No decorations for the splitter form. Cache the
15196         hatch brush.
15197
15198 2005-05-03  Jackson Harper  <jackson@ximian.com>
15199
15200         * TreeView.cs: Use dashed lines to connect nodes. Use the
15201         ControlPaint method for drawing the focus rect instead of doing
15202         that in treeview.
15203
15204 2005-05-02  Peter Bartok  <pbartok@novell.com>
15205
15206         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
15207
15208 2005-04-29  Jackson Harper  <jackson@ximian.com>
15209
15210         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
15211         entire image buffer. Just clear the clipping rectangle.
15212
15213 2005-04-29  Jackson Harper  <jackson@ximian.com>
15214
15215         * ThemeWin32Classic.cs: Don't draw list view items that are
15216         outside the clipping rectangle.
15217
15218 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
15219
15220         * ListBox.cs: added horizontal item scroll
15221
15222 2005-04-29  Jackson Harper  <jackson@ximian.com>
15223
15224         * ThemeWin32Classic.cs: Remove some old debug code that was
15225         causing flicker with the new double buffering code.
15226
15227 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
15228
15229         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
15230         behave like combobox and comboboxlist (still not sure if this is
15231         correct though).
15232
15233 2005-04-28  Jackson Harper  <jackson@ximian.com>
15234
15235         * ThemeWin32Classic.cs: Don't fill the middle of progress
15236         bars. This fills areas outside of the clip bounds that don't need
15237         to be filled.
15238
15239 2005-04-28  Jackson Harper  <jackson@ximian.com>
15240
15241         * Control.cs: Don't expose functionality to touch the image buffers.
15242         * ProgressBar.cs:
15243         * ListView.cs: We do not need to (and no longer can) manipulate
15244         the image buffers directly. All of this is handled by Control.
15245
15246 2005-04-28  Peter Bartok  <pbartok@novell.com>
15247
15248         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
15249           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
15250           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
15251
15252 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
15253
15254         * Combobox:
15255                 - Adjust control's height for non-simple comboboxes (bug fix)
15256                 - Remove dead code
15257         * MenuAPI.cs: remove unused var
15258         * ScrollBar.cs: remove unsed var
15259                  
15260         * ListBox.cs: unselect items when clearing
15261
15262 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
15263
15264         * ListControl.cs: honors OnPositionChanged and default Selected Item
15265         * ListBox.cs: unselect items when clearing
15266
15267 2005-04-27  Jackson Harper  <jackson@ximian.com>
15268
15269         * X11Keyboard.cs: Initialize a default keyboard and give a warning
15270         if a "correct" keyboard is not found. This will make us not crash,
15271         but might give some users bad keyboard layouts...seems to be the
15272         same thing rewind does.
15273
15274 2005-04-27  Jackson Harper  <jackson@ximian.com>
15275
15276         * BindingManagerBase.cs: Attach the current/position changed
15277         handlers to their respective events.
15278
15279 2005-04-27  Jackson Harper  <jackson@ximian.com>
15280
15281         * Control.cs: Make sure that the first WM_PAINT does a full draw,
15282         not just a blit.
15283         * ThemeWin32Classic.cs: Don't fill the background for picture
15284         boxes. This could overright user drawing.
15285         * ComboBox.cs: Just fill the clipping rect not the entire client
15286         rect when drawing the background. This prevents pieces of the
15287         image buffer from getting overwritten and is theoretically faster.
15288
15289 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
15290
15291         * ComboBox.cs: Databinding support fixes, fire missing events
15292         * ListControl.cs: implement missing methods and properties, fixes
15293         * ThemeWin32Classic.cs: Databiding support on Drawing
15294         * CheckedListBox.cs: Databinding support fixes, fire missing events
15295         * ListBox.cs: Databinding support fixes, fire missing events
15296         
15297 2005-04-25  Peter Bartok  <pbartok@novell.com>
15298
15299         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
15300
15301 2005-04-25  Jackson Harper  <jackson@ximian.com>
15302
15303         * TreeView.cs: Use the horizontal scrollbars height not width when
15304         determining how much of the client area is available.
15305
15306 2005-04-25  Jackson Harper  <jackson@ximian.com>
15307
15308         * Control.cs: Double buffering is handled differently now. As per
15309         the spec, the extra buffer is created in the WM_PAINT message and
15310         passed down to the control's drawing code.
15311         * GroupBox.cs:
15312         * Label.cs:
15313         * CheckBox.cs:
15314         * ProgressBar.cs:
15315         * RadioButton.cs:
15316         * ColorDialog.cs:
15317         * ComboBox.cs:
15318         * PropertyGridView.cs:
15319         * UpDownBase.cs:
15320         * MessageBox.cs:
15321         * MenuAPI.cs:
15322         * ListView.cs:
15323         * ButtonBase.cs:
15324         * SizeGrip.cs:
15325         * ScrollBar.cs:
15326         * ListBox.cs:
15327         * TrackBar.cs:
15328         * ToolBar.cs:
15329         * PictureBox.cs:
15330         * DateTimePicker.cs:
15331         * StatusBar.cs:
15332         * TreeView.cs: Update to new double buffering system.
15333         * MonthCalendar.cs: Uncomment block, as Capture is now
15334         working. Update to new double buffering
15335         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
15336         * PaintEventArgs.cs: New internal method allows us to set the
15337         graphics object. This is used for double buffering.
15338         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
15339         rectangle. The internal paint_area var has been removed from
15340         StatusBar. The clipping rect should be used instead.
15341         * Theme.cs: Give the PictureBox drawing method a clipping rect.
15342         * TabPage.cs: The RefreshTabs method was removed, so just call the
15343         tab controls Refresh method now.
15344         * TabControl.cs: Update to new double buffering. Make sure the
15345         handle is created before sizing the tab pages, otherwise we will
15346         get stuck in a loop.
15347
15348 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
15349
15350         * LinkLabel.cs: Fix typo, bug #74719; patch
15351           from Borja Sanchez Zamorano
15352
15353 2005-04-22  Jackson Harper  <jackson@ximian.com>
15354
15355         * TreeNode.cs: Implement Handle stuff.
15356         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
15357
15358 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
15359
15360         * DataGridTextBoxColumn.cs: call base constructors, fixes
15361         * GridColumnStylesCollection.cs: missing events, methods, and functionality
15362         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
15363         * DataGridTableStyle.cs: implements create default column styles
15364         * DataGridBoolColumn.cs: which types can handle
15365         * DataGrid.cs: missing methods, fixes, new functionality
15366         * DataGridColumnStyle.cs: fixes
15367
15368 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
15369         * FolderBrowserDialog.cs:
15370         - Use a thread to fill the TreeView
15371         - Adjusted some sizes
15372
15373 2005-04-19  Peter Bartok  <pbartok@novell.com>
15374
15375         * LinkLabel.cs: (Re-)create the pieces when setting the Text
15376           property. Fixes #74360.
15377
15378 2005-04-19  Jackson Harper  <jackson@ximian.com>
15379
15380         * XEventQueue.cs: Lock when getting the lockqueue size.
15381         * PictureBox.cs: Call base OnPaint
15382         
15383 2005-04-19  Peter Bartok  <pbartok@novell.com>
15384
15385         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
15386           messages were no longer being processed (this broke BeginInvoke)
15387
15388           
15389 2005-04-18  Jackson Harper  <jackson@ximian.com>
15390
15391         * TreeView.cs: buglet that caused node images to get drawn
15392         regardless of whether or not they were in the clipping rectangle.
15393
15394 2005-04-18  Jackson Harper  <jackson@ximian.com>
15395
15396         * CurrencyManager.cs: There are four rules for GetItemProperties:
15397         - If the type is an array use the element type of the array
15398         - If the type is a typed list, use the type
15399         - If the list contains an Item property that is not an object, use
15400         that property
15401         - use the first element of the list if there are any elements in
15402         the list.
15403         
15404 2005-04-17  Jackson Harper  <jackson@ximian.oom>
15405
15406         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
15407         click. This handles offsets for scrolling properly and reduces
15408         memory. Also fixed GetNode to not offset now that TopNode works
15409         properly.
15410         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
15411         
15412 2005-04-17  Jackson Harper  <jackson@ximian.com>
15413
15414         * CursorConverter.cs: Initial implementation.
15415
15416 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15417
15418         * ListControl.cs: work towards complex data binding support on ListControl
15419         * CurrencyManager.cs: work towards complex data binding support on ListControl
15420         * ListBox.cs: work towards complex data binding support on ListControl
15421
15422
15423 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
15424
15425         * GridTableStylesCollection.cs: fixes name and constructor
15426         * DataGridTableStyle.cs: fixes
15427         * DataGridBoolColumn.cs: fixes names and constructors
15428         * DataGrid.cs: define methods and properties. Some init implementations
15429         * DataGridCell.cs: define methods and properties. Some init implementations
15430         * GridTablesFactory.cs: Define methods and properties
15431
15432 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
15433
15434         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
15435         graphics port changes.  We still want the coordinates in global screen
15436         coordinates.
15437
15438 2005-04-14  Jackson Harper  <jackson@ximian.com>
15439
15440         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
15441         check plus minus or checkbox clicks unless those features are enabled.
15442
15443 2005-04-14  Jackson Harper  <jackson@ximian.com>
15444
15445         * TreeView.cs: Add methods for setting the top and bottom visible
15446         nodes. TreeNode::EnsureVisible uses these methods.
15447         * TreeNode.cs: Implement EnsureVisible
15448
15449 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
15450
15451         * Form.cs: Pospone menu assignation if the window has not been created yet
15452         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
15453         size and position
15454
15455 2005-04-12  Jackson Harper  <jackson@ximian.com>
15456
15457         * TreeView.cs: Set the TopNode properly when scrolling
15458         occurs. This has the added benifit of reducing the amount of
15459         walking that needs to be done when drawing. Also removed an old
15460         misleading TODO.
15461         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
15462         
15463 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
15464
15465         * Timer.cs: fixes interval setting when the timer is already enabled
15466         
15467 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
15468
15469         * FolderBrowserDialog.cs: First approach
15470
15471 2005-04-09  Peter Bartok  <pbartok@novell.com>
15472
15473         * FolderBrowserDialog: Added
15474
15475 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
15476
15477         * LinkLabel.cs: move drawing code into the theme
15478         * ThemeWin32Classic.cs: drawing code and painting background bugfix
15479         * Theme.cs: define DrawLinkLabel method
15480
15481 2005-04-05  Jackson Harper  <jackson@ximian.com>
15482
15483         * BindingContext.cs: Use weak references so these bad actors don't
15484         stay alive longer then they need to.
15485
15486 2005-04-05  Jackson Harper  <jackson@ximian.com>
15487
15488         * ListControl.cs: Basic implementation of complex databinding.
15489         * ComboBox.cs:
15490         * ListBox.cs: Add calls to ListControl databinding methods.
15491
15492 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
15493
15494         * FileDialog.cs:
15495           - Don't change PopupButtonState to Normal when the
15496             PopupButton gets pressed several times.
15497           - Renamed ButtonPanel to PopupButtonPanel
15498
15499 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
15500
15501         * ColorDialog.cs: Use cached objects instead of creating them
15502         * LinkLabel.cs: Use cached objects instead of creating them
15503         * Splitter.cs: Use cached objects instead of creating them
15504         * FontDialog.cs: Use cached objects instead of creating them
15505         * PropertyGridView.cs: Use cached objects instead of creating them
15506         * MessageBox.cs: Use cached objects instead of creating them
15507         * FileDialog.cs: Use cached objects instead of creating them
15508         * ThemeWin32Classic.cs: Use cached objects instead of creating them
15509         * TreeView.cs: Use cached objects instead of creating them
15510         
15511 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
15512
15513         * Control.cs: use Equals to compare the font since no == op
15514         * ScrollBar.cs: use Equals to compare the font since no == op
15515
15516 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
15517
15518         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
15519
15520 2005-04-01  Jackson Harper  <jackson@ximian.com>
15521
15522         * Binding.cs: Implement IsBinding.
15523         * BindingManagerBase.cs:
15524         * PropertyManager.cs:
15525         * CurrencyManager.cs: Add IsSuspended property.
15526
15527 2005-04-01  Jackson Harper  <jackson@ximian.com>
15528
15529         * Binding.cs: Had some IsAssignableFrom calls backwards.
15530
15531 2005-04-01  Jackson Harper  <jackson@ximian.com>
15532
15533         * Binding.cs: Handle null data members when pulling data.
15534         * PropertyManager.cs: Handle the data member being a property that
15535         does not exist.
15536
15537 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15538
15539         * DataGridTextBoxColumn.cs: fixes signature
15540         * DataGrid.cs: calls right constructor
15541
15542 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
15543
15544         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
15545         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
15546         * GridTableStylesCollection.cs: implements GridTableStylesCollection
15547         * DataGridTableStyle.cs: implements DataGridTableStyle
15548         * DataGridBoolColumn.cs: implements DataGridBoolColumn
15549         * DataGridTextBox.cs: implements DataGridTextBox
15550         * DataGridColumnStyle.cs: implements DataGridColumnStyle
15551
15552 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
15553
15554         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
15555
15556 2005-03-29  Peter Bartok  <pbartok@novell.com>
15557
15558         * Application.cs:
15559           - Properly implemented CompanyName property
15560           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
15561             returns a path that includes CompanyName, ProductName and
15562             Version (fixes bug #70330)
15563
15564 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
15565
15566         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
15567           fixes bug #72588.
15568
15569 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15570
15571         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
15572         
15573           - Added ReadOnly CheckBox
15574           - Further refactoring: moved some code from Open-/SaveFileDialog
15575             to FileDialog
15576
15577 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
15578
15579         * OpenFileDialog.cs: Fixed CheckFileExists
15580         * FileDialog.cs:
15581           Moved FileView and DirComboBox outside FileDialog class.
15582           They can now be used outside FileDialog
15583
15584 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15585
15586         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
15587         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
15588
15589 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
15590
15591         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15592           - Added missing CreatePrompt property in SaveDialog
15593           - Overall SaveDialog handling should be better now
15594           - Added non standard ShowHiddenFiles property
15595           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
15596           - Added InitialDirectory and RestoreDirectory support
15597
15598 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
15599
15600         * FileDialog.cs: Made dirComboBox usable
15601
15602 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
15603
15604         * FileDialog.cs: Added Filter support (case sensitiv)
15605
15606 2005-03-24  Jackson Harper  <jackson@ximian.com>
15607
15608         * TabControl.cs: Need a couple more pixels for the lines.
15609
15610 2005-03-23  Jackson Harper  <jackson@ximian.com>
15611
15612         * TabControl.cs: Give the tab page focus when it is selected.
15613
15614 2005-03-23  Jackson Harper  <jackson@ximian.com>
15615
15616         * TabControl.cs: Account for the drawing of tabs borders when
15617         invalidating. If the slider was clicked dont do click detection on
15618         the tabs.
15619
15620 2005-03-23  Jackson Harper  <jackson@ximian.com>
15621
15622         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
15623
15624 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
15625
15626         * CategoryGridEntry.cs: Added
15627         * GridItem.cs: Added helper properties
15628         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
15629         * GridEntry.cs: Updated code for collection
15630         * PropertyGrid.cs: Cleaned up some formatting
15631         * PropertyGridView.cs: Added drop down functionality for enums.
15632         * GridItemCollection.cs: Added enumerator logic
15633         * PropertyGridEntry.cs: Added
15634
15635 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15636
15637         * FileDialog.cs:
15638           - Removed unnecessary commented code
15639           - Fixed handling for entering the filename manually in the combobox
15640
15641 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
15642
15643         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
15644
15645 2005-03-18  Peter Bartok  <pbartok@novell.com>
15646
15647         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
15648           them being touching the border
15649
15650 2005-03-18  Peter Bartok  <pbartok@novell.com>
15651
15652         * TextControl.cs: Quick hack to center text better
15653
15654 2005-03-18  Peter Bartok  <pbartok@novell.com>
15655
15656         * ControlPaint.cs:
15657           - Don't throw NotImplemented exceptions, just print a notice once
15658             instead (requested by Miguel). This makes running existing SWF
15659             apps a bit easier
15660         * Control.cs:
15661           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
15662           - Added context menu trigger on right click
15663         * Panel.cs: Trigger invalidate on resize
15664         * StatusBar.cs:
15665           - Removed old double-buffer drawing
15666           - Added ResizeRedraw style to force proper update of statusbar
15667         * ListView.cs:
15668           - Removed debug output
15669         * ThemeWin32Classic.cs:
15670           - Fixed drawing of status bar, now draws Text property if there
15671             are no defined panels
15672
15673 2005-03-18  Jackson Harper  <jackson@ximian.com>
15674
15675         * ImageList.cs: When the image stream is set pull all the images
15676         from it.
15677         * ImageListStreamer.cs: Implement reading image list streams.
15678
15679 2005-03-18  Peter Bartok  <pbartok@novell.com>
15680
15681         * ThemeWin32Classic.cs (DrawPictureBox):
15682           - Fixed calculations for centered drawing
15683           - Fixed drawing for normal mode, not scaling the image on normal
15684
15685 2005-03-18  Peter Bartok  <pbartok@novell.com>
15686
15687         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
15688           textbox
15689         * FileDialog.cs:
15690           - Made Open/Save button the accept button for FileDialog
15691           - Tied the cancel button to the IButtonControl cancel button
15692           - Save/Open now properly builds the pathname
15693           - Now handles user-entered text
15694           - Preventing crash on right-click if no item is selected
15695           - Fixed Text property, now uses contents of textbox
15696           - Fixed SelectedText property, now just returns the text part that
15697             is selected in the text box
15698
15699 2005-03-18  Jackson Harper  <jackson@ximian.com>
15700
15701         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
15702         rect, make sure to de-adjust the interior rect after drawing the
15703         tab text.
15704
15705 2005-03-18  Peter Bartok  <pbartok@novell.com>
15706
15707         * MenuAPI.cs: Remove menu *before* executing selected action to
15708           prevent the menu from 'hanging around'
15709           
15710 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
15711
15712         * XplatUIOSX.cs: Implemented WorkingArea property
15713
15714 2005-03-17  Peter Bartok  <pbartok@novell.com>
15715
15716         * XplatUIX11.cs: Fixed menu coord calculations
15717         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
15718           for calculating offsets
15719
15720 2005-03-17  Peter Bartok  <pbartok@novell.com>
15721
15722         * Hwnd.cs: Do not consider menu presence for default client
15723           rectangle location/size
15724         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
15725           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
15726           translation functions
15727         * FileDialog.cs: Fixed (what I presume is a) typo
15728
15729 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
15730
15731         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
15732           X access (avoids X-Async errors)
15733
15734 2005-03-16  Jackson Harper  <jackson@ximian.com>
15735
15736         * TabControl.cs: Raise the SelectedIndexChanged event.
15737
15738 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
15739
15740         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
15741           - Removed vertical ToolBar and replaced it with a custom panel
15742             (desktop and home button already work)
15743           - Added Help button (some controls get resized or relocated then)
15744           - Draw correct text depending on Open or Save.
15745           - Fixed some typos...
15746
15747 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
15748
15749         * ScrollBar.cs:
15750           - Only change Maximum and Minimum when need it (bug fix)
15751
15752 2005-03-15  Peter Bartok  <pbartok@novell.com>
15753
15754         * Form.cs: Use Handle for icon, to trigger creation if
15755           the window does not yet exist
15756         * Control.cs:
15757           - CanSelect: Slight performance improvement
15758           - Focus(): Preventing possible recursion
15759           - Invalidate(): Removed ControlStyle based clear flag setting
15760           - WM_PAINT: fixed logic for calling OnPaintBackground
15761           - WM_ERASEBKGND: Fixed logic, added call to new driver method
15762             EraseWindowBackground if the control doesn't paint background
15763         * XplatUIWin32.cs:
15764           - Moved EraseWindowBackground() method to internal methods
15765           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
15766             is sent via SendMessage on BeginPaint call on Win32
15767         * XplatUIX11.cs:
15768           - Added EraseWindowBackground() method
15769           - No longer sends WM_ERASEBKGND on .Expose, but on call to
15770             PaintEventStart, which more closely matches Win32 behaviour
15771           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
15772           - Fixed SetFocus() to properly deal with client and whole windows
15773         * Hwnd.cs: Added ErasePending property
15774         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
15775         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
15776
15777 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
15778
15779         * XplatUIOSX.cs:
15780           - Fix hard loop when timers exist.
15781           - Fix bugs with middle and right click for 3 button mice.
15782
15783 2005-03-11  Peter Bartok  <pbartok@novell.com>
15784
15785         * XplatUIX11.cs:
15786           - get_WorkingArea: Need to call X directly, GetWindowPos only
15787             returns cached data now
15788           - Added sanity check to GetWindowPos hwnd usage
15789
15790 2005-03-11  Jackson Harper  <jackson@ximian.com>
15791
15792         * BindingManagerBase.cs: This method isn't used anymore as
15793         PullData now updates the data in the control.
15794
15795 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
15796
15797         * Form.cs: fixes menu drawing on X11
15798         * MenuAPI.cs:  fixes menu drawing on X11
15799
15800 2005-03-11  Peter Bartok  <pbartok@novell.com>
15801
15802         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
15803           from Jonathan Gilbert; should fix bug #73606
15804         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
15805           in Screen coordinates. Thanks, Jordi.
15806         * Form.cs: Added missing attribute
15807
15808 2005-03-11  Peter Bartok  <pbartok@novell.com>
15809
15810         * Form.cs:
15811           - Rudimentary Mdi support
15812           - Removed outdated FormParent code
15813           - Implemented lots of missing properties and methods, still missing
15814             transparency support
15815           - Added missing attributes
15816           - Implemented support for MaximumBounds
15817           - Added firing of various events
15818         * XplatUI.cs: Added SetIcon() method
15819         * XplatUIDriver.cs: Added SetIcon() abstract
15820         * XplatUIOSX.cs: Stubbed out SetIcon() method
15821         * XplatUIX11.cs:
15822           - Implemented SetIcon() support
15823           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
15824           - Switched to unix line endings
15825         * XplatUIWin32.cs:
15826           - Made POINT internal so for can access it as part of MINMAX
15827           - Implemented SetIcon() support
15828           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
15829             native Mdi support again, might have to go managed)
15830         * Control.cs: Now fires the StyleChanged event
15831         * MdiClient.cs: Added; still mostly empty
15832
15833 2005-03-10  Peter Bartok  <pbartok@novell.com>
15834
15835         * SaveFileDialog.cs: Added emtpy file
15836
15837 2005-03-08  Peter Bartok  <pbartok@novell.com>
15838
15839         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
15840           in turn triggers OnCreateContro) when creating a handle for the
15841           first time.
15842         * TextControl.cs: Fixed endless loop in certain cases when
15843           replacing the current selection
15844
15845 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
15846
15847         * ScrollBar.cs:
15848           - Honors NewValue changes in Scroll events allowing apps to change it
15849           - Adds First and Last Scroll events
15850           - Fixes Thumb events
15851
15852 2005-03-07  Peter Bartok  <pbartok@novell.com>
15853
15854         * Hwnd.cs: Added DefaultClientRectangle property
15855         * XplatUI.cs: Now using the X11 driver Where() method, which provides
15856           more detailed debug information
15857         * XplatUIX11.cs:
15858           - Fixed size-change feedback loop, where we would pull an old size
15859             off the queue and mistakenly change our window's size to an
15860             earlier value
15861           - Now compressing ConfigureNotify events, to reduce looping and
15862             redraw issues
15863         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
15864           is called
15865
15866 2005-03-07  Jackson Harper  <jackson@ximian.com>
15867
15868         * Binding.cs: Push data pushes from data -> property. Check if the
15869         property is readonly when attempting to set it.
15870
15871 2005-03-07  Jackson Harper  <jackson@ximian.com>
15872
15873         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
15874         instead of IsSubclassOf. Pulling data now sets the value on the
15875         control.
15876         * PropertyManager.cs:
15877         * CurrencyManager.cs: Just need to pull data when updating now,
15878         because PullData will set the value on the control.
15879
15880 2005-03-04  Jackson Harper  <jackson@ximian.com>
15881
15882         * Binding.cs: Implement data type parsing and converting on pulled
15883         data. TODO: Are there more ways the data can be converted?
15884
15885 2005-03-04  Jackson Harper  <jackson@ximian.com>
15886
15887         * Binding.cs: Support <Property>IsNull checks. Also bind to the
15888         controls Validating method so we can repull the data when the
15889         control loses focus.
15890
15891 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
15892
15893         * ColumnHeader.cs:
15894           - Fixes null string format
15895           
15896         * ListView.cs:
15897           - Adds enum type checks
15898           - Fixes redrawing and recalc need after changing some properties
15899           - Fixes on focus_item set after the event
15900           - Fixes adding columns after the control has been created
15901           
15902         * ThemeWin32Classic.cs:
15903           - Fixes CheckBox focus rectangle
15904           - Fixes ColumnHeader drawing
15905
15906
15907 2005-03-03  Jackson Harper  <jackson@ximian.com>
15908
15909         * Binding.cs: Bind to <Property>Changed events so we can detect
15910         when properties are changed and update the data.
15911
15912 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
15913
15914         * ImageList.cs:
15915           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
15916           - Fixes ImageList constructor with ImageList container
15917           - Fixes image scaling (wrong parameters at DrawImage)
15918
15919 2005-02-02  Jackson Harper  <jackson@ximian.com>
15920
15921         * Binding.cs: Make property searches case-insensitive. Eliminate
15922         some duplicated code.
15923
15924 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
15925
15926         * ComboBox.cs:
15927                 - Handle focus event
15928                 - Fix scrollbar events
15929                 - Discard highlighted item if remove it
15930                 - Fixes SelectedItem with strings
15931
15932 2005-03-01  Peter Bartok  <pbartok@novell.com>
15933
15934         * Control.cs:
15935           - Fixed Visible property, now follows (once again) parent chain
15936             to return false if any control in the chain is visible=false
15937           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
15938           - Fixed several places where is_visible instead of Visible was used
15939           - Implemented FIXME related to focus selection when setting focused
15940             control to be invisible
15941
15942         * XplatUIWin32.cs: Now using proper method to find out if window is
15943           visible. Thanks to Jordi for pointing it out
15944
15945 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
15946
15947         * ComboBox.cs: show/hide scrollbar instead of creating it
15948
15949 2005-02-27  Jackson Harper  <jackson@ximian.com>
15950
15951         * CurrencyManager.cs: Add PositionChanged stuff.
15952
15953 2005-02-27  Peter Bartok  <pbartok@novell.com>
15954
15955         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
15956         * XplatUIOSX.cs: Added GetMenuOrigin() stub
15957         * XplatUIWin32.cs: Implemented GetMenuOrigin()
15958         * XplatUIX11.cs:
15959           - Implemented GetMenuDC()
15960           - Implemented GetMenuOrigin()
15961           - Implemented ReleaseMenuDC()
15962           - Implemented generation of WM_NCPAINT message
15963           - Implemented generation and handling of WM_NCCALCSIZE message
15964         * Form.cs: Added debug helper message for Jordi's menu work
15965         * Hwnd.cs:
15966           - Modified ClientRect property; added setter, fixed getter to handle
15967             setting of ClientRect
15968           - Added MenuOrigin property
15969
15970 2005-02-26  Peter Bartok  <pbartok@novell.com>
15971
15972         * XplatUIX11.cs:
15973           - Destroys the caret if a window that's being destroyed contains it
15974           - Ignores expose events coming from the X11 queue for windows that
15975             already are destroyed
15976           - Now uses the proper variable for handling DestroyNotify, before we
15977             marked the wrong window as destroyed
15978           - Improved/added some debug output
15979
15980 2005-02-26  Peter Bartok  <pbartok@novell.com>
15981
15982         * X11Keyboard.cs: Fixes to work on 64bit systems
15983
15984 2005-02-26  Peter Bartok  <pbartok@novell.com>
15985
15986         * Control.cs:
15987           - Now calling OnHandleDestroyed from DestroyHandle()
15988             instead of Dispose()
15989           - Removed bogus call to controls.Remove() from DestroyHandle()
15990
15991 2005-02-26  Peter Bartok  <pbartok@novell.com>
15992
15993         * Control.cs: Properly destroy child windows when our handle is
15994           destroyed
15995
15996 2005-02-25  Peter Bartok  <pbartok@novell.com>
15997
15998         * XplatUI.cs:
15999           - Added 'DriverDebug' define to allow tracing XplatUI API calls
16000           - Alphabetized Static Methods and Subclasses
16001
16002         * XplatUIX11.cs:
16003           - Added XException class to allow custom handling of X11 exceptions
16004           - Created custom X11 error handler, tied into XException class
16005           - Added support for MONO_XEXCEPTIONS env var to allow the user
16006             to either throw an exception on X errors or continue running
16007             after displaying the error
16008           - Added handling of DestroyNotify message
16009           - Added handler for CreateNotify message (still disabled)
16010           - Improved (tried to at least) Where method to provide file and lineno
16011         * X11Structs.cs:
16012           - Added XErrorHandler delegate
16013           - Added XRequest enumeration (to suppor translation of errors)
16014
16015 2005-02-25  Jackson Harper  <jackson@ximian.com>
16016
16017         * PropertyManager.cs: Implement editing features
16018         * CurrencyManager.cs:
16019         * Binding.cs: First attempt at UpdateIsBinding
16020         * BindingManagerBase.cs: Call UpdateIsBinding before
16021         pushing/pulling data.
16022
16023 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
16024
16025         * MenuAPI.cs: Respect disabled items
16026         * ThemeWin32Classic.cs
16027                 - Caches ImageAttributes creation for DrawImageDisabled
16028                 - Fixes vertical menu line drawing
16029                 - Draws disabled arrows in disable menu items
16030
16031 2005-02-24  Peter Bartok  <pbartok@novell.com>
16032
16033         * Hwnd.cs:
16034           - Added UserData property to allow associating arbitrary objects
16035             with the handle
16036           - Fixed leak; now removing Hwnd references from static windows array
16037         * XplatUIWin32.cs:
16038           - Fixed Graphics leak in PaintEventEnd
16039           - Removed usage of HandleData, switched over to Hwnd class
16040         * HandleData.cs: Removed, obsoleted by Hwnd.cs
16041
16042 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
16043
16044         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
16045         * ScrollBar.cs: Fixes bug
16046         * TrackBar.cs: removes death code, clipping, mimize refreshes,
16047          keyboard navigation enhancements
16048
16049 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
16050
16051         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
16052         * GroupBox.cs: Add control styles
16053         * Label.cs: Add control styles
16054         * UpDownBase.cs: Add control styles
16055         * ListBox.cs: Add control styles
16056         * XplatUIWin32.cs: Fixes wrong parameter order
16057
16058
16059 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
16060
16061         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
16062
16063 2005-02-23  Jackson Harper  <jackson@ximian.com>
16064
16065         * PropertyManager.cs: Implement property binding. This doesn't
16066         seem to work yet though as (I think) there are some bugs in
16067         System.ComponentModel.PropertyDescriptor.
16068         * BindingContext.cs: Use new PropertyManager constructor.
16069
16070 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
16071
16072         * ProgressBar.cs: use clip region in ProgressBar
16073         * ThemeWin32Classic.cs: use clip region in ProgressBar
16074
16075 2004-02-22  Jackson Harper  <jackson@ximian.com>
16076
16077         * BindingsCollection.cs: Remove some debug code.
16078
16079 2005-02-22  Jackson Harper  <jackson@ximian.com>
16080
16081         * BindingContext.cs:
16082         * ControlBindingsCollection.cs:
16083         * CurrencyManager.cs:
16084         * Binding.cs:
16085         * BindingManagerBase.cs: Initial implementation
16086         * BindingsCollection.cs: Add an internal contains method that the
16087         BindingManagerBase uses to ensure bindings aren't added twice to
16088         the collection.
16089         * PropertyManager.cs: Stubbed out.
16090         * Control.cs:
16091         * ContainerControl.cs: Hook up databinding
16092         
16093 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
16094
16095         * XplatUIOSX.cs:
16096           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
16097           Fixed Invalidate/Update chain.
16098           Fixed tons of other minor bugs (this is almost a complete rewrite).
16099
16100 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
16101
16102         * ComboBox.cs: do subcontrol creation when the control is created
16103
16104 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16105
16106         * Label.cs: fixes image drawing (image and imagelist)
16107         * ThemeWin32Classic.cs: cache brushes
16108         
16109 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16110
16111         * Form.cs: Move menu drawing code to Theme class
16112         * ComboBox.cs: Move ComboBox drawing code to Theme class
16113         * MenuItem.cs: Move menu drawing code to Theme class
16114         * MenuAPI.cs: Move menu drawing code to Theme class
16115         * ThemeWin32Classic.cs: New methods
16116         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
16117         * ListBox.cs: Move Listbox drawing code to Theme class
16118         * Theme.cs: New methods
16119
16120 2005-02-20  Peter Bartok  <pbartok@novell.com>
16121
16122         * Control.cs:
16123           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
16124             only process mnemonics on those)
16125           - Fixed event sequence for key handling; first calling
16126             ProcessKeyEventArgs now
16127         * TextBoxBase.cs:
16128           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
16129             for processing non-character keys
16130           - Fixed WM_CHAR to generate proper event sequence before processing
16131         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
16132           generation
16133
16134 2005-02-19  Peter Bartok  <pbartok@novell.com>
16135
16136         * UserControl.cs: Added TextChanged event; added attributes
16137         * SizeGrip.cs: Implemented resizing and optional display of grip
16138         * Form.cs: Fixed attribute
16139         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
16140           Changed meaning of ScrollWindow bool argument; instead of the
16141           clear attribute (which will be true usually anyway), it gives the
16142           option of moving child controls as well.
16143         * XplatUIX11.cs:
16144           - Changed to match new ScrollWindow argument
16145           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
16146             now handles the implicit parent window a WM puts around us
16147         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
16148           to work)
16149         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
16150         * TreeView.cs: Adjusted to new ScrollWindow arguments
16151
16152 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
16153
16154         * Form.cs: Menu integration with non-client area
16155         * MenuItem.cs: Menu integration with non-client area
16156         * MenuAPI.cs: Menu integration with non-client area
16157
16158 2005-02-18  Peter Bartok  <pbartok@novell.com>
16159
16160         * MethodInvoker.cs: Added
16161         * MdiLayout.cs: Added
16162         * SendKeys.cs: Started implementation
16163         * ErrorIconAlignment.cs: Added
16164
16165 2005-02-18  Peter Bartok  <pbartok@novell.com>
16166
16167         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
16168         * Form.cs: Added handling for Menu-related Non-client messages
16169
16170 2005-02-17  Peter Bartok  <pbartok@novell.com>
16171
16172         * UpDownBase.cs: Fixed typo, compilation errors
16173         * DomainUpDown.cs: Fixed attribute value
16174
16175 2005-02-16  Miguel de Icaza  <miguel@novell.com>
16176
16177         * UpDownBase.cs: Attach entry events.
16178         Propagate events.
16179         Add ForeColor property, Focused, InterceptArrowKeys (interception
16180         does not work yet).
16181
16182 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
16183
16184         * Form.cs:
16185                 - Redraw non client are on Setmenu
16186                 - Calc proper menu starting point
16187
16188 2005-02-17  Peter Bartok  <pbartok@novell.com>
16189
16190         * Application.cs: Fixed message_filter check
16191
16192 2005-02-17  Peter Bartok  <pbartok@novell.com>
16193
16194         * Application.cs: Now calls registered message filters
16195         * DockStyle.cs: Fixed attribute
16196         * Form.cs: Fixed attribute
16197         * Menu.cs: Fixed attribute
16198         * ToolTip.cs: Fixed attribute
16199         * TreeNode.cs: Added missing attributes and arranged in regions
16200         * PropertyGrid.cs: Fixed signatures
16201         * TreeNodeCollection.cs: Added attributes
16202         * Splitter.cs: Added missing attributes; arranged into regions
16203         * TabPage.cs: Added missing attributes; arranged into regions
16204         * TextBoxBase.cs: Added missing attributes
16205         * TextBox.cs: Added missing attributes
16206         * ArrangeDirection.cs: Added missing attributes
16207         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
16208         * ToolBarButton.cs: Fixed attributes
16209         * AnchorStyles.cs: Fixed attribute
16210         * TrackBar.cs: Fixed attributes
16211         * TabControl.cs: Added missing attributes and arranged into regions
16212         * ToolBar.cs: Fixed attribute
16213         * StatusBar.cs: Fixed signature, organized into regions and added
16214           attributes
16215         * StatusBarPanel.cs: Fixed attributes
16216         * ContentsResizedEventArgs.cs: Implemented
16217         * ContentsResizedEventHandler.cs: Implemented
16218         * DateBoldEventArgs.cs: Implemented
16219         * DateBoldEventHandler.cs: Implemented
16220         * UpDownEventArgs.cs: Implemented
16221         * UpDownEventHandler.cs: Implemented
16222         
16223 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
16224
16225         * Form.cs: first Menu NC refactoring
16226         * MenuAPI.cs: first Menu NC refactoring
16227         
16228 2005-02-16  Peter Bartok  <pbartok@novell.com>
16229
16230         * ImeMode.cs: Added missing attributes
16231         * Menu.cs: Fixed attribute
16232         * GroupBox.cs: Fixed attribute
16233         * Label.cs: Fixed attribute
16234         * ColorDialog.cs (RunDialog): Removed TODO attribute
16235         * ComboBox.cs: Fixed attributes
16236         * ListControl.cs: Added missing attributes
16237         * PropertyGrid.cs: Fixed attributes
16238         * Control.cs: Fixed attributes
16239         * ListViewItem.cs: Added TypeConverter attribute
16240         * NotifyIcon.cs: Fixed attributes
16241         * ListView.cs: Fixed attributes
16242         * ButtonBase.cs: Fixed attribute
16243         * ImageList.cs: Added missing attributes
16244         * ContainerControl.cs: Fixed signature
16245         * CheckedListBox.cs: Fixed attribute; added missing attributes
16246         * Panel.cs: Fixed attributes
16247         * PropertyTabChangedEventArgs.cs: Added missing attribute
16248         * PropertyValueChangedEventArgs.cs: Added missing attribute
16249         * Binding.cs: Fixed attribute
16250         * ListViewItemConverter: Implemented ListViewSubItemConverter class
16251         * ListBox.cs: Fixed attribute; added missing attributes;
16252         * ScrollableControl.cs: Added missing attributes
16253         * PictureBox.cs: Added missing attributes; implemented missing property
16254         * DateTimePicker.cs: Added missing attributes
16255         * Theme.cs (ToolWindowCaptionHeight): Fixed type
16256         * MonthCalendar.cs: Fixed attributes
16257         * StatusBarPanel.cs: Added missing attributes
16258         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
16259
16260 2005-02-16  Peter Bartok  <pbartok@novell.com>
16261
16262         * TextBoxBase.cs: The previous method to enforce height yet remember
16263           the requested high was less than ideal, this is an attempt to do
16264           it better.
16265         * Control.cs: Added comment about possible problem
16266         * Copyright: Updated format
16267         * GridItemType.cs: Fixed swapped values
16268
16269 2005-02-15  Jackson Harper  <jackson@ximian.com>
16270
16271         * BaseCollection.cs: Use property so we never access an
16272         uninitialized list. Also initialize the list in the property.
16273
16274 2005-02-15  Peter Bartok  <pbartok@novell.com>
16275
16276         * GroupBox.cs (ProcessMnemonic): Implemented
16277         * Label.cs (ProcessMnemonic): Implemented
16278         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
16279           hotkeys
16280
16281 2005-02-15  Peter Bartok  <pbartok@novell.com>
16282
16283         * RadioButton.cs (ProcessMnemonic): Implemented
16284         * CheckBox.cs (ProcessMnemonic): Implemented
16285         * Control.cs:
16286           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
16287             handling
16288           - Added internal method to allow calling ProcessMnemonic from other
16289             controls
16290         * ContainerControl.cs:
16291           - Started support for handling validation chain handling
16292           - Implemented ProcessMnemonic support
16293           - Added Select() call to Active, to make sure the active control
16294             receives focus
16295         * Form.cs: Setting toplevel flag for Forms (this was lost in the
16296           FormParent rewrite)
16297         * ThemeWin32Classic.cs:
16298           - DrawCheckBox(): Fixed stringformat to show hotkeys
16299           - DrawRadioButton(): Fixed stringformat to show hotkeys
16300         * CommonDialog.cs: Removed WndProc override, not needed
16301
16302 2005-02-14  Peter Bartok  <pbartok@novell.com>
16303
16304         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
16305           missed those in the rewrite
16306
16307 2005-02-14  Miguel de Icaza  <miguel@novell.com>
16308
16309         * NumericUpDown.cs (Increment, ToString): Add.
16310         (DecimalPlaces): implement.
16311         
16312         Add attributes.
16313         
16314         * UpDownBase.cs: Add the designer attributes.
16315
16316 2005-02-13  Peter Bartok  <pbartok@novell.com>
16317
16318         * Panel.cs: Removed border_style, now in Control
16319         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
16320           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
16321
16322 2005-02-13  Peter Bartok  <pbartok@novell.com>
16323
16324         * MouseButtons.cs: Added missing attributes
16325         * XplatUIStructs.cs: Added enumeration for title styles
16326         * LeftRightAlignment.cs: Added missing attributes
16327         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
16328           it compatible with Graphics.FromHwnd()
16329         * SelectedGridItemChangedEventArgs.cs: Fixed property type
16330         * Keys.cs: Added missing attributes
16331         * SelectionRange.cs: Added missing attributes
16332         * SelectionRangeConverter.cs: Added
16333         * XplatUI.cs:
16334           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
16335             ReleaseMenuDC methods
16336           - Renamed ReleaseWindow to UngrabWindow
16337           - Added proper startup notice to allow version identification
16338         * Form.cs:
16339           - Added missing attributes
16340           - Removed FormParent concept
16341         * Label.cs: Removed border_style field, now in Control
16342         * RadioButton.cs: Now properly selects RadioButton when focus is
16343           received
16344         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
16345         * Control.cs:
16346           - Added missing attributes
16347           - Added borderstyle handling
16348           - Removed FormParent concept support
16349           - Fixed calls to XplatUI to match changed APIs
16350           - Fixed bug that would case us to use disposed Graphics objects
16351           - Removed unneeded internal methods
16352           - PerformLayout(): Fixed to handle DockStyle.Fill properly
16353           - SelectNextControl(): Fixed to properly check common parents
16354         * TextBoxBase.cs: Removed border_style field (now in Control)
16355         * MessageBox.cs:
16356           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
16357             fixed calculations for form size
16358           - Added support for localized strings and icons
16359           - Improved form size calculations, added border
16360         * ListView.cs: Removed border_style field (now in Control)
16361         * X11Structs.cs: Moved several structs from X11 driver here
16362         * X11Keyboard.cs: Changed debug message
16363         * Application.cs: Removed FormParent concept support
16364         * CommonDialog.cs:
16365           - Resetting end_modal flag
16366           - Removed FormParent concept support
16367         * NativeWindow.cs: Removed FormParent concept support
16368         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
16369           Client area and Non-Client whole window to allow support for WM_NC
16370           messages
16371         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
16372           prevent using it until it supports Hwnd as per Geoff Norton's request
16373         * ToolBar.cs: Fixed drawing, was not doing proper drawing
16374         * PictureBox.cs: Removed border_style field, now in Control
16375         * XplatUIWin32.cs: Added new driver methods
16376
16377 2005-02-12  Peter Bartok  <pbartok@novell.com>
16378
16379         * OpacityConverter.cs: Implemented
16380         * Hwnd.cs: Internal class to support drivers that need to emulate
16381           client area/non-client area window behaviour
16382
16383 2005-02-11  Peter Bartok  <pbartok@novell.com>
16384
16385         * KeysConverter.cs: Implemented
16386
16387 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
16388
16389         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
16390         * LinkLabel: Added missing attributes
16391         * MainMenu.cs: fixes ToString
16392         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
16393         * ListBox.cs: fixes event position
16394         * TrackBar.cs: adds missing attributes and events
16395         
16396 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
16397
16398         * MenuItem.cs: Use SystemInformation and bug fixes
16399         * MenuAPI.cs: Use SystemInformation and bug fixes
16400
16401 2005-02-09  Jackson Harper  <jackson@ximian.com>
16402
16403         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
16404         their keystate otherwise things like VK_MENU get stuck "on".
16405
16406 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
16407
16408         * ListBox.cs: Fixes AddRange bug
16409         
16410 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
16411
16412         * ProgressBar.cs
16413                 - Add missing attributes
16414                 - Add missing method
16415                 
16416         * CheckedListBox.cs: Added missing attributes
16417                 - Add missing attributes
16418                 - Remove extra method
16419         
16420         * ComboBox.cs: Added missing attributes
16421         * VScrollBar.cs: Added missing attributes
16422         * ScrollBar.cs:  Added missing attributes
16423         * ListBox.cs: Fixes signature, add missing consts
16424         * LinkArea.cs:   Added missing attributes
16425         
16426
16427 2005-02-08  Peter Bartok  <pbartok@novell.com>
16428
16429         * Menu.cs: Added missing attributes
16430         * MainMenu.cs: Added missing attributes
16431         * GroupBox.cs: Added missing attributes
16432         * Label.cs: Added missing attributes
16433         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
16434         * ColorDialog.cs:
16435           - Added Instance and Options properties
16436           - Added missing attributes
16437         * Cursor.cs: Made Serializable
16438         * NotifyIcon: Added missing attributes
16439         * MenuItem.cs: Added missing attributes
16440         * TextBoxBase.cs: Implemented AppendText() and Select() methods
16441         * Panel.cs: Added Missing attributes
16442         * MonthCalendar.cs: Fixed CreateParams
16443
16444 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16445         
16446         * LinkLabel.cs:
16447                 - Fixes signature
16448                 - Fixes issues with links
16449                 - Adds the class attributes
16450
16451 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
16452         
16453         * ComboBox.cs:
16454                 - Fixes button when no items available in dropdown
16455                 - Fixes repainting problems
16456                 - Adds the class attributes
16457                 
16458 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16459
16460         * XplatUIOSX.cs: Detect the menu bar and title bar height from
16461         the current theme.  Cache these on startup.
16462
16463 2005-02-07  Jackson Harper  <jackson@ximian.com>
16464
16465         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
16466         the scrollbar buttons when they are depressed.
16467
16468 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16469
16470         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
16471         Get the display size from the main displayid.  We currently dont
16472         support multiple display configurations.
16473
16474 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
16475
16476         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
16477
16478 2005-02-07  Miguel de Icaza  <miguel@novell.com>
16479
16480         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
16481
16482 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16483
16484         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
16485
16486 2005-02-04  Jackson Harper  <jackson@ximian.com>
16487
16488         * ThemeWin32Classic.cs: Respect the clipping rect when
16489         drawing. Only fill the intersection of clips and rects so there
16490         isn't a lot of large fills.
16491         * ScrollBar.cs: Pass the correct clipping rect to the theme
16492         engine. Remove some debug code.
16493
16494 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
16495         
16496         * DateTimePicker.cs:
16497                 - Fixed crash on DateTime.Parse, use Constructor instead
16498
16499 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16500         
16501         * MenuItem.cs:
16502         * MenuAPI.cs:
16503                 - Owner draw support (MeasureItem and DrawItem)
16504
16505 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
16506         
16507         *  Menu.cs:
16508                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
16509                 - Fixes MenuItems.Add range
16510         * MenuItem.cs:
16511                 - MergeMenu and Clone and CloneMenu functions
16512
16513 2005-02-03  Jackson Harper  <jackson@ximian.com>
16514
16515         * ScrollBar.cs: Make abstract
16516         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
16517         is abstract.
16518
16519 2005-02-03  Jackson Harper  <jackson@ximian.com>
16520
16521         * ScrollBar.cs: First part of my scrollbar fixups. This removes
16522         all the unneeded refreshes and uses invalidates with properly
16523         computed rects.
16524
16525 2005-02-03  Peter Bartok  <pbartok@novell.com>
16526
16527         * ComponentModel.cs: Added
16528         * IDataGridEditingService.cs: Added
16529         * Timer.cs: Added missing attributes
16530         * ToolTip.cs: Added missing attributes
16531
16532 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
16533
16534         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
16535
16536 2005-02-03  Peter Bartok  <pbartok@novell.com>
16537
16538         * ListBox.cs: Added missing attributes
16539
16540 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
16541         
16542         * ListBox.cs:
16543                 - Fixes font height after font change
16544                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
16545                 
16546 2005-02-02  Peter Bartok  <pbartok@novell.com>
16547
16548         * HandleData.cs: Introduced static methods to allow class
16549           to be more self-contained and track it's own HandleData objects
16550         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
16551           HandleData to use new static methods
16552
16553 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
16554
16555         * Combobox.cs:
16556                 - Fixes default size and PreferredHeight
16557                 - Missing events
16558                 - ObjectCollection.Insert implementation
16559                 
16560         * ListControl.cs
16561                 - Fixes signature
16562         * ListBox.cs:
16563                 - Several fixes
16564                 - ObjectCollection.Insert implementation
16565                 - No selection after clean
16566                 - Small fixes
16567
16568 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16569
16570         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
16571
16572 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
16573
16574         * Combobox.cs:
16575                 - Caches ItemHeight calculation for OwnerDrawVariable
16576                 - Handles dropdown properly
16577                 - Fixes several minor bugs
16578
16579 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16580
16581         * ListBox.cs:
16582                 - Fixes 71946 and 71950
16583                 - Fixes changing Multicolumn on the fly
16584                 - Fixes keyboard navigation on Multicolumn listboxes
16585
16586 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16587         
16588         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
16589         crash reporter log.
16590
16591 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16592
16593         * XplatUIOSX.cs: Allow applications to actually exit.
16594
16595 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
16596
16597         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
16598         their parent at creation time rather than lazily later.  Fixes a major
16599         regression we were experiencing.
16600
16601 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
16602
16603         * ThemeWin32Classic.cs: more date time picker painting fixes
16604         * DateTimePicker.cs: more monthcalendar drop down fixes
16605         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
16606
16607 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
16608
16609         * ScrollBar.cs:
16610                 - When moving the thumb going outside the control should stop the moving
16611                 - Adds the firing of missing events
16612                 - Fixes no button show if Size is not specified
16613                 - End / Home keys for keyboard navigation
16614
16615 2005-01-30  Peter Bartok  <pbartok@novell.com>
16616
16617         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
16618           sanity check to prevent theoretical loop
16619         * XplatUIWin32.cs (SetVisible): Removed debug output
16620         * XplatUIX11.cs (SystrayChange): Added sanity check
16621         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
16622         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
16623           behaviour, valid until the X11 client window rewrite is done
16624         * TextBox.cs (ctor): Setting proper default foreground and background
16625           colors
16626
16627 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
16628
16629         * Theme: Added DrawDateTimePicker to interface
16630         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
16631         * DateTimePicker.cs: Created (still needs keys and painting code)
16632         * DateTimePickerFormat.cs: added
16633         * MonthCalendar.cs: fixed CreateParams for popup window mode
16634           
16635 2005-01-29  Peter Bartok  <pbartok@novell.com>
16636
16637         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
16638           this should also the calculations for ligher/darker
16639         * Theme.cs: Fixed defaults for ScrollBar widths/heights
16640
16641 2005-01-29  Peter Bartok  <pbartok@novell.com>
16642
16643         * ArrangeDirection.cs: Added
16644         * ArrangeStartingPositon.cs: Added
16645         * SystemInformation.cs: Implemented
16646         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16647           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
16648           used by SystemInformation class
16649         * X11Strucs.cs: Added XSizeHints structure
16650         * MenuAPI.cs:
16651           - Fixed CreateParams to make sure the menu window is always visible
16652           - TrackPopupMenu: Added check to make sure we don't draw the
16653             menu offscreen
16654
16655 2005-01-29  Peter Bartok  <pbartok@novell.com>
16656
16657         * HandleData.cs: Added method for altering invalid area
16658         * TextBoxBase.cs: Implemented TextLength
16659
16660 2005-01-28  Peter Bartok  <pbartok@novell.com>
16661
16662         * XplatUIX11.cs: Improvement over last patch, not sending
16663           the WM_PAINT directly anymore, instead we scroll any pending
16664           exposed areas and let the system pick out the WM_PAINT later
16665
16666 2005-01-28  Peter Bartok  <pbartok@novell.com>
16667
16668         * SWF.csproj: Deleted, no longer used. Instead,
16669           Managed.Windows.Forms/SWF.csproj should be used
16670         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
16671           directly, to avoid a potential race condition with the next
16672           scroll
16673
16674 2005-01-28  Peter Bartok  <pbartok@novell.com>
16675
16676         * XplatUI.cs: Made class internal
16677
16678 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
16679
16680         * CheckedListBox.cs:
16681                 - Draw focus
16682                 - Fixed Drawing
16683                 - Missing methods and events
16684
16685 2005-01-27  Peter Bartok  <pbartok@novell.com>
16686
16687         * Application.cs (Run): Don't use form if we don't have one
16688
16689 2005-01-27  Peter Bartok  <pbartok@novell.com>
16690
16691         * TextBoxBase.cs (get_Lines): Fixed index off by one error
16692
16693 2005-01-27  Peter Bartok  <pbartok@novell.com>
16694
16695         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
16696         * GridItem.cs: Added; Patch by Jonathan S. Chambers
16697         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
16698         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
16699         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
16700         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
16701         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16702         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16703         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16704         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16705         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
16706         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
16707
16708 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16709
16710         * Combobox.cs:
16711                 - Draw focus on Simple Combobox
16712                 - Fixes drawing issues
16713                 - fixes 71834
16714
16715 2005-01-27  Peter Bartok  <pbartok@novell.com>
16716
16717         * Form.cs:
16718           - Place window in default location, instead of hardcoded 0/0
16719           - Send initial LocationChanged event
16720         * Control.cs:
16721           - UpdateBounds after creation to find out where the WM placed us
16722           - Make sure that if the ParentForm changes location the Form
16723             is notified
16724         * XplatUIX11.cs: XGetGeometry will not return the coords relative
16725             to the root, but to whatever the WM placed around us.
16726             Translate to root coordinates before returning toplevel
16727             coordinates
16728         * XplatUIWin32.cs: Removed debug output
16729         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
16730           flag to GetWindowPos, to allow translation of coordinates on X11
16731
16732 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
16733
16734         * ListBox.cs: connect LostFocus Event
16735
16736 2005-01-27  Peter Bartok  <pbartok@novell.com>
16737
16738         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
16739           XplatUIX11.cs: Extended the Systray API
16740         * Form.cs: Removed debug output
16741         * Application.cs: Fixed focus assignment, always need to call
16742           XplatUI.Activate() since Form.Activate() has rules that may
16743           prevent activation
16744         * NotifyIcon.cs: Should be complete now
16745         * ToolTip.cs: Worked around possible timer bug
16746
16747 2005-01-27  Jackson Harper  <jackson@ximian.com>
16748
16749         * TabControl.cs:
16750         - Only invalidate the effected tabs when the
16751         selected index changes. This reduces drawing and gets rid of some
16752         flicker.
16753         - Only refresh if the tabs need to be shifted, otherwise only
16754         invalidate the slider button.
16755         - On windows the tabs are not filled to right if the slider is
16756         visible.
16757         
16758 2005-01-27  Jackson Harper  <jackson@ximian.com>
16759
16760         * TabControl.cs: Only refresh on mouseup if we are showing the
16761         slider. Also only invalidate the button whose state has changed.
16762
16763 2005-01-26  Peter Bartok  <pbartok@novell.com>
16764
16765         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
16766         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
16767           and SystrayRemove() methods
16768         * XplatUIOSX.cs: Stubbed Systray methods
16769         * XplatUIX11.cs:
16770           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
16771             methods
16772           - Fixed broken XChangeProperty calls (marshalling messed up things)
16773         * X11Structs.cs: Added enums and structs required for Size hinting
16774         * NotifyIcon.cs: Added & implemented
16775
16776 2005-01-26  Jackson Harper  <jackson@ximian.com>
16777
16778         * TabControl.cs: Space vertically layed out tabs properly.
16779
16780 2005-01-26  Peter Bartok  <pbartok@novell.com>
16781
16782         * Form.cs (CreateClientParams): Always set the location to 0,0
16783           since we're a child window.
16784
16785         * Control.cs (SetVisibleCore): Always explicitly setting the location
16786           of a toplevel window, apparently X11 doesn't like to move windows
16787           while they're not mapped.
16788
16789 2005-01-26  Jackson Harper  <jackson@ximian.com>
16790
16791         * TabControl.cs: Implement FillToRight size mode with vertically
16792         rendered tabs.
16793
16794 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16795
16796         * ControlPaint.cs, ThemeWin32Classic.cs
16797                 - Fixes DrawFocusRectangle
16798
16799 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
16800
16801         * MenuAPI.cs:
16802                 - MenuBar tracking only starts when item is first clicked
16803                 - Fixes menu hidding for multiple subitems
16804                 - Unselect item in MenuBar when item Executed
16805                 - Fixes bug 71495
16806
16807 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
16808
16809         * ListControl.cs:
16810                 - IsInputKey for ListBox
16811         * ListBox.cs:
16812                 - Focus item
16813                 - Shift and Control item selection
16814                 - Implement SelectionMode.MultiExtended
16815                 - Fixes RightToLeft
16816         * ComboBox.cs:
16817                 - IsInputKey implemented
16818                 - Do not generate OnTextChangedEdit on internal txt changes
16819                 
16820 2005-01-23  Peter Bartok  <pbartok@novell.com>
16821
16822         * AccessibleObject.cs: Partially implemented Select()
16823         * MonthCalendar.cs: Added missing attributes and events
16824         * Form.cs: Fixed CreateParams behaviour, now controls derived from
16825           form can properly override CreateParams.
16826         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16827           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
16828           Control performs Invalidate & Update
16829         * NativeWindow (CreateHandle): Added special handling for Form
16830           and Form.FormParent classes to allow overriding of From.CreateParams
16831         * Control.cs:
16832           - ControlNativeWindow: Renamed 'control' variable to more intuitive
16833             name 'owner'
16834           - ControlNativeWindow: Added Owner property
16835           - Removed usage of Refresh() on property changes, changed into
16836             Invalidate(), we need to wait until the queue is processed for
16837             updates, direct calls might cause problems if not all vars for
16838             Paint are initialized
16839           - Added call to UpdateStyles() when creating the window, to set any
16840             styles that CreateWindow might have ignored.
16841           - Added support for Form CreateParent overrides to UpdateStyles()
16842         * MessageBox.cs: Removed no longer needed FormParent override stuff,
16843           CreateParams are now properly overridable
16844         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
16845           CreateParams are now properly overridable
16846
16847 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
16848
16849         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
16850         OnTextBoxChanged.
16851
16852         Capture LostFocus and OnTextBoxChanged.  The later introduces a
16853         recursive invocation that I have not figured out yet.
16854
16855         Reset the timer when not using (it was accumulating).
16856
16857
16858         (OnTextBoxChanged): Set UserEdit to true here to track whether the
16859         user has made changes that require validation.
16860
16861         Reset changing to avoid loops.
16862
16863 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
16864
16865         * NumericUpDown.cs: Display value at startup.
16866
16867         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
16868         ValidateEditText.
16869
16870         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
16871         filled in.  Added some basic parsing of text.
16872
16873         Still missing the OnXXX method overrides, and figuring out the
16874         events that must be emitted.
16875
16876         * UpDownBase.cs: Handle UserEdit on the Text property.
16877         
16878 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
16879
16880         * ComboBox.cs:
16881           - Fixes IntegralHeight
16882           - ToString method
16883
16884 2005-01-21  Jackson Harper  <jackson@ximian.com>
16885
16886         * TabControl.cs: Set the SelectedIndex property when SelectedTab
16887         is set so that the page visibility is updated and the tabs are
16888         sized correctly.
16889
16890 2005-01-21  Jackson Harper  <jackson@ximian.com>
16891
16892         * TabControl.cs: Use cliping rectangle for blitting. Give the
16893         theme the clipping rect so we can do clipping while
16894         drawing. Remove some debug code.
16895
16896 2005-01-21  Jackson Harper  <jackson@ximian.com>
16897
16898         * TabPage.cs: Add a new method so tab pages can force the tab
16899         control to recalculate the tab page sizes.
16900         * TabControl.cs: UpdateOwner needs to make the tab control recalc
16901         sizes.
16902
16903 2005-01-20  Jackson Harper  <jackson@ximian.com>
16904
16905         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
16906
16907 2005-01-20  Jackson Harper  <jackson@ximian.com>
16908
16909         * TreeView.cs: Set the bounds for nodes properly. They were
16910         getting screwed up when checkboxes were not enabled, but images
16911         were.
16912
16913 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
16914
16915         * ListBox.cs:
16916                 - Owner draw support
16917                 - Fixes
16918                 
16919 2005-01-20  Jackson Harper  <jackson@ximian.com>
16920
16921         * XplatUIStructs.cs: More misc keys
16922         * X11Keyboard.cs: Ignore some control keys.
16923
16924 2005-01-20  Jackson Harper  <jackson@ximian.com>
16925
16926         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
16927         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
16928
16929 2005-01-19  Peter Bartok  <pbartok@novell.com>
16930
16931         * Control.cs: Un-selecting the control when it is loosing focus
16932
16933 2005-01-19  Jackson Harper  <jackson@ximian.com>
16934
16935         * TreeView.cs: Hook up to the text controls leave event so we can
16936         end editing when the users clicks outside the text box.
16937         
16938 2005-01-19  Jackson Harper  <jackson@ximian.com>
16939
16940         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
16941         get set in the conversion array.
16942
16943 2005-01-19  Peter Bartok  <pbartok@novell.com>
16944
16945         * Application.cs (ModalRun): Added a call to CreateControl to ensure
16946           focus is properly set
16947         * Button.cs:
16948           - Added missing attributes
16949           - removed styles, those are already set in the base class
16950         * ButtonBase.cs:
16951           - Added missing attributes
16952           - Added clip window styles
16953         * CheckBox.cs: Added missing attributes
16954         * CommonDialog.cs:
16955           - FormParentWindow.CreateParams: Added required clip styles
16956         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
16957           also filters modifier keys
16958         * MessageBox.cs:
16959           - Added assignment of Accept and Cancel button to enable Enter
16960             and Esc keys in MessageBox dialogs
16961           - FormParentWindow.CreateParams: Added required clip styles
16962         * RadioButton.cs: Added missing attributes
16963         * TextControl.cs: No longer draws selection if control does not
16964           have focus
16965         * TextBoxBase.cs:
16966           - Now draws simple rectangle around test area to make it obvious
16967             there's a control. This is a hack until we properly support borders
16968           - A few simple fixes to support selections better, now erases selected
16969             text when typing, and resets selection when using movement keys
16970
16971 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
16972
16973         * UpDownBase.cs: Added some new properties.
16974
16975         * DomainUpDown.cs: Implement a lot to get my test working.
16976
16977 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16978
16979         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
16980
16981 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16982
16983         * OSXStructs (WindowAttributes): Fixed csc complaints
16984
16985 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16986
16987         * XplayUIOSX.cs:
16988           OSXStructs.cs: Initial refactor to move enums and consts into
16989           OSXStructs and use them in the driver for greater readability.
16990
16991 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
16992
16993         * XplatUIOSX.cs: Initial support for Standard Cursors.
16994         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
16995
16996 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
16997
16998         * ComboBox.cs: ability to change style when the ctrl is already
16999         created, missing methods and events, bug fixes, signature fixes
17000
17001 2005-01-19  Peter Bartok  <pbartok@novell.com>
17002
17003         * Cursors.cs (ctor): Added ctor to fix signature
17004
17005 2005-01-18  Peter Bartok  <pbartok@novell.com>
17006
17007         * Button.cs: Implemented DoubleClick event
17008         * ButtonBase.cs:
17009           - Fixed keyboard handling to behave like MS, where the press of
17010             Spacebar is equivalent to a mousedown, and the key release is
17011             equivalent to mouseup. Now a spacebar push will give the same
17012             visual feedback like a mouse click.
17013           - Added missing attributes
17014           - Added ImeModeChanged event
17015           - Added support for generating DoubleClick event for derived classes
17016         * CheckBox.cs:
17017           - Implemented DoubleClick event
17018           - Added missing attributes
17019         * CommonDialog.cs: Added missing attribute
17020         * ContextMenu.cs: Added missing attributes
17021         * RadioButton.cs:
17022           - AutoChecked buttons do not allow to be unselected when clicked
17023             (otherwise we might end up with no selected buttons in a group)
17024           - Added missing attributes
17025           - Implemented DoubleClickEvent
17026         * ThreadExceptionDialog.cs: Enabled TextBox code
17027
17028 2005-01-18  Peter Bartok  <pbartok@novell.com>
17029
17030         * Form.cs: Removed debug output
17031         * Button.cs: Added support for DoubleClick method
17032
17033 2005-01-18  Peter Bartok  <pbartok@novell.com>
17034
17035         * Form.cs:
17036           - Added method to parent window that allows triggering size
17037             calculations when a menu is added/removed
17038           - set_Menu: Cleaned up mess from early days of Form and Control,
17039             now properly triggers a recalc when a menu is added/removed
17040           - Added case to select form itself as focused form if no child
17041             controls exist
17042           - Added PerformLayout call when showing dialog, to ensure properly
17043             placed controls
17044         * Control.cs:
17045           - Select(): Made internal so Form can access it
17046           - Focus(): Only call Xplat layer if required (avoids loop), and sets
17047             status
17048         * Application.cs (Run): Removed hack and calls PerformLayout instead
17049           to trigger calculation when Form becomes visible
17050
17051 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
17052
17053         * ComboBox.cs: fixes for ownerdraw
17054
17055 2005-01-18  Peter Bartok  <pbartok@novell.com>
17056
17057         * TextControl.cs:
17058           - Sentinel is no longer static, each Document gets it's own, this
17059             avoids locking or alternatively overwrite problems when more
17060             than one text control is used simultaneously.
17061           - Switched to use Hilight and HilightText brushes for text selection
17062
17063         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
17064
17065 2005-01-18  Peter Bartok  <pbartok@novell.com>
17066
17067         * Control.cs:
17068           - Hooked up the following events:
17069                 o ControlAdded
17070                 o ControlRemoved
17071                 o HandleDestroyed
17072                 o ImeModeChanged
17073                 o ParentChanged
17074                 o TabStopChanged
17075                 o Invalidated
17076                 o SystemColorsChanged
17077                 o ParentFontChanged
17078                 o Move
17079           - Removed debug output
17080           - Added a call to the current theme's ResetDefaults when a color change
17081             is detected
17082         * Form.cs: Now setting the proper ImeMode
17083         * Theme.cs: Defined a method to force recreation of cached resources
17084           and rereading of system defaults (ResetDefaults())
17085         * ThemeWin32Classic.cs: Added ResetDefaults() stub
17086
17087 2005-01-17  Peter Bartok  <pbartok@novell.com>
17088
17089         * Control.cs: Added missing attributes
17090
17091 2005-01-17  Jackson Harper  <jackson@ximian.com>
17092
17093         * TreeNode.cs: Implement editing. Add missing properties selected
17094         and visible.
17095         * TreeView.cs: Implement node editing. Also some fixes to use
17096         Invalidate (invalid area) instead of Refresh when selecting.
17097
17098 2005-01-17  Peter Bartok  <pbartok@novell.com>
17099
17100         * Control.cs:
17101           - Implemented InvokeGotFocus() method
17102           - Implemented InvokeLostFocus() method
17103           - Implemented InvokePaint() method
17104           - Implemented InvokePaintBackground() method
17105           - Implemented InvokeClick() method
17106           - Implemented FindForm() method
17107           - Implemented RectangleToClient() method
17108           - Implemented ClientToRectangle() method
17109           - Implemented ResetBackColor() method
17110           - Implemented ResetCursor() method
17111           - Implemented ResetFont() method
17112           - Implemented ResteForeColor() method
17113           - Implemented ResetImeMode() method
17114           - Implemented ResetLeftToRight() method
17115           - Implemented ResetText() method
17116           - Implemented Scale() methods
17117           - Implemented ScaleCore() method
17118           - Implemented Update() method
17119           - Removed unused variables
17120           - Stubbed AccessibilityNotifyClients and
17121             ControlAccessibleObject.NotifyClients() methods (dunno what to do
17122             with those yet)
17123           - Now setting proper default for RightToLeft property
17124           - Fixed bug in SetClientSizeCore that would cause windows to get
17125             really big
17126           - Now sending Click/DoubleClick events
17127           - Now selecting controls when left mouse button is clicked on
17128             selectable control
17129         * AccessibleEvents.cs: Added
17130         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
17131         * XplatUIOSX.cs: Stubbed UpdateWindow() method
17132         * XplatUIWin32.cs: Implemented UpdateWindow() method
17133         * XplatUIX11.cs: Implemented UpdateWindow() method
17134         * Form.cs: Removed stray semicolon causing CS0162 warning
17135         * ThemeWin32Classic.cs: Fixed unused variable warnings
17136         * ScrollableControl.cs: Now calls base method for ScaleCore
17137         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
17138           style to avoid interference with internal click handler (which is
17139           different than standard Control click handling)
17140         * RadioButton.cs:
17141           - Now unchecks all sibling radio buttons when control is
17142             selected (Fixes #68756)
17143           - Removed internal tabstop variable, using the one inherited from
17144             Control
17145
17146 2005-01-17  Jackson Harper  <jackson@ximian.com>
17147
17148         * NavigateEventArgs.cs: Fix base type.
17149         * LinkLabel.cs: Sig fix
17150         
17151 2005-01-17  Jackson Harper  <jackson@ximian.com>
17152
17153         * TreeView.cs: Only invalidate the effected nodes bounds when
17154         selecting nodes.
17155
17156 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17157
17158         * XplatUIWin32.cs: fixes Win32 marshaling
17159         * XplatUIX11.cs: fixes method signature
17160
17161 2005-01-17  Peter Bartok  <pbartok@novell.com>
17162
17163         * XplatUIX11.cs: Clean up resources when we no longer need them
17164
17165 2005-01-17  Peter Bartok  <pbartok@novell.com>
17166
17167         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
17168           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
17169           and DestroyCursor() methods.
17170         * Cursor.cs: Partially implemented, now supports standard cursors;
17171           still contains some debug code
17172         * Cursors.cs: Implemented class
17173         * Control.cs:
17174           - WndProc(): Added handling of WM_SETCURSOR message, setting the
17175             appropriate cursor
17176           - Implemented Cursor property
17177           - Replaced break; with return; more straightforwar and possibly
17178             faster
17179           - Now properly setting the result for WM_HELP
17180         * X11Structs.cs: Added CursorFontShape enum
17181         * XplatUIStructs.cs:
17182           - Added StdCursor enum (to support DefineStdCursor() method)
17183           - Added HitTest enum (to support sending WM_SETCURSOR message)
17184         * XplatUIX11.cs:
17185           - Now sends the WM_SETCURSOR message
17186           - Implemented new cursor methods
17187         * XplatUIOSX.cs: Stubbed new cursor methods
17188         * XplatUIWin32.cs:
17189           - Implemented new cursor methods
17190           - Added GetSystemMetrics function and associated enumeration
17191
17192 2005-01-15  Peter Bartok  <pbartok@novell.com>
17193
17194         * Control.cs:
17195           - WndProc(): Now handles EnableNotifyMessage
17196           - SelectNextControl(): Fixed bug where if no child or sibling
17197             controls exist we looped endlessly
17198
17199 2005-01-14  Jackson Harper  <jackson@ximian.com>
17200
17201         * TreeView.cs: Recalculate the tab pages when a new one is added
17202         so that the proper bounding rects are created.
17203
17204 2005-01-14  Jackson Harper  <jackson@ximian.com>
17205
17206         * TreeView.cs: Draw a gray box instead of a grip in the lower
17207         right hand corner when there are both horizontal and vertical
17208         scroll bars.
17209
17210 2005-01-14  Jackson Harper  <jackson@ximian.com>
17211
17212         * Control.cs: When erasing backgrounds use FromHwnd instead of
17213         FromHdc when there is a NULL wparam. This occurs on the X driver.
17214         * XplatUIX11.cs: Set the wparam to NULL.
17215
17216 2005-01-13  Jackson Harper  <jackson@ximian.com>
17217
17218         * PictureBox.cs: Implement missing methods (except ToString, need
17219         to test that on windows) and events. When visibility is changed we
17220         need to redraw the image because the buffers are killed. When size
17221         is changed refresh if the sizemode needs it.
17222
17223 2005-01-13  Peter Bartok  <pbartok@novell.com>
17224
17225         * Control.cs (SelectNextControl): Was using wrong method to select
17226           a control
17227
17228 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17229
17230         * ComboBox.cs: fixes dropstyle
17231
17232 2005-01-13  Peter Bartok  <pbartok@novell.com>
17233
17234         * Form.cs:
17235           - Implemented Select() override
17236           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
17237           - Now sets keyboard focus on startup
17238         * Control.cs (SelectNextControl): Now properly handles directed=true
17239         * TextBoxBase.cs:
17240           - WndProc: Now passes tab key on to base if AcceptTabChar=false
17241           - Added (really bad) focus rectangle (mostly for testing)
17242         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
17243           to enforce redraw on focus changes
17244         * ContainerControl.cs:
17245           - Fixed detection of Shift-Tab key presses
17246           - Fixed traversal with arrow keys
17247         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
17248           gonna keep this or if it's complete yet
17249         
17250 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
17251
17252         * ComboBox.cs: missing properties, fixes
17253
17254 2005-01-13  Peter Bartok  <pbartok@novell.com>
17255
17256         * Panel.cs (ctor): Setting Selectable window style to off
17257         * Splitter.cs (ctor): Setting Selectable window style to off
17258         * GroupBox.cs (ctor): Setting Selectable window style to off
17259         * Label.cs (ctor): Setting Selectable window style to off
17260
17261 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
17262
17263         * UpDownBase.cs (InitTimer): If the timer has been already
17264         created, enable it.
17265
17266         Use a TextBox instead of a Label.
17267
17268 2005-01-12  Jackson Harper  <jackson@ximian.com>
17269
17270         * TreeView.cs: Refresh the tree after sorting the nodes. Always
17271         draw the connecting node lines (when ShowLines is true).
17272         * TreeNode.cs: The nodes index can now be updated. This is used
17273         when a node collection is sorted.
17274         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
17275         insert or an existing unsorted node collection can be sorted.
17276         
17277 2005-01-12  Peter Bartok  <pbartok@novell.com>
17278
17279         * ContainerControl.cs: Implemented ProcessDialogKeys()
17280
17281 2005-01-12  Peter Bartok  <pbartok@novell.com>
17282
17283         * Control.cs:
17284           - Implemented SelectNextControl() method
17285           - Several focus related bug fixes
17286           - Fixed Docking calculations to match MS documentation and
17287             behaviour
17288
17289 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
17290
17291         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
17292         bug fixes
17293
17294 2005-01-12  Peter Bartok  <pbartok@novell.com>
17295
17296         * Control.cs:
17297           - Fixed broken Contains() method
17298           - Implemented GetNextControl() method. Finally. This is the pre-
17299             requisite for focus handling.
17300
17301 2005-01-12  Peter Bartok  <pbartok@novell.com>
17302
17303         * OSXStrucs.cs: Added
17304
17305 2005-01-12  Peter Bartok  <pbartok@novell.com>
17306
17307         * XplatUIWin32.cs:
17308           - Removed PeekMessageFlags
17309           - Implemented SetWindowStyle() method
17310         * XplatUIStructs.cs: Added PeekMessageFlags
17311         * X11Structs: Added missing border_width field to XWindowChanges struct
17312         * XplatUIX11.cs:
17313           - PeekMessage: Now throws exception if flags which are not yet
17314             supported are passed
17315           - Implemented SetWindowStyle() method
17316           - Fixed SetZOrder to handle AfterHwnd properly
17317         * XplatUI.cs: Added SetWindowStyle() method
17318         * XplatUIDriver.cs: Added SetWindowStyle() abstract
17319         * Control.cs:
17320           - Implemented UpdateStyles() method
17321           - Implemented UpdateZOrder() method
17322         * XplatUIOSX.cs: Added SetWindowStyle() stub
17323
17324 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
17325
17326         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
17327         button mouse).
17328
17329
17330 2005-01-11  Jackson Harper  <jackson@ximian.com>
17331
17332         * TreeView.cs: Still need to draw lines to siblings even if out of
17333         the current node is out of the clip.
17334
17335 2005-01-11  Jackson Harper  <jackson@ximian.com>
17336
17337         * TreeView.cs: When setting the hbar/vbar/grip position use
17338         SetBounds so that perform layout is only called once. Also suspend
17339         and resume layout so layout is only done once for all controls.
17340         - Removed some debug fluff
17341         * SizeGrip.cs: Call base implmentation in overriding methods.
17342         - When visibility is changed the drawing buffers are killed so we
17343         need to redraw.
17344
17345 2005-01-11  Jackson Harper  <jackson@ximian.com>
17346
17347         * TreeView.cs: Calculate the open node count while drawing. This
17348         saves us an entire tree traversal for every paint operation. Use
17349         a member var for the open node count so less vars are passed around.
17350
17351 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
17352
17353         * MonthCalendar.cs:
17354         - fixed selection to use mousemove, not mouse polling on timer
17355         * ThemeWin32Classic.cs
17356         - removed redundant unused variable "no_more_content"
17357         
17358 2005-01-11  Peter Bartok  <pbartok@novell.com>
17359
17360         * XplatUIX11.cs (DoEvents): Needs to return when no more events
17361           are pending, so it now calls PeekMessage instead of GetMessage;
17362           implemented a incomplete version of PeekMessage
17363         
17364 2005-01-11  Peter Bartok  <pbartok@novell.com>
17365
17366         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
17367           I18n issues
17368         * TextBoxBase.cs: Added sending of TextChanged event
17369
17370 2005-01-10  Jackson Harper  <jackson@ximian.com>
17371
17372         * TreeView.cs: Try not to draw outside the clipping rectangle on
17373         each node element.
17374
17375 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
17376
17377         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
17378
17379 2005-01-10  Jackson Harper  <jackson@ximian.com>
17380
17381         * TreeView.cs:
17382         - Implement fast scrolling. Now only the newly
17383         exposed nodes are drawn and the old image is moved using the
17384         XplatUI::ScrollWindow method.
17385         - Factor in height of nodes when calculating whether or not the
17386         node is in the clipping rect.
17387
17388 2005-01-10  Jackson Harper  <jackson@ximian.com>
17389
17390         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
17391
17392 2005-01-10  Peter Bartok  <pbartok@novell.com>
17393
17394         * Application.cs: Added temporary hack to resolve all our resize
17395           required issues on startup. This will get fixed properly at
17396           some point in the future
17397
17398 2005-01-10  Jackson Harper  <jackson@ximian.com>
17399
17400         * SizeGrip.cs: New internal class that is used as a sizing
17401         grip control...hence the name.
17402
17403 2005-01-10  Peter Bartok  <pbartok@novell.com>
17404
17405         * Control.cs: Implemented proper TabIndex handling, now assigning
17406           a tabindex when a control is added to a container
17407         * GroupBox.cs (ctor): Now sets the Container style bit, required
17408           for Control.GetNextControl()
17409
17410 2005-01-09  Jackson Harper  <jackson@ximian.com>
17411
17412         * TextBoxBase.cs: Clear window when scrolling (fixes build).
17413
17414 2005-01-09  Peter Bartok <pbartok@novell.com>
17415
17416         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
17417           XplatUIX11.cs: Added ability to control ScrollWindow expose and
17418           an overload for ScrollWindow to allow only scrolling a rectangle
17419
17420 2005-01-09  Peter Bartok <pbartok@novell.com>
17421
17422         * Form.cs:
17423           - Implemented SetDesktopBounds method
17424           - Implemented SetDesktopLocation method
17425
17426 2005-01-08  Jackson Harper  <jackson@ximian.com>
17427
17428         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
17429         the node count has changed, this removes to VScroll::Refresh calls
17430         when drawing.
17431
17432 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
17433
17434         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
17435
17436 2005-01-07  Jackson Harper  <jackson@ximian.com>
17437
17438         * TreeNode.cs: Just update the single node when it is
17439         checked. Don't refresh after toggling, the Expand/Collapse already
17440         handles this.
17441         * TreeView.cs: Respect clipping a little more when drawing. Try
17442         not to redraw things that don't need to be redrawn. Just hide the
17443         scrollbars when they are no longer needed instead of removing
17444         them, so they don't have to be created again and again.
17445         
17446 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
17447
17448         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
17449         coordinates to window space to place the caret properly, FIXED.
17450         Implement GetWindowState & SetWindowState
17451
17452 2005-01-06  Peter Bartok <pbartok@novell.com>
17453
17454         * Form.cs:
17455           - Implemented ClientSize property
17456           - Implemented DesktopBounds property
17457           - Implemented DesktopLocation property
17458           - Implemented IsRestrictedWindow property
17459           - Implemented Size property
17460           - Implemented TopLevel property
17461           - Implemented FormWindowState property
17462         * Control.cs:
17463           - Implemented GetTopLevel() method
17464           - Implemented SetTopLevel() method
17465         * X11Structs.cs (Atom):
17466           - Added AnyPropertyType definition
17467           - Added MapState definiton and updated XWindowAttribute struct
17468         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
17469         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
17470         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
17471         * XplatUIWin32.cs:
17472           - Implemented GetWindowState() and SetWindowState() methods
17473           - Fixed Win32GetWindowLong return type
17474         * XplatUIX11.cs:
17475           - Introduced central function for sending NET_WM messages
17476           - Implemented GetWindowState() and SetWindowState() methods
17477         * TextBoxBase.cs (set_Lines):
17478           - Now uses Foreground color for text added via Text property (Duh!)
17479           - Added code to remember programmatically requested size (fixes
17480             behaviour when Multiline is set after Size)
17481           - Added AutoSize logic
17482
17483 2005-01-06  Jackson Harper  <jackson@ximian.com>
17484
17485         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
17486
17487 2005-01-06  Jackson Harper  <jackson@ximian.com>
17488
17489         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
17490         set to less then 0.
17491
17492 2005-01-06  Jackson Harper  <jackson@ximian.com>
17493
17494         * ScrollableControl.cs: Lazy init the scrollbars.
17495         
17496 2005-01-06  Jackson Harper  <jackson@ximian.com>
17497
17498         * Theme.cs: Speed up getting pens and solid brushes, by using
17499         their ARGB as a hash instead of tostring and not calling Contains.
17500
17501 2005-01-06  Peter Bartok <pbartok@novell.com>
17502
17503         * Form.cs:
17504           - Implemented OnActivated and OnDeactivate event trigger
17505           - Implemented Activate() method
17506           - Fixed ShowDialog() to activate the form that was active before
17507             the dialog was shown
17508         * XplatUIX11.cs:
17509           - Added global active_window var that tracks the currently active
17510             X11 window
17511           - Now always grabs Property changes from the root window to always
17512             catch changes on the active window property
17513           - Added code to PropertyNotify handler to send Active/Inactive
17514             messages when state changes. This puts X11 and Win32 en par on
17515             WM_ACTIVATE notifications (except for double notifications when
17516             the user clicks away from our modal window to another one of our
17517             windows)
17518
17519 2005-01-05  Jackson Harper  <jackson@ximian.com>
17520
17521         * ImageList.cs: Implment ctor
17522
17523 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17524
17525         * XplatUIOSX.cs: Implement Activate/SetTopmost
17526
17527 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17528
17529         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
17530
17531 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
17532
17533         * XplatUIOSX.cs: Implement GetActive/SetFocus.
17534
17535 2005-01-05  Peter Bartok <pbartok@novell.com>
17536
17537         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
17538           XplatUIOSX.cs: Added GetActive method to return the currently
17539           active window for the application (or null, if none is active)
17540         * Form.cs:
17541           - Implemented ActiveForm
17542           - Commented out owner assignment for modal dialogs (causes problems
17543             on Win32, since the owner will be disabled)
17544           - Reworked some Active/Focus handling (still incomplete)
17545         * CommonDialog.cs: Commented out owner assignment for modal dialogs
17546           (causes problems on Win32, since the owner will be disabled)
17547         * IWin32Window: Added ComVisible attribute
17548
17549 2005-01-05  Peter Bartok <pbartok@novell.com>
17550
17551         * ToolTip.cs (WndProc): Enable setting focus now that we have the
17552           required XplatUI functions.
17553
17554 2005-01-05  Peter Bartok <pbartok@novell.com>
17555
17556         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
17557           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
17558           to implement focus and activation handling; still incomplete and
17559           with debug output
17560
17561 2005-01-04  Peter Bartok <pbartok@novell.com>
17562
17563         * TextBoxBase.cs: Changed access level for Document property to
17564           match switch to internal for TextControl
17565
17566 2005-01-04  Peter Bartok <pbartok@novell.com>
17567
17568         * AccessibleObject: Added ComVisible attribute
17569
17570 2005-01-04  Jackson Harper  <jackson@ximian.com>
17571
17572         * X11Keyboard.cs: Remove unneeded var.
17573
17574 2005-01-04  Jackson Harper  <jackson@ximian.com>
17575
17576         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
17577         but PAINT.
17578         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
17579         ClientMessage. This makes apps exit cleanly (more often).
17580         
17581 2005-01-04  Jackson Harper  <jackson@ximian.com>
17582
17583         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
17584         handling focus, return correct colors and fonts,
17585         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
17586         handle selection, horizontal scrolling, and mouse interaction.
17587
17588 2005-01-04  Peter Bartok <pbartok@novell.com>
17589
17590         * ICommandExecutor.cs: Added
17591         * IDataGridColumnStyleEditingNotificationService.cs: Added
17592         * IFeatureSupport.cs: Added
17593         * IFileReaderService.cs: Added
17594         * IDataObject.cs: Added ComVisible attribute
17595         * AmbientProperties.cs: Added
17596         * BaseCollection.cs: Added missing attributes
17597         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
17598         * BaseCollection.cs: Added missing attributes
17599         * Binding.cs: Added TypeConverter attribute
17600         * BindingContext.cs: Added DefaultEvent attribute
17601         * BindingsCollection.cs: Added DefaultEvent attribute
17602         * Button.cs: Added DefaultValue attribute
17603         * DragEventArgs.cs: Added ComVisible attribute
17604         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
17605         * KeyEventArgs.cs: Added ComVisible attribute
17606         * KeyPressEventArgs.cs: Added ComVisible attribute
17607         * MouseEventArgs.cs: Added ComVisible attribute
17608         * NavigateEventArgs.cs: Added
17609         * NavigateEventHandler.cs: Added
17610         * FeatureSupport.cs: Added
17611         * OSFeature.cs: Added
17612         * Theme.cs: Added abstract Version property to support OSFeature
17613         * ThemeWin32Classic.cs: Added Version property to
17614           support OSFeature.Themes
17615         * ProgressBar.cs: Removed OnPaintBackground override, not required since
17616           the proper styles to avoid background drawing are set, also doesn't
17617           match MS signature
17618         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
17619         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
17620         * ScrollEventArgs.cs: Added ComVisible attribute
17621         * SplitterEventArgs.cs: Added ComVisible attribute
17622         * AccessibleSelection.cs: Added Flags attribute
17623         * Appearance.cs: Added ComVisible attribute
17624         * Border3DSide.cs: Added ComVisible attribute
17625         * Border3DStyle.cs: Added ComVisible attribute
17626         * BorderStyle.cs: Added ComVisible attribute
17627         * DragAction.cs: Added ComVisible attribute
17628         * ErrorBlinkStyle.cs: Added
17629         * ScrollEventType.cs: Added ComVisible attribute
17630         * AnchorStyles.cs: Added Editor attribute
17631         * DockStyle.cs: Added Editor attribute
17632         * HorizontalAlignment.cs: Added ComVisible attribute
17633         * HelpEventArgs.cs: Added ComVisible attribute
17634         * PaintEventArgs.cs: Added IDisposable
17635
17636 2005-01-04  Peter Bartok <pbartok@novell.com>
17637
17638         * TextControl.cs: Switched Line, LineTag and Document classes to
17639           internal
17640
17641 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17642
17643         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
17644         Simple mode, fixes, IntegralHeight, etc.
17645
17646 2005-01-04  Peter Bartok <pbartok@novell.com>
17647
17648         * TextBoxBase.cs: Using proper font variable now
17649
17650 2005-01-04  Peter Bartok <pbartok@novell.com>
17651
17652         * Form.cs (ShowDialog): Set parent to owner, if provided
17653         * GroupBox.cs: Removed unused vars
17654         * TextControl.cs:
17655           - Added GetHashCode() for Document and LineTag classes
17656           - Removed unused variables
17657           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
17658             to allow translation between continuous char position and line/pos
17659         * CheckBox.cs: Removed vars that are provided by base class
17660         * RadioButton.cs: Removed vars that are provided by base class, added
17661           new keyword where required
17662         * LinkLabel.cs: Added new keyword where required
17663         * Control.cs (WndProc): Removed unused variable
17664         * TextBoxBase.cs:
17665           - Finished SelectionLength property
17666           - Implemented SelectionStart property
17667           - Implemented Text property
17668           - Removed unused vars
17669         * MessageBox.cs: Added new keyword where required
17670         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
17671           WndProc signature
17672         * MenuAPI.cs: Added new keyword where required
17673         * ButtonBase.cs: Removed vars that are provided by base class, added
17674           new keyword where required
17675         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
17676           argument to double, to allow compiling with csc 2.0 (Atsushi ran
17677           into this)
17678         * Application.cs (Run): Now triggers the ThreadExit event
17679         * CommonDialog.cs: Added new keyword where required; now properly sets
17680           parent (owner) for dialog
17681         * XplatUIX11.cs: Commented out unused vars
17682         * StatusBar.cs: Fixed signature for Text property
17683         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
17684
17685 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
17686
17687         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
17688         TrackBar.cs, MonthCalendar.cs: remove unused vars
17689
17690 2005-01-03  Jackson Harper  <jackson@ximian.com>
17691
17692         * ThemeWin32Classic.cs:
17693         * X11Keyboard.cs: Remove unused vars.
17694
17695 2005-01-03  Peter Bartok  <pbartok@novell.com>
17696
17697         * TextBox.cs:
17698           - set_Text: Tied into TextControl
17699           - set_TextAlignment: Tied into TextControl
17700         * TextControl.cs:
17701           - Added alignment properties and implemented alignment handling
17702             and drawing (still has a bug, not generating proper expose events)
17703           - Added new Line() constructor to allow passing the line alignment
17704           - Fixed selection setting, properly handling end<start now
17705           - Added aligment considerations to RecalculateDocument()
17706         * TextBoxBase.cs:
17707           - Now properly enforces control height for single line controls
17708           - Added support for CharacterCasing
17709           - Added IsInputKey override
17710           - Fixed Keys.Enter logic
17711           - Added SetBoundsCore override
17712           - Fixed mouse selection handling
17713
17714 2005-01-03  Jackson Harper  <jackson@ximian.com>
17715
17716         * TreeView.cs:
17717           - Collapse and uncheck all nodes when CheckBoxes is disabled.
17718           - Checkboxes are always aligned to the bottom of the node,
17719           regardless of item height.
17720           - Use the node bounds to draw the text so we can center it when
17721           the item height is greater then the font height.
17722           - Node::Bounds are only the text part of the node.
17723         * TreeNode.cs: New method to combine collapsing and unchecking all
17724           nodes recursively.
17725
17726 2005-01-02  Jackson Harper  <jackson@ximian.com>
17727
17728         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
17729         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
17730         tree when a check is changed. TODO: Only refresh the checked node.
17731
17732 2004-12-30  Jackson Harper  <jackson@ximian.com>
17733
17734         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
17735         * TreeNode.cs: When collapsing make sure to never collapse the
17736         root node.
17737
17738 2004-12-29  Jackson Harper  <jackson@ximian.com>
17739
17740         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
17741         
17742 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
17743
17744         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
17745
17746 2004-12-28  Peter Bartok  <pbartok@novell.com>
17747
17748         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
17749           not yet assigned
17750
17751 2004-12-28  Peter Bartok  <pbartok@novell.com>
17752
17753         * Control.cs (WndProc): Added WM_HELP handler, now generates
17754           HelpRequested event
17755         * Form.cs: Added HelpButton property and required support code
17756         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
17757
17758 2004-12-28  Peter Bartok  <pbartok@novell.com>
17759
17760         * CommonDialog.cs:
17761           - Made DialogForm.owner variable internal
17762           - Added check to ensure owner form is set before setting
17763             owner properties in CreateParams
17764
17765 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
17766
17767         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
17768           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
17769           GetCursorPos.  Fix major visibility issues.  Rework the windowing
17770           system to support borderless/titleless windows (implements menus).
17771           Fix GetWindowPos.  Implement initial background color support for
17772           views.
17773
17774 2004-12-28  Peter Bartok  <pbartok@novell.com>
17775
17776         * Form.cs (get_CreateParams): Make sure we have an owner before using
17777           the owner variable. Implement proper default if no owner exists
17778
17779 2004-12-28  Peter Bartok  <pbartok@novell.com>
17780
17781         * In preparation for making Managed.Windows.Forms the default build target
17782           for System.Windows.Forms, the following stubbed files were added.
17783           Dialogs are currently being implemented by contributors and are only
17784           short-term place holders.
17785         * ColorDialog.cs: Initial check-in (minmal stub)
17786         * DataGrid.cs: Initial check-in (minimal stub)
17787         * DataGridLineStyle.cs: Initial check-in (minimal stub)
17788         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
17789         * DataGridTableStyle.cs: Initial check-in (minimal stub)
17790         * FontDialog.cs: Initial check-in (minimal stub)
17791         * FileDialog.cs: Initial check-in (minimal stub)
17792         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
17793         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
17794         * OpenFileDialog: Initial check-in (minimal stub)
17795         * IComponentEditorPageSite.cs: Initial check-in
17796         * Splitter.cs: Initial check-in (for Jackson)
17797         * SplitterEventArgs.cs: Initial check-in (for Jackson)
17798         * SplitterEventHandler.cs: Initial check-in (for Jackson)
17799         * TextBox.cs: Initial check-in; still needs some wiring to
17800           TextControl backend
17801         * Form.cs: Implemented ControlBox property
17802         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
17803         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
17804         * TextControl.cs: Added selection functionality; added todo header
17805         * TextBoxBase.cs:
17806           - Implemented Lines property
17807           - Implemented TextHeight property
17808           - Implemented SelectedText property
17809           - Implemented SelectionLength property
17810           - Implemented SelectAll method
17811           - Implemented ToString method
17812           - Removed and cleaned up some debug code
17813           - Implemented (still buggy) mouse text selection
17814
17815 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
17816
17817         * ComboBox.cs: Complete DropDownList implementation, fixes.
17818
17819 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
17820
17821         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
17822         * ComboBoxStyle.cs: ComboBoxStyle enum
17823         * ComboBox.cs: Initial work on ComboBox control
17824
17825 2004-12-21  Peter Bartok  <pbartok@novell.com>
17826
17827         * Control.cs (ctor, CreateParams): Moved setting of is_visible
17828           forward so that anything that creates a window gets the default,
17829           also no longer uses Visible property in CreateParams to avoid
17830           walking up the parent chain and possibly get the wrong visible
17831           status. Fixed IsVisible to no longer walk up to the parent.
17832
17833 2004-12-21  Peter Bartok  <pbartok@novell.com>
17834
17835         * Form.cs (ShowDialog): Unset modality for the proper window
17836  
17837 2004-12-20  Peter Bartok  <pbartok@novell.com>
17838
17839         * CommonDialog.cs: Initial check-in
17840
17841 2004-12-20  Peter Bartok  <pbartok@novell.com>
17842
17843         * Control.cs (Visible): Now uses the parent window instead of the
17844           client area window for the property
17845
17846         * Form.cs
17847           - ShowDialog(): Now uses the proper window for modality
17848           - The default visibility state for the form parent is now false. This
17849             will prevent the user from seeing all the changes to the form and
17850             its controls before the application hits Application.Run()
17851           - Removed some stale commented out code
17852
17853         * NativeWindow.cs:
17854           - Added FindWindow() method to have a method to check for existence
17855             of a window handle
17856           - Added ability to override default exception handling (for example
17857             when debugging with VS.Net; to do this the ExternalExceptionHandler
17858             define must be set
17859           - Removed some useless debug output
17860
17861         * XplatUIX11.cs:
17862           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
17863             not working as expected
17864           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
17865             property to allow switching back to the modal window if focus is
17866             given to another one of our windows (Application Modal)
17867           - Now only sets override_redirect if we create a window
17868             without WS_CAPTION
17869           - Moved EventMask selection before mapping of newly created window
17870             so we can catch the map event as well
17871           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
17872           - Added various Atom related DllImports
17873           - Implemented Exit() method
17874           - .ctor() : No longer shows window if WS_VISIBLE is not defined
17875             in the CreateParams
17876
17877         * MessageBox.cs: Now properly deals with the FormParent window by
17878           providing an override the FormParent CreateParams property to
17879           set as POPUP instead of OVERLAPPED window.
17880
17881 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17882
17883         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
17884         Minor code cleanup.
17885
17886 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
17887         
17888         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
17889
17890 2004-12-18  Peter Bartok  <pbartok@novell.com>
17891
17892         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
17893           implementing SetModal() method
17894
17895 2004-12-18  Peter Bartok  <pbartok@novell.com>
17896
17897         * X11Structs.cs (XGCValues): Fixed type of function element
17898         * XplatUI.cs: Added ScrollWindow() method
17899         * XplatUIDriver.cs: Added ScrollWindow() abstract
17900         * XplatUIWin32.cs: Implemented ScrollWindow() method
17901         * XplatUIX11.cs: Implemented ScrollWindow() method
17902         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
17903
17904 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17905
17906         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
17907         Some more keyboard support (INCOMPLETE)
17908
17909 2004-12-17  Peter Bartok  <pbartok@novell.com>
17910
17911         * TextControl.cs:
17912         - Added color attribute to line tags.
17913         - Added color argument to all functions dealing with tags
17914         - Added color argument support to various functions
17915         - Fixed miss-calculation of baseline/shift in certain circumstances
17916
17917         * TextBoxBase.cs: Added new color option to test code
17918
17919 2004-12-17  Jackson Harper  <jackson@ximian.com>
17920
17921         * TreeNode.cs:
17922         * MonthCalendar.cs: Signature fixes
17923
17924 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17925
17926         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
17927         keyboard event moved it.  Create a new graphics context for each paint resolves this
17928
17929 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
17930
17931         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
17932         Make caret exist and go blink blink.  Initial keyboard support.
17933         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
17934         works.
17935
17936 2004-12-17  Jackson Harper  <jackson@ximian.com>
17937
17938         * XplatUIStructs.cs: Updated set of virtual keycodes.
17939         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
17940
17941 2004-12-17  Jackson Harper  <jackson@ximian.com>
17942
17943         * XplatUIX11.cs: Prune old keyboard code.
17944
17945 2004-12-17  Jackson Harper  <jackson@ximian.com>
17946
17947         * XplatUIX11.cs: When generating mouse wparams get the modifier
17948         keys from the ModifierKeys property.
17949
17950 2004-12-17  Jackson Harper  <jackson@ximian.com>
17951
17952         * X11Keyboard.cs: Send up/down input when generating
17953         messages. Remove some unused vars.
17954
17955 2004-12-17  Jackson Harper  <jackson@ximian.com>
17956
17957         * TabControl.cs:
17958         * TreeView.cs: get rid of warnings.
17959
17960 2004-12-17  Jackson Harper  <jackson@ximian.com>
17961
17962         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
17963
17964 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
17965
17966         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
17967           CheckedListBox.cs: Implementation
17968
17969 2004-12-17  Peter Bartok  <pbartok@novell.com>
17970
17971         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
17972
17973 2004-12-16  Peter Bartok  <pbartok@novell.com>
17974
17975         * TextControl.cs:
17976           - InsertCharAtCaret(): Fixed start pos fixup
17977           - CaretLine_get: No longer derives the line from the tag, the tag
17978             could be stale if lines in the document have been added or deleted
17979           - RebalanceAfterDelete(): Fixed bug in balancing code
17980           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
17981           - Line.Streamline(): Now can also elminate leading empty tags
17982           - DumpTree(): Added a few more tests and prevented exception on
17983             uninitialized data
17984           - Added Debug section for Combining lines
17985           - Delete(): Now copies all remaining properties of a line
17986           
17987         * TextBoxBase.cs:
17988           - Left mousebutton now sets the caret (and middle button still acts
17989             as formatting tester, which must go away soon)
17990           - Added Debug section for Deleting/Combining lines
17991           - Fixed calculations for UpdateView after Combining lines
17992
17993 2004-12-16  Peter Bartok  <pbartok@novell.com>
17994
17995         * TextControl.cs: Now properly aligns text on a baseline, using the
17996           new XplatUI.GetFontMetrics() method. Simplified several calculations
17997         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
17998           defined
17999
18000 2004-12-16  Peter Bartok  <pbartok@novell.com>
18001
18002         * XplatUI.cs: Added GetFontMetrics() method
18003         * XplatUIDriver.cs: Added GetFontMetrics() abstract
18004         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
18005           into libgdiplus, our private GetFontMetrics function
18006         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
18007         * XplatUIWin32.cs: Implemented GetFontMetrics() method
18008
18009 2004-12-16  Jackson Harper  <jackson@ximain.com>
18010
18011         * XplatUIStruct.cs: Add enum for dead keys
18012         * X11Keyboard.cs: Map and unmap dead keys.
18013
18014 2004-12-16  Jackson Harper  <jackson@ximian.com>
18015
18016         * X11Keyboard.cs: Detect and use the num lock mask.
18017
18018 2004-12-16  Peter Bartok  <pbartok@novell.com>
18019
18020         * Control.cs (CreateGraphics): Added check to make sure the
18021           handle of the window exists before calling Graphics.FromHwnd()
18022
18023 2004-12-16  Peter Bartok  <pbartok@novell.com>
18024
18025         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
18026           contains a lot of code that's not supposed to be there for the
18027           real thing, but required for developing/testing the textbox
18028           backend.
18029
18030 2004-12-16  Peter Bartok  <pbartok@novell.com>
18031
18032         * TextControl.cs:
18033         - Fixed Streamline method
18034         - Added FindTag method to Line
18035         - Added DumpTree method for debugging
18036         - Added DecrementLines() method for deleting lines
18037         - Fixed UpdateView to update the cursor to end-of-line on single-line
18038           updates
18039         - Added PositionCaret() method
18040         - Fixed MoveCaret(LineDown) to move into the last line, too
18041         - Added InsertChar overload
18042         - Fixed InsertChar tag offset calculations
18043         - Added DeleteChar() method
18044         - Added Combine() method for folding lines
18045         - Fixed Delete() method, no longer allocates wasted Line object and
18046           now copies all properties when swapping nodes
18047         - Delete() method now updates document line counter
18048
18049 2004-12-15  Jackson Harper  <jackson@ximian.com>
18050
18051         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
18052         * X11Keyboard.cs: Expose the currently selected modifier keys
18053         through a property.
18054
18055 2004-12-15  Peter Bartok  <pbartok@novell.com>
18056
18057         * TextControl.cs: Initial check-in. Still incomplete
18058
18059 2004-12-15  Jackson Harper  <jackson@ximian.com>
18060
18061         * TreeNode.cs:
18062         * TreeView.cs: Fix build on csc (second time today ;-))
18063
18064 2004-12-15  Jackson Harper  <jackson@ximian.com>
18065
18066         * TreeView.cs: Store the treenodes plus/minus box bounds when it
18067         is calculated and use this for click testing.
18068         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
18069
18070 2004-12-15  Jackson Harper  <jackson@ximian.com>
18071
18072         * TreeView.cs: Pass the nodes image index to the image list when
18073         drawing that image.
18074
18075 2004-12-15  Jackson Harper  <jackson@ximian.com>
18076
18077         * X11Keyboard.cs: Set messages hwnd.
18078         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
18079         post_message calls.
18080
18081 2004-12-15  Jackson Harper  <jackson@ximian.com>
18082
18083         * X11Keyboard.cs: Fix to compile with csc.
18084         
18085 2004-12-15  Jackson Harper  <jackson@ximian.com>
18086
18087         * X11Structs.cs: Add key mask values
18088         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
18089         * X11Keyboard.cs: New file - Extrapolates and interpolates key
18090         down/up foo into WM_CHAR foo
18091         * KeyboardLayouts.cs: Common keyboard layouts
18092         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
18093         post messages into the main queue.
18094
18095 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
18096
18097         * Button.cs: implement ProcessMnemonic
18098         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
18099           brushes everytime
18100         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
18101         * ButtonBase.cs: Show HotkeyPrefix (not the &)
18102
18103 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
18104         
18105         * MonthCalendar.cs: Implemented click-hold for next/previous month
18106           and date selection
18107           
18108 2004-12-11  Peter Bartok  <pbartok@novell.com>
18109
18110         * X11Structs.cs:
18111           - Added XKeyboardState (moved from XplatUIX11.cs)
18112           - Added XCreateGC related enums and structures
18113           - Added GXFunction for XSetFunction
18114
18115         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
18116
18117         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
18118           CaretVisible() calls
18119
18120         * ToolTip.cs: Added code to prevent stealing focus from app windows
18121
18122         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
18123           DestroyCaret, SetCaretPos and CaretVisible)
18124
18125         * XplatUIX11.cs:
18126           - Added implementation for caret functions
18127           - Moved hover variables into a struct, to make it a bit easier
18128             on the eyes and to debug
18129           - Removed XKeyboardState (moved to XplatUIX11.cs)
18130           - Moved Keyboard properties into the properties region
18131
18132         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
18133           call to get a graphics context for our control
18134
18135         * XplatUIOSX.cs: Added empty overrides for the new caret functions
18136
18137         * TreeView.cs: Fixed bug. No matter what color was set it would always
18138           return SystemColors.Window
18139
18140         * XplatUIWin32.cs: Implemented caret overrides
18141
18142 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
18143
18144         * ListBox.cs: fire events, implement missing methods and properties,
18145         sorting.
18146
18147 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
18148
18149         * MonthCalendar.cs: invalidation bug fixing
18150         * ThemeWin32Classic.cs: paint fixing
18151
18152 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
18153
18154         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
18155         prepare the CGContextRef there now.
18156
18157 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
18158
18159         * MonthCalendar.cs:
18160           - optimisationL only invalidate areas that have changed
18161         * ThemeWin32Classic.cs:
18162           - only paint parts that intersect with clip_area
18163
18164 2004-12-09  Peter Bartok  <pbartok@novell.com>
18165
18166         * Application.cs: Undid changes from r37004 which cause problems
18167         on X11
18168
18169 2004-12-09  Ravindra  <rkumar@novell.com>
18170
18171         * ToolBar.cs: Added support for displaying ContextMenu
18172         attached to a button on ToolBar.
18173         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
18174         property.
18175
18176 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
18177
18178         * Label.cs: autosize works in text change and removes unnecessary
18179         invalidate
18180
18181 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
18182
18183         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
18184         remove warnings
18185
18186 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
18187
18188         * XplatUIOSX.cs: Added mouse move/click/grab support
18189         Remove some debugging WriteLines not needed anymore.
18190         Add window resizing/positioning.
18191         Fix visibility on reparenting.
18192
18193 2004-12-08  Peter Bartok  <pbartok@novell.com>
18194
18195         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
18196
18197 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
18198
18199         * XplatUIOSX.cs: Initial checkin
18200         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
18201
18202 2004-12-03  Ravindra <rkumar@novell.com>
18203
18204         * ListView.cs: Added some keybindings and fixed scrolling.
18205         ScrollBars listen to ValueChanged event instead of Scroll
18206         Event. This would let us take care of all changes being
18207         done in the scrollbars' values programmatically or manually.
18208         * ListView.cs (CanMultiselect): Added a check for shift key.
18209         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
18210         * ListViewItem.cs (Clone): Fixed. We need to make a copy
18211         of ListViewSubItemCollection as well.
18212
18213 2004-12-06  Peter Bartok <pbartok@novell.com>
18214
18215         * Control.cs (Parent): Added check and exception to prevent
18216         circular parenting
18217
18218 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
18219
18220         * ListBox.cs: implemented clipping, selection single and multiple,
18221         bug fixing
18222
18223 2004-12-03  Ravindra <rkumar@novell.com>
18224
18225         * ListView.cs (ListView_KeyDown):
18226         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
18227         when CTRL key is pressed.
18228         * ListViewItem.cs (Selected): Fixed setting the property.
18229
18230 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
18231
18232         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
18233
18234         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
18235         MinimizeBox, ShowInTaskbar, TopMost properties.
18236
18237         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
18238         will be implemented).
18239
18240 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
18241
18242         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
18243
18244         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
18245         tests.
18246         
18247         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
18248         
18249         * TreeView.cs: BackColor is Colors.Window.
18250
18251 2004-12-01  Jackson Harper  <jackson@ximian.com>
18252
18253         * TreeView.cs: When resizing the tree if the user is making it
18254         smaller we don't get expose events, so we need to handle adding
18255         the horizontal scrollbar in the size changed handler as well as
18256         the expose handler.
18257
18258 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
18259
18260         * DrawItemState.cs: fixes wrong enum values
18261
18262 2004-12-01  Jackson Harper  <jackson@ximian.com>
18263
18264         * TreeView.cs: Resize the hbar as well as the vbar on resize.
18265
18266 2004-12-01  Jackson Harper  <jackson@ximian.com>
18267
18268         * NodeLabelEditEventArgs.cs:
18269         * NodeLabelEditEventHandler.cs:
18270         * OpenTreeNodeEnumerator.cs:
18271         * TreeNode.cs:
18272         * TreeNodeCollection.cs:
18273         * TreeView.cs:
18274         * TreeViewAction.cs:
18275         * TreeViewCancelEventArgs.cs:
18276         * TreeViewCancelEventHandler.cs:
18277         * TreeViewEventArgs.cs:
18278         * TreeViewEventHandler.cs: Initial implementation.
18279
18280 2004-12-01  Ravindra <rkumar@novell.com>
18281
18282         * ListView.cs (CalculateListView): Fixed scrolling related
18283         calculations. Also, removed some debug statements from other
18284         places.
18285         * ListViewItem.cs: Changed access to 'selected' instance variable
18286         from private to internal.
18287         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
18288
18289 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
18290
18291         * ThemeWin32Classic.cs: remove cache of brush and pens for
18292         specific controls and use the global system, fixes scrollbutton
18293         bugs (for small sizes, disabled, etc)
18294         
18295         * ScrollBar.cs: does not show the thumb for very small controls
18296         (as MS) and allow smaller buttons that the regular size
18297
18298 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
18299
18300         * UpDownBase.cs: Add abstract methods for the interface.
18301         Add new virtual methods (need to be hooked up to TextEntry when it
18302         exists).
18303         Add override methods for most features.
18304         Computes the size, forces the height of the text entry.
18305
18306         * NumericUpDown.cs: Put here the current testing code.
18307
18308         * Set eol-style property on all files that do not have mixed line
18309         endings, to minimize the future problems.  There are still a few
18310         files with mixed endings, and someone should choose whether they
18311         want to move it or not.
18312
18313 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
18314
18315         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
18316         System.Colors
18317         
18318 2004-11-30  Ravindra <rkumar@novell.com>
18319
18320         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
18321         drawing and replaced use of SystemColors by theme colors.
18322         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
18323         * ListView.cs (ListViewItemCollection.Add): Throw exception when
18324         same ListViewItem is being added more than once.
18325
18326 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
18327
18328         * MonthCalendar.cs:
18329           - ControlStyles love to make the control not flicker
18330           
18331 2004-11-30  Peter Bartok  <pbartok@novell.com>
18332
18333         * CharacterCasing.cs: Added
18334
18335 2004-11-29  Peter Bartok  <pbartok@novell.com>
18336
18337         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18338           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
18339           I am removing these files as they conflict with already completed
18340           work. While it is fantastic to get contributions to MWF, I
18341           respectfully ask that everyone please coordinate their contributions
18342           through mono-winforms-list or #mono-winforms at this time. We're
18343           explicitly avoiding stubbing and don't want controls that don't have
18344           their basic functionality implemented in svn. Please also see
18345           http://www.mono-project.com/contributing/winforms.html
18346
18347
18348 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
18349
18350         * Application.cs (ModalRun): Don't hang after exit.
18351
18352         * Theme.cs: New TreeViewDefaultSize property.
18353
18354         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
18355         with less hardcoded SystemColors constant.
18356         Implemented TreeViewDefaultSize.
18357
18358         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
18359         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
18360
18361
18362 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
18363
18364         * MonthCalendar.cs:
18365           - Fix NextMonthDate and PrevMonthDate click moving calendar
18366
18367 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18368
18369         * MonthCalendar.cs:
18370           - Fix usage of ScrollChange Property when scrolling months
18371
18372 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
18373
18374         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
18375          - Fixes menu destroying
18376          - Support adding and removing items on already created menus
18377
18378 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
18379
18380         * MonthCalendar.cs:
18381           - Re-worked all bolded dates handling to match win32
18382         * ThemeWin32Classic.cs:
18383           - Fixed rendering with bolded dates
18384
18385 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
18386
18387         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
18388         - Horizontal scroolbar
18389         - Multicolumn
18390         - Fixes
18391
18392
18393 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
18394
18395         * MonthCalendar.cs:
18396           - Fix Usage of MaxSelectionCount from SelectionRange
18397           - Fixed Shift + Cursor Selection
18398           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
18399           - Fixed normal cursor selection to be compat with win32
18400           - Fixed Shift + Mouse Click selection
18401
18402 2004-11-24  Peter Bartok <pbartok@novell.com>
18403
18404         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
18405         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
18406         * XplatUIX11.cs:
18407           - CreatedKeyBoardMsg now updates keystate with Alt key
18408           - Added workaround for timer crash to CheckTimers, Jackson will
18409             develop a proper fix and check in later
18410           - Implemented DispatchMessage
18411           - Removed calling the native window proc from GetMessage (call
18412             now moved to DispatchMessage)
18413
18414         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
18415           the keydata (Fixes bug #69831)
18416
18417         * XplatUIWin32.cs:
18418           - (DispatchMessage): Switched to return IntPtr
18419           - Added DllImport for SetFocus
18420
18421 2004-11-24  Ravindra <rkumar@novell.com>
18422
18423         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
18424         background drawing.
18425         * ListViewItem.cs: Fixed various properties, calculations
18426         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
18427         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
18428         and some internal properties. Fixed MouseDown handler and Paint
18429         method.
18430
18431 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18432
18433         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
18434
18435 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18436
18437         * ContainerControl.cs: correct accidental check in of local changes
18438
18439 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
18440
18441         * ThemeWin32Classic.cs:
18442                 - Fixed Drawing Last month in grid (sometimes not showing)
18443         * MonthCalendar.cs:
18444                 - Fixed title width calculation bug (makeing title small)
18445
18446 2004-11-23  Peter Bartok <pbartok@novell.com>
18447
18448         * XplatUIX11.cs:
18449           - Added generation of WM_MOUSEHOVER event
18450           - Added missing assignment of async_method atom
18451           - Fixed WM_ERASEBKGND; now only redraws the exposed area
18452
18453 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18454
18455         * ThemeWin32Classic.cs:
18456                 - Fixed Drawing of today circle when showtodaycircle not set
18457                 - fixed drawing of first and last month in the grid (gay dates)
18458         * MonthCalendar.cs:
18459                 - Fixed Drawing of today circle
18460                 - Fixed drawing of grady dates
18461                 - Fixed HitTest for today link when ShowToday set to false
18462                 - Fixed DefaultSize to obey ShowToday
18463
18464 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
18465
18466         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
18467         * System.Windows.Forms/Theme.cs
18468         * MonthCalendar.cs: added for MonthCalendar
18469         * SelectionRange.cs: added for MonthCalendar
18470         * Day.cs: added for MonthCalendar: added for MonthCalendar
18471         * DateRangeEventArgs.cs: added for MonthCalendar
18472         * DateRangeEventHandler.cs: added for MonthCalendar
18473
18474 2004-11-22  Ravindra <rkumar@novell.com>
18475
18476         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
18477         property.
18478
18479 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
18480
18481         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
18482         event handler.
18483         
18484         * NumericUpDown.cs: Added new implementation.
18485         * UpDownBase.cs: Added new implementation.
18486
18487         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
18488         implementations.
18489         
18490         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
18491         implementations.
18492
18493         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
18494         methods.
18495
18496 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
18497
18498         * Timer.cs  (Dispose): Should call the base dispose when
18499         overriding.
18500
18501 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18502
18503         * ScrollBar.cs: updates thumb position when max, min or increment
18504         is changed
18505
18506 2004-11-21  Ravindra <rkumar@novell.com>
18507
18508         * ListView.cs: Implemented item selection, activation and
18509         column header style. Fixed properties to do a redraw, if
18510         required. Added support for MouseHover, DoubleClick, KeyDown
18511         and KeyUp event handling and some minor fixes.
18512         * ListViewItem.cs: Fixed constructor.
18513         * ThemeWin32Classic.cs: Improved drawing for ListView.
18514
18515 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
18516
18517         * ThemeWin32Classic.cs: initial listbox drawing code
18518         * DrawMode.cs: new enumerator
18519         * ListControl.cs: stubbed class
18520         * ListBox.cs: initial implementation
18521         * Theme.cs: new methods definitions
18522         * SelectionMode.cs: new enumerator
18523
18524 2004-11-17  Peter Bartok  <pbartok@novell.com>
18525
18526         * XplatUIWin32.cs: Added double-click events to the class style
18527         * Control.cs (WndProc):
18528           - Added handling of click-count to MouseDown/ MouseUp events.
18529           - Added handling of middle and right mouse buttons
18530           - Removed old debug code
18531
18532 2004-11-17  Jackson Harper  <jackson@ximian.com>
18533
18534         * XplatUIX11.cs: Use the new Mono.Unix namespace.
18535
18536 2004-11-17  Ravindra <rkumar@novell.com>
18537
18538         * ListView.cs: Added event handling for MouseMove/Up/Down.
18539         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
18540         * ThemeWin32Classic.cs: We need to clear the graphics context and
18541         draw column header in a proper state.
18542
18543
18544 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
18545
18546         *  Menu.cs: fixes signature
18547
18548 2004-11-16  Peter Bartok  <pbartok@novell.com>
18549
18550         * XplatUIX11.cs (GetMessage): Implemented generation of
18551           double click mouse messages
18552
18553 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
18554
18555         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
18556         not by menu
18557
18558 2004-11-11  Peter Bartok  <pbartok@novell.com>
18559
18560         * HandleData.cs: Added Visible property
18561         * XplatUIX11.cs (IsVisible): Now uses Visible property from
18562           HandleData
18563         * XplatUIX11.cs: Removed old debug leftovers
18564         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
18565         * Control.cs (WndProc): Removed old debug leftovers,
18566           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
18567           needed WM_SIZE handling
18568
18569 2004-11-11  Jackson Harper  <jackson@ximian.com>
18570
18571         * OwnerDrawPropertyBag.cs:
18572         * TreeViewImageIndexConverter.cs: Initial implementation
18573
18574 2004-11-10  Jackson Harper  <jackson@ximian.com>
18575
18576         * ThemeWin32Classic.cs:
18577         * TabControl.cs: instead of moving tabs by the slider pos just
18578         start drawing at the tab that is offset by the slider. This way
18579         scrolling always moves by exactly one tab.
18580
18581 2004-11-10  Jackson Harper  <jackson@ximian.com>
18582
18583         * TabControl.cs: You can only scroll left when the slider has
18584         already ben moved right.
18585         
18586 2004-11-10  Jackson Harper  <jackson@ximian.com>
18587
18588         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
18589         the clip area.
18590         
18591 2004-11-10  Jackson Harper  <jackson@ximian.com>
18592
18593         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
18594         clip area.
18595         
18596 2004-11-09  Jackson Harper  <jackson@ximian.com>
18597
18598         * TabControl.cs (CalcXPos): New helper method so we can determine
18599         the proper place to start drawing vertical tabs.
18600         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
18601         
18602 2004-11-09  Jackson Harper  <jackson@ximian.com>
18603
18604         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
18605         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
18606         and Bottom, left and right are illegal values for this and
18607         multiline is enabled when the alignment is set to left or right.
18608         (DrawTab): Each alignment block should draw the text itself now
18609         because Left requires special love. Also add rendering for Left
18610         aligned tabs.
18611         
18612 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
18613
18614         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
18615         does not destroy the windows, removes debugging messages
18616
18617 2004-11-09  jba  <jba-mono@optusnet.com.au>
18618
18619         * ThemeWin32Classic.cs
18620         (DrawButtonBase): Fix verticle text rect clipping in windows
18621         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18622         rendering and incorrect text rect clipping
18623         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
18624         rendering and incorrect text rect clipping
18625         
18626 2004-11-08  Jackson Harper  <jackson@ximian.com>
18627
18628         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
18629         bottom when they are bottom aligned so the bottoms of the tabs get
18630         displayed.
18631         * TabControl.cs (DropRow): Move rows up instead of down when the
18632         tab control is bottom aligned.
18633
18634 2004-11-08 13:59  pbartok
18635
18636         * XplatUIX11.cs:
18637           - Added handling for various window styles
18638           - Added handling for popup windows
18639           - Added SetTopmost handling
18640
18641 2004-11-08 13:55  pbartok
18642
18643         * XplatUIWin32.cs:
18644           - Added argument to SetTopmost method
18645           - Fixed broken ClientToScreen function
18646
18647 2004-11-08 13:53  pbartok
18648
18649         * XplatUIStructs.cs:
18650           - Added missing WS_EX styles
18651
18652 2004-11-08 13:53  pbartok
18653
18654         * XplatUI.cs, XplatUIDriver.cs:
18655           - Added argument to SetTopmost
18656
18657 2004-11-08 13:52  pbartok
18658
18659         * X11Structs.cs:
18660           - Added XSetWindowAttributes structure
18661           - Improved XWindowAttributes structure
18662           - Added SetWindowValuemask enum
18663           - Added window creation arguments enum
18664           - Added gravity enum
18665           - Added Motif hints structure
18666           - Added various Motif flags and enums
18667           - Added PropertyMode enum for property functions
18668
18669 2004-11-08 13:50  pbartok
18670
18671         * Form.cs:
18672           - Fixed arguments for updated SetTopmost method
18673
18674 2004-11-08 13:49  pbartok
18675
18676         * ToolTip.cs:
18677           - Fixed arguments for updated SetTopmost function
18678           - Fixed usage of PointToClient
18679
18680 2004-11-08 13:44  pbartok
18681
18682         * MenuAPI.cs:
18683           - Added Clipping of children and siblings
18684
18685 2004-11-08 13:41  pbartok
18686
18687         * MainMenu.cs:
18688           - Removed SetMenuBarWindow call. We do this in Form.cs
18689
18690 2004-11-08 13:40  jackson
18691
18692         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
18693           scrolling jimmi in the correct location with bottom aligned tabs
18694
18695 2004-11-08 13:36  pbartok
18696
18697         * ContainerControl.cs:
18698           - Implemented BindingContext
18699           - Implemented ParentForm
18700
18701 2004-11-08 12:46  jackson
18702
18703         * TabControl.cs: Put bottom rendered tabs in the right location
18704
18705 2004-11-08 07:15  jordi
18706
18707         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
18708           removes dead code
18709
18710 2004-11-05 17:30  jackson
18711
18712         * TabControl.cs: When selected tabs are expanded make sure they
18713           don't go beyond the edges of the tab control
18714
18715 2004-11-05 14:57  jackson
18716
18717         * TabControl.cs: Reset show_slider so if the control is resized to
18718           a size where it is no longer needed it's not displayed anymore
18719
18720 2004-11-05 13:16  jackson
18721
18722         * TabControl.cs: Make tab pages non visible when added to the
18723           control
18724
18725 2004-11-05 12:42  jackson
18726
18727         * TabControl.cs: Implement SizeMode.FillToRight
18728
18729 2004-11-05 12:16  jackson
18730
18731         * Control.cs: Do not call CreateHandle if the handle is already
18732           created
18733
18734 2004-11-05 11:46  jackson
18735
18736         * TabControl.cs: Remove superflous call to CalcTabRows
18737
18738 2004-11-05 09:07  jackson
18739
18740         * XplatUIX11.cs: Update for Mono.Posix changes
18741
18742 2004-11-05 07:00  ravindra
18743
18744         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
18745           scrolling.
18746
18747 2004-11-04 22:47  jba
18748
18749         * ThemeWin32Classic.cs:
18750           - Fix Button rendering for FlatStyle = Flat or Popup
18751           - Fix RadioButton and CheckBox rendering when Appearance = Button
18752             (normal and flatstyle).
18753           - Correct outer rectangle color when drawing focus rectangle
18754           - Adjust button bounds to be 1 px smaller when focused
18755           - Make button not draw sunken 3d border when pushed (windows compat)
18756           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
18757           - Offset the text in RadioButton and Checkbox when being rendered as
18758           a button.
18759           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
18760           radiobuttons
18761           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
18762           - Fixed disabled text rendering for normally rendered radiobuttons
18763
18764 2004-11-04 10:26  jackson
18765
18766         * TabControl.cs: Recalculate tab rows when resizing
18767
18768 2004-11-04 07:47  jordi
18769
18770         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
18771           collection completion, drawing issues, missing features
18772
18773 2004-11-04 05:03  ravindra
18774
18775         * ScrollBar.cs:
18776                 - We need to recalculate the Thumb area when
18777                 LargeChange/maximum/minimum values are changed.
18778           - We set the 'pos' in UpdatePos() method to minimum, if it's less
18779                 than minimum. This is required to handle the case if large_change is
18780                 more than max, and use LargeChange property instead of large_change
18781                 variable.
18782           - We return max+1 when large_change is more than max, like MS does.
18783
18784 2004-11-04 04:29  ravindra
18785
18786         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
18787                 - Changed default value signatures (prefixed all with ListView).
18788                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
18789                 ListView.
18790           - Fixed calculations for ListViewItem and implemented Clone()
18791           method.
18792
18793 2004-11-04 04:26  ravindra
18794
18795         * Theme.cs, ThemeWin32Classic.cs:
18796                 - Changed default ListView values signatures (prefixed all with
18797                 ListView).
18798           - Fixed default size values for VScrollBar and HScrollBar.
18799                 - Fixed DrawListViewItem method.
18800
18801 2004-11-04 04:05  ravindra
18802
18803         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
18804
18805 2004-11-04 04:04  ravindra
18806
18807         * ImageList.cs: Implemented the missing overload for Draw method.
18808
18809 2004-11-03 19:29  jackson
18810
18811         * TabControl.cs: Handle dropping rows on selection properly
18812
18813 2004-11-03 11:59  jackson
18814
18815         * TabControl.cs: remove debug code
18816
18817 2004-11-03 11:52  jackson
18818
18819         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
18820           the scrolly widgerywoo
18821
18822 2004-11-02 13:52  jackson
18823
18824         * TabControl.cs: Resize the tab pages and tabs when the tab control
18825           is resized
18826
18827 2004-11-02 13:40  jackson
18828
18829         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
18830           selected tab to the bottom
18831
18832 2004-11-02 13:39  jackson
18833
18834         * TabPage.cs: Store the tab pages row
18835
18836 2004-11-02 12:33  jordi
18837
18838         * MenuItem.cs: fixes handle creation
18839
18840 2004-11-02 11:42  jackson
18841
18842         * TabControl.cs: signature fix
18843
18844 2004-11-02 08:56  jackson
18845
18846         * TabControl.cs: Calculate whether the tab is on an edge properly.
18847           Remove top secret debugging code
18848
18849 2004-11-01 19:57  jackson
18850
18851         * TabControl.cs: Add click handling, and proper sizing
18852
18853 2004-11-01 19:47  jackson
18854
18855         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
18856           tab controls
18857
18858 2004-11-01 19:39  jackson
18859
18860         * TabPage.cs: add internal property to store the bounds of a tab
18861           page
18862
18863 2004-10-30 04:23  ravindra
18864
18865         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
18866           values.
18867
18868 2004-10-30 04:21  ravindra
18869
18870         * ListView.cs, ListViewItem.cs: Added support for scrolling and
18871           fixed calculations.
18872
18873 2004-10-30 03:06  pbartok
18874
18875         * XplatUIX11.cs:
18876           - Removed extension of DllImported libs
18877
18878 2004-10-29 09:55  jordi
18879
18880         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
18881           navigation, itemcollection completion, menu fixes
18882
18883 2004-10-27 22:58  pbartok
18884
18885         * XplatUIX11.cs:
18886           - Now throws a nice error message when no X display could be opened
18887
18888 2004-10-26 13:51  jordi
18889
18890         * ListView.cs: removes warning
18891
18892 2004-10-26 03:55  ravindra
18893
18894         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
18895           ThemeWin32Classic.cs: Some formatting for my last checkins.
18896
18897 2004-10-26 03:36  ravindra
18898
18899         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
18900           control and default values.
18901
18902 2004-10-26 03:35  ravindra
18903
18904         * Theme.cs: Added some default values for ListView control.
18905
18906 2004-10-26 03:33  ravindra
18907
18908         * ToolBar.cs: ToolBar should use the user specified button size, if
18909           there is any. Added a size_specified flag for the same.
18910
18911 2004-10-26 03:33  ravindra
18912
18913         * ColumnHeader.cs: Added some internal members and calculations for
18914           ColumnHeader.
18915
18916 2004-10-26 03:32  ravindra
18917
18918         * ListViewItem.cs: Calculations for ListViewItem.
18919
18920 2004-10-26 03:31  ravindra
18921
18922         * ListView.cs: Added some internal members and calculations for
18923           ListView.
18924
18925 2004-10-22 13:31  jordi
18926
18927         * MenuAPI.cs: speedup menus drawing
18928
18929 2004-10-22 13:16  jackson
18930
18931         * XplatUIX11.cs: Make sure to update exposed regions when adding an
18932           expose event
18933
18934 2004-10-22 11:49  jackson
18935
18936         * Control.cs: oops
18937
18938 2004-10-22 11:41  jackson
18939
18940         * Control.cs: Check to see if the window should have its background
18941           repainted by X when drawing.
18942
18943 2004-10-22 11:31  jackson
18944
18945         * XplatUIX11.cs: When invalidating areas only use XClearArea if
18946           clear is true, this way we do not get flicker from X repainting the
18947           background
18948
18949 2004-10-22 11:28  jackson
18950
18951         * XEventQueue.cs: Queue properly
18952
18953 2004-10-21 09:38  jackson
18954
18955         * XEventQueue.cs: Fix access modifier
18956
18957 2004-10-21 09:36  jackson
18958
18959         * XEventQueue.cs: Don't loose messages
18960
18961 2004-10-21 09:22  jackson
18962
18963         * XEventQueue.cs: Don't loose messages
18964
18965 2004-10-20 04:15  jordi
18966
18967         * BootMode.cs: enum need it by SystemInfo
18968
18969 2004-10-19 21:58  pbartok
18970
18971         * XplatUIWin32.cs:
18972           - Small sanity check
18973
18974 2004-10-19 21:56  pbartok
18975
18976         * Form.cs:
18977           - Added private FormParentWindow class which acts as the container
18978             for our form and as the non-client area where menus are drawn
18979           - Added/Moved required tie-ins to Jordi's menus
18980           - Fixed/Implemented the FormStartPosition functionality
18981
18982 2004-10-19 21:52  pbartok
18983
18984         * Control.cs:
18985           - Removed unneeded locals
18986           - Added code to all size and location properties to understand and
18987             deal with the parent container of Form
18988
18989 2004-10-19 21:33  pbartok
18990
18991         * Application.cs:
18992           - Fixed to deal with new Form subclasses for menus
18993
18994 2004-10-19 17:48  jackson
18995
18996         * XEventQueue.cs: commit correct version of file
18997
18998 2004-10-19 16:50  jackson
18999
19000         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
19001
19002 2004-10-19 16:15  jordi
19003
19004         * MenuAPI.cs: MenuBarCalcSize returns the height
19005
19006 2004-10-19 08:31  pbartok
19007
19008         * Control.cs:
19009           - Added missing call to PreProcessMessage before calling OnXXXKey
19010           methods
19011
19012 2004-10-19 00:04  ravindra
19013
19014         * ToolTip.cs: Fixed constructor.
19015
19016 2004-10-18 09:31  jordi
19017
19018         * MenuAPI.cs: menuitems in menubars do not have shortcuts
19019
19020 2004-10-18 09:26  jordi
19021
19022         * MenuItem.cs: fixes MenuItem class signature
19023
19024 2004-10-18 08:56  jordi
19025
19026         * MenuAPI.cs: prevents windows from showing in the taskbar
19027
19028 2004-10-18 00:28  ravindra
19029
19030         * ToolTip.cs: Suppressed a warning message.
19031
19032 2004-10-18 00:27  ravindra
19033
19034         * Control.cs: Default value of visible property must be true.
19035
19036 2004-10-17 23:19  pbartok
19037
19038         * ToolTip.cs:
19039           - Complete implementation
19040
19041 2004-10-17 23:19  pbartok
19042
19043         * XplatUIX11.cs:
19044           - Added EnableWindow method
19045           - Added SetModal stub
19046           - Added generation of WM_ACTIVATE message (still needs testing)
19047           - Added SetTopMost stub
19048           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
19049
19050 2004-10-17 23:17  pbartok
19051
19052         * XplatUIWin32.cs:
19053           - Removed VirtualKeys to XplatUIStructs
19054           - Implemented SetTopMost method
19055           - Implemented EnableWindow method
19056           - Bugfix in ScreenToClient()
19057           - Bugfixes in ClientToScreen()
19058
19059 2004-10-17 22:51  pbartok
19060
19061         * XplatUIStructs.cs:
19062           - Added WS_EX styles to WindowStyles enumeration
19063
19064 2004-10-17 22:50  pbartok
19065
19066         * XplatUI.cs, XplatUIDriver.cs:
19067           - Added method for enabling/disabling windows
19068           - Added method for setting window modality
19069           - Added method for setting topmost window
19070
19071 2004-10-17 22:49  pbartok
19072
19073         * ThemeWin32Classic.cs:
19074           - Added ToolTip drawing code
19075
19076 2004-10-17 22:49  pbartok
19077
19078         * Theme.cs:
19079           - Added ToolTip abstracts
19080
19081 2004-10-17 22:47  pbartok
19082
19083         * Form.cs:
19084           - Fixed Form.ControlCollection to handle owner relations
19085           - Added Owner/OwnedForms handling
19086           - Implemented Z-Ordering for owned forms
19087           - Removed unneeded private overload of ShowDialog
19088           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
19089             so I hope)
19090           - Fixed Close(), had wrong default
19091           - Added firing of OnLoad event
19092           - Added some commented out debug code for Ownership handling
19093
19094 2004-10-17 22:16  pbartok
19095
19096         * Control.cs:
19097           - Fixed/implemented flat list of controls
19098
19099 2004-10-17 22:14  pbartok
19100
19101         * Application.cs:
19102           - Added code to simulate modal dialogs on Win32
19103
19104 2004-10-17 16:11  jordi
19105
19106         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
19107           mouse event
19108
19109 2004-10-17 13:39  jordi
19110
19111         * MenuAPI.cs: menu drawing fixes
19112
19113 2004-10-15 09:10  ravindra
19114
19115         * StructFormat.cs: General Enum.
19116
19117 2004-10-15 09:09  ravindra
19118
19119         * SizeGripStyle.cs: Enum for Form.
19120
19121 2004-10-15 09:08  ravindra
19122
19123         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
19124           in Theme for ListView.
19125
19126 2004-10-15 09:06  ravindra
19127
19128         * ColumnHeader.cs: Flushing some formatting changes.
19129
19130 2004-10-15 09:05  ravindra
19131
19132         * ListViewItem.cs: Implemented GetBounds method and fixed coding
19133           style.
19134
19135 2004-10-15 09:03  ravindra
19136
19137         * ListView.cs: Implemented Paint method and fixed coding style.
19138
19139 2004-10-15 07:34  jordi
19140
19141         * MenuAPI.cs: fix for X11
19142
19143 2004-10-15 07:32  ravindra
19144
19145         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
19146                 - Renamed Paint() method to Draw() for clarity. Also, moved
19147                 DrawImage() to OnPaint().
19148
19149 2004-10-15 07:25  ravindra
19150
19151         * CheckBox.cs, RadioButton.cs:
19152                 - Removed Redraw (), we get it from ButtonBase.
19153                 - Implemented Paint (), to do class specific painting.
19154
19155 2004-10-15 07:16  ravindra
19156
19157         * ButtonBase.cs:
19158                 - Redraw () is not virtual now.
19159                 - Added an internal virtual method Paint (), so that
19160                 derived classes can do their painting on their own.
19161                 - Modified OnPaint () to call Paint ().
19162
19163 2004-10-15 06:43  jordi
19164
19165         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
19166           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
19167
19168 2004-10-15 00:30  ravindra
19169
19170         * MessageBox.cs:
19171                 - MessageBox on windows does not have min/max buttons.
19172                 This change in CreateParams fixes this on Windows. We
19173                 still need to implement this windowstyle behavior in
19174                 our X11 driver.
19175
19176 2004-10-14 05:14  ravindra
19177
19178         * ToolBar.cs:
19179                 - Changed Redraw () to do a Refresh () always.
19180                 - Fixed the MouseMove event handling when mouse is pressed,
19181                 ie drag event handling.
19182                 - Replaced the usage of ToolBarButton.Pressed property to
19183                 ToolBarButton.pressed internal variable.
19184
19185 2004-10-14 05:10  ravindra
19186
19187         * ToolBarButton.cs:
19188                 - Added an internal member 'inside' to handle mouse move
19189                 with mouse pressed ie mouse drag event.
19190                 - Changed 'Pressed' property to return true only when
19191                 'inside' and 'pressed' are both true.
19192                 - Some coding style love.
19193
19194 2004-10-14 00:17  ravindra
19195
19196         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
19197           public method.
19198
19199 2004-10-14 00:15  ravindra
19200
19201         * ButtonBase.cs: Redraw () related improvements.
19202
19203 2004-10-14 00:14  ravindra
19204
19205         * MessageBox.cs: Moved InitFormSize () out of Paint method and
19206           removed unnecessary calls to Button.Show () method.
19207
19208 2004-10-13 17:50  pbartok
19209
19210         * XplatUIX11.cs:
19211           - Formatting fix
19212           - Removed destroying of window until we solve the problem of X
19213             destroying the window before us on shutdown
19214
19215 2004-10-13 16:32  pbartok
19216
19217         * ButtonBase.cs:
19218           - Now Redraws on MouseUp for FlatStyle Flat and Popup
19219
19220 2004-10-13 14:18  pbartok
19221
19222         * XplatUIX11.cs:
19223           - Added code to destroy the X window
19224
19225 2004-10-13 14:18  pbartok
19226
19227         * XplatUIWin32.cs:
19228           - Added code to destroy a window
19229
19230 2004-10-13 14:12  pbartok
19231
19232         * ButtonBase.cs:
19233           - Added the Redraw on Resize that got dropped in the last rev
19234
19235 2004-10-13 09:06  pbartok
19236
19237         * ThemeWin32Classic.cs:
19238           - Path from John BouAntoun:
19239             * Fix check rendering (centre correctly for normal style, offset
19240               correctly for FlatStyle).
19241             * Fix border color usage (use backcolor) for FlatStyle.Popup
19242             * Use checkbox.Capture instead of checkbox.is_pressed when
19243               rendering flatstyle states.
19244
19245 2004-10-12 21:48  pbartok
19246
19247         * ThemeWin32Classic.cs:
19248           - Removed all occurences of SystemColors and replaced them with the
19249             matching theme color
19250
19251 2004-10-12 21:41  pbartok
19252
19253         * ThemeWin32Classic.cs:
19254           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
19255             him using the function for flatstyle drawing
19256           - Changed functions to use the new version of CPDrawBorder3D
19257
19258 2004-10-12 21:15  pbartok
19259
19260         * ControlPaint.cs:
19261           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
19262             match MS documentation. They need to return defined colors if the
19263             passed color matches the configured control color. Thanks to John
19264             BouAntoun for pointing this out.
19265
19266 2004-10-12 20:57  pbartok
19267
19268         * Control.cs:
19269           - Fix from John BouAntoun: Raise ForeColorChanged event when text
19270             color is changed
19271
19272 2004-10-12 20:46  pbartok
19273
19274         * CheckBox.cs:
19275           - Fix from John BouAntoun: Now properly sets the Appearance property
19276
19277 2004-10-12 20:45  pbartok
19278
19279         * ThemeWin32Classic.cs:
19280           - Fixes from John BouAntoun: now handles forecolors and backcolors
19281             for flatstyle rendered controls much better; It also fixes normal
19282             checkbox rendering when pushed or disabled.
19283
19284 2004-10-08 02:50  jordi
19285
19286         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
19287           work
19288
19289 2004-10-07 08:56  jordi
19290
19291         * ThemeWin32Classic.cs: Removes deletion of cached brushes
19292
19293 2004-10-06 03:59  jordi
19294
19295         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
19296           XplatUIWin32.cs: removes warnings from compilation
19297
19298 2004-10-05 12:23  jackson
19299
19300         * RadioButton.cs: Fix ctor
19301
19302 2004-10-05 11:10  pbartok
19303
19304         * MessageBox.cs:
19305           - Partial implementation by Benjamin Dasnois
19306
19307 2004-10-05 10:15  jackson
19308
19309         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
19310           by John BouAntoun
19311
19312 2004-10-05 03:07  ravindra
19313
19314         * ToolBar.cs:
19315                 - Removed a private method, Draw ().
19316                 - Fixed the ButtonDropDown event handling.
19317                 - Fixed MouseMove event handling.
19318
19319 2004-10-05 03:04  ravindra
19320
19321         * ThemeWin32Classic.cs:
19322                 - Added DrawListView method and ListViewDefaultSize property.
19323                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
19324                 - Changed DOS style CRLF to Unix format (dos2unix).
19325
19326 2004-10-05 03:03  ravindra
19327
19328         * Theme.cs:
19329                 - Added DrawListView method and ListViewDefaultSize property.
19330
19331 2004-10-05 02:42  ravindra
19332
19333         * ToolBarButton.cs: Added an internal member dd_pressed to handle
19334           clicks on DropDown arrow.
19335
19336 2004-10-04 22:56  jackson
19337
19338         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
19339           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
19340           Control handle the buffers, derived classes should not have to
19341           CreateBuffers themselves.
19342
19343 2004-10-04 21:20  jackson
19344
19345         * StatusBar.cs: The control handles resizing the buffers now.
19346
19347 2004-10-04 21:18  jackson
19348
19349         * Control.cs: When resizing the buffers should be invalidated. This
19350           should be handled in Control not in derived classes.
19351
19352 2004-10-04 14:45  jackson
19353
19354         * TabPage.cs: oops
19355
19356 2004-10-04 02:14  pbartok
19357
19358         * LeftRightAlignment.cs:
19359           - Initial check-in
19360
19361 2004-10-04 01:09  jordi
19362
19363         * ThemeWin32Classic.cs: fixes right button position causing right
19364           button not showing on horizontal scrollbars
19365
19366 2004-10-02 13:12  pbartok
19367
19368         * XplatUIX11.cs:
19369           - Simplified the Invalidate method by using an X call instead of
19370             generating the expose ourselves
19371           - Added an expose when the window background is changed
19372           - Implemented ClientToScreen method
19373
19374 2004-10-02 13:08  pbartok
19375
19376         * XplatUIWin32.cs:
19377           - Added Win32EnableWindow method (test for implementing modal
19378           dialogs)
19379           - Added ClientToScreen method and imports
19380
19381 2004-10-02 13:07  pbartok
19382
19383         * XplatUI.cs, XplatUIDriver.cs:
19384           - Added ClientToScreen coordinate translation method
19385
19386 2004-10-02 13:06  pbartok
19387
19388         * KeyPressEventArgs.cs:
19389           - Fixed access level for constructor
19390
19391 2004-10-02 13:06  pbartok
19392
19393         * NativeWindow.cs:
19394           - Changed access level for the window_collection hash table
19395
19396 2004-10-02 13:05  pbartok
19397
19398         * Form.cs:
19399           - Added KeyPreview property
19400           - Added Menu property (still incomplete, pending Jordi's menu work)
19401           - Implemented ProcessCmdKey
19402           - Implemented ProcessDialogKey
19403           - Implemented ProcessKeyPreview
19404
19405 2004-10-02 13:02  pbartok
19406
19407         * Control.cs:
19408           - Added private method to get the Control object from the window
19409           handle
19410           - Implemented ContextMenu property
19411           - Implemented PointToScreen
19412           - Implemented PreProcessMessage
19413           - Implemented IsInputChar
19414           - Implemented IsInputKey
19415           - Implemented ProcessCmdKey
19416           - Completed ProcessKeyEventArgs
19417           - Fixed message loop to call the proper chain of functions on key
19418           events
19419           - Implemented ProcessDialogChar
19420           - Implemented ProcessDialogKey
19421           - Implemented ProcessKeyMessage
19422           - Implemented ProcessKeyPreview
19423           - Added RaiseDragEvent stub (MS internal method)
19424           - Added RaiseKeyEvent stub (MS internal method)
19425           - Added RaiseMouseEvent stub (MS Internal method)
19426           - Added RaisePaintEvent stub (MS Internal method)
19427           - Added ResetMouseEventArgs stub (MS Internal method)
19428           - Implemented RtlTranslateAlignment
19429           - Implemented RtlTranslateContent
19430           - Implemented RtlTranslateHorizontal
19431           - Implemented RtlTranslateLeftRight
19432           - Added generation of KeyPress event
19433
19434 2004-10-02 05:57  ravindra
19435
19436         * ListViewItem.cs: Added attributes.
19437
19438 2004-10-02 05:32  ravindra
19439
19440         * ListView.cs: Added attributes.
19441
19442 2004-10-01 11:53  jackson
19443
19444         * Form.cs: Implement the Close method so work on MessageBox can
19445           continue.
19446
19447 2004-09-30 14:06  pbartok
19448
19449         * XplatUIX11.cs:
19450           - Bug fixes
19451
19452 2004-09-30 11:34  jackson
19453
19454         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
19455
19456 2004-09-30 07:26  ravindra
19457
19458         * ListViewItemConverter.cs: Converter for ListViewItem.
19459
19460 2004-09-30 07:26  ravindra
19461
19462         * SortOrder.cs: Enum for ListView control.
19463
19464 2004-09-30 07:25  ravindra
19465
19466         * ColumnHeader.cs: Supporting class for ListView control.
19467
19468 2004-09-30 07:24  ravindra
19469
19470         * ListView.cs, ListViewItem.cs: Initial implementation.
19471
19472 2004-09-30 07:20  ravindra
19473
19474         * ItemActivation.cs: Enum for ListView Control.
19475
19476 2004-09-29 20:29  pbartok
19477
19478         * XplatUIX11.cs:
19479           - Added lookup of pixel value for background color; tries to get a
19480             color 'close' to the requested color, it avoids having to create a
19481             colormap.  Depending on the display this could mean the used color
19482             is slightly off the desired color. Might have to change it to a more
19483             resource intensive colormap approach, but it will work as a
19484           workaround to avoid red screens.
19485
19486 2004-09-29 14:27  jackson
19487
19488         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
19489
19490 2004-09-28 12:44  pbartok
19491
19492         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
19493           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
19494           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
19495           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
19496           TrackBar.cs, VScrollBar.cs:
19497           - Streamlined Theme interfaces:
19498             * Each DrawXXX method for a control now is passed the object for
19499               the control to be drawn in order to allow accessing any state the
19500               theme might require
19501
19502             * ControlPaint methods for the theme now have a CP prefix to avoid
19503               name clashes with the Draw methods for controls
19504
19505             * Every control now retrieves it's DefaultSize from the current
19506             theme
19507
19508 2004-09-28 12:17  jackson
19509
19510         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
19511           drawing
19512
19513 2004-09-24 14:57  jackson
19514
19515         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
19516           Gives us a nice little performance boost.
19517
19518 2004-09-24 12:02  jackson
19519
19520         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
19521           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
19522           Control and supporting classes. Initial checkin
19523
19524 2004-09-23 13:08  jackson
19525
19526         * Form.cs: Temp build fixage
19527
19528 2004-09-23 01:39  ravindra
19529
19530         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
19531           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
19532           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
19533           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
19534           EventHandlers needed by ListView Control.
19535
19536 2004-09-22 14:12  pbartok
19537
19538         * ScrollableControl.cs:
19539           - Implemented DockPadding property
19540           - Implemented AutoScroll property
19541           - Implemented AutoScrollMargin property
19542           - Implemented AutoScrollMinSize property
19543           - Implemented AutoScrollPosition property
19544           - Implemented DisplayRectangle property (still incomplete)
19545           - Implemented CreateParams property
19546           - Implemented HScroll property
19547           - Implemented VScroll property
19548           - Implemented OnVisibleChanged property
19549
19550 2004-09-22 14:09  pbartok
19551
19552         * Form.cs:
19553           - Added Form.ControllCollection class
19554           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
19555             RemoveOwnedForm (still incomplete, missing on-top and common
19556             minimize/maximize behaviour)
19557           - Added StartPosition property (still incomplete, does not use when
19558             creating the form)
19559           - Added ShowDialog() methods (still incomplete, missing forcing the
19560             dialog modal)
19561
19562 2004-09-22 14:05  pbartok
19563
19564         * Application.cs:
19565           - Added message loop for modal dialogs
19566
19567 2004-09-22 14:02  pbartok
19568
19569         * GroupBox.cs:
19570           - Fixed wrong types for events
19571
19572 2004-09-22 14:00  pbartok
19573
19574         * Shortcut.cs, FormWindowState.cs:
19575           - Fixed wrong values
19576
19577 2004-09-22 12:01  jackson
19578
19579         * Control.cs: Text is never null
19580
19581 2004-09-20 22:14  pbartok
19582
19583         * XplatUIWin32.cs:
19584           - Fixed accessibility level for Idle handler
19585
19586 2004-09-20 18:54  jackson
19587
19588         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19589           XplatUIX11.cs: New message loop that uses poll so we don't get a
19590           busy loop
19591
19592 2004-09-17 10:43  pbartok
19593
19594         * ScrollBar.cs:
19595           - Fixed behaviour of arrow buttons. Now properly behaves like
19596             Buttons (and like Microsoft's scrollbar arrow buttons)
19597
19598 2004-09-17 10:14  pbartok
19599
19600         * ScrollBar.cs:
19601           - Added missing release of keyboard/mouse capture
19602
19603 2004-09-17 06:18  jordi
19604
19605         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
19606           Theme.cs: Very early menu support
19607
19608 2004-09-16 17:45  pbartok
19609
19610         * XplatUIWin32.cs:
19611           - Fixed sending a window to the front
19612           - Added overload for SetWindowPos to avoid casting
19613
19614 2004-09-16 17:44  pbartok
19615
19616         * Control.cs:
19617           - Added SendToBack and BringToFront methods
19618
19619 2004-09-16 07:00  ravindra
19620
19621         * Copyright: Added Novell URL.
19622
19623 2004-09-16 07:00  ravindra
19624
19625         * ToolBar.cs: Invalidate should be done before redrawing.
19626
19627 2004-09-15 21:19  ravindra
19628
19629         * ColumnHeaderStyle.cs: Enum for ListView Control.
19630
19631 2004-09-15 21:18  ravindra
19632
19633         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
19634           ListView Control.
19635
19636 2004-09-13 18:26  jackson
19637
19638         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
19639           properly
19640
19641 2004-09-13 18:13  jackson
19642
19643         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
19644           a second thread and post messages into the main threads message
19645           queue. This makes timing much more consistent. Both win2K and XP
19646           have a minimum timer value of 15 milliseconds, so we now do this
19647           too.
19648
19649 2004-09-13 15:18  pbartok
19650
19651         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
19652           XplatUIX11.cs:
19653           - Added Z-Ordering methods
19654
19655 2004-09-13 10:56  pbartok
19656
19657         * Form.cs:
19658           - Fixed #region names
19659           - Moved properties and methods into their proper #regions
19660
19661 2004-09-13 10:51  pbartok
19662
19663         * Form.cs:
19664           - Added Accept and CancelButton properties
19665           - Added ProcessDialogKey() method
19666
19667 2004-09-13 08:18  pbartok
19668
19669         * IWindowTarget.cs:
19670           - Initial check-in
19671
19672 2004-09-10 21:50  pbartok
19673
19674         * Control.cs:
19675           - Added DoDragDrop() [incomplete]
19676           - Properly implemented 'Visible' handling
19677           - Added SetVisibleCore()
19678           - Implemented FindChildAtPoint()
19679           - Implemented GetContainerControl()
19680           - Implemented Hide()
19681
19682 2004-09-10 19:28  pbartok
19683
19684         * Control.cs:
19685           - Moved methods into their appropriate #regions
19686           - Reordered methods within regions alphabetically
19687
19688 2004-09-10 18:57  pbartok
19689
19690         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
19691           - Added method to retrieve text from window
19692
19693 2004-09-10 18:56  pbartok
19694
19695         * Control.cs:
19696           - Moved some internal functions into the internal region
19697           - Implemented FontHeight
19698           - Implemented RenderRightToLeft
19699           - Implemented ResizeRedraw
19700           - Implemented ShowFocusCues
19701           - Implemented ShowKeyboardCues
19702           - Implemented FromChildHandle
19703           - Implemented FromHandle
19704           - Implemented IsMnemonic
19705           - Implemented ReflectMessage
19706           - All public and protected Static Methods are now complete
19707
19708 2004-09-10 16:54  pbartok
19709
19710         * Control.cs:
19711           - Implemented remaining missing public instance properties
19712           - Alphabetized some out of order properties
19713
19714 2004-09-10 05:51  ravindra
19715
19716         * PictureBox.cs: Added a check for null image.
19717
19718 2004-09-10 00:59  jordi
19719
19720         * GroupBox.cs: remove cvs tag
19721
19722 2004-09-09 05:25  ravindra
19723
19724         * ToolBar.cs: Make redraw accessible from ToolBarButton.
19725
19726 2004-09-09 05:23  ravindra
19727
19728         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
19729           parent redraw.
19730
19731 2004-09-09 02:28  pbartok
19732
19733         * ThemeWin32Classic.cs:
19734           - Improve disabled string look
19735
19736 2004-09-09 01:15  jordi
19737
19738         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
19739           args and handler
19740
19741 2004-09-08 23:56  ravindra
19742
19743         * ItemBoundsPortion.cs: It's enum, not a class!
19744
19745 2004-09-08 23:47  ravindra
19746
19747         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
19748           Enums for Form.
19749
19750 2004-09-08 21:13  ravindra
19751
19752         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
19753           ListView control.
19754
19755 2004-09-08 21:03  ravindra
19756
19757         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
19758           avoid crash.
19759
19760 2004-09-08 21:01  ravindra
19761
19762         * ScrollableControl.cs: Removed unreachable code.
19763
19764 2004-09-08 06:45  jordi
19765
19766         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
19767
19768 2004-09-08 01:00  jackson
19769
19770         * XplatUIX11.cs: Only run the timers when updating the message
19771           queue. This effectively gives X messages a higher priority then
19772           timer messages. Timers still need love though
19773
19774 2004-09-07 14:01  jackson
19775
19776         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
19777           this for us and the handle is no longer valid.
19778
19779 2004-09-07 13:59  jackson
19780
19781         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
19782           loop that manages to not crash. TODO: Add poll and cleanup timers
19783
19784 2004-09-07 11:12  jordi
19785
19786         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
19787
19788 2004-09-07 03:40  jordi
19789
19790         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
19791           fixes, methods, multiple links
19792
19793 2004-09-06 06:55  jordi
19794
19795         * Control.cs: Caches ClientRectangle rectangle value
19796
19797 2004-09-05 02:03  jordi
19798
19799         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
19800           certain situations
19801
19802 2004-09-04 11:10  jordi
19803
19804         * Label.cs: Refresh when font changed
19805
19806 2004-09-02 16:24  pbartok
19807
19808         * Control.cs:
19809           - Added sanity check to creation of double buffer bitmap
19810
19811 2004-09-02 16:24  pbartok
19812
19813         * ButtonBase.cs:
19814           - Fixed selection of text color
19815           - Fixed handling of resize event; now properly recreates double
19816             buffering bitmap
19817           - Added missing assignment of TextAlignment
19818           - Added proper default for TextAlignment
19819
19820 2004-09-02 14:26  pbartok
19821
19822         * RadioButton.cs:
19823           - Added missing RadioButton.RadioButtonAccessibleObject class
19824
19825 2004-09-02 14:26  pbartok
19826
19827         * Control.cs:
19828           - Added missing Control.ControlAccessibleObject class
19829           - Started to implement Select()ion mechanisms, still very incomplete
19830
19831 2004-09-02 14:25  pbartok
19832
19833         * AccessibleObject.cs:
19834           - Added missing methods
19835
19836 2004-09-02 14:23  pbartok
19837
19838         * AccessibleNavigation.cs, AccessibleSelection.cs:
19839           - Initial check-in
19840
19841 2004-09-02 10:32  jordi
19842
19843         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
19844           pool for pens, brushes, and hatchbruses
19845
19846 2004-09-01 15:30  jackson
19847
19848         * StatusBar.cs: Fix typo
19849
19850 2004-09-01 14:44  pbartok
19851
19852         * RadioButton.cs:
19853           - Fixed state
19854
19855 2004-09-01 14:39  pbartok
19856
19857         * Button.cs, RadioButton.cs:
19858           - Functional initial check-in
19859
19860 2004-09-01 14:01  pbartok
19861
19862         * CheckBox.cs:
19863           - Added missing default
19864           - Added missing region mark
19865
19866 2004-09-01 09:10  jordi
19867
19868         * Label.cs: fixes method signatures, new methods, events, fixes
19869           autosize
19870
19871 2004-09-01 07:19  jordi
19872
19873         * Control.cs: Init string variables with an empty object
19874
19875 2004-09-01 04:20  jordi
19876
19877         * Control.cs: fires OnFontChanged event
19878
19879 2004-08-31 20:07  pbartok
19880
19881         * ButtonBase.cs:
19882           - Enabled display of strings
19883
19884 2004-08-31 20:05  pbartok
19885
19886         * Form.cs:
19887           - Added (partial) implementation of DialogResult; rest needs to be
19888             implemented when the modal loop code is done
19889
19890 2004-08-31 19:55  pbartok
19891
19892         * CheckBox.cs:
19893           - Fixed to match the removal of the needs_redraw concept
19894
19895 2004-08-31 19:55  pbartok
19896
19897         * ButtonBase.cs:
19898           - Removed the rather odd split between 'needs redraw' and redrawing
19899           - Now handles the events that require regeneration (ambient
19900             properties and size)
19901
19902 2004-08-31 19:41  pbartok
19903
19904         * Control.cs:
19905           - Added firing of BackColorChanged event
19906           - Added TopLevelControl property
19907           - Fixed handling of WM_ERASEBKGRND message
19908
19909 2004-08-31 12:49  pbartok
19910
19911         * ButtonBase.cs:
19912           - Removed debug
19913           - Minor fixes
19914
19915 2004-08-31 12:48  pbartok
19916
19917         * CheckBox.cs:
19918           - Finished (famous last words)
19919
19920 2004-08-31 04:35  jordi
19921
19922         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
19923           scrolling bugs, adds new methods
19924
19925 2004-08-30 14:42  pbartok
19926
19927         * CheckBox.cs:
19928           - Implemented CheckBox drawing code
19929
19930 2004-08-30 14:42  pbartok
19931
19932         * ButtonBase.cs:
19933           - Made Redraw() and CheckRedraw() virtual
19934           - Improved mouse up/down/move logic to properly track buttons
19935
19936 2004-08-30 09:44  pbartok
19937
19938         * CheckBox.cs:
19939           - Updated to fix broken build. Not complete yet.
19940
19941 2004-08-30 09:28  pbartok
19942
19943         * CheckState.cs:
19944           - Initial checkin
19945
19946 2004-08-30 09:17  pbartok
19947
19948         * Appearance.cs:
19949           - Initial check-in
19950
19951 2004-08-27 16:12  ravindra
19952
19953         * ToolBarButton.cs: Added TypeConverter attribute.
19954
19955 2004-08-27 16:07  ravindra
19956
19957         * ImageIndexConverter.cs: Implemented.
19958
19959 2004-08-27 14:17  pbartok
19960
19961         * Control.cs:
19962           - Removed unneeded stack vars
19963           - First attempt to fix sizing issues when layout is suspended
19964
19965 2004-08-25 15:35  jordi
19966
19967         * ScrollBar.cs: more fixes to scrollbar
19968
19969 2004-08-25 14:04  ravindra
19970
19971         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
19972           Added the missing divider code and grip for ToolBar Control.
19973
19974 2004-08-25 13:20  pbartok
19975
19976         * Control.cs:
19977           - Control now properly passes the ambient background color to child
19978             controls
19979
19980 2004-08-25 13:20  jordi
19981
19982         * ScrollBar.cs: small bug fix regarding bar position
19983
19984 2004-08-25 12:33  pbartok
19985
19986         * Timer.cs:
19987           - Now only calls SetTimer or KillTimer if the enabled state has
19988           changed
19989
19990 2004-08-25 12:33  pbartok
19991
19992         * XplatUIWin32.cs:
19993           - Fixed timer handling, now seems to work
19994           - Improved error message for window creation
19995
19996 2004-08-25 12:32  pbartok
19997
19998         * Control.cs:
19999           - Fixed generation of MouseUp message
20000
20001 2004-08-25 12:29  jordi
20002
20003         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
20004           and fixes for progressbar
20005
20006 2004-08-24 18:43  ravindra
20007
20008         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
20009           in ToolBar control.
20010
20011 2004-08-24 17:15  pbartok
20012
20013         * Panel.cs:
20014           - Added #region
20015           - Added missing events
20016           - Alphabetized
20017
20018 2004-08-24 17:14  pbartok
20019
20020         * StatusBar.cs, PictureBox.cs:
20021           - Now uses Control's CreateParams
20022
20023 2004-08-24 16:36  pbartok
20024
20025         * XplatUIX11.cs:
20026           - Fixed background color handling
20027           - Fixed sending of enter/leave events on a grab
20028
20029 2004-08-24 16:35  pbartok
20030
20031         * X11Structs.cs:
20032           - Refined definitions for CrossingEvent
20033
20034 2004-08-24 12:37  jordi
20035
20036         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
20037           formmating, methods signature, and adds missing events
20038
20039 2004-08-24 12:24  jordi
20040
20041         * Control.cs: fire OnEnabledChanged event
20042
20043 2004-08-24 11:17  pbartok
20044
20045         * XplatUIWin32.cs:
20046           - Implemented SetTimer() and KillTimer()
20047
20048 2004-08-24 11:16  pbartok
20049
20050         * XplatUIX11.cs:
20051           - Now uses Remove instead of Add to kill the timer
20052
20053 2004-08-24 10:16  jackson
20054
20055         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
20056           picture boxes in the theme now. Draw picture box borders and obey
20057           sizing modes
20058
20059 2004-08-24 05:49  jackson
20060
20061         * Timer.cs: Remove top secret debugging code
20062
20063 2004-08-24 05:34  jackson
20064
20065         * PictureBox.cs: Temp hack to make picture boxes draw their full
20066           image
20067
20068 2004-08-24 05:29  jackson
20069
20070         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20071           XplatUIX11.cs: Move timers to the driver level. On X they are
20072           queued by the driver and checked on idle.
20073
20074 2004-08-24 01:07  jackson
20075
20076         * XplatUIX11.cs: Use a queue for async messages instead of passing
20077           them as ClientMessages since that was totally broken. Also simply
20078           check for events and return an idle message if none are found. This
20079           gives us an idle handler, and prevents deadlocking when no messages
20080           are in the queue.
20081
20082 2004-08-23 18:19  ravindra
20083
20084         * XplatUIWin32.cs: Removed the unwanted destructor.
20085
20086 2004-08-23 17:27  pbartok
20087
20088         * ButtonBase.cs:
20089           - Finishing touches. Works now, just needs some optimizations.
20090
20091 2004-08-23 16:53  jordi
20092
20093         * ScrollBar.cs: small fix
20094
20095 2004-08-23 16:45  pbartok
20096
20097         * Application.cs:
20098           - Removed debug output
20099           - Simplifications
20100
20101 2004-08-23 16:43  jordi
20102
20103         * ScrollBar.cs: [no log message]
20104
20105 2004-08-23 16:10  pbartok
20106
20107         * Form.cs:
20108           - Fixed handling of WM_CLOSE message
20109           - Removed debug output
20110
20111 2004-08-23 16:09  pbartok
20112
20113         * Application.cs:
20114           - Added handling of Idle event
20115           - Added handling of form closing
20116           - Fixed reporting of MessageLoop property
20117           - Removed some unneeded code, should provide a bit of a speedup
20118
20119 2004-08-23 15:22  pbartok
20120
20121         * Control.cs:
20122           - Added InitLayout() method
20123           - Added code to properly perform layout when Anchor or Dock property
20124             is changed
20125           - Changed 'interpretation' of ResumeLayout. MS seems to have a
20126             LAMESPEC, tried to do it in a way that makes sense
20127
20128 2004-08-23 14:10  jordi
20129
20130         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
20131           properties and methods
20132
20133 2004-08-23 13:55  pbartok
20134
20135         * Control.cs:
20136           - Properly fixed Jordi's last fix
20137           - Now uses Cursor's Position property instead of calling XplatUI
20138           directly
20139
20140 2004-08-23 13:44  jordi
20141
20142         * PaintEventHandler.cs: Adding missing attribute
20143
20144 2004-08-23 13:39  pbartok
20145
20146         * Cursor.cs:
20147           - Implemented Position property
20148
20149 2004-08-23 13:39  pbartok
20150
20151         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20152           - Added method to move mouse cursor
20153
20154 2004-08-23 13:39  pbartok
20155
20156         * XplatUIX11.cs:
20157           - Fixed setting of background color
20158           - Added method to move mouse cursor
20159
20160 2004-08-23 13:16  jordi
20161
20162         * Control.cs: avoids null exception
20163
20164 2004-08-22 17:46  jackson
20165
20166         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
20167           PictureBox
20168
20169 2004-08-22 17:40  jackson
20170
20171         * XplatUIX11.cs: Add some missing locks
20172
20173 2004-08-22 15:10  pbartok
20174
20175         * Control.cs, Form.cs:
20176           - Removed OverlappedWindow style from Control, instead it's default
20177             now is child
20178           - Made form windows OverlappedWindow by default
20179
20180 2004-08-22 13:34  jackson
20181
20182         * ScrollBar.cs: Update the position through the Value property so
20183           the OnValueChanged event is raised.
20184
20185 2004-08-22 12:04  pbartok
20186
20187         * SWF.csproj:
20188           - Added Cursor.cs and UserControl.cs
20189
20190 2004-08-22 12:03  pbartok
20191
20192         * Cursor.cs:
20193           - Started implementation, not usable yet
20194
20195 2004-08-22 12:00  pbartok
20196
20197         * UserControl.cs:
20198           - Implemented UserControl (complete)
20199
20200 2004-08-21 19:20  ravindra
20201
20202         * ToolBar.cs: Correcting the formatting mess of VS.NET.
20203
20204 2004-08-21 18:49  ravindra
20205
20206         * ToolBar.cs: Probably this completes the missing attributes in
20207           toolbar control.
20208
20209 2004-08-21 18:03  ravindra
20210
20211         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
20212           Fixed toolbar control signatures.
20213
20214 2004-08-21 16:32  pbartok
20215
20216         * LinkLabel.cs:
20217           - Signature Fixes
20218
20219 2004-08-21 16:30  pbartok
20220
20221         * Label.cs:
20222           - Signature fixes
20223
20224 2004-08-21 16:19  pbartok
20225
20226         * Control.cs, Label.cs:
20227           - Signature fixes
20228
20229 2004-08-21 15:57  pbartok
20230
20231         * ButtonBase.cs:
20232           - Added loads of debug output for development
20233           - Fixed typo in method name
20234
20235 2004-08-21 15:52  pbartok
20236
20237         * ToolBarButtonClickEventArgs.cs:
20238           - Added missing base class
20239
20240 2004-08-21 14:53  pbartok
20241
20242         * Control.cs:
20243           - Updated to match new GrabWindow signature
20244
20245 2004-08-21 14:51  pbartok
20246
20247         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20248           - Added method to get default display size
20249
20250 2004-08-21 14:23  pbartok
20251
20252         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20253           - Added method to query current grab state
20254           - Added argument to allow confining a grab to a window
20255
20256 2004-08-21 14:22  pbartok
20257
20258         * Keys.cs:
20259           - Added [Flags] attribute so that modifiers can be used in bitwise
20260           ops
20261
20262 2004-08-21 14:21  pbartok
20263
20264         * TrackBar.cs, ScrollBar.cs:
20265           - Replaced direct XplatUI calls with their Control counterpart
20266
20267 2004-08-21 13:32  pbartok
20268
20269         * Control.cs:
20270           - Implemented Created property
20271
20272 2004-08-21 13:28  pbartok
20273
20274         * Control.cs:
20275           - Implemented ContainsFocus
20276
20277 2004-08-21 13:26  pbartok
20278
20279         * Control.cs:
20280           - Implemented CausesValidation
20281
20282 2004-08-21 13:21  pbartok
20283
20284         * Control.cs:
20285           - Implemented CanFocus
20286           - Implemented CanSelect
20287           - Implemented Capture
20288
20289 2004-08-21 12:35  pbartok
20290
20291         * XplatUIWin32.cs:
20292           - Fixed bug with Async message handling
20293           - Implemented getting the ModifierKeys
20294
20295 2004-08-21 12:32  jackson
20296
20297         * AsyncMethodResult.cs: Make sure we have the mutex before we
20298           release it. Fixes BeginInvoke on windows
20299
20300 2004-08-21 11:31  pbartok
20301
20302         * XplatUIWin32.cs, XplatUIX11.cs:
20303           - Drivers now return proper mouse state
20304
20305 2004-08-21 10:54  jackson
20306
20307         * Control.cs: Implement EndInvoke
20308
20309 2004-08-21 10:48  jackson
20310
20311         * Timer.cs: Remove unneeded finalizer
20312
20313 2004-08-20 19:52  ravindra
20314
20315         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
20316           in mouse event handling in the ToolBar control.
20317
20318 2004-08-20 19:50  ravindra
20319
20320         * ImageList.cs: Changed draw method to use the arguments passed in
20321           to draw the image.
20322
20323 2004-08-20 18:58  pbartok
20324
20325         * XplatUIStructs.cs:
20326           - Added private message for async communication
20327
20328 2004-08-20 17:38  ravindra
20329
20330         * Control.cs: Made RightToLeft property virtual and removed a
20331           Console.WriteLine.
20332
20333 2004-08-20 14:39  jordi
20334
20335         * ThemeGtk.cs: use style_attach
20336
20337 2004-08-20 14:39  pbartok
20338
20339         * XplatUIWin32.cs:
20340           - Added jackson's Async code from X11 to Win32
20341
20342 2004-08-20 14:09  pbartok
20343
20344         * SWF.csproj:
20345           - Added all new files
20346
20347 2004-08-20 14:09  pbartok
20348
20349         * Control.cs:
20350           - Added call to set window background color
20351
20352 2004-08-20 14:03  pbartok
20353
20354         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20355           - Added method for setting the window background
20356
20357 2004-08-20 14:02  pbartok
20358
20359         * XplatUIWin32.cs:
20360           - Added method for setting the background color
20361           - Added handling for erasing the window background
20362
20363 2004-08-20 13:45  jordi
20364
20365         * TrackBar.cs: fixes timer, new properties and methods
20366
20367 2004-08-20 13:34  jackson
20368
20369         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
20370           correct thread
20371
20372 2004-08-20 13:22  jackson
20373
20374         * Timer.cs: Timer Tick events are now handed through Controls Async
20375           mechanism so the callbacks are executed in the same thread as X
20376
20377 2004-08-20 13:19  jackson
20378
20379         * XplatUIDriver.cs: Expose functionality to send async messages
20380           through the driver
20381
20382 2004-08-20 13:18  jackson
20383
20384         * Control.cs: Implement Begininvoke
20385
20386 2004-08-20 13:14  jackson
20387
20388         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
20389           messages through the driver
20390
20391 2004-08-20 13:12  jackson
20392
20393         * XplatUIX11.cs: Lock before all X operations. Also added Async
20394           method functionality through XSendEvent
20395
20396 2004-08-20 13:11  jackson
20397
20398         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
20399           This will screw up on 64 bit systems)
20400
20401 2004-08-20 13:10  jackson
20402
20403         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
20404           Async messages through X/Win32
20405
20406 2004-08-19 19:39  pbartok
20407
20408         * XplatUIX11.cs:
20409           - Updated code to match new HandleData.DeviceContext type
20410
20411 2004-08-19 19:38  pbartok
20412
20413         * HandleData.cs:
20414           - Made DeviceContext a generic object to allow usage from various
20415           drivers
20416           - Added support for queueing Windows messages
20417
20418 2004-08-19 19:37  pbartok
20419
20420         * XplatUIWin32.cs:
20421           - Added generation of MouseEnter, MouseLeave and MouseHover events
20422           - Added cleanup on EndPaint
20423
20424 2004-08-19 19:17  pbartok
20425
20426         * Control.cs:
20427           - Added handling of WM_MOUSEHOVER
20428           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
20429           code
20430
20431 2004-08-19 18:55  jordi
20432
20433         * ThemeGtk.cs: fixes button order
20434
20435 2004-08-19 18:12  jordi
20436
20437         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
20438
20439 2004-08-19 17:09  pbartok
20440
20441         * Control.cs:
20442           - Added Right property
20443           - Added RightToLeft property
20444
20445 2004-08-19 16:27  jordi
20446
20447         * ThemeGtk.cs: experimental GTK theme support
20448
20449 2004-08-19 16:26  jordi
20450
20451         * ITheme.cs, Theme.cs: move themes from an interface to a class
20452
20453 2004-08-19 16:25  jordi
20454
20455         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
20456           theme enhancaments
20457
20458 2004-08-19 16:04  pbartok
20459
20460         * XplatUIX11.cs:
20461           - Added colormap basics
20462           - Added a way to re-initialize with a different display handle
20463           - Fixed setting of the window background color
20464           - Added various X11 imports related to colors and colormaps
20465
20466 2004-08-19 15:51  pbartok
20467
20468         * X11Structs.cs:
20469           - Removed packing hints (Paolo suggested this a while back)
20470           - fixed colormap type
20471           - Added default Atom types
20472           - Added Screen and color structs and enums
20473
20474 2004-08-19 15:39  pbartok
20475
20476         * ImageList.cs:
20477           - Added missing Draw() method
20478           - Added missing RecreateHandle event
20479
20480 2004-08-19 15:30  pbartok
20481
20482         * Form.cs:
20483           - Added handling of WM_CLOSE
20484
20485 2004-08-18 13:16  jordi
20486
20487         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
20488           a table
20489
20490 2004-08-18 09:56  jordi
20491
20492         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
20493
20494 2004-08-17 15:31  ravindra
20495
20496         * SWF.csproj: Updated project.
20497
20498 2004-08-17 15:25  pbartok
20499
20500         * Control.cs:
20501           - Drawing improvement; don't call UpdateBounds if we are not visible
20502             (or have been minimized)
20503
20504 2004-08-17 15:24  pbartok
20505
20506         * XplatUIWin32.cs:
20507           - Finished IsVisible
20508           - Added Win32GetWindowPlacement
20509
20510 2004-08-17 15:08  jackson
20511
20512         * Panel.cs: Initial checkin of the Panel
20513
20514 2004-08-17 14:25  pbartok
20515
20516         * Control.cs:
20517           - Fixed broken handling of default window sizes
20518
20519 2004-08-17 13:29  jackson
20520
20521         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
20522           has a large startup time.
20523
20524 2004-08-17 10:25  jackson
20525
20526         * HandleData.cs: union areas properly
20527
20528 2004-08-17 10:12  jackson
20529
20530         * HandleData.cs: union areas properly
20531
20532 2004-08-16 20:00  ravindra
20533
20534         * ToolBar.cs, ToolBarButton.cs: Added attributes.
20535
20536 2004-08-16 18:48  ravindra
20537
20538         * ToolBar.cs: Added attributes.
20539
20540 2004-08-16 17:17  ravindra
20541
20542         * SWF.csproj: Updated project.
20543
20544 2004-08-16 17:16  jackson
20545
20546         * XplatUIX11.cs: Check for more expose events before sending a
20547           WM_PAINT so they can all be grouped together. This makes dragging a
20548           window across another window redraw in a sane way.
20549
20550 2004-08-16 15:47  pbartok
20551
20552         * Control.cs:
20553           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
20554             support OnMouseEnter/Leave()
20555           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
20556             exposure handling
20557
20558 2004-08-16 15:46  pbartok
20559
20560         * XplatUIStructs.cs, XplatUIX11.cs:
20561           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
20562           OnMouseEnter/Leave()
20563
20564 2004-08-16 15:34  jackson
20565
20566         * XplatUIX11.cs: Group multiple expose events in HandleData, make
20567           sure messages get the message field set to WM_NULL if they are not
20568           handled.
20569
20570 2004-08-16 15:24  jackson
20571
20572         * HandleData.cs: HandleData is used for storing message information
20573           for window handles
20574
20575 2004-08-15 17:23  ravindra
20576
20577         * ColorDepth.cs: Added attribute.
20578
20579 2004-08-15 17:23  ravindra
20580
20581         * SWF.csproj: Updated project for ToolBar Control.
20582
20583 2004-08-15 17:20  ravindra
20584
20585         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
20586           control and also dos2unix format.
20587
20588 2004-08-15 17:13  ravindra
20589
20590         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
20591           ToolBarButtonClickEventArgs.cs,
20592           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
20593           ToolBarTextAlign.cs: First Implementation of ToolBar control.
20594
20595 2004-08-15 15:31  pbartok
20596
20597         * ButtonBase.cs:
20598           - First (mostly) working version
20599
20600 2004-08-13 16:15  pbartok
20601
20602         * Control.cs:
20603           - Fixed Anchor default
20604
20605 2004-08-13 15:43  pbartok
20606
20607         * Control.cs:
20608           - Changed GetCursorPos signature
20609
20610 2004-08-13 15:42  pbartok
20611
20612         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
20613           - Changed signature for GetCursorPos
20614
20615 2004-08-13 15:25  pbartok
20616
20617         * XplatUIX11.cs:
20618           - Cleanup
20619           - Fixed resizing/exposure handling
20620
20621 2004-08-13 15:22  jordi
20622
20623         * ThemeWin32Classic.cs: removes redundant code and fixes issues
20624           with tickposition
20625
20626 2004-08-13 14:55  jordi
20627
20628         * TrackBar.cs: change from wndproc to events
20629
20630 2004-08-13 13:00  jordi
20631
20632         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20633           XplatUIX11.cs: implements PointToClient (ScreenToClient)
20634
20635 2004-08-13 12:53  pbartok
20636
20637         * XplatUIWin32.cs:
20638           - Changed GetWindowPos to also provide client area size
20639           - Fixed broken prototypes for several win32 functions
20640
20641 2004-08-13 12:53  pbartok
20642
20643         * XplatUI.cs, XplatUIDriver.cs:
20644           - Changed GetWindowPos to also provide client area size
20645
20646 2004-08-13 12:52  pbartok
20647
20648         * XplatUIX11.cs:
20649           - Added generation of WM_POSCHANGED
20650           - Changed GetWindowPos to also provide client area size
20651
20652 2004-08-13 12:52  pbartok
20653
20654         * Control.cs:
20655           - Added Dispose() and destructor
20656           - Fixed resizing and bounds calculation
20657           - Fixed Layout
20658           - Added memory savings for invisible windows
20659
20660 2004-08-13 12:46  jordi
20661
20662         * TrackBar.cs: adds timer and grap window
20663
20664 2004-08-13 10:25  jackson
20665
20666         * Timer.cs: SWF Timer
20667
20668 2004-08-12 16:59  pbartok
20669
20670         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20671           - Implemented method to get current mouse position
20672
20673 2004-08-12 14:29  jordi
20674
20675         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
20676           enhancement, fix mouse problems, highli thumb, etc
20677
20678 2004-08-12 13:31  pbartok
20679
20680         * Control.cs:
20681           - Fixed Anchoring bugs
20682
20683 2004-08-12 13:01  jackson
20684
20685         * StatusBar.cs: Don't forget things
20686
20687 2004-08-12 12:54  jackson
20688
20689         * ThemeWin32Classic.cs: Handle owner draw status bars
20690
20691 2004-08-12 12:54  jackson
20692
20693         * StatusBar.cs: Implement missing properties, events, and methods.
20694           Handle mouse clicking
20695
20696 2004-08-12 10:19  jackson
20697
20698         * StatusBarPanelClickEventArgs.cs,
20699           StatusBarPanelClickEventHandler.cs: Classes for handling status
20700           bar panel click events
20701
20702 2004-08-12 10:10  jackson
20703
20704         * Control.cs: Add missing properties
20705
20706 2004-08-12 09:46  pbartok
20707
20708         * BindingsManagerBase.cs:
20709           - Name changed to BindingManagerBase.cs
20710
20711 2004-08-12 09:25  jordi
20712
20713         * ScrollableControl.cs: calls ctrlbase instead of exeception
20714
20715 2004-08-11 16:28  pbartok
20716
20717         * InputLanguageChangingEventArgs.cs:
20718           - Never check in before compiling. Fixes the last check-in
20719
20720 2004-08-11 16:26  pbartok
20721
20722         * InputLanguageChangingEventArgs.cs:
20723           - More signature fixes
20724
20725 2004-08-11 16:20  pbartok
20726
20727         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
20728           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
20729           ImageListStreamer.cs, InputLanguage.cs,
20730           InputLanguageChangedEventArgs.cs,
20731           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
20732           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
20733           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
20734           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20735           - Signature fixes
20736
20737 2004-08-11 16:16  pbartok
20738
20739         * Application.cs:
20740           - Fixed Signature
20741           - Added .Net 1.1 method
20742
20743 2004-08-11 15:25  pbartok
20744
20745         * SWF.csproj:
20746           - Fixed BindingManagerBase.cs filename
20747
20748 2004-08-11 15:22  pbartok
20749
20750         * BindingManagerBase.cs:
20751           - Was checked in with wrong filename
20752
20753 2004-08-11 14:50  pbartok
20754
20755         * SWF.csproj:
20756           - Updated
20757
20758 2004-08-11 13:41  jordi
20759
20760         * XplatUIWin32.cs: Fixes ClientRect
20761
20762 2004-08-11 13:19  pbartok
20763
20764         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
20765           XplatUIX11.cs:
20766           - We had SetWindowPos and MoveWindow to set window positions and
20767             size, removed MoveWindow. We have GetWindowPos, so it made sense to
20768             keep SetWindowPos as matching counterpart
20769           - Added some X11 sanity checking
20770
20771 2004-08-11 12:59  pbartok
20772
20773         * Control.cs:
20774           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
20775             (It seems that SetBounds is just a front for SetBoundsCore and
20776              SetBoundsCore updates the underlying window system and
20777              UpdateBounds is responsible for updating the variables associated
20778              with the Control and sending the events)
20779           - Major cleanup of Size handling; we now have two sizes, client_size
20780             and bounds. Bounds defines the window with decorations, client_size
20781             without them.
20782
20783 2004-08-11 12:55  pbartok
20784
20785         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20786           - Added method to calculate difference between decorated window and
20787             raw client area
20788
20789 2004-08-11 12:54  pbartok
20790
20791         * Label.cs:
20792           - Forcing redraw on resize
20793
20794 2004-08-11 11:43  pbartok
20795
20796         * ImageList.cs:
20797           - Removed disposing of the actual images when the list is disposed
20798
20799 2004-08-11 09:13  pbartok
20800
20801         * Control.cs:
20802           - Now properly reparents windows
20803
20804 2004-08-11 08:37  pbartok
20805
20806         * Control.cs:
20807           - Duh!
20808
20809 2004-08-11 07:47  pbartok
20810
20811         * Control.cs:
20812           - Rewrote the collection stuff. Might not be as fast now, not
20813             keeping the number of children around and accessible directly, but
20814             it's more straightforward
20815
20816 2004-08-11 07:44  pbartok
20817
20818         * AccessibleObject.cs:
20819           - Fixed to match ControlCollection rewrite
20820
20821 2004-08-11 07:43  pbartok
20822
20823         * ImageList.cs:
20824           - Added missing creation of the collection list
20825
20826 2004-08-10 20:08  jackson
20827
20828         * StatusBar.cs: Get the paint message from WndProc
20829
20830 2004-08-10 19:31  jackson
20831
20832         * ThemeWin32Classic.cs: Create Brushes as little as possible
20833
20834 2004-08-10 19:20  jackson
20835
20836         * UICues.cs: Add Flags attribute
20837
20838 2004-08-10 19:19  jackson
20839
20840         * StatusBarPanel.cs: Signature cleanup
20841
20842 2004-08-10 19:10  jackson
20843
20844         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
20845           Initial implementation of status bar item drawing
20846
20847 2004-08-10 17:27  jordi
20848
20849         * TrackBar.cs: add missing methods, properties, and restructure to
20850           hide extra ones
20851
20852 2004-08-10 16:24  jackson
20853
20854         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
20855           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
20856           attribute
20857
20858 2004-08-10 13:21  jordi
20859
20860         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
20861           enhancements and standarize on win colors defaults
20862
20863 2004-08-10 12:52  jackson
20864
20865         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
20866           ThemeWin32Classic.cs: Implement DrawItem functionality
20867
20868 2004-08-10 12:47  jordi
20869
20870         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
20871
20872 2004-08-10 12:32  jordi
20873
20874         * Control.cs: throw ontextchange event
20875
20876 2004-08-10 11:43  pbartok
20877
20878         * Control.cs:
20879           - Added more to the still unfinished Dock/Anchor layout code
20880
20881 2004-08-10 11:39  pbartok
20882
20883         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
20884           - Added GetWindowPos method
20885
20886 2004-08-10 11:36  pbartok
20887
20888         * XplatUIWin32.cs:
20889           - Implemented several methods
20890
20891 2004-08-10 09:47  jackson
20892
20893         * TrackBar.cs: Allow control to handle buffering
20894
20895 2004-08-10 09:41  jackson
20896
20897         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
20898
20899 2004-08-10 09:24  jackson
20900
20901         * Label.cs, LinkLabel.cs: Let Control handle buffering.
20902
20903 2004-08-10 09:09  jackson
20904
20905         * StatusBar.cs: Let Control handle all the buffering.
20906
20907 2004-08-10 09:08  jackson
20908
20909         * Control.cs: Control will now handle the buffering code, so each
20910           control does not have to implement this.
20911
20912 2004-08-10 08:34  jackson
20913
20914         * XplatUIDriver.cs: Use default colors from the theme
20915
20916 2004-08-09 17:12  pbartok
20917
20918         * ImageList.cs:
20919           - Fixed several bugs Ravindra pointed out
20920
20921 2004-08-09 16:11  pbartok
20922
20923         * Control.cs:
20924           - Added incomplete dock layout code
20925           - Added support for mouse wheel
20926
20927 2004-08-09 16:09  pbartok
20928
20929         * XplatUIX11.cs:
20930           - Added handling for middle and right mousebutton
20931           - Added handling for mouse wheel
20932           - Added handling for key state and mouse state and position
20933           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
20934           messages
20935
20936 2004-08-09 15:40  jackson
20937
20938         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
20939           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
20940           checkin
20941
20942 2004-08-09 15:37  jackson
20943
20944         * StatusBar.cs: Initial implementation of StatusBar
20945
20946 2004-08-09 15:36  jackson
20947
20948         * ITheme.cs: Add support for drawing status bar and getting status
20949           bar item sizes
20950
20951 2004-08-09 15:35  pbartok
20952
20953         * MouseButtons.cs:
20954           - Fixed values
20955
20956 2004-08-09 15:34  jackson
20957
20958         * ThemeWin32Classic.cs: Add support for drawing status bar and get
20959           status bar item sizes
20960
20961 2004-08-09 15:21  jackson
20962
20963         * ThemeWin32Classic.cs: Use known colors for default control
20964           colours
20965
20966 2004-08-09 15:12  jackson
20967
20968         * ThemeWin32Classic.cs: Make the default font static, it is static
20969           in control so this doesn't change functionality and creating fonts
20970           is sloooooow.
20971
20972 2004-08-09 14:56  pbartok
20973
20974         * X11Structs.cs:
20975           - Added GrabMode enum
20976
20977 2004-08-09 14:55  pbartok
20978
20979         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20980           - Removed Run method, was only required for initial development
20981
20982 2004-08-09 14:51  pbartok
20983
20984         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
20985           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
20986           capture
20987
20988 2004-08-09 13:48  pbartok
20989
20990         * XplatUIX11.cs:
20991           - Fixed default sizing for child windows
20992
20993 2004-08-09 12:56  pbartok
20994
20995         * XplatUIX11.cs:
20996           - Added generation of WM_DESTROY message
20997           - Added handling of window manager induced shutdown
20998
20999 2004-08-09 11:31  jackson
21000
21001         * ThemeWin32Classic.cs: New names for control properties
21002
21003 2004-08-09 11:25  jackson
21004
21005         * Control.cs: Use new color names
21006
21007 2004-08-09 11:02  jackson
21008
21009         * XplatUI.cs: Get default window properties from the theme
21010
21011 2004-08-09 11:01  jackson
21012
21013         * ITheme.cs: The theme engine now controls default window
21014           properties
21015
21016 2004-08-09 11:00  jackson
21017
21018         * ThemeWin32Classic.cs: Add default window color properties
21019
21020 2004-08-09 10:17  jackson
21021
21022         * ThemeWin32Classic.cs: Use correct default back color
21023
21024 2004-08-09 10:05  jackson
21025
21026         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
21027           the theme now.
21028
21029 2004-08-09 09:56  jackson
21030
21031         * XplatUI.cs: Remove defaults, these are handled by the theme now.
21032
21033 2004-08-09 09:54  jackson
21034
21035         * Control.cs: Get default properties from the theme.
21036
21037 2004-08-09 09:53  jackson
21038
21039         * ITheme.cs: Themes now handle default control properties
21040
21041 2004-08-09 09:53  jackson
21042
21043         * ThemeWin32Classic.cs: Themes now handle default control
21044           properties so coloring will be consistent
21045
21046 2004-08-08 16:54  jordi
21047
21048         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
21049
21050 2004-08-08 15:08  jordi
21051
21052         * XplatUIX11.cs: fixes keyboard crash
21053
21054 2004-08-08 13:47  jordi
21055
21056         * Label.cs: add cvs header info
21057
21058 2004-08-08 12:09  jackson
21059
21060         * ThemeWin32Classic.cs: Add pen_buttonface
21061
21062 2004-08-08 11:52  jordi
21063
21064         * Label.cs, LinkLabel.cs: [no log message]
21065
21066 2004-08-08 11:34  jordi
21067
21068         * ThemeWin32Classic.cs: Use Windows Standard Colours
21069
21070 2004-08-07 17:32  jordi
21071
21072         * TrackBar.cs: throw exceptions of invalid enums values
21073
21074 2004-08-07 17:31  jordi
21075
21076         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
21077           draw method name
21078
21079 2004-08-07 16:56  jackson
21080
21081         * HorizontalAlignment.cs: Initial checkin
21082
21083 2004-08-07 13:16  jordi
21084
21085         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
21086           methods
21087
21088 2004-08-07 13:05  jordi
21089
21090         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
21091           GetSysColor defines
21092
21093 2004-08-06 18:01  pbartok
21094
21095         * ThemeWin32Classic.cs:
21096           - Fixed some rounding issues with float/int
21097
21098 2004-08-06 18:00  jackson
21099
21100         * DockStyle.cs, AnchorStyles.cs:
21101
21102                   Add flags and serializable attributes.
21103
21104 2004-08-06 17:46  pbartok
21105
21106         * XplatUIX11.cs:
21107           - Implemented GetParent
21108
21109 2004-08-06 17:18  pbartok
21110
21111         * TrackBar.cs:
21112           - Fixed some rounding issues with float/int
21113
21114 2004-08-06 17:17  pbartok
21115
21116         * X11Structs.cs, XplatUIX11.cs:
21117           - Fixed Refresh and Invalidate
21118
21119 2004-08-06 15:30  pbartok
21120
21121         * Control.cs, X11Structs.cs, XplatUIX11.cs:
21122           - Fixed recursive loop when resizing
21123           - Improved/fixed redrawing on expose messages
21124
21125 2004-08-06 09:53  jordi
21126
21127         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
21128           keyboard navigation
21129
21130 2004-08-06 08:02  pbartok
21131
21132         * X11Structs.cs, XplatUIX11.cs:
21133           - Fixed reparenting
21134           - Fixed window border creation
21135
21136 2004-08-05 15:38  pbartok
21137
21138         * XplatUIX11.cs:
21139           - Attempted fix for reparenting problems
21140
21141 2004-08-04 15:14  pbartok
21142
21143         * Control.cs:
21144           - Fixed Invalidation bug (calculated wrong client area)
21145           - Added ClientSize setter
21146
21147 2004-08-04 15:13  pbartok
21148
21149         * Form.cs:
21150           - Added AutoScale properties
21151
21152 2004-08-04 15:13  pbartok
21153
21154         * SWF.csproj:
21155           - Added latest files
21156
21157 2004-08-04 14:11  pbartok
21158
21159         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21160           XplatUIX11.cs:
21161           - Added Invalidate handling
21162
21163 2004-08-03 17:09  jordi
21164
21165         * XplatUIDriver.cs: fixes spelling mistake
21166
21167 2004-07-27 09:53  jordi
21168
21169         * TrackBar.cs: fixes trackbar events, def classname, methods
21170           signature
21171
21172 2004-07-27 09:29  jordi
21173
21174         * ScrollBar.cs: fixes scrollbar events
21175
21176 2004-07-27 04:38  jordi
21177
21178         * Control.cs: changes to be able to run winforms samples
21179
21180 2004-07-26 11:42  jordi
21181
21182         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
21183           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
21184
21185 2004-07-26 05:41  jordi
21186
21187         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
21188           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
21189           implementation
21190
21191 2004-07-22 09:22  jordi
21192
21193         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
21194           check link overlapping, implement events, and fixes
21195
21196 2004-07-21 10:28  jordi
21197
21198         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
21199
21200 2004-07-21 10:19  jordi
21201
21202         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
21203           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
21204           LinkLabelLinkClickedEventArgs.cs,
21205           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
21206           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
21207           implementation
21208
21209 2004-07-19 13:09  jordi
21210
21211         * Control.cs, Label.cs: label control re-written: added missing
21212           functionlity, events, and properties
21213
21214 2004-07-19 10:49  jordi
21215
21216         * Control.cs: fixes SetBounds logic
21217
21218 2004-07-19 01:29  jordi
21219
21220         * Control.cs: Call RefreshWindow only if the window has created
21221
21222 2004-07-15 14:05  pbartok
21223
21224         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
21225           - Implemented ImageList and ImageList.ImageCollection classes
21226           - Added ColorDepth enumeration
21227           - Updated SWF VS.Net project
21228
21229 2004-07-15 11:06  jordi
21230
21231         * XplatUIStructs.cs: added MsgButons enum
21232
21233 2004-07-15 11:03  jordi
21234
21235         * Control.cs: added basic mouse handeling events
21236
21237 2004-07-15 03:38  jordi
21238
21239         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
21240           Vertical TrackBar control implementation
21241
21242 2004-07-13 09:33  jordi
21243
21244         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
21245
21246 2004-07-13 09:31  jordi
21247
21248         * Control.cs, Form.cs: commit: new properties and fixes form size
21249           problems
21250
21251 2004-07-09 14:13  miguel
21252
21253         * ProgressBar.cs: Spelling
21254
21255 2004-07-09 11:25  pbartok
21256
21257         * ProgressBar.cs:
21258           - Removed usage of Rectangle for drawing. Miguel pointed out it's
21259           faster
21260
21261 2004-07-09 11:17  miguel
21262
21263         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
21264
21265                 * ProgressBar.cs: Fixed spelling for `block'
21266
21267                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
21268                 style guidelines.
21269
21270                 Avoid using the += on rect.X, that exposed a bug in the compiler.
21271
21272 2004-07-08 23:21  pbartok
21273
21274         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
21275           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
21276           BaseCollection.cs, Binding.cs, BindingContext.cs,
21277           BindingMemberInfo.cs, BindingsCollection.cs,
21278           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
21279           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
21280           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
21281           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
21282           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
21283           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
21284           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
21285           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
21286           FrameStyle.cs, GiveFeedbackEventArgs.cs,
21287           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
21288           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
21289           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
21290           InputLanguageChangedEventArgs.cs,
21291           InputLanguageChangedEventHandler.cs,
21292           InputLanguageChangingEventArgs.cs,
21293           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
21294           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
21295           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
21296           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
21297           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
21298           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
21299           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
21300           QueryAccessibilityHelpEventArgs.cs,
21301           QueryAccessibilityHelpEventHandler.cs,
21302           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
21303           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
21304           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
21305           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
21306           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
21307           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
21308           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
21309           XplatUIX11.cs, lang.cs:
21310           - Initial check-in
21311