x2007-01-29 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 x2007-01-29  Chris Toshok  <toshok@ximian.com>
2
3         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4         set one, if SetIcon is passed a null icon.
5
6 2007-01-29  Andreia Gaita  <avidigal@novell.com>
7
8         * TextBox.cs: Redraw when the password characters changes
9         * TextControl.cs: Check if textbox has a password char and draw 
10         a line of password chars instead of the text in the line. LineTag gets 
11         an extra Draw() method which allows document.Draw to override the text 
12         that will be drawn. Removes 1024 char limitation on length of passworded 
13         lines.
14
15 2007-01-29  Jackson Harper  <jackson@ximian.com>
16
17         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
18         single chars is not.
19
20 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
21
22         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
23         one pixel.  Fix a StackOverflowException caused by an overload wrongly
24         calling itself.
25
26 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
27
28         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
29         also remove ProcessArrowKey and put the code inside ProcessKeys.
30
31 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
32
33         * PaddingConverter.cs: Added.
34
35 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
36         
37         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
38         ShowPanels is false (fixes #80600). Only draw up to 127 characters
39         of text (fixes #80601). For panels clip the text to draw to the
40         panel (fixes #80603).
41
42 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
43
44         * ComboBox.cs: Fixed implementation of ResetText.
45
46 2007-01-25  Jackson Harper  <jackson@ximian.com>
47
48         * TextControl.cs: For the last char of a line we need to use the
49         line size, not that chars width, since it won't actually be
50         computed since the right side of a char is based on the start of
51         the left side of the next char, and the next char does not exist.
52
53 2007-01-25  Chris Toshok  <toshok@ximian.com>
54
55         * Splitter.cs: fix the new unit tests, and reindent some switch
56         statements.
57
58 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
59
60         * ComboBox.cs: Implemented 2.0 methods and events.
61         * TextBoxBase.cs: Added OnTextUpdate, so that
62         ComboBox.ComboTextBox can inform ComboBox of it.
63
64 2007-01-25  Jackson Harper  <jackson@ximian.com>
65
66         * TextControl.cs: Respect ShowSelection when deciding whether or
67         not to display the caret, this allows comboboxes to have carets
68         when the combotextbox does not have focus.
69
70 2007-01-25  Jackson Harper  <jackson@ximian.com>
71
72         * TextControl.cs: Add a Suspend/Resume for updating, basically the
73         same as the Suspend/Resume for recalc, except this will do actual
74         Invalidates.
75         - New Undo manager, works much like the MS version.
76         - Implemented Redo
77         * TextBoxBase.cs: The Cut operation is undoable.
78
79 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
80         
81         * TextBoxBase.cs: Don't antialias text. Makes it look way better
82         on Windows (no difference on Linux).    
83
84 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
85
86         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
87         we don't want to activate any windows. Fixes #79433.
88
89 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
90
91         - ButtonBase.cs: Fix capitalization of parameter: disposing.
92         [Fixes bug #80609]
93
94 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
95
96         * FileDialog.cs:
97         - Move to using System.ComponentModel.EventHandlerList
98         - Replace Refresh with Invalidate
99         - Clear the mime filecache on closing
100         - Some other memory reducing work. After beeing closed FD now uses
101           only about 300 KB for the fdo mime stuff plus the memory of the
102           cached icons.
103         * Mime.cs: Changed coding style and removed unnecessary commented
104         code. Some more memory memory reducing work.
105
106 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
107
108         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
109         a few other missing 2.0 properties.
110         * Theme.cs: Added DrawFlatStyleComboBox.
111         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
112
113 2007-01-24  Chris Toshok  <toshok@ximian.com>
114
115         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
116         wake_waiting flag, not just when there's data to be read.  if we
117         don't, then future wakeup's won't reach us and we'll be doomed to
118         wait for the entire 1 second timeout forever (unless there are X
119         events to be had).
120
121 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
122
123         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
124         until you pass Items.Count, not Items.Count - 1 like 1.1.
125
126 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
127
128         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
129
130 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
131
132         * ToolStripContainer.cs: The recent Dock fix exposed that I was
133         adding the panels in the wrong order.
134
135 2007-01-24  Jackson Harper  <jackson@ximian.com>
136
137         * TextBoxBase.cs: When we move the caret we also need to move the
138         selection, this fixes some random crashing after doing select
139         text, unselect, delete a char, paste.
140
141 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
142
143         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
144
145 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
146
147         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
148         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
149         * ToolBar.cs: Force redraw in BackgroundImageChanged.
150
151 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
152
153         * ToolBar.cs:
154         - Implement support for vertical toolbars. Fixes #80539;
155         - Call LayoutToolBar when resize, it fix some other problems in layout.
156         - Rename requested_height to requested_size, as we can have width on it
157         when toolbar is vertical.
158         - Create a private property "Vertical" that uses Dock to verify when 
159         toolbar is vertical or not.
160         - Set ControlStyles when change Dock property.
161         - Refactory in LayoutToolBar to have better variables names and to support
162         vertical toolbars.
163         - Fixes default value for ButtonSize when button count is equal zero, size
164         must be (39, 36) test case writed.
165
166 2007-01-23  Chris Toshok  <toshok@ximian.com>
167
168         * Control.cs: fix the checks so that they work correctly for mdi
169         parents/children.
170
171 2007-01-23  Chris Toshok  <toshok@ximian.com>
172
173         * Control.cs: ControlCollection seems to have super-secret
174         abstraction breaking knowledge of Mdi containers.  allow MdiClient
175         to add toplevel controls.
176
177 2007-01-23  Chris Toshok  <toshok@ximian.com>
178
179         * Control.cs: throw an ArgumentException if a toplevel control is
180         added to our control collection from ControlCollection.Add, as
181         well as from ControlCollection.IList.Add.  This fixes the
182         ControlSetTopLevelTest.TestTopLevelAdd unit test.
183
184         Also, in ControlCollection.IList.Add, don't through an
185         ArgumentNullException, throw an ArgumentException, when value ==
186         null.  This matches MS.
187
188 2007-01-23  Chris Toshok  <toshok@ximian.com>
189
190         * BindingSource.cs: initial, incomplete, implementation of
191         BindingSource.
192
193 2007-01-23  Jackson Harper  <jackson@ximian.com>
194
195         * TextControl.cs:
196         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
197         that I can fix a broken unit test (TextBoxTest::ClearUndo)
198         
199 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
200
201         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
202
203 2007-01-23  Andreia Gaita  <avidigal@novell.com>
204
205         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
206         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
207         IndexOfKey() for 2.0
208
209 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
210
211         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
212         to prevent it from changing z-order.
213         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
214         leave UI updates in MdiWindowManager.
215         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
216         1 sized (NC handling goes weird on Linux otherwise).
217         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
218         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
219         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
220         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
221         and SetWindowState(s) to allow for changing the size of an activated child
222         before activating it (reduces a lot of flicker).
223
224 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
225
226         * Form.cs: Changing FormBorderStyle has different semantics based
227         on whether the Form is visible or not.  If not visible, don't change
228         the Size.  But InvalidateNC needs to be called to force the window
229         to pick up the changes and redraw itself.  [Fixes bug #80574]
230
231 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
232
233         [Moma work]
234         * ContainerControl.cs: ProcessCmdKey.
235         * ErrorProvider.cs: new constructor.
236         * Form.cs: fix AutoValidateEvent compiler warning.
237         * Label.cs: fix OnAutoSizeChanged compiler warning.
238         * MenuStrip.cs: fix CanOverflow compiler warning.
239         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
240         * TextBox.cs: Dispose.
241         * ToolStrip.cs: CanOverflow, re-enable double buffering.
242         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
243         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
244         * ToolStripItem.cs: Overflow, RightToLeft properties.
245
246 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
247
248         * Form.cs: Move the layout of the main form to MdiWindowManager.
249         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
250         do a layout of the main window to update MdiClient's client area to
251         the right area. Fixes #80533. Remove the calculation of nc size, 
252         it was just wrong and the correct one is the same as for 
253         InternalWindowManager. 
254
255 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
256
257         * Control.cs: Setting Anchor or Dock needs to reset the other
258         to its default.  [Fixes bug #80556]
259
260 2007-01-20  Chris Toshok  <toshok@ximian.com>
261
262         * CheckedListBox.cs: class status changes.
263
264         * ScrollableControl.cs: same.
265
266         * RichTextBox.cs: same.
267
268         * ContainerControl.cs: same.
269
270         * ListView.cs: same.
271
272         * NotifyIcon.cs: same.
273
274         * MenuStrip.cs: same.
275
276         * RadioButton.cs: same.
277
278         * CheckBox.cs: same.
279
280         * PrintPreviewDialog.cs: same.
281
282         * Form.cs: same.
283
284 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
285
286         * TreeNode.cs: Apply Alan's patch for Name property.
287
288 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
289         
290         * Form.cs: Implemented SizeGripStyle.
291         * SizeGrip.cs: Check for minimum and maximum size for the
292         control being resized and only resize if size has actually
293         changed.
294
295 2007-01-19  Chris Toshok  <toshok@ximian.com>
296
297         * DataGridColumnStyle.cs: stop setting _readonly in the
298         PropertyDescriptor setter.  fixes a unit test failure.
299
300         also, rename ParentReadOnly to TableStyleReadOnly, and have it
301         just consult our table style (if we have one).  We don't need to
302         consult the datagrid readonly attribute because that's passed in
303         as the _ro arg to Edit.  this simplifies things a little.
304         
305         * DataGrid.cs: use CurrentColumn instead of
306         current_cell.ColumnNumber just to simplify some of the code.
307
308         switch the order of some things in the CurrentCell setter to keep
309         the previous cell from getting a textbox again -
310         EnsureCellVisibility causes scrolling to happen, which calls Edit.
311         So we need to set the new cell before calling it.
312         
313         call Edit in OnEnter, as does Microsoft.
314         
315         also, make sure the current table style isn't the one we create
316         initially when checking to see if it's different than the one
317         we're setting it to in BindColumns (this fixes #80421).
318
319         * GridTableStylesCollection.cs: table styles can have "" for a
320         mapping name.  part of the fix for #80421.
321
322         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
323         Edit significantly.
324
325 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
326
327         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
328         and less GDI object leaky-er.
329
330 2007-01-18  Andreia Gaita  <avidigal@novell.com>
331
332         * LinkLabel.cs: Add opaque control style
333
334 2007-01-18  Jackson Harper  <jackson@ximian.com>
335
336         * TextControl.cs: Calculate width properly.
337         - Don't store the tag's X offset, this can be figured out very
338         easily.
339         - When getting the caret tag make sure to get the last empty tag.
340
341 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
342
343         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
344         [Fixes bug #79959]
345
346         * Control.cs: Color.Empty shouldn't count for previous transparent
347         redraw changes.
348
349 2007-01-18  Jackson Harper  <jackson@ximian.com>
350
351         * TextBox.cs:
352         * RichTextBox.cs:
353         * TextControl.cs: Starting to merge in some pieces of my older
354         undo work.  Basically just some slight cleanup of the undo API.
355
356 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
357
358         * TrackBar.cs: Fix signature of RightToLeftLayout.
359         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
360         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
361         * Application.cs: Implemented UseWaitCursor.
362
363 2007-01-18  Jackson Harper  <jackson@ximian.com>
364
365         * TextControl.cs: We can't skip tags if any part of the tag is
366         visible.
367
368 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
369
370         * ContainerControl.cs: Override OnLayout.
371
372 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
373
374         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
375
376         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
377         everything else.
378
379 2007-01-18  Chris Toshok  <toshok@ximian.com>
380
381         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
382         (leftover from the container_selected days, I'd wager).  fixes bug
383         #80546.
384
385 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
386
387         * Control.cs: Apply patch from George to fix the new testcase on
388         bug #80451.  We can't just check for Color.Transparent, we need 
389         to check if the back color's alpha channel is < 255.
390
391 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
392
393         * Form.cs: Move setting show_icon = true to before the constructor
394         so that the base constructor has that information when it calculates
395         the form's size.  Was causing forms to be (6, 6) bigger than they
396         were supposed to be.  Thanks for catching this Rolf!
397
398 2007-01-18  Jackson Harper  <jackson@ximian.com>
399
400         * TextControl.cs: When replacing a selection we need to invalidate
401         from the initial selection start, because selection start is moved
402         to the end of the replacement.
403
404 2007-01-18  Andreia Gaita  <avidigal@novell.com>
405
406         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
407
408 2007-01-18  Chris Toshok  <toshok@ximian.com>
409
410         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
411         I just added.
412
413 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
414
415         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
416         layout methods and properties from ToolBarButton must be available
417         into ToolBarButtonInfo.
418
419 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
420
421         * Control.cs: If the control has a transparent background, we
422         need to refresh it when it moves and when it's parent's background
423         image changes.  [Fixes bug #80451]
424
425 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
426
427         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
428
429 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
430
431         * XplatUIWin32.cs: Implement proper double buffering for Windows.
432         [Fixes bug #80447, and probably speeds up things as well]
433
434 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
435
436         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
437         * XplatUIWin32.cs: We need to recalculate NC size after changing 
438         window style to toolwindow (otherwise the client rectangle will be
439         3 pixels to small for some reason).
440         * MdiWindowManager.cs: Revert NC size calculations to match how
441         they are calculated only based on window styles (to match
442         Win32AdjustWindowRectEx, since otherwise when setting size or 
443         location, Control will call Win32AdjustWindowRectEx to update client 
444         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
445         calculate a different value of client size causing another paint 
446         (and flickering))
447         * InternalWindowManager.cs: When moving or resizing a window only
448         update size or location if they actually changed.
449         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
450         (seems to match Windows behaviour better). Cleaned up 
451         ManagedWindowDecorations to draw what's needed and nothing else
452         (was drawing borders and lines where they shouldn't be)
453         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
454         (style = 0xFFFF) and takes into account caption height when 
455         calculating window rectangle.   
456
457 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
458
459         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
460         can be added to toolbar multiple times, we need to maintain a list of 
461         button information for each positions.
462
463 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
464
465         * ToolBar.cs: Some small stetic changes.
466
467 2007-01-16  Jackson Harper  <jackson@ximian.com>
468
469         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
470         that allow us to have nested recalc = false blocks.
471         - Add paste support for images in the RichTextBox
472         * RichTextBox.cs: flush the text after the color is changed, so
473         the change takes effect.
474         - Use SuspendRecalc
475         - Some extra debugging info
476         * TextControl.cs: Tags no longer track their length, it is just
477         computed from the next tags length, this makes things a little
478         simpler and reduces places that we have to track length changes.
479         - Refactored the linetag class a little so we could make it
480         a base class for different kinds of tags
481         - Created a image tag, a tag that can have a single image inserted
482         into it
483         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
484         that we can call suspend multiple times.
485         - Add some debugging methods
486
487 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
488
489         * MdiClient.cs: Add ActivatePreviousChild for 
490         mdi child window navigation.
491         * Form.cs: Use MdiClient.ActivateNextChild/
492         ActivatePreviousChild instead of Form.SelectNextControl
493         to select the next/previous child since 
494         SelectNextControl doesn't do it in the same order
495         as mdi children should do it.
496
497 2007-01-16  Chris Toshok  <toshok@ximian.com>
498
499         * Control.cs: remove container_selected field.
500
501 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
502
503         * MdiClient.cs: Update main form's ActiveChild when
504         updating keyboard focus for the mdi child.
505
506 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
507
508         * Control.cs: PreferredSize fix.
509
510         * Form.cs: Add several 2.0 events, properties, and methods.
511
512 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
513
514         * Form.cs: Provide meaningful message when MdiParent is assigned a
515         Form that is not an MdiContainer.
516
517 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
518
519         * MdiClient.cs: Update main form's ActiveChild when
520         activating a mdi child.
521
522 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
523
524         * MdiWindowManager.cs: Fix NRE when merging menus and main form
525         doesn't have a menu.
526
527         * Form.cs: Request NCRecalc after creating a mdi child window.
528         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
529         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
530         
531         * MdiClient.cs: Add new method SendFocusToActiveChild that either
532         sends keyboard focus to the active child, or to the MdiClient
533         if there are no child forms.
534         
535 2007-01-15  Chris Toshok  <toshok@ximian.com>
536
537         * ListView.cs: drop the *Internal overrides, just do our work in
538         ItemControl's WndProc instead.
539
540         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
541         of the various controls, and forward the events properly (in the
542         same manner as MS) from the textbox to the UpDown.  Also the
543         ActiveControl of the UpDownBase gets set properly now.  Finally,
544         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
545
546         * NumericUpDown.cs: set Text in the ctor.
547
548         * DomainUpDown.cs: call UpdateEditText in the ctor.
549         
550         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
551         so even a Selectable = false textbox can be focused if you click
552         in it.  Go figure.
553
554         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
555         just add their handling in their respective WndProc's.  Also add
556         an explicit FocusInternal method that doesn't consult CanFocus
557         before calling Select(this).
558
559         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
560         do our work in WndProc instead.
561
562         * TabControl.cs: same.
563
564         * ComboBox.cs: same.
565
566 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
567
568         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
569         Fixes #80006.
570
571 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
572
573         * ListViewItem.cs:
574         * ThemeWin32Classic.cs: Don't draw the item text outside
575         item bounds in Details view, as well as use trimming.
576         Fixes bug #80376.
577
578 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
579
580         * Form.cs: Implement Form.ShowIcon.
581         
582         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
583         null, which when combined with the DlgModalFrame window style removes
584         the icon from the title bar.
585
586 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
587
588         * Control.cs: Call OnMouseClick after OnClick. (2.0)
589
590 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
591
592         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
593         menu when mdi child windows theres a menu, uses insert to get icon
594         at first position. Partially fix #80006.
595
596 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
597
598         * Clipboard.cs: Implement 2.0 methods.
599
600 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
601
602         * Menu.cs: Implement Insert method of MenuItemCollection class
603         to fix MenuMerge.
604
605 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
606
607         * ListView.cs: Implement 2.0 FindItemWithText method.
608
609 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
610
611         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
612         to calculate menu bar size. Fixes #80290.
613
614 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
615
616         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
617
618 2007-01-11  Chris Toshok  <toshok@ximian.com>
619
620         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
621         initial form.
622
623 2007-01-11  Chris Toshok  <toshok@ximian.com>
624
625         * LinkLabel.cs: make sure to call base.Select in our Select method
626         if it turns out we're going to be selected (i.e. if we have a link
627         that is going to receive focus).  That way our container's
628         ActiveControl is updated properly.
629
630 2007-01-11  Chris Toshok  <toshok@ximian.com>
631
632         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
633         they have 1 or more links.  this fixes the crash gert reported.
634
635 2007-01-11  Andreia Gaita  <avidigal@novell.com>
636
637         * ContainerControl.cs: Remove ContainerSelected flag, not needed
638         anymore.
639
640         * Control.cs (Controls.Add): Check if control to be added to the collection
641         is a top level control, and throw an ArgumentException if it is.
642         Remove ContainerSelectedFlag, not needed anymore.
643
644         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
645         top most control doesn't activate the form. This fixes a problem in the
646         MessageBox, where the default button wouldn't get focus because the form
647         was activated before being Loaded - when the Owner is set, SetTopMost is
648         called, and it would activate it.
649
650 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
651
652         * Button.cs: When clicked and setting the parent form's DialogResult,
653         use FindForm instead of Parent, since parent could be a container
654         control and not the Form.  Fixes bug #80495.
655
656 2007-01-10  Chris Toshok  <toshok@ximian.com>
657
658         * Form.cs: move the call to SendControlFocus into the same
659         is_loaded check.
660
661 2007-01-10  Chris Toshok  <toshok@ximian.com>
662
663         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
664         It breaks in the face of the new ActiveControl stuff, and should
665         be unnecessary.
666
667         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
668         activecontrol's focus if it's not already set, after we set
669         ActiveControl, but before we call OnActivated.  Re-fixes #79667
670         after the previous focus/active control fixes regressed it.
671
672         * Control.cs: reindent some code.
673         
674 2007-01-10  Chris Toshok  <toshok@ximian.com>
675
676         * Splitter.cs: clearing some outstanding changes from my tree.
677         Replace all accesses (not writes) to the internal dock_style field
678         with the Dock property.
679
680 2007-01-10  Chris Toshok  <toshok@ximian.com>
681
682         * Control.cs: make FireEnter, FireLeave, FireValidating, and
683         FireValidated virtual.
684
685         * Form.cs: override and don't chain up calls to FireEnter and
686         FireLeave.
687
688 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
689
690         * ListView.cs: Add more text padding space when using
691         auto resize for columns (the previous value didn't work fine).
692
693         * ThemeWin32Classic.cs: Update text position inside columns,
694         to match the appeareance of .Net.
695
696         * ColumnHeader.cs: When using auto resize, only the Width should
697         depend on the sub items, not the Height. Also, set width after
698         auto resizing (the value of Width should never remain as -1 or -2).
699
700 2007-01-10  Chris Toshok  <toshok@ximian.com>
701
702         * Application.cs: fix compilation errors when debug is enabled.
703
704 2007-01-10  Chris Toshok  <toshok@ximian.com>
705
706         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
707         add some nice ascii art pictures and explanation of the process).
708         (GetMostDeeplyNestedActiveControl): new utility function we need
709         because our ActiveControl can refer to a child container with its
710         own ActiveControl.
711
712         * Form.cs (OnActivated): remove the call to SelectActiveControl
713         from here, since you can override this method and not chain up,
714         and winforms still sets the active control.
715         (OnCreateControl): also remove the unnecessary SelectActiveControl
716         call from here.
717         (WndProc): it's actually called from the WM_ACTIVATE block, just
718         before calling OnActivated.
719
720         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
721         inside the else.  the ActiveControl setter will end up setting
722         focus on @control.  This keeps us from setting it again (and
723         generating an extra LostFocus/GotFocus pair).
724         (Select (bool, bool)): reindent.
725
726 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
727
728         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
729         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
730         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
731         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
732         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
733         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
734         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
735         ToolStripTextBox.cs: Another wave of corcompare work.
736
737 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
738
739         * ColumnHeader.cs: Implement 2.0 AutoResize method using
740         the Width property.
741
742         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
743         methods by callling Column.AutoResize method on columns.
744
745 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
746
747         * Control.cs: Provide proper implementations of PreferredSize
748         and GetPreferredSize (2.0).
749
750 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
751
752         * Form.cs: Remove one character (!) to make my previous OnClosing
753         stuff work for modal windows like MessageBox.
754
755 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
756
757         * ListView.cs:
758         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
759         ListView.Columns to get the last displayed column. Fixes #80452.
760
761 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
762
763         * Label.cs, LinkLabel.cs: Source code identation fixes.
764
765 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
766
767         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
768         we dont need to invalidate only borders because when we invalidate four
769         border lines the invalidate's generates a complete redraw of button, 
770         because it now invalidate a complete rect some other redraws operations
771         are fixed. Fixes #80196.
772         
773         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
774         Remove ToolBarInvalidateEntireButton as it is not used.
775
776 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
777         
778         * Form.cs: Make sure that both OnClosing and OnFormClosing are
779         called for 2.0 profile.
780         * CloseReason.cs: Make class internal for 1.1.
781
782 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
783
784         * ToolStripManager.cs: Implement FindToolStrip functionality.
785         * ToolStrip.cs: Register and unregister with ToolStripManager.
786
787 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
788
789         * Control.cs: This was messy.  2.0 moves much of ControlCollection
790         to ArrangedElementCollection.  Implemented this with as few #if's as 
791         possible (which is still too many).
792
793 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
794
795         * Control.cs: Implement SizeFromClientSize() [2.0].
796
797 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
798
799         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
800         use Theme.BorderSize to calculate area instead of static value 1, 
801         by the way use new BorderStaticSize instead     Border3DSize when 
802         border_static is true. Fixes #79537.
803         
804         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
805         
806         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
807         it is not needed.
808
809 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
810
811         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
812
813 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
814
815         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
816         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
817         
818         * Hwnd.cs: 
819         - border_static field added, it will used to define when a control 
820         theres 3D border but it must be static (thin).
821         - In GetWindowRectangle use Theme.BorderSize to calculate area 
822         instead of static value 1, by the way use new BorderStaticSize instead
823         Border3DSize when border_static is true.
824
825         * XplatUIX11.cs, XplatUIOSX.cs: 
826         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
827         
828         * Theme.cs: BorderStaticSize field added.
829
830 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
831
832         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
833
834 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
835
836         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
837         mimic same behavior than win32 that set border only in CreateParams,
838         it fix problems under CreateParams overrides. Fix #79442 and partial
839         fix #79537.
840         
841         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
842         of thi control you must call recreate handle. 
843         
844         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
845         need to do anything as RecreateHangle will take care about borders.
846
847 2007-01-05  Mike Kestner  <mkestner@novell.com>
848
849         * ListView.cs: hack to eliminate Lost/Got focus notifications on
850         cycles between the ItemControl and parent.  Fixes #80388.
851
852 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
853
854         * Control.cs: Lazy init layout engine. Do not directly use 
855         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
856
857 2007-01-05  Chris Toshok  <toshok@ximian.com>
858
859         * DataGrid.cs: don't forceably rebind columns in SetDataSource
860         unless our list manager has changed (i.e. unless we have reason to
861         believe our columns have changed).  Fixes #80422.
862         
863         also, disable the call do BindColumns in
864         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
865         1.1 the event isn't raised in response to a column addition on a
866         table.)
867
868 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
869
870         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
871         that inheritors can not call it if they choose.  Fixes bug #80456.
872
873 2007-01-05  Andreia Gaita  <avidigal@novell.com>
874
875         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
876         doesn't blow up with a null exception on marshalling.
877         
878 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
879
880         * Control.cs: Implement several 2.0 protected properties and methods.
881         Ensure that all necessary events are being called when properties
882         are set.
883
884 2007-01-05  Mike Kestner  <mkestner@novell.com>
885
886         * ListView.cs: implement PgUp/PgDn for Details view.  Also
887         fixes First/LastVisibleIndex to use the item_control.ClientRect 
888         instead of the parent control.  Fixes #80378.
889
890 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
891
892         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
893           determine whether to use yard-pound or not (bug #78399).
894
895 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
896
897         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
898         problems. So it is time to bring back the old popupbutton colors.
899
900 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
901
902         * ColumnHeader.cs:
903         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
904         property by using the internal information of the
905         columns order in ListView.
906
907 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
908
909         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
910         Add 2.0 Tag properties.
911
912         * LinkArea.cs: Add 2.0 ToString method.
913
914 2007-01-03  Chris Toshok  <toshok@ximian.com>
915
916         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
917         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
918         when we're editing, which fixes #80047.
919
920 2007-01-03  Chris Toshok  <toshok@ximian.com>
921
922         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
923         #80404.
924
925 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
926
927         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
928         property and implementation.
929
930         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
931         for MdiWindowListItem property.
932
933         * ToolStripDropDown.cs: Don't consider hidden menu items while
934         laying out the menu.
935
936 2007-01-03  Andreia Gaita  <avidigal@novell.com>
937
938         * SendKeys.cs: window handle is not needed in win32, so just
939         get the active window for X after parsing keys and don't use
940         it when building the message; it is passed by parameter to the 
941         Xplat method and used there to build the message instead. Also,
942         wait for events to be processed on SendWait, as opposed to Send,
943         which doesn't wait :) Playing with threads and Send() completely 
944         hangs on ms.net, only SendWait() works.
945         
946         XplatUIX11.cs
947         X11Display.cs: Check for valid window handle.
948
949 2007-01-03  Jackson Harper  <jackson@ximian.com>
950
951         * TextControl.cs: Need to prevent wrap calculations when replacing
952         text (this was there before i removed it accidently).
953         - Don't update the cursor during the positioning, just set it to
954         selection_start at the end of the operaion.
955
956 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
957
958         * Control.cs:
959         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
960         
961 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
962
963         * MonthCalendar.cs: Added Click and DoubleClick events again,
964         but this time they only hide Control's Click and DoubleClick.
965         
966 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
967
968         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
969         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
970
971 2007-01-02  Jackson Harper  <jackson@ximian.com>
972
973         * TextBoxBase.cs: We move the caret with the split now, so we
974         don't need to explicitly move the caret after splitting.  This
975         fixes the caret bumping down an extra line on Enter.
976
977 2007-01-02  Miguel de Icaza  <miguel@novell.com>
978
979         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
980         2.72). 
981
982         * ScrollableControl.cs: Add Scroll event.
983
984 2007-01-02  Mike Kestner  <mkestner@novell.com>
985
986         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
987         to fix all hdr height padding codepaths.  Fixes #80207.
988
989 2007-01-02  Chris Toshok  <toshok@ximian.com>
990
991         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
992         setting it to the Control defaults anyway, and it being after the
993         Dock set was screwing up layout.
994         (set_Dock): don't short circuit out of setting base.Dock.  Also,
995         no need to call UpdateStatusBar here, as it'll be re-layed out if
996         it needs to be.
997
998 2007-01-02  Mike Kestner  <mkestner@novell.com>
999
1000         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
1001         to header height for width == -1. Fixes the rest of #80207.
1002
1003 2007-01-02  Mike Kestner  <mkestner@novell.com>
1004
1005         * ListView.cs: rework the mouse event forwarding everaldo added
1006         to translate the coordinates to the parent control not
1007         raise the parent events until after we've done our work. Hover
1008         needs more work, in the case where HoverSelection is on, because
1009         the item control receives more than one MouseHover per Enter
1010         event, so we need to ensure only the "first" hover gets forwarded.
1011         Opening a minor bug for that.
1012
1013 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
1014
1015         * CheckedListBox.cs: Fixed SelectionMode to match MS.
1016         * ListControl.cs: Implemented AllowSelection property. Removed extra
1017         tabs.
1018         * ListBox.cs: Implemented AllowSelection property.
1019
1020 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
1021
1022         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
1023         SelectedItem, it prevent for errors when you must disable item
1024         before perform click. Fixes #80409.
1025
1026 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
1027
1028         * MenuAPI.cs: Prevent second level and beyond submenus to close
1029         until first level when move out side of popup.
1030         
1031 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
1032
1033         * MenuAPI.cs:
1034         - Down submenu positin in three pixels.
1035         - Closes sub menu when mouse leaves from menu. Fixes #80402.
1036
1037 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
1038
1039         * ThemeWin32Classic.cs:
1040         - Fix popup menu size adding one pixel on the top.
1041         - Down menu item border from two to one to mimic Win32.
1042         - Some source identation fixes. 
1043
1044 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
1045
1046         * ThemeWin32Classic.cs: Use float numbers to calculate size and
1047         position of menu arrows, it fix wrong arrow size.
1048
1049 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
1050
1051         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
1052         instead of line, it simplify draw operation and fix it using 3D
1053         borders to mimic Win32.
1054
1055 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
1056
1057         * StatusStrip.cs: Add implementation of the sizing grip.
1058
1059         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
1060         StatusStrip rendering.
1061
1062 2006-12-31  Chris Toshok  <toshok@ximian.com>
1063
1064         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
1065         override the layout style (anchor/dock) of the control.  assign to
1066         Dock instead.  Fixes bug #80416.
1067
1068         * ToolStrip.cs: same.
1069
1070 2006-12-31  Andreia Gaita  <avidigal@novell.com>
1071
1072         * ContainerControl.cs: Use ContainerSelected flag to check if 
1073         a Container is directly selected, or if Select is called on a 
1074         non-container. If a container is directly selected, focus events 
1075         should not be raised.
1076         Apply #80411 patch to throw exception on set_ActiveControl if 
1077         control is the same as the current one.
1078         
1079         * Control.cs: Use ContainerSelected flag (see above).
1080         Add invalidation check to raise event but not invalidate if 
1081         dimensions are 0.       
1082         Apply #80411 patch.
1083         
1084
1085 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
1086
1087         * MenuAPI.cs: After click, dont close popup menu when menu is
1088         ContextMenu. Fixes #80399.
1089
1090 2006-12-30  Chris Toshok  <toshok@ximian.com>
1091
1092         * ContainerControl.cs: make sure we throw the exception if the
1093         container control doesn't contain the control we're setting
1094         ActiveControl to.
1095
1096 2006-12-30  Chris Toshok  <toshok@ximian.com>
1097
1098         * Control.cs (SetTopLevel): fix the exception raised by
1099         SetTopLevel for child controls.
1100         (set_Anchor): call UpdateDistances when setting the anchor type.
1101         This fixes bug #80336.
1102
1103 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1104
1105         * Theme.cs: For now, revert back to 8pt font.
1106
1107 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
1108
1109         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
1110         Fixes #80395.
1111
1112 2006-12-29  Chris Toshok  <toshok@ximian.com>
1113
1114         * Control.cs: reorder the code in OnResize to give the same event
1115         ordering as MS.
1116
1117 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1118
1119         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
1120         TileHorizontally and TileVertically.
1121         
1122 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
1123
1124         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
1125         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
1126         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
1127         Corrected copyright and email adress.
1128
1129 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1130
1131         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
1132         of Exception in FullPath property if no TreeView is associated with
1133         the TreeNode.
1134
1135 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1136
1137         * Theme.cs: Marked default_font as private, and initialize it in ctor
1138         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
1139         on 2.0 profile.
1140         * ThemeGtk.cs: Removed default_font intialization.
1141         * ThemeWin32Classic.cs: Removed default_font initialization.
1142
1143 2006-12-28  Chris Toshok  <toshok@ximian.com>
1144
1145         * Control.cs: fix a couple of place where we were creating handles
1146         more aggressively than we should be.  Fixes ControlRefresh unit
1147         tests.
1148
1149 2006-12-28  Chris Toshok  <toshok@ximian.com>
1150
1151         * Control.cs: contrary to what the comment said, Control.Dock does
1152         not supercede Control.Anchor - the last one you assign to decides
1153         the layout behavior.  so we need to keep track of which was the
1154         last set.  Also, fix some of the affected property arguments in
1155         PerformLayout calls, and remove an redundant parent.PerformLayout
1156         call in OnResized.
1157
1158         Add a VisibleInternal property, which returns is_visible.  We
1159         can/should get rid of all the usage of this field elsewhere.
1160
1161 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1162         
1163         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
1164         control style, not DoubleBuffer. Added UseDoubleBuffering property
1165         that indicates whether doublebuffering is enabled and supported.
1166         (comment from and code based on Gert Driesen's patch in #80324).
1167         Fixes #80324.
1168
1169 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1170         
1171         * Control.cs: Fixed a NRE.
1172
1173 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1174
1175         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
1176         for 2.0.
1177
1178 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1179
1180         * Control.cs: Rewrote double buffering, now a seperate
1181         class handles all the buffering, no Graphics is disposed of
1182         until the painting is finished (earlier implementation 
1183         would crash if the control was resized in the OnPaint, 
1184         since it would cause the double buffer to be recreated
1185         and the old one disposed), a separate Graphics is 
1186         created for every paint (MS behaviour and anyways the state
1187         of the Graphics would have to be saved and restored otherwise)
1188         
1189         * XplatUIDriver.cs: 
1190         * XplatUIX11.cs:
1191         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
1192         so that we can get the graphics for the back buffer without
1193         having to create a new one and remove the offscreen_dc parameter
1194         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
1195         
1196 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1197
1198         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
1199         Also make virtual all the key-related methods.
1200
1201         * ListViewItem.cs: Make virtual the key related methods for
1202         ListViewSubItemCollection.
1203
1204 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1205
1206         * ListView.cs:
1207         * ListViewItem.cs:
1208         * ThemeWin32Classic.cs:
1209         * Theme.cs: Initial support for Tile view in ListView,
1210         as well as the implementation of the required bits for it (Item
1211         and Subitem).
1212
1213 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1214
1215         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
1216         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
1217         Provide useful exception messages.
1218
1219 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1220
1221         * TrackBar.cs: Remove a warning.
1222         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
1223         when used by DateTimePicker, fixes #80287. This also requires that 
1224         MonthCalendar implements it's own drawing for the yearly updown control,
1225         otherwise the Capture tracking would be too complicated. Removed the Click 
1226         and DoubleClick events (according to comments they were hiding the base class
1227         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
1228         raise these events, not that they cannot be raised. It is possible to raise 
1229         them by calling OnClick and OnDoubleClick). Added two internal fields in 
1230         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
1231         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
1232         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
1233         event, no longer needed.
1234         
1235 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1236
1237         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
1238         true if new value differs from current value.
1239
1240 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1241
1242         * Control.cs: ControlCollection.Count must be public. Fixed build of
1243         unit tests.
1244
1245 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1246
1247         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
1248
1249 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1250
1251         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
1252
1253 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
1254
1255         * Control.cs: Invalidates control including when Width and Height is 
1256         equal zero or is not visible, only Paint event must be care about 
1257         this. Fixes #79913.
1258
1259 2006-12-26  Chris Toshok  <toshok@ximian.com>
1260
1261         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
1262         more corcompare work.
1263
1264         * DataGridView.cs: fix compiler warning.
1265
1266         * ColumnHeader.cs: some corcompare work, and also take the
1267         opportunity to make the internal fields private.
1268
1269         * ListView.cs: fix the fallout from the above field change.
1270
1271 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
1272
1273         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
1274         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
1275         ToolStripTextBox.cs: Fixes to events and corcompare.
1276
1277 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
1278
1279         * ListView.cs: Call owner.OnMousexx event to propagate events from
1280         item to ListView. Fixes #80367.
1281
1282 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1283
1284         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
1285         if value is less than one. ItemHeight should not be set to a value
1286         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
1287         Removed extra tabs.
1288
1289 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
1290
1291         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
1292         * ToolStripStatusLabel.cs: Add Spring for Moma.
1293
1294 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1295
1296         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
1297         Fixed code formatting. Removed debug code.
1298         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
1299
1300 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1301
1302         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
1303         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
1304         ArgumentOutOfRangeException if ColumnCount is negative. In 
1305         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
1306         less than 4 or higher than 32768.
1307         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
1308         Fixed FormatProvider to return CurrentCulture unless explicitly set.
1309         Fixed IsFormatProviderDefault to return true if FormatProvider has
1310         not been explicitly set.
1311
1312 2006-12-25  Chris Toshok  <toshok@ximian.com>
1313
1314         * Application.cs: add a couple of 2.0 events.
1315
1316 2006-12-25  Chris Toshok  <toshok@ximian.com>
1317
1318         * Control.cs: fix compiler warning.
1319
1320         * AxHost.cs: corcompare fixes.
1321
1322         * ApplicationContext.cs: corcompare fixes.
1323
1324 2006-12-25  Chris Toshok  <toshok@ximian.com>
1325
1326         * Control.cs: only update dist_right/dist_bottom if the
1327         width/height is > 0.  this fixes anchored controls being resized
1328         smaller until they disappear and then resized larger again.
1329
1330 2006-12-25  Chris Toshok  <toshok@ximian.com>
1331
1332         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
1333         since they're nothing more than X/Left and Y/Top, respectively.
1334
1335         Also, move back to a per-control Bitmap/Graphics for
1336         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
1337         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
1338         Height.
1339
1340 2006-12-25  Miguel de Icaza  <miguel@novell.com>
1341
1342         * MessageBox.cs: Implemented overload that takes a new "bool
1343         displayHelpButton" by adding a new internal field "show_help".
1344         When clicked this will raise the HelpRequested on the owner or the
1345         main form. 
1346
1347         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
1348         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
1349
1350         * ListView.cs: Add support ColumnWidthChanged and
1351         ColumnWidthChanging. 
1352
1353         Add support for ColumnReordered event.
1354         (ReorderColumn): Add NET_2_0 specific support for cancelling the
1355         reorder.
1356
1357         Very nice codebase!
1358
1359         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
1360
1361         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
1362
1363 2006-12-24  Chris Toshok  <toshok@ximian.com>
1364
1365         * GridTablesFactory.cs: 2.0 corcompare work.
1366
1367         * ToolStripContainer.cs: add "override" to
1368         ContextMenuStripChanged, and remove the local event object.
1369
1370         * ToolStripDropDown.cs: same with a couple properties.
1371
1372         * ToolStripPanel.cs: same with AutoSizeChanged event.
1373
1374         * TextBoxBase.cs: add "override" to AutoSizeChanged.
1375
1376         * Form.cs: add the remaining 2.0 events, and do some corcompare
1377         attribute work.
1378
1379         * DateTimePicker.cs: add "new" to padding.
1380
1381         * ButtonBase.cs: use Control's use_compatible_text_rendering.
1382
1383         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
1384
1385         * DataGridView.cs: PaddingChanged is overridden.
1386
1387 2006-12-24  Chris Toshok  <toshok@ximian.com>
1388
1389         * Control.cs: corecompare work here too.
1390
1391         * DataGridViewElement.cs, DataGridView.cs,
1392         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
1393         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
1394         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
1395         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
1396         work.
1397
1398 2006-12-24  Miguel de Icaza  <miguel@novell.com>
1399
1400         * Control.cs: Switched the error message on the console for a
1401         todo.  A review of the code will have to cope with this anyways
1402         (since its a large feature, it is in our radar) and it was
1403         producing too much output when running PDN.
1404
1405         * ToolStripComboBox.cs: Set the text when the SelectedIndex
1406         changes.  Applications depend on this (PDN 2.72)
1407
1408 2006-12-23  Chris Toshok  <toshok@ximian.com>
1409
1410         * TableLayoutSettings.cs: finish up the corcompare work for this
1411         class.
1412
1413 2006-12-23  Chris Toshok  <toshok@ximian.com>
1414
1415         * Control.cs: make SetImplicitBounds internal, do some futzing
1416         with LayoutEngine so that it's available in 1.1, and remove the
1417         entire duplicated code mess from PerformLayout.  Use
1418         System.Windows.Forms.Layout.DefaultLayout instead.
1419
1420         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
1421
1422 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
1423
1424         * Form.cs: Add MainMenuStrip property.
1425
1426 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
1427
1428         * Control.cs: Add ContextMenuStrip property and implementation.
1429         Fix ContextMenu implementation to show menu centered on control when
1430         activated using the keyboard instead of showing at screen (0,0).
1431
1432         * ToolStripDropDown.cs: Fix needed overload of Show ().
1433
1434 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
1435
1436         * Menu.cs: Name property added for 2.0 profile.
1437         
1438 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
1439
1440         * Menu.cs: Update information about FindMenuItem, method to be
1441         implemented soon.
1442
1443 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
1444
1445         * MenuAPI.cs: When deselect items deselect also selected subitems.
1446         
1447 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
1448
1449         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
1450         FindSubItemByCoord to found itens that is not active, also an
1451         cheking added to FindSubItemByCoord to search for items only 
1452         in visible popup windows. Fixes #80274.
1453
1454 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
1455
1456         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
1457         internal property, it be care about change ExStyle. 
1458
1459 2006-12-22  Andreia Gaita  <avidigal@novell.com>
1460
1461         * ContainerControl.cs: set activeControl for parent forms up the 
1462         tree when the new activecontrol is a container.
1463         When validating the active control, if it is a container, also
1464         raise up the validation for it's active control. Fixes #80280
1465         
1466         * Control.cs: Add internal property flag and check to prevent
1467         Focus events from getting raised when Select() is called for
1468         a ContainerControl. There are still too many focus events being
1469         raised at the moment though.
1470         Cleaned up the code a bit.
1471
1472 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1473
1474         * Control.cs: Added all missing 2.0 events.and
1475         fixed a couple of corcompare issues.
1476         * TrackBar.cs: Implemented missing 2.0 bits.
1477         * MonthCalendar.cs, 
1478         * DateTimePicker.cs, 
1479         * MdiClient.cs: Fixed some corcompare issues.
1480
1481 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
1482
1483         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
1484         SplitterPanel.cs: corecompare work.
1485
1486 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
1487
1488         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
1489         Clean up warnings for BackgroundImageChanged and PaddingChanged
1490         events now that they are implemented in Control.cs.
1491
1492 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
1493
1494         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
1495         
1496         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
1497         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
1498         of TableLayoutPanel and supporting cast.
1499
1500 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1501
1502         * XplatUIWin32.cs: 
1503         - GrabWindow now confines the mouse pointer to the confine window.
1504         - Added Win32ClipCursor and Win32GetClipCursor.
1505
1506         * Control.cs: 
1507         - Added CaptureWithConfine to be able to capture and confine 
1508         mouse pointer.
1509         
1510         * InternalWindowManager.cs: 
1511         - Call CaptureWithConfine instead of Capture if we're an
1512         MdiChild (fixes #79982).
1513
1514 2006-12-21  Chris Toshok  <toshok@ximian.com>
1515
1516         * DataGrid.cs: guard against the initial state of selection, where
1517         selection_start == -1.  make sure we only select from index >= 0.
1518         Fixes bug #80291.
1519
1520 2006-12-21  Chris Toshok  <toshok@ximian.com>
1521
1522         * Control.cs: we don't need to be so draconian with
1523         UpdateDistances, and we thusly don't need to call it before
1524         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
1525
1526 2006-12-21  Daniel Nauck  <dna@mono-project.de>
1527
1528         * ComboBox.cs,
1529         TextBox.cs: Implemented AutoComplete properties.
1530
1531 2006-12-20  Chris Toshok  <toshok@ximian.com>
1532
1533         * DataGridView*.cs: some corecompare work.
1534
1535 2006-12-20  Jackson Harper  <jackson@ximian.com>
1536
1537         * XplatUIX11.cs: We need to hide the caret when deleting it,
1538         otherwise you get carets left lying around everywhere.
1539         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
1540         prevents getting some weird half drawn caret tracers when
1541         scrolling.
1542         * TextControl.cs: Attempt to reduce the number of times we need to
1543         recreate the caret.
1544
1545 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
1546
1547         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
1548
1549 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1550
1551         * DateTimePicker.cs:
1552         - Implemented missing 2.0 bits.
1553         - Changed some default values to match MS.
1554         
1555 2006-12-20  Jackson Harper  <jackson@ximian.com>
1556
1557         * TextBoxBase.cs: When changing the font across the document we
1558         can't recalculate after changing each line, since that will cahnge
1559         the line count.
1560         - PreferredHeight is a little different than i thought.
1561         - When backspacing, move the caret before we do the actual char
1562         delete, because when that delete crosses a wrap boundary the
1563         positional information will change.
1564
1565 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1566
1567         * Control.cs: Added some missing 2.0 bits: 
1568         BackgroundImageLayout, BackgroundImageLayoutChanged, 
1569         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
1570         add IBindableComponent and IDropTarget implementation.
1571         
1572         * MonthCalendar.cs: 
1573         - Added all missing 2.0 features:
1574         BackgroundImageLayout, RightToLeftLayout, 
1575         OnHandleDestroyed, RightToLeftLayoutChanged, 
1576         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
1577         PaddingChanged.
1578         - Rewrote all the BoldDate code, it was completely broken.
1579         - Fixed all the tests (the tests can now be re-enabled, the
1580         problems were not with the tests, but with the control, it was
1581         mostly broken).
1582         
1583         * DateTimePicker.cs: Changed the location where the 
1584         MonthCalendar is shown.
1585         
1586 2006-12-19  Chris Toshok  <toshok@ximian.com>
1587
1588         * DataGridView.cs: add IDropTarget implementation.
1589
1590         * ToolStripPanel.cs: add IDropTarget implementation.
1591
1592 2006-12-19  Jackson Harper  <jackson@ximian.com>
1593
1594         * TextControl.cs: soft now means something different than what it
1595         used to mean, we want to move the caret regardless of whether or
1596         not this break was soft (would we really have wanted the caret
1597         to not move with the break in the old context?)
1598         * TreeView.cs: Make sure we factor in the vert scrollbar when
1599         calculating the horizontal scrollbar's maximum.
1600
1601 2006-12-19  Andreia Gaita  <avidigal@novell.org>
1602
1603         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
1604         check for keywords in alternate casing, close bug #80049.
1605
1606 2006-12-19  Chris Toshok  <toshok@ximian.com>
1607
1608         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
1609         methods (which all do nothing).
1610
1611         * IDropTarget.cs: add the 4 missing methods.
1612
1613 2006-12-19  Chris Toshok  <toshok@ximian.com>
1614
1615         * TableLayoutRowStyleCollection.cs: corcompare work.
1616         
1617         * TableLayoutSettings.cs: same.
1618
1619         * TableLayoutStyle.cs: same.
1620
1621         * TableLayoutColumnStyleCollection.cs: same.
1622
1623 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
1624
1625         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
1626         TableLayoutPanel I've had in my local tree for way too long.
1627
1628 2006-12-19  Miguel de Icaza  <miguel@novell.com>
1629
1630         * TableLayoutSettings.cs: Finish the public API (still needs all
1631         the logic to update on changes). 
1632
1633         * TableLayoutPanelCellPosition.cs: new file.
1634         
1635         * TableLayoutRowStyleCollection.cs,
1636         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
1637         TableLayoutSettings.cs: Track the final 2.0 table api.
1638
1639 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1640
1641         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
1642         and Image List 2.0 members for ColummnHeader.
1643         * ListView.cs: Add key-related 2.0 methods for
1644         ColumnHeaderCollection.
1645
1646 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
1647
1648         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
1649         ArgumentNullException if items argument is null. Ignore null item in
1650         arrays. Removed extra tabs.
1651
1652 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
1653
1654         * MonthCalendar.cs: Fixed InvalidCastException.
1655
1656 2006-12-19  Jackson Harper  <jackson@ximian.com>
1657
1658         * TextControl.cs: Don't increment the position here.
1659         - When calculating char positions only add in the line break size
1660         for hard line breaks.
1661
1662 2006-12-19  Andreia Gaita  <avidigal@novell.org>
1663
1664         * SendKeys.cs: Changed some things to match ms.net behaviour
1665         when parsing shifted capital letters.
1666         
1667         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
1668         Add window handle as parameter to SendInput. X11 needs the 
1669         window handle, and the handle being passed      to it in the keys 
1670         queue is the active control handle (which windows needs), not 
1671         the window handle.
1672         
1673         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
1674         to support SendKeys on X.       
1675         
1676         * X11Keyboard: Implement helper method to lookup a linux keycode
1677         given the virtual keycode. Added table of keycode-2-virtualkey
1678         values to support this.
1679
1680 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1681
1682         * ListView.cs: Add support for SelectedIndexCollection
1683         and SelectedItemCollection 2.0 methods. Implement support
1684         for ImageKey too.
1685         * ListViewItem.cs: Add support for ListViewSubItemCollection
1686         2.0 methods. Also, fix an incorrect behavior of AddRange method
1687         (it shouldn't call Clear).
1688         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
1689
1690 2006-12-19  Jackson Harper  <jackson@ximian.com>
1691
1692         * RichTextBox.cs: 
1693         * TextBoxBase.cs: New args for FormatText
1694         * TextControl.cs: Rewrote the main drawing method, this version
1695         feels a little easier to understand and debug to me.  Hopefully it
1696         does to others also
1697         - Fix FormatText to OR in the new formating values.  Added
1698         FormatSpecified param, basically this works in the same way as
1699         BoundsSpecified in Control.
1700         - Set the caret properties when the caret is positioned.
1701         - When wrapping text make sure that we calculate the width of the
1702         last character
1703         - when calculating alignments we might have wrapped down to the
1704         next line, so don't search for an individual tag, search for the
1705         end of the line
1706         - We need to invalidate the selection area when we replace the
1707         selection.
1708         
1709 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1710
1711         * Application.cs: add Restart () 2.0 support
1712
1713 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
1714
1715         * MenuItem.cs: Invalidate menu item rectangle after change Enable
1716         property. Fixes #80268.
1717         
1718 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
1719
1720         * MenuAPI.cs: Dont trigger select event when closes top menu
1721         item. Fixes #80270.
1722
1723 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
1724
1725         * MenuAPI.cs: When you click on menuitem only trigger onselect
1726         event for top menu itens. Fixes #80271.
1727         
1728 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1729
1730         * MdiWindowManager.cs: Make IconicBounds depend on
1731         the bottom of MdiClient, not the top (fixes #80267)
1732         
1733 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1734
1735         * MdiClient.cs: Added missing 2.0 attribute
1736
1737 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1738
1739         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
1740         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
1741
1742 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
1743
1744         * MenuAPI.cs: Fix click when menuitem is not popup,
1745         this regression was caused by last commit (#80272).
1746
1747 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
1748
1749         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
1750         fire click event or close menu. Fixes #80272.
1751
1752 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1753
1754         * ListViewHitTestInfo.cs: add
1755
1756 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1757
1758         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
1759         * FlatButtonAppearance.cs: add
1760         * DockingAttribute.cs: add
1761
1762 2006-12-17  Chris Toshok  <toshok@ximian.com>
1763
1764         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
1765         and rebind our columns when it does - this way, if you make
1766         changes to the DataTable (or set the Table attribute on a DataView
1767         after setting it as the DataGrid's DataSource, the changes are
1768         made visible.)  Fixes bug #80107.
1769
1770 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1771
1772         * ListViewGroup.cs: add internal Location property for layouting.
1773         * Theme.cs: add abstract ListViewGroupHeight function.
1774         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
1775
1776 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1777
1778         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
1779         Added reset of selected index to 0 when adding first tab page.
1780         Fixes #80264
1781         
1782         * NumericUpDown.cs: Fix NET_2_0 check
1783
1784 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1785
1786         * ListViewGroup.cs: fixed DefaultValueAttribute value
1787
1788 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1789
1790         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
1791
1792 2006-12-15  Miguel de Icaza  <miguel@novell.com>
1793
1794         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
1795         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
1796         ScrollableControl.cs: Add a handful of methods that are
1797         overwritten in 2.0 
1798
1799 2006-12-15  Chris Toshok  <toshok@ximian.com>
1800
1801         * XplatUIWin32.cs: initial implementation of the Reversible
1802         drawing functions.  there are some problems.  DrawReversibleFrame
1803         doesn't seem to work at all for Dashed FrameStyle, and in the
1804         Thick case there are drawing errors at the corners (we probably
1805         need to bind Rectangle instead of doing moveto/lineto's.)
1806
1807 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1808         
1809         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
1810         to send blocks of key messages. Send accumulates keys to send with Flush, 
1811         while SendWait sends all keys immediately.
1812                 
1813         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
1814         XplatUIX11.cs,  XplatUIX11-new.cs:
1815         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
1816         to Win32 SendInput.
1817         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
1818         
1819         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
1820         testing for ms.net on this class is very tricky, as the tests run too fast 
1821         to allow the hook to release, essentially freezing the keyboard and the 
1822         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
1823         category :p
1824
1825 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1826
1827         * Padding.cs: fixed serialization compability to MS ("_var" field names),
1828                         added missing attributes.
1829  
1830 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1831
1832         * ListViewGroup.cs: Added missing attributes.
1833         * ListViewGroupCollection.cs: Added missing attributes.
1834
1835 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1836
1837         * ListViewItem.cs: fixed ListViewSubItem text property.
1838
1839 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1840         
1841         * Control.cs: Added missing 2.0 attributes
1842         
1843 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1844         
1845         * MdiClient.cs: Added missing 2.0 attribute.
1846         * MonthCalendar.cs: Added some missing 2.0 attributes 
1847         and properties.
1848         
1849 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1850
1851         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
1852
1853 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
1854
1855         * MainMenu.cs: Add the new 2.0 constructor to help out people
1856         using the MainMenu in VS2005.
1857
1858 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1859         
1860         * MdiChildContext.cs: Removed it, no longer used.
1861         * MdiClient.cs: Added missing 2.0 attributes.
1862         
1863 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1864         
1865         * InternalWindowManager.cs: Fix a NullRef with previous 
1866         changes for toolwindows.
1867         
1868 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1869
1870         * Control.cs: 
1871         - Added AfterTopMostControl to allow for certain controls 
1872         to always stay on top when normal controls are brought to 
1873         front.
1874         
1875         * XplatUIWin32.cs: 
1876         - (DrawInversibleRectangle): Get window rectangle from Win32 
1877         in stead of from control, since Win32 doesn't calculate
1878         screen coords correctly from control's Location if it 
1879         have docked siblings.
1880         
1881         * MdiWindowManager.cs:
1882         - Correct the control menu popup location when clicked on
1883         the maximized form icon. (fixes #80223.1)
1884         - Don't show moving rectangle if mouse hasn't moved from
1885         the original clicked point.
1886         - Removed FormGotFocus handler (not used).
1887         - Calculate the control buttons location from the main
1888         window's size and not client size (fixes #79770).
1889         - Form is now closed when the form icon is double-clicked
1890         (fixes #79775). 
1891         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
1892         
1893         * InternalWindowManager.cs:
1894         - Moved some MDI-only methods to MdiWindowManager.
1895         - Removed unused properties and methods.
1896         - Unified method naming for methods handling wm messages.
1897         - Moved all message handling to seperate methods for
1898         each message.
1899         
1900         * ThemeWin32Classic.cs:
1901         - DrawManagedWindowDecorations now draws the title bar 
1902         with a gradient brush.
1903         - Add a CPDrawButtonInternal that allows us to specify
1904         light, normal and dark colors for the buttons (control 
1905         buttons for MDI children were drawn with the same light
1906         color as the background, therefore loosing the 3D effect).
1907         
1908         * SizeGrip.cs:
1909         - Add a CapturedControl property that is used to 
1910         determine the control to resize (defaults to parent). 
1911         Needed for MdiClient, since its SizeGrip's parent is
1912         MdiClient, but the control to resize is the main form.
1913         
1914         * MdiClient.cs:
1915         - Set SizeGrip's CapturedControl to the main form in order
1916         to resize the main form and not the MdiClient.
1917         - Override AfterTopMostControl to leave the scrollbars 
1918         always on top.
1919
1920 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1921
1922         * ListView.cs: fixed ListViewItemCollection AddRange and
1923                         implemented ListViewItemCollection AddRange 2.0 support.
1924
1925 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1926
1927         * ListViewGroup.cs: Add.
1928         * ListViewGroupCollection.cs: Add
1929         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
1930         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
1931                                 stub for ImageKey 2.0 support.
1932
1933 2006-12-14  Mike Kestner  <mkestner@novell.com>
1934
1935         * ListView.cs: add text padding to the autocalculation for columns
1936         of width -2.  Fixes #80207.
1937  
1938 2006-12-14  Mike Kestner  <mkestner@novell.com>
1939
1940         * ListView.cs: add some index guarding for partial row navigation 
1941         logic.  Fixes #80250.
1942
1943 2006-12-14  Mike Kestner  <mkestner@novell.com>
1944
1945         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
1946         are added or inserted to the collection.  Fixes #81099.
1947
1948 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
1949
1950         * MenuAPI.cs: Closes menu when right click out side of popup
1951         it fix problem in ContextMenu and MainMenu. Fixes #80252.
1952
1953 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1954
1955         * ListViewItem.cs: Fix dumb error.
1956
1957         * ListView.cs: Add Find and ContainsKey methods in 
1958         ListViewItemCollection, and also return true for IsReadOnly
1959         and IsFixedSize (changes for 2.0). 
1960
1961 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1962
1963         * Control.cs: Allow Region to be set to null.
1964
1965 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1966
1967         * MdiWindowManager.cs: Remove unused (commented out) code.
1968         * Form.cs: When the MdiChild is maximized, the form needs 
1969         WM_NCMOUSELEAVE, so request it.
1970         * InternalWindowManager.cs: 
1971         - Added tooltips to control buttons.
1972         - Removed duplicated control button handling code.
1973         - Removed unused (commented out) code.
1974         
1975 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
1976
1977         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
1978         was used because we must set cursor without trigger ChangeCursor event
1979         and without change Cursor control property. Fixes #79963.
1980
1981 2006-12-12  Andreia Gaita  <avidigal@novell.com>
1982         
1983         * Control.cs: Check if Region setter value is null, and ignore
1984
1985 2006-12-12  Jackson Harper  <jackson@ximian.com>
1986
1987         * TextControl.cs: We were almost always drawing one more line then
1988         needed, since the GetLineByPixel will return the last line found
1989         at that pixel. In most cases though, we were invalidating up to
1990         the junction between two lines.
1991         - Improve debug code.
1992
1993 2006-12-12  Chris Toshok  <toshok@ximian.com>
1994
1995         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
1996         and FillReversibleRectangle.
1997
1998         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
1999         and FillReversibleRectangle.
2000
2001         * XplatUIWin32.cs: add stubs which do nothing for
2002         DrawReversibleFrame, DrawReversibleLine, and
2003         FillReversibleRectangle.
2004
2005         * XplatUIOSX.cs: add stubs which raise NIE for
2006         DrawReversibleFrame, DrawReversibleLine, and
2007         FillReversibleRectangle.
2008
2009         * XplatUIX11.cs: add working implementation for
2010         DrawReversibleFrame, DrawReversibleLine, and
2011         FillReversibleRectangle.
2012         
2013         * ControlPaint.cs: implement DrawReversibleFrame,
2014         DrawReversibleLine, and FillReversibleRectangle, by calling into
2015         the appropriate XplatUI method.
2016
2017 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2018
2019         * Form.cs: Make MdiClient have the focus even if it's
2020         not selectable, since it should receive WM_KEY* and WM_MOUSE 
2021         messages. Fixes #79907.
2022         
2023 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2024
2025         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
2026         queried after the window is created.
2027         
2028         * XplatUIX11.cs: Added SendParentNotify to implement 
2029         WM_PARENTNOTIFY logic. Fixes #79965.
2030         
2031         * Control.cs: Added MakeParam.
2032         
2033 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2034
2035         * MdiClient.cs: Resume Layout before setting window
2036         states (fixes #80201).
2037
2038 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2039
2040         * MenuAPI.cs: Deselect a menu item after performing
2041         the click (fixes #80197).
2042
2043 2006-12-11  Jackson Harper  <jackson@ximian.com>
2044
2045         * TextBoxBase.cs: We need to cap this value, since Maximum -
2046         ViewPortHeight can be less than zero.
2047         - Only do selection with the left mouse button.
2048         * TextBox.cs: Don't tell the world that we have a context menu.
2049         * Control.cs: New method so that we can control whether or not the
2050         context menu is visible outside MWF.
2051
2052 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
2053
2054         * ToolBarButton.cs: Fix text positon. 
2055
2056 2006-12-11  Miguel de Icaza  <miguel@novell.com>
2057
2058         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
2059
2060         * Control.cs (DoubleBuffered): Add implementation.
2061
2062         * Application.cs (OpenForms): Add.
2063
2064 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
2065
2066         * Form.cs: Use opacity instead of Opactiy to determine if we need
2067         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
2068
2069 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
2070
2071         * Control.cs: Fix NRE if Control.Site was set to null.
2072
2073 2006-12-11  Chris Toshok  <toshok@ximian.com>
2074
2075         * Control.cs: ControlCollection.Remove should return if the arg is
2076         null, and ControlCollection.SetChildIndex should raise a ANE.
2077
2078 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
2079
2080         * Control.cs: Verify value set for Dock property. Code formatting
2081         updates.
2082
2083 2006-12-11  Jackson Harper  <jackson@ximian.com>
2084
2085         * TextControl.cs: Draw the caret and the selection when a flag is
2086         set on the owner.
2087         * TextBoxBase.cs: We want to draw the caret and the selection for
2088         TextBox but not for TextBoxBase.
2089         - If the window is resized and scrolling is no longer needed (the
2090         whole doc is visible) set the scroll position to zero.
2091         - The default SelectWord (the one TextBox uses) should move the
2092         caret to the end of the word.
2093         - SelectAll moves the caret to the end of the selection.
2094         * TextBox.cs: We don't selectall on focus, we just do it when the
2095         control is created.
2096         
2097 2006-12-11  Mike Kestner  <mkestner@novell.com>
2098
2099         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
2100
2101 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2102
2103         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
2104         2.0 support.
2105         * ListViewItem.cs: Add Name 2.0 property.
2106
2107 2006-12-11  Andreia Gaita  <avidigal@novell.com>
2108
2109         * TabControl.cs: Set visibility on selected or default tab 
2110         when tabcontrol handle is created, so that it's contents
2111         actually show up (duh). Fixes #80193
2112         Don't redraw the control if there is no handle created, as
2113         the selected index might be completely invalid. Added some tests
2114         to check for this.
2115
2116 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
2117
2118         * ToolBar.cs: Uses maximun width and height of all buttons as 
2119         button rectangle when ButtonSize specified, it looks strange but
2120         is what happens in Win32. Fixes #80189.
2121
2122 2006-12-11  Jackson Harper  <jackson@ximian.com>
2123
2124         * TextControl.cs: Need to track undo levels ourself, since
2125         compound actions will mess them up.
2126
2127 2006-12-10  Andreia Gaita  <avidigal@novell.com>
2128
2129         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
2130         SelectedIndex value is changed (even if it's not valid).
2131         Reset SelectedIndex to 0 when the handle is created and if
2132         the current index is invalid.
2133         Fixes SelectdeIndex unit tests and #80128
2134
2135 2006-12-08  Chris Toshok  <toshok@ximian.com>
2136
2137         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
2138         calls EndEdit, it needs to be called before we set current_cell to
2139         its new value.  Otherwise, we end up committing the value in the
2140         textbox to the new cell as well.  Fixes bug #80160.
2141
2142 2006-12-08  Chris Toshok  <toshok@ximian.com>
2143
2144         * Form.cs (set_CancelButton): if the button's DialogResult is
2145         None, set it to Cancel.  Fixes bug 80180.
2146
2147 2006-12-08  Jackson Harper  <jackson@ximian.com>
2148
2149         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
2150         to watch ourselves when setting the canvas size and setting the
2151         scrollbar values.
2152
2153 2006-12-08  Chris Toshok  <toshok@ximian.com>
2154
2155         * DataGrid.cs: comment out the two MakeTransparent calls for the
2156         time being so people using trunk (and not 1.2.2) on windows can
2157         actually use the datagrid.  This deals with bug #80151.
2158
2159 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
2160
2161         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
2162         Graphics.DrawImage (image, int, int, int, int) overload instead
2163         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
2164         the dpi difference and was blurring images it drew.
2165         [Fixes bug #79960]
2166
2167 2006-12-08  Chris Toshok  <toshok@ximian.com>
2168
2169         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
2170         rowcnt is 0 (such as with an empty datasource), and make sure we
2171         initialize not_usedarea.Y to cells.Y, so we don't draw over the
2172         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
2173
2174 2006-12-08  Chris Toshok  <toshok@ximian.com>
2175
2176         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
2177         grid.
2178
2179 2006-12-08  Chris Toshok  <toshok@ximian.com>
2180
2181         [ Fixes bug #80167 ]
2182         
2183         * ThemeWin32Classic.cs: don't draw the image if the button's flat
2184         style is FlatStyle.System.
2185
2186         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
2187         ButtonBase.flat_style private, and switch uses of it to the public
2188         property.
2189         
2190 2006-12-08  Chris Toshok  <toshok@ximian.com>
2191
2192         [ Fixes bug #80121 ]
2193         
2194         * ThemeWin32Classic.cs: center the caption text in the datagrid
2195         when we draw it.
2196
2197         * DataGrid.cs: lessen the amount we add to the caption height from
2198         6 to 2.  6 was making it huge.
2199
2200 2006-12-08  Andreia Gaita  <avidigal@novell.com>
2201
2202         * UpDownBase: Handle MouseWheel call directly instead of capturing
2203         the inner textbox's OnMouseWheel. Fixes #80166
2204
2205 2006-12-08  Jackson Harper  <jackson@ximian.com>
2206
2207         * TextControl.cs: We need to invalidate the textbox when we empty
2208         it (how had this not been discovered before?)
2209
2210 2006-12-08  Jackson Harper  <jackson@ximian.com>
2211
2212         * TextBoxBase.cs: Reworked the mouse down code so I could get it
2213         to behave like MS, we now ignore the eventargs.Click and just
2214         track state ourself, which we were already doing anyways.
2215         - Constrain the double click handler to the double click size.
2216         
2217 2006-12-08  Chris Toshok  <toshok@ximian.com>
2218
2219         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
2220         direction if that scrollbar isn't shown.  fixes bug #80158.
2221
2222 2006-12-08  Andreia Gaita  <avidigal@novell.com>
2223
2224         * NumericUpDown.cs: Update value on getter. Fixes #79950
2225
2226 2006-12-08  Chris Toshok  <toshok@ximian.com>
2227
2228         * MenuItem.cs: add back in the event cloning code.  I didn't know
2229         how to do it in the face of the EventHandlerList work i'd done
2230         last week.  Fixes bug #80183.
2231
2232 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
2233
2234         * Control.cs: Add an invalidate to the BackgroundImage setter.
2235         [Fixes 80184]
2236
2237 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
2238
2239         * ToolStrip*: Add some small properties reported by MoMA, fix event
2240         firing and default properties based off of unit tests, and add some
2241         attributes based off of the class status page.
2242
2243 2006-12-07  Jackson Harper  <jackson@ximian.com>
2244
2245         * TextBoxBase.cs: Take HideSelection into account when determining
2246         whether or not to show the selection.
2247         * RichTextBox.cs: After inserting the RTF into the document move
2248         the cursor to the beginning of the document.
2249
2250 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
2251
2252         * Control.cs: Remove static ArrayList "controls" which maintained
2253         a reference to every control created.
2254         * Application.cs: Create a static FormCollection to maintain a reference
2255         to every form created.  Use it in places that formerly enumerated through
2256         the controls one looking for forms.
2257         * Form.cs: Add and remove self from above FormCollection.
2258
2259 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
2260
2261         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
2262           not libgdk (though it makes me wonder why I didn't have any
2263           problems)
2264
2265 2006-12-07  Chris Toshok  <toshok@ximian.com>
2266
2267         [ you had to know this was coming after that last commit...]
2268         
2269         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
2270         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
2271         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
2272         XCopyArea).
2273
2274 2006-12-07  Chris Toshok  <toshok@ximian.com>
2275
2276         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
2277         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
2278         all the behavior we need for double buffering.
2279
2280         * XplatUIDriver.cs: implement the 3 double buffer methods using a
2281         client side Bitmap, just like the old Control-based double buffer
2282         code did.  The methods are virtual, so each XplatUI driver
2283         subclass can replace the implementation to use a faster, platform
2284         specific approach.
2285
2286         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
2287         double buffer code, and clean things up a bit in the process.
2288
2289 2006-12-06  Chris Toshok  <toshok@ximian.com>
2290
2291         * Control.cs: reindent WndProc.
2292
2293 2006-12-06  Chris Toshok  <toshok@ximian.com>
2294
2295         [ I wanna be like BenM when I grow up ]
2296         
2297         * Hwnd.cs: create a single static Graphics object on the static
2298         Bitmap we create.  use this for our text measurements.
2299
2300         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
2301         This was causing us to allocate a backbuffer for every control,
2302         even when it wasn't flagged as double buffered.  Instead use the
2303         single graphics instance.  This might have implications for
2304         multithreaded applications.  If we run into problems we can switch
2305         to creating 1 Graphics per control, on the static Hwnd bitmap.
2306
2307         this change nets us a 7M savings in private dirty mappings when
2308         running FormsTest.exe.
2309
2310 2006-12-06  Chris Toshok  <toshok@ximian.com>
2311
2312         * ListView.cs: the BackgroundImage override is just to set
2313         attributes.  chain up to base.BackgroundImage.
2314
2315         * RichTextBox.cs: same.
2316
2317         * ToolBar.cs: same, but we need to also redraw the toolbar when it
2318         changes, so instead a handler for BackgroundImageChanged.
2319         
2320         * Control.cs: make background_image private.
2321
2322 2006-12-06  Chris Toshok  <toshok@ximian.com>
2323
2324         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
2325         sure we even need this assignment, but roll with it for now.
2326
2327         * Control.cs: make the cursor field private.
2328
2329 2006-12-06  Chris Toshok  <toshok@ximian.com>
2330
2331         * Form.cs: we don't need to explicitly set ImeMode to
2332         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
2333         behavior in the face of ImeMode.Inherit.
2334
2335         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
2336         change the ctor's assignment to use ImeMode instead of ime_mode.
2337
2338         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
2339         ImeModeInherit.  Only check for the parent's imemode (and return
2340         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
2341         This fixes the button unit test, which sets both ImeMode and
2342         DefaultImeMode to ImeMode.Disable.
2343
2344         also make the ime_mode field private.
2345
2346 2006-12-06  Chris Toshok  <toshok@ximian.com>
2347
2348         * Control.cs: make control_style private.
2349
2350         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
2351         setting the styles to true, then setting them to false instead of
2352         reverting to their previous values.
2353
2354         also, call SetStyle on the scrollbars instead of using
2355         control_style directly.
2356
2357 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
2358
2359         * FormCollection.cs: Implement. [2.0]
2360
2361 2006-12-06  Chris Toshok  <toshok@ximian.com>
2362
2363         * Control.cs: make tab_stop private.
2364
2365         * Label.cs: set TabStop, not tab_stop.  reformat some event
2366         add/remove methods to make them more compact.
2367
2368 2006-12-06  Chris Toshok  <toshok@ximian.com>
2369
2370         * RadioButton.cs: fix TabStop handling.
2371
2372 2006-12-06  Chris Toshok  <toshok@ximian.com>
2373
2374         * TextBox.cs: remove the explicit assignments to has_focus.
2375         Control does that.
2376
2377         * ButtonBase.cs: remove the assignment to has_focus.  Control will
2378         manage that.
2379         
2380 2006-12-06  Chris Toshok  <toshok@ximian.com>
2381
2382         * ButtonBase.cs: remove all uses of is_enabled from this code.
2383         it's always true when any of the code containing the checks is
2384         executed.
2385
2386 2006-12-06  Chris Toshok  <toshok@ximian.com>
2387
2388         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
2389         with different semantics (some are present in both 1.1 and 2.0
2390         profiles) so that we match MS's behavior in our unit tests.
2391
2392 2006-12-06  Jackson Harper  <jackson@ximian.com>
2393
2394         * TextControl.cs: Make this operation undoable.
2395         * TextBoxBase.cs: Factor the border width into the preferred
2396         height.
2397         - implement Modified as per the spec.
2398
2399 2006-12-06  Chris Toshok  <toshok@ximian.com>
2400
2401         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
2402
2403 2006-12-06  Chris Toshok  <toshok@ximian.com>
2404
2405         * Control.cs: make right_to_left and context_menu fields private.
2406
2407 2006-12-06  Chris Toshok  <toshok@ximian.com>
2408
2409         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
2410         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
2411         Control.child_controls private.  switch all uses over to
2412         Control.Controls.
2413
2414 2006-12-06  Chris Toshok  <toshok@ximian.com>
2415
2416         * System.Windows.Forms/GroupBox.cs,
2417         System.Windows.Forms/AccessibleObject.cs,
2418         System.Windows.Forms/ErrorProvider.cs,
2419         System.Windows.Forms/Control.cs,
2420         System.Windows.Forms/UpDownBase.cs,
2421         System.Windows.Forms/ScrollBar.cs,
2422         System.Windows.Forms/DateTimePicker.cs,
2423         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
2424         System.Windows.Forms/ToolTip.cs,
2425         System.Windows.Forms/RadioButton.cs,
2426         System.Windows.Forms/LinkLabel.cs,
2427         System.Windows.Forms/Splitter.cs,
2428         System.Windows.Forms/TextBoxBase.cs,
2429         System.Windows.Forms/ToolStripTextBox.cs,
2430         System.Windows.Forms/ContainerControl.cs,
2431         System.Windows.Forms/ThemeWin32Classic.cs,
2432         System.Windows.Forms/SizeGrip.cs,
2433         System.Windows.Forms/ToolStripDropDown.cs,
2434         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
2435         private.  switch all uses over to Control.Parent.
2436
2437 2006-12-06  Chris Toshok  <toshok@ximian.com>
2438
2439         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
2440         Control does this before calling emitting these events.
2441
2442         * TabControl.cs: same.
2443
2444         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
2445         Control.client_rect.
2446
2447         * ButtonBase.cs: use the ClientSize property instead of the
2448         client_size field.
2449
2450         * ScrollableControl.cs: same.
2451
2452         * Control.cs: another pass at making properties private.  also,
2453         move the initialization of tab_stop to the ctor.
2454
2455 2006-12-05  Andreia Gaita <avidigal@novell.com>
2456
2457         * TabControl.cs: Let the selected index be set freely if the 
2458         control handle is not yet created.
2459
2460 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
2461
2462         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
2463         internal until I can rewrite DefaultLayout.
2464         * ToolStrip.cs: Fix build error and some general cleaning.
2465         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
2466         Fix build errors caused by making some of Control's fields private.
2467
2468 2006-12-05  Jackson Harper  <jackson@ximian.com>
2469
2470         * TextControl.cs: Redo Insert a little so that it use IndexOf
2471         instead of Split, this prevents it from messing up on things like
2472         \n\n\n. Also more effecient since the split array doesn't need to
2473         be created.
2474         * TextBoxBase.cs: AppendText doesnt handle multiline and non
2475         multiline text differently, this is the first of many fixes that
2476         will make multiline/non-multiline the same thing as far as the
2477         TextBoxBase is concerned.
2478         - Don't split the text and insert lines, this can lose some line
2479         endings (like is the last line a soft or hard break). Instead use
2480         the new Insert.
2481         - Fix an off by one when combining all the lines in the Text
2482         getter.
2483         - Remove separate multiline handling from the Text getter/setter.
2484
2485 2006-12-05  Chris Toshok  <toshok@ximian.com>
2486
2487         * ButtonBase.cs: a few changes:
2488
2489         - don't reinitialize internal Control fields in the ctor when they
2490         have the same values as Control sets them.
2491
2492         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
2493         this before calling those methods.
2494
2495         - we don't need to call Refresh for anything.  use Invalidate
2496         instead.
2497
2498         - OnEnabledChanged doesn't need to redraw at all - Control.cs
2499         calls Refresh in its OnEnabledChanged.
2500         
2501         - several of the events we were registered for in the ctor to
2502         redraw ourselves already include calls to Invalidate in the
2503         property setters that raise the events.  remove the extra
2504         invalidation.
2505
2506         - reformat a switch statement that was 83274658 columns wide.
2507         
2508 2006-12-05  Mike Kestner  <mkestner@novell.com>
2509
2510         * ComboBox.cs: fix a unit test regression from a TextBox
2511         SelectionLength return of -1 when there's no selection.  
2512
2513 2006-12-05  Chris Toshok  <toshok@ximian.com>
2514
2515         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
2516         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
2517         cleaning up some of the internal Control fields being used by
2518         subclasses.
2519
2520 2006-12-05  Mike Kestner  <mkestner@novell.com>
2521
2522         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
2523         listbox after AddImplicit calls since it defaults to hidden. Add a 
2524         hack to preserve requested heights across DropDownStyle changes.
2525
2526 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
2527
2528         * PropertyGrid.cs: Hide FindFirstItem method from public API.
2529
2530 2006-12-05  Chris Toshok  <toshok@ximian.com>
2531
2532         * DataGridView.cs: fix compiler warnings.
2533
2534         * PrintControllerWithStatusDialog.cs: same.
2535
2536         * ToolBar.cs: same.
2537
2538         * FolderBrowserDialog.cs: same.
2539
2540         * Splitter.cs: same.
2541
2542         * DataGridViewComboBoxCell.cs: same.
2543
2544         * XplatUIWin32.cs: same.
2545
2546         * PictureBox.cs: same.
2547
2548         * Win32DnD.cs: same.
2549
2550         * PageSetupDialog.cs: same.
2551
2552         * FileDialog.cs: same.
2553
2554         * PrintDialog.cs: same.
2555
2556         * DataGridTextBoxColumn.cs: same.
2557
2558         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
2559
2560 2006-12-05  Chris Toshok  <toshok@ximian.com>
2561
2562         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
2563         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
2564         System.ComponentModel.EventHandlerList work.
2565
2566 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
2567
2568         * DrawTreeNodeEventArgs.cs: Added.
2569
2570 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2571         
2572         * InternalWindowManager.cs: Remove an unused field.
2573         
2574 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2575
2576         * InternalWindowManager.cs:
2577         - Save the point where the title bar is clicked.
2578         
2579         * MdiWindowManager.cs:
2580         - Only allow moving of the window as long as the 
2581         clicked point on the title bar does not get out of
2582         MdiClient's rectangle. Fixes #79982.
2583         
2584         * MdiClient.cs:
2585         - Added Horizontal/VerticalScrollbarVisible.
2586         - Simplified the scrollbar sizing algorithm.
2587         - Cache the difference in scrolled value in
2588         H/VBarValueChanged and move the calculation out
2589         of the for loop.
2590
2591 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2592
2593         * Control.cs: Make the Console.WriteLine in WndProc 
2594         write more info.
2595
2596 2006-12-05  Chris Toshok  <toshok@ximian.com>
2597
2598         * ToolStripManager.cs, ToolStripButton.cs,
2599         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
2600         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
2601         ToolStripSplitButton.cs, ToolStripSeparator.cs,
2602         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
2603         ToolStripProgressBar.cs, ToolStripContainer.cs,
2604         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
2605         to using System.ComponentModel.EventHandlerList.
2606
2607 2006-12-04  Chris Toshok  <toshok@ximian.com>
2608
2609         * LinkLabel.cs: fix up compiler warnings.
2610
2611         * TableLayoutSettings.cs: same.
2612
2613         * TreeView.cs: same.
2614
2615         * ToolBar.cs: same.
2616
2617         * TabControl.cs: same.
2618
2619         * RichTextBox.cs: same.
2620
2621         * ListViewItem.cs: same.
2622
2623         * PropertyGrid.cs: same.
2624
2625         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
2626
2627         * ToolTip.cs same.
2628
2629         * TextRenderer.cs: fix up compiler warnings.
2630
2631         * Label.cs: same.
2632
2633         * Form.cs: corcompare fixes.
2634
2635         * PictureBox.cs: fix up compiler warnings.
2636
2637         * ImageListStreamer.cs: same.
2638
2639         * TrackBar.cs: corcompare fix.
2640
2641         * Control.cs: fix up compiler warnings.
2642
2643         * SplitterPanel.cs: same.
2644
2645         * NumericTextBox.cs: same.
2646
2647         * ImageList.cs: same.
2648
2649         * StatusStrip.cs: same.
2650
2651         * ProgressBar.cs: corcompare fix.
2652
2653         * ToolStripButton.cs: fix up compiler warnings.
2654
2655         * ToolStripStatusLabel.cs: same.
2656
2657         * ToolStripSplitButton.cs: same.
2658
2659         * ToolStripSeparator.cs: same.
2660
2661         * ToolStripProgressBar.cs: same.
2662
2663         * ToolStripDropDownMenu.cs: same
2664
2665         * ToolStripDropDown.cs: same.
2666
2667         * ToolStripDropDownButton.cs: same.
2668
2669         * ToolStrip.cs: same.
2670
2671         * ToolStripControlHost.cs: same.
2672
2673         * ToolStripContentPanel.cs: same.
2674
2675         * ToolStripDropDown.cs: same.
2676
2677         * ToolStripContainer.cs: same.
2678
2679         * ToolStripPanel.cs: same, and add "new" where we need it to work
2680         with the new ArrangedElementCollection.
2681
2682         * ToolStripItemCollection.cs: add "new" where we need it to work
2683         with the new ArrangedElementCollection.
2684
2685 2006-12-04  Andreia Gaita <avidigal@novell.com>
2686
2687         * TabControl.cs: Fix default tab selection to after TabControl
2688         gets focus and not before. Fixes #80128
2689
2690 2006-12-04  Chris Toshok  <toshok@ximian.com>
2691
2692         * DataGridTableStyle.cs: remove the gross calling of
2693         datagrid.Refresh from here.  It's a broken idea and it doesn't
2694         work anyway.
2695
2696         * DataGrid.cs: instead, just register/unregister from the
2697         DataGridTableStyle events in CurrentTableStyle.  we play it
2698         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
2699         even though some would most likely not require it.  Fixes bug
2700         #80115 (and one portion of #80117 as a side effect).
2701
2702 2006-12-04  Chris Toshok  <toshok@ximian.com>
2703
2704         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
2705         so the textbox (if any) goes away.  Fixes bug #80117.
2706
2707 2006-12-04  Chris Toshok  <toshok@ximian.com>
2708
2709         * DataGridColumnStyle.cs: set the column's readonly property
2710         initially based on the property descriptor's IsReadOnly.  Fixes
2711         bug #80044.
2712
2713 2006-12-04  Chris Toshok  <toshok@ximian.com>
2714
2715         * ComboBox.cs: wrap the dropdown style changing work in
2716         SuspendLayout/ResumeLayout.  Fixes bug #79968.
2717
2718 2006-12-04  Jackson Harper  <jackson@ximian.com>
2719
2720         * TextBoxBase.cs: Fix off by one, since these are one-based.
2721         * TextBox.cs: Select all the text when we get focus.  The TextBox
2722         does this but the RTB does not.
2723
2724 2006-12-04  Chris Toshok  <toshok@ximian.com>
2725
2726         * DataGridTextBoxColumn.cs: remove some spew.
2727
2728         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
2729         but some part of me is saying "it shouldn't be here.."  At any
2730         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
2731         setting the value.
2732
2733 2006-12-04  Chris Toshok  <toshok@ximian.com>
2734
2735         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
2736         to reassign the propertydescriptor.
2737
2738 2006-12-04  Jackson Harper  <jackson@ximian.com>
2739
2740         * TextBoxBase.cs:
2741         * TextControl.cs: Remove some unused variables.  Maybe this will
2742         patch things up between mike and I.
2743         - don't split lines less then one char wide, if the viewport is
2744         that small text won't be visible anyways.
2745         
2746 2006-12-04  Jackson Harper  <jackson@ximian.com>
2747
2748         * TextBoxBase.cs: Default selection length is -1, need to do some
2749         more testing on windows to see when this is used for the property.
2750         - Redid the Lines [] property to that we properly remove soft line
2751         breaks
2752         - added support for preserving carriage returns
2753         -  CanUndo is not a variable like 'is undo enabled' it just returns
2754         true if there is undo operations available.
2755         - AppendText doesn't need to grab the last tag itself anymore,
2756         this happens automatically when we move the cursor.
2757         * TextControl.cs: Add CompoundActions to the undo class. This
2758         allows combining the other operations into one big option.  ie a
2759         paste will combine { delete old, insert new, move cursor }
2760         - Add InsertString undo operation
2761         - New method for deleting multiline text
2762         - Add carriage returns to lines. So we can preserve carriage
2763         returns when text is 'roundtripped'
2764
2765 2006-12-04  Chris Toshok  <toshok@ximian.com>
2766
2767         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
2768         minimum 0.  Fixes the scrollbar exception in bug #80136.
2769
2770 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2771
2772         * MdiClient.cs: 
2773         * MdiWindowManager: Removed unused fields and methods.
2774         
2775 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2776         
2777         * StatusBar.cs: Update all panels when a AutoSize=Contents
2778         panel needs updating.
2779         
2780         * StatusBarPanel.cs: Remove twidth and only use initialize.
2781         Fixes #80031.
2782                 
2783 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2784
2785         * Form.cs: When a form's MdiParent is set add it directly
2786         on top of the z-order in stead of relying on MdiClient's
2787         ActivateChild to do it. Fixes #80135.
2788         
2789         * MdiClient.cs: 
2790         - Remove original_order, mdi_child_list is already doing
2791         the same thing.
2792         - Create mdi_child_list on construction in
2793         stead of first use (avoids a few null checks).
2794
2795         * MenuItem.cs: Use an already existing list of mdi children
2796         to get the correct order of children and remove the other
2797         redundant list.
2798
2799 2006-12-04  Chris Toshok  <toshok@ximian.com>
2800
2801         * PropertyGridView.cs: cached_splitter_location is only used in
2802         !DOUBLEBUFFER code.
2803
2804         * PropertyGrid.cs: implement the ComComponentNameChanged event
2805         using Events, hoping that would fix the warning.  Looks like a
2806         compiler bug instead (#80144).
2807
2808         * PropertyManager.cs: remove unused method.
2809
2810 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
2811
2812         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
2813         include parentesis to fix expression evaluation. Fixes #79634.
2814
2815 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
2816         
2817         * MenuAPI.cs:
2818         - Changes to fix behavior in Menu control, some reported in #80097
2819         and other detected during behavior refactory like a select event
2820         problems.
2821         - Remove unneded "if's" conditions.
2822         - Created an internal to flag when popup is active in control, we need 
2823         it because in .NET you can have menu active but without popup active
2824         when you active menu using popup without visible items.
2825         - Mimic win32 behavior for Select and Popup events.  
2826         - Dont open popup menu when you dont have visible subitems.
2827         - Do nothing when click on disabled menu item.
2828         - Some small changes to follow the coding style guidelines.
2829         - Unselect menu only when another control gives focus. Fixes #80097.
2830         - Remove unused code.
2831         
2832         * MenuItem.cs: internal VisibleItems method to check if menu
2833         theres visible subitems, it will be usefull to fix some 
2834         behavior in Menu control.
2835         
2836 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
2837         
2838         * Timer.cs: Tag property for 2.0 profile.
2839         
2840 2006-12-01  Chris Toshok  <toshok@ximian.com>
2841
2842         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
2843         
2844         * Win32DnD.cs: comment out some unused fields.
2845
2846         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
2847         some unused properties/methods.
2848
2849         * XplatUIX11.cs: fix MousePosition so we override the base class's
2850         property instead of conflicting with it.
2851
2852         * PictureBox.cs: comment out some unused fields
2853
2854         * OSXStructs.cs: make some struct fields public.
2855
2856         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
2857         MousePosition so we override the base class's property instead of
2858         conflicting with it.
2859
2860         * X11Dnd.cs: comment out some unused fields
2861
2862         * X11DesktopColors.cs: fix some struct field visibility to quiet
2863         the compiler.
2864
2865         * X11Dnd.cs: remove some debug code.
2866
2867         * ThemeClearlooks.cs: comment out unused field.
2868
2869         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
2870
2871         * ThemeGtk.cs: comment out some unused pinvokes.
2872
2873         * Timer.cs: remove some unused fields.
2874
2875         * ThemeClearlooks.cs: comment out unused field.
2876
2877         * UpDownBase.cs: comment out unused field.
2878
2879         * DataObject.cs: comment out unused field.
2880
2881         * DataGridBoolColumn.cs: reomve unused field.
2882
2883         * DataGrid.cs: remove unused field.
2884
2885         * Cursor.cs: remove old ToBitmap code.
2886
2887         * ControlPaint.cs: remove unused method.
2888
2889         * ScrollBar.cs: remove unused fields.
2890
2891         * ComboBox.cs: remove unused field, and chain up to
2892         AccessibleObject ctor.
2893
2894         * ListBox.cs: remove unused field.
2895
2896         * ButtonBase.cs: wrap a couple fields in NET_2_0.
2897
2898         * GridEntry.cs: remove unused fields.
2899
2900         * Binding.cs: remove unused fields.
2901
2902         * AxHost.cs: remove unused method.
2903
2904         * ContainerControl.cs: remove unused field.
2905
2906         * ScrollableControl.cs: remove unused fields.
2907
2908 2006-12-01  Chris Toshok  <toshok@ximian.com>
2909
2910         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
2911         the Where/WhereString stuff.  it's easy enough to CWL
2912         Environment.StackTrace.
2913
2914         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
2915         unused private fields.
2916
2917 2006-12-01  Jackson Harper  <jackson@ximian.com>
2918
2919         * TextControl.cs: Do not update the view while inserting multiline
2920         text. If we update the view we might wrap lines, before entering
2921         the new lines, which causes the new line insertion calculations to
2922         be totally fubared.
2923         - Remove an old TODO
2924         - Make debug output a little nicer
2925         
2926 2006-12-01  Chris Toshok  <toshok@ximian.com>
2927
2928         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
2929
2930 2006-12-01  Chris Toshok  <toshok@ximian.com>
2931
2932         [ fix the majority of the CS0108 warnings we've been suppressing ]
2933         
2934         * TreeView.cs: mark BackgroundImageChanged as 'new'.
2935
2936         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
2937         to "LayoutToolBar" to quiet mcs.
2938         
2939         * TabControl.cs: mark our ControlCollection class as 'new'.
2940
2941         * TextBoxBase.cs: mark some events as 'new'.
2942
2943         * Splitter.cs: TabStop is 'new'.
2944
2945         * ControlBindingsCollection.cs: mark a few methods as new since
2946         they change the visibility from protected to public.
2947
2948         * RadioButton.cs: DoubleClick -> base class, and remove unused
2949         HaveDoubleClick.
2950
2951         * MonthCalendar.cs: ImeMode property -> base class, and mark many
2952         events as new.
2953
2954         * NumericUpDown.cs: TextChanged -> base class.
2955
2956         * CheckedListBox.cs: mark our ObjectCollection class as new to
2957         quiet mcs.
2958
2959         * FolderBrowserDialog.cs: make HelpRequest event new and have it
2960         muck with the base class.
2961
2962         * StatusBar.cs: fix some mcs warnings about Update being the same
2963         name as a base class method.
2964
2965         * RichTextBox.cs: mark some events as new, and make them do things
2966         to the base class impl.
2967
2968         * UserControl.cs: mark TextChanged as new, and have it manipulate
2969         base.TextChanged.
2970
2971         * UpDownBase.cs: mark some things new.
2972
2973         * CheckBox.cs: mark DoubleClick "new", and add some text about
2974         what we need to look at.
2975
2976         * Panel.cs: make the events "new", and manipulate the base
2977         version.  these are just here for attributes.
2978
2979         * AccessibleObject.cs: make owner private.
2980
2981         * Control.cs: deal with AccessibleObject.owner being private.
2982         cache our own copy if we need it.
2983
2984         * Button.cs: add "new" to the DoubleClickEvent.
2985
2986         * ListBox.cs: no need to track our own has_focus here.  let
2987         Control.has_focus do it for us.  Also some other work to clear up
2988         warnings about not overriding base class methods of the same name.
2989         
2990         * ComboBox.cs: clear up some warnings about not override base
2991         class methods of the same name.
2992
2993 2006-12-01  Chris Toshok  <toshok@ximian.com>
2994
2995         * Form.cs: flag a few things as "new" to quiet some of the mcs
2996         warnings.
2997
2998         * AxHost.cs: same.
2999
3000         * PrintPreviewDialog.cs: same.
3001
3002         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
3003         now DGV isn't so horrible on the class status page.  also, move
3004         all events to using System.ComponentModel.EventHandlerList.  my
3005         wrists hurt.
3006
3007 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3008
3009         * MdiWindowManager.cs:
3010         - Set form to active mdi child if shown,
3011         and update the active mdi child to the next 
3012         remaining child in the z-order if the form is hidden.
3013
3014         * Form.cs: 
3015         - Track if the form has been visible and if its 
3016         visibility is beeing changed, so that the MdiClient
3017         can properly decide the ActiveMdiChild. The MdiClient 
3018         cannot track this since the form can change visibility 
3019         before MdiClient is created.
3020
3021         * MdiClient.cs:
3022         - Don't activate anything of the parent form is changing
3023         its visibility.
3024         - Rework ActiveMdiChild to only return visible mdi 
3025         children and take into account several other corner 
3026         cases.
3027
3028 2006-12-01  Chris Toshok  <toshok@ximian.com>
3029
3030         * IBindableComponent.cs: new 2.0 interface.
3031
3032 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3033
3034         * DataGrid.cs: Font for caption area is bold by default.
3035
3036 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
3037
3038         * Menu.cs: Tag property for 2.0.
3039         
3040 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
3041
3042         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
3043         
3044 2006-12-01  Chris Toshok  <toshok@ximian.com>
3045
3046         * TreeView.cs: doh, the Begin* events should be
3047         TreeViewCancelEventHandler.
3048
3049 2006-12-01  Chris Toshok  <toshok@ximian.com>
3050
3051         * Form.cs: Form.ControlCollection already stores off the
3052         form_owner field.  don't access the base class's internal "owner"
3053         field.
3054
3055         * Control.cs: make all the fields in Control.ControlCollection
3056         private.  there's no need for any internal fields here.
3057
3058 2006-12-01  Chris Toshok  <toshok@ximian.com>
3059
3060         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
3061         OnHandleCreated.  Fixes bug #80109.
3062
3063 2006-12-01  Chris Toshok  <toshok@ximian.com>
3064
3065         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
3066         SplitContainer.cs, Control.cs, StatusStrip.cs,
3067         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
3068         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
3069         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
3070         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
3071         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
3072         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
3073         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
3074         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
3075         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
3076         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
3077
3078         do most of the work to convert our code over to use
3079         System.ComponentModel.Component.Events for
3080         adding/removing/dispatching events.
3081
3082
3083 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
3084
3085         * DataGridView.cs: Fix an ArgumentNullException reported 
3086         twice today in IRC.
3087
3088 2006-11-30  Mike Kestner  <mkestner@novell.com>
3089
3090         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
3091         grabbed listbox.  Fixes #80036 and #80101.
3092
3093 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
3094
3095         * Message.cs: Changed ToString() to match MS.
3096         
3097 2006-11-30  Jackson Harper  <jackson@ximian.com>
3098
3099         * TextBoxBase.cs: You can still change the selected text on a read
3100         only textbox.
3101         * TextControl.cs: Lower magic number for wrap calculations. This
3102         lets text get closer to the right (far) edge.
3103
3104 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
3105
3106         * Control.cs: Tweak 2.0 layout properties.
3107         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
3108         * TextRenderer.cs: Add a new overload.
3109         * ToolStrip*: Huge amount of changes and new features.
3110
3111 2006-11-30  Mike Kestner  <mkestner@novell.com>
3112
3113         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
3114         scroll range correct.  Fixes #79994.
3115
3116 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
3117
3118         * MdiWindowManager.cs: Update main form's text when
3119         a form is closed. (fixes #80038)
3120         
3121 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
3122
3123         * ToolBar.cs:
3124         - Fix an regression in ButtonSize.
3125         - Get ImeMode default value change to "Disable".
3126         - Get ShowTooltips default value change to true, default value is 
3127         "false" but after make a test in .NET we get "true" result as default.
3128         
3129 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
3130
3131         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
3132
3133 2006-11-29  Chris Toshok  <toshok@ximian.com>
3134
3135         * XplatUIWin32.cs (GetWindowTransparency): check return value of
3136         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
3137         SetWindowTransparency hasn't been called.
3138
3139 2006-11-29  Chris Toshok  <toshok@ximian.com>
3140
3141         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
3142         if it's supported.
3143         (set_AllowTransparency): reorder things a little so that the
3144         WS_EX_LAYERED style is removed properly.
3145
3146 2006-11-29  Chris Toshok  <toshok@ximian.com>
3147
3148         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
3149         
3150         * Form.cs: only call the XplatUI transparency method (get/set) if
3151         SupportsTransparency says it's supported. Otherwise fallback to
3152         doing nothing (in the set case) or returning the instance field we
3153         cache (in the get case).
3154
3155         * XplatUIStructs.cs: add TransparencySupport flag enum.
3156         
3157         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
3158         change to SupportsTransparency.
3159
3160         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
3161         TransparencySupport.None from SupportsTransparency.
3162
3163         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
3164         TransparencySupport.Set from SupportsTransparency.
3165
3166         * XplatUIWin32.cs: implement GetWindowTransparency calling
3167         GetLayeredWindowAttributes, and implement SupportsTransparency by
3168         checking whether or not both
3169         GetWindowTransparency/SetWindowTransparency are available
3170         entrypoints.  We need to do this since SetWindowTransparency is
3171         available as of win2k, but GetWindowTransparency requires winxp.
3172         yay win32 api.
3173
3174         * XplatUI.cs: Add GetWindowTransparency, and change
3175         SupportsTransparency to allow for either/both Get/Set.
3176
3177 2006-11-29  Chris Toshok  <toshok@ximian.com>
3178
3179         * DataGrid.cs: keep from going into an infinite loop redrawing a
3180         datagrid that has no datasource.  Fixes bug #80033.
3181
3182 2006-11-29  Chris Toshok  <toshok@ximian.com>
3183
3184         * MenuItem.cs: fix the NRE when we assign text (and therefore call
3185         Invalidate) before the mainmenu has been assigned to a control.
3186
3187 2006-11-29  Chris Toshok  <toshok@ximian.com>
3188
3189         * DataGrid.cs: detect when we should be double the double click
3190         row/column autosize stuff, although that codepath has yet to be
3191         written.  part of the work for bug #79891.
3192
3193 2006-11-29  Chris Toshok  <toshok@ximian.com>
3194
3195         * Binding.cs (SetControl): fix unit test.
3196
3197 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3198
3199         * PageSetupDialog.cs: Validate the margins and set them in
3200         PageSettings. 
3201         * NumericTextBox.cs: New class to mimic the behavior of the
3202         textboxes used in the printing dialogs.
3203
3204 2006-11-29  Andreia Gaita  <avidigal@novell.com>
3205         
3206         * Form.cs: Revert previous change (remove call UpdateBounds
3207         from form constructor), because it messes with the handle creation
3208         order, and that one needs lots and lots of love.
3209         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
3210         for valid printer and throw InvalidPrinterException if document
3211         is set but printer not valid), adding a MonoTODO. Once 
3212         handle creation is done properly, we can put this back in.
3213
3214 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
3215
3216         * MenuItem.cs: Create a invalidate method for menu item, to be
3217         calling from set text, it make text changes to imadiate update
3218         on screen. Fixes #80013. 
3219         
3220 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
3221
3222         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
3223         fixes bug #80070 and some other problem on toolbar buttons
3224         layout.
3225
3226 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
3227
3228         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
3229         with dotted brush.      Fixes #79564
3230         
3231 2006-11-28  Andreia Gaita  <avidigal@novell.com>
3232
3233         * Form.cs: Removed call to UpdateBounds on Form
3234         constructor, it was causing a call to CreateHandle
3235         before it was supposed to.
3236         * PrintControllerWithStatusDialog: Applied patch
3237         by Chris Toshok to hide controller when there are
3238         no printers available.
3239         PrintDialog.cs: initialize printer settings to 
3240         null - correct DefaultValues test #5
3241         * PrintPreviewControl.cs: Move PrintController
3242         initialization to GeneratePreview
3243         * PrintPreviewDialog.cs: 
3244         - Remove Preview generation     from Document_set(). It is 
3245         called on OnPaint
3246         - Throw InvalidPrinterException on CreateHandle if
3247         a Document is set but there are no printers or 
3248         printer is not valid.
3249         * ThemeWin32Classic: don't paint PrintPreviewControl
3250         if there is nothing to paint    
3251
3252 2006-11-28  Miguel de Icaza  <miguel@novell.com>
3253
3254         * Form.cs: Add another popular method.
3255
3256         * TabPage.cs: ditto.
3257
3258 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3259
3260         * MenuItem.cs: Fixed a warning.
3261         * InternalWindowManager: Fixed a warning.
3262
3263 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3264
3265         * MenuItem.cs:
3266         - When cloning a menu also clone MdiList and clone the 
3267           window menu items properly (as the forms and menuitems
3268           are kept in an internal hashtable, these need updating 
3269           as well)
3270         - Rewrote the window menu code, menu items are added in the
3271           order the forms were added to their parent, and they are
3272           updated every time the window menu is shown (before the
3273           list was only generated once, in the current order of the
3274           forms, and would never be updated). A checkmark is shown
3275           next to the item corresponding to the active mdi child.
3276
3277 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3278
3279         * XplatUIStructs.cs: 
3280         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
3281         
3282         * XplatUIWin32.cs: 
3283         - Added TME_NONCLIENT to TMEFlags.
3284         - Handles WM_NCMOUSEMOVE in GetMessage to 
3285           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
3286
3287         * MdiWindowManager:
3288         - Now merges mdi child menu to parent menu when maximized.
3289         - Recalculate NC areas of both mdi child and mdi parent. 
3290           Fixes #79757 (4).
3291           on window state and size changes.Fixes #79844 (3).
3292         - Handle WM_NCCALCSIZE to properly calculate borders.
3293
3294         * Form.cs:
3295         - Add/remove to the mdi containers list of mdi children 
3296           in the order they are added.
3297         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
3298           to the maximized mdi child.
3299         
3300         * InternalWindowManager.cs:
3301         - Only execute a click on the control buttons on the mouse up,
3302           not on the mouse down. Show the state of the button 
3303           (was only showing Normal state, never Pressed state). The
3304           pressed button now follows the mouse (if you click the Close 
3305           button and move the mouse over the Maximize button, the 
3306           Maximize button will be shown as pressed). Since Win32 does
3307           not generate WM_NCLBUTTONUP if you release the button outside
3308           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
3309           it as a mouse up.
3310         
3311         * ThemeWin32Classic.cs:
3312         - Draw a missing border around mdi child forms. Fixes #79844 (2).
3313
3314         * MdiClient.cs:
3315         - Added a list of forms which contains the order the forms are
3316           added to the mdi parent.
3317         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
3318         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
3319         - If the active form changes set the scrollbars to the top
3320           of the Z order, otherwise the form could hide them.
3321         - Scrollbars are now sized according to ClientSize, not 
3322           to Size, and they take into account the other scrollbar
3323           to determine maximum.
3324         
3325 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
3326         
3327         * XplatUI.cs:
3328         * XplatUIDriver.cs:
3329         * XplatUIX11.cs:
3330         * XplatUIWin32.cs:
3331         * XplatUIOSX.cs:
3332         - Added RequestAdditionalWM_NCMessages for windows to 
3333           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
3334           Currently only implemented in XplatUIWin32.
3335
3336 2006-11-27  Chris Toshok  <toshok@ximian.com>
3337
3338         * Hwnd.cs: only add the hwnd to the windows hash in
3339         set_WholeWindow and set_ClientWindow if whole_window/client_window
3340         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
3341
3342 2006-11-27  Mike Kestner  <mkestner@novell.com>
3343
3344         * ComboBox.cs: remove redundant OnDropDown call.  It is called
3345         from the ComboListBox.ShowWindow code. Fixes #79969.
3346
3347 2006-11-27  Chris Toshok  <toshok@ximian.com>
3348
3349         * Hwnd.cs: remove the setters for ExposePending and
3350         NCExposePending - noone uses them.
3351
3352 2006-11-27  Jackson Harper  <jackson@ximian.com>
3353
3354         * TextControl.cs: new param for ReplaceSelection which determines
3355         whether we select the new selection, or set the cursor to the end
3356         of the new selection.
3357         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
3358         pasting, select the new text.
3359         * RichTextBox.cs: Use new param for ReplaceSelection.
3360
3361 2006-11-27  Jackson Harper  <jackson@ximian.com>
3362
3363         * TextBoxBase.cs: Set the selection to the caret after the caret
3364         is moved, otherwise they get out of sync.
3365
3366 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
3367
3368         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
3369         it fixes #80015
3370
3371 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
3372
3373         * ThemeWin32Classic.cs: 
3374         - Fix toolbar drop down arrow position.
3375         - Fix drop down appearance when ToolBar.Appearance is normal,
3376         it fixes #80018.
3377         
3378 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3379
3380         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
3381         * Control.cs: Same.
3382         * UpDownBase.cs: Same.
3383         * ButtonBase.cs: Same.
3384         * ScrollBar.cs: Same.
3385         * TrackBar.cs: Same.
3386         * PictureBox.cs: Same.
3387         * UserControl.cs: Same.
3388         * Label.cs: Same.
3389         * ListControl.cs: Same.
3390         * TextBoxBase.cs: Same.
3391         * ListView.cs: Same.
3392         * RichTextBox.cs: Same.
3393         * TreeView.cs: Same.
3394
3395 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
3396
3397         * PrintDialog.cs:
3398         - Text label for where 
3399         - Text label comment was not shown
3400
3401 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
3402
3403         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
3404
3405 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
3406
3407         * InternalWindowManager.cs: 
3408         - Handle WM_PARENTNOTIFY to activate the form
3409         if any child control is clicked.
3410         - The form is only sizable if not minimized.
3411
3412         * MdiWindowManager.cs:
3413         - Save the IconicBounds if the form is moved.
3414         - Rework SetWindowState, now the window bounds 
3415         are stored only if the old window state is Normal.
3416         
3417         * MdiClient.cs:
3418         - In SetWindowStates store the old window state if 
3419         the window is maximized and restore window state if
3420         the window looses focus.
3421         - Don't handle any scrollbar value changes if 
3422         initializing the scroll bars. Fixes #79771.
3423         - Reworked ArrangeIconicWindows. Current algorithm
3424         tests bounds agains all other minimized windows, if
3425         any intersections create new bounds (going left to 
3426         right, bottom to top) and then test again. When 
3427         successful the bounds are saved and never computed
3428         again. Fixes #79774.
3429
3430 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
3431
3432         * InternalWindowManager.cs: Added HandleTitleBarUp.
3433
3434 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3435
3436         * NumericUpDown.cs: In .NET 1.1, user entered text is still
3437         hexadecimal in ParseUserEdit.
3438
3439         
3440 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
3441
3442         * MdiWindowManager.cs: 
3443         - Handle a click on the form's icon to show the 
3444         system menu (when maximized). Fixes #79775.
3445         - Change the existing click handler for the form's
3446         icon when not maximized to show on MouseUp.
3447         Fixes #79776.
3448
3449         * Form.cs: In OnResize only layout the mdi child's
3450         parent if it actually has a parent. Might not if
3451         the window is closing.
3452
3453
3454 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3455
3456         * MdiClient.cs: Ignore active MDI client for text of parent, if
3457         child has no text set.
3458
3459 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3460
3461         * ToolBar.cs: Fixed ToString to match MS.
3462
3463 2006-11-22  Andreia Gaita  <avidigal@novell.com>
3464
3465         * NumericUpDown: 
3466         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
3467         update inner values on set. Fixes #79966.
3468         - Override OnLostFocus to update value on NET 2. Fixes #79950.
3469         - Fix hexadecimal parsing.
3470         
3471         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
3472         parent. Fixes #79957
3473
3474 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3475
3476         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
3477         the actual size has to be queried, since if height /
3478         width is negative Win32 changes it to 0. 
3479         Fixes #79999 on Windows.
3480         
3481         * XplatUIX11.cs: Set height / width to 0 if negative
3482         in SetWindowPos. Fixes #79999 on Linux.
3483         
3484 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
3485
3486         * ThemeWin32Classic.cs: Fix text redenring when button is
3487         pressed.
3488
3489 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
3490
3491         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
3492         and later navigate by mouse. Fixes #79528.
3493
3494 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
3495
3496         * ToolBar.cs: Set default value for TabStop to false in
3497         constructor, it fixes remaining behavior of bug #79863.
3498
3499 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3500
3501         * MdiWindowManager.cs:
3502         * InternalWindowManager.cs:
3503         - Moved a few methods specific to Mdi from 
3504         InternalWindowManager to MdiWindowManager.
3505         Fixes #79996.
3506         
3507 2006-11-21  Chris Toshok  <toshok@ximian.com>
3508
3509         * XplatUIOSX.cs: stub out InvalidateNC.
3510
3511         * XplatUIWin32.cs: implement InvalidateNC using the call I found
3512         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
3513
3514         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
3515
3516         * XplatUIDriver.cs: add InvalidateNC abstract method.
3517
3518         * XplatUI.cs: add InvalidateNC.
3519
3520 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
3521
3522         * ToolBar.cs: Invalidate complete button area when pressed status 
3523         was changed.
3524         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
3525         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
3526         by 1 when button is pressed.
3527
3528 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
3529
3530         * ToolButton.cs: Invalidate middle of DropDown button when
3531         ToolBar theres DropDownArrows.
3532         * ThemeWin32Classic.cs: Change position of DropDown arrow and
3533         fix DropDown drawing operations.
3534
3535 2006-11-20  Chris Toshok  <toshok@ximian.com>
3536
3537         * NativeWindow.cs: fix the formatting of functions ('{' on the
3538         following line), and enable the thread exception dialog.
3539
3540         * Application.cs: remove the duplicate exception catching from
3541         here.
3542
3543 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
3544
3545         * Toolbar.cs: Triggers button click event when click on icon
3546         of dropdown ToolBarButton. Fixes #79912.
3547         
3548 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3549
3550         * Theme.cs:
3551         * ThemeWin32Classic.cs:
3552         - Added a property WindowBorderFont to enable themeing
3553           of mdi child windows' Text.
3554           
3555 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3556
3557         * InternalWindowManager.cs:
3558         * Form.cs:
3559         * MdiClient.cs:
3560         * MdiWindowManager.cs: 
3561         - If mdi child is maximized, set mdi parent's
3562           text to "Parent - [Child]". Fixes #79770.
3563         - If there is any maximized mdi child windows, only the active 
3564           window (and any new windows) is maximized, the rest are normal.
3565         - On a WindowState change only save mdi child's window bounds 
3566           if the old window state was normal. Fixes #79774.
3567         - The scroll bars are now calculated on hopefully all
3568           necessary events. Fixed #79771 / #79844->6 / #79906.
3569         - MdiClient.SizeScrollBars() now takes into account docked 
3570           controls in the parent when calculating available space.
3571         - InternalWindowManager now always repaints the entire title
3572           area. Fixes #79844->1/4/5.
3573         - Added RequestNCRecalc on mdi child windowstate changes.
3574           Fixes #79772.
3575
3576 2006-11-20  Mike Kestner  <mkestner@novell.com>
3577
3578         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
3579         in the MouseUp handler of the listbox and move the return handling
3580         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
3581
3582 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
3583
3584         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
3585
3586 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
3587
3588         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
3589           working in 1.2.x anymore. So, updated.
3590
3591 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
3592
3593         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
3594         NumberGroupSeparator of current culture instead of assuming en-US.
3595         Fixed bug #79967.
3596
3597 2006-11-17  Mike Kestner  <mkestner@novell.com>
3598
3599         * Control.cs: Add the concept of implicit bounds setting so that
3600         dock/undock round trips preserve explicitly set size/locations.
3601         Fixes #79313.
3602
3603 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
3604
3605         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
3606           can't handle those filters. (Fixes bug #79961)
3607
3608 2006-11-17  Chris Toshok  <toshok@ximian.com>
3609
3610         [ fixes the exit/crashes associated with #79835.  it's clearly
3611         suboptimal though, we need to figure out a better way to solve
3612         this. ]
3613         
3614         * PrintPreviewControl.cs: deal with the new invalid printer
3615         exceptions.
3616
3617         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
3618         and return false (so CommonDialog.ShowDialog doesn't actually show
3619         the form.)
3620
3621         * PrintDialog.cs: enable/disable the Ok button depending on
3622         whether or not the printer is valid.
3623
3624         * CommonDialog.cs (ShowDialog): only actually show the form if
3625         RunDialog returns true.
3626
3627 2006-11-17  Jackson Harper  <jackson@ximian.com>
3628
3629         * TextControl.cs: When soft splitting a line, mark it as a soft
3630         split line. Also carry over the current line break to the next
3631         line.
3632
3633 2006-11-17  Chris Toshok  <toshok@ximian.com>
3634
3635         * XplatUIX11.cs: when scrolling a window with an invalid area, we
3636         only want to shift the part of the invalid area that overlaps the
3637         area we're scrolling.  we also don't want to clear the invalid
3638         area unless the invalid area was entirely contained within the
3639         scrolling area.
3640
3641 2006-11-16  Chris Toshok  <toshok@ximian.com>
3642
3643         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
3644         also make sure to free the memory returned by XGetWindowProperty
3645         in GetText().
3646
3647         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
3648
3649 2006-11-16  Chris Toshok  <toshok@ximian.com>
3650
3651         * XplatUI.cs: add a new super secret way to get at the totally
3652         unsupported X11 backend.
3653
3654 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
3655
3656         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
3657
3658 2006-11-16  Jackson Harper  <jackson@ximian.com>
3659
3660         * TreeView.cs: Allow more explicit setting of top node position
3661         for scrollbars. Slower algo, but more accurate.
3662         - CollapseAll should maintain the current top node.
3663         * TextBoxBase.cs: When positioning the caret, use the line, pos
3664         method, since the x, y method does not grab the correct tag, and
3665         the caret height never gets set correctly. (Maybe I should just do
3666         away with the caret having its own height, and always use the
3667         carets current tag for height).
3668
3669 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
3670
3671         [Fixes 79778, 79923]
3672
3673         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
3674         Parent to the FosterParent instead.
3675
3676 2006-11-16  Jackson Harper  <jackson@ximian.com>
3677
3678         * TreeView.cs: Need to recalc the topnode when we expand or
3679         collapse. The scrolling methods can't handle this on their own,
3680         since they use differences between the last scroll position, and
3681         those difference get completely messed up since we are expanding
3682         nodes.  This problem should probably be fixed in the scrolling
3683         methods, so they can figure out exactly where they are, but this
3684         will slow things down a little.
3685         * ThemeWin32Classic.cs: Special case for groupboxes with empty
3686         strings, makes nunit-gui look a lot nicer.
3687
3688 2006-11-16  Chris Toshok  <toshok@ximian.com>
3689
3690         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
3691         the broken multithreaded event handling we have in here.  File
3692         this entry under "Why we should move to the new X11 backend".
3693
3694         Any thread can make it into UpdateMessageQueue, which gets events
3695         from the X socket - some of which could belong to hwnds being
3696         managed by a different thread.  We can also have multiple threads
3697         in UpdateMessageQueue at the same time, with each one reading from
3698         the X socket.  This leads to many problems, with the following
3699         solutions:
3700
3701         We can't use hwnd.Queue.Enqueue anywhere in here and must use
3702         EnqueueLocked.
3703
3704         The MotionNotify compression we do can't work across threads
3705         (without locking the entire queue, perhaps) since we call
3706         hwnd.Queue.Peek, so we just punt and don't compress motion events
3707         unless the owning thread is the one which got the X event.
3708
3709         ConfigureNotify is another fun one, since it modifies the hwnd's
3710         bounds and then enqueues the event.  We add a lock to Hwnd which
3711         is held when setting configure_pending to true (and enqueuing the
3712         event).
3713
3714         There is a race wrt the wake socket.  we need to make sure that
3715         only 1 thread is waiting on that socket, or else a thread could
3716         sleep waiting for data that never comes.  It's difficult (but not
3717         impossible) to make happen, because it seems to require something
3718         like the following:
3719
3720             1. Thread 1 polls on wake_receive
3721         
3722             2. poll returns saying there's data to be read on
3723                wake_receive.
3724         
3725             3. Thread 2 polls on wake_receive and immediately returns
3726                saying there's data to be read.
3727
3728             4. Thread 2 reads the wakeup byte from wake_receive
3729
3730             5. Thread 1 attempts to read the wakeup byte from
3731                wake_receive.
3732
3733             6. Thread 2 exits (due to a form closing, perhaps).
3734
3735             7. Thread 1 blocks forever.
3736         
3737         Fun, eh?
3738
3739         Fixing the Expose handling isn't done yet, and the races inherent
3740         in that piece of code are responsible for the drawing mistakes you
3741         see when generating expose events in a MT app (like NPlot).  This
3742         one is the likely to be the hardest to bandaid, and it doesn't
3743         appear to cause anything but drawing problems.  The other issues
3744         caused apps to exit or hang.
3745
3746         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
3747         called from a different thread than the one that should be calling
3748         these functions.
3749
3750         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
3751
3752 2006-11-15  Chris Toshok  <toshok@ximian.com>
3753
3754         * Application.cs: null out the context's MainForm when we exit
3755         RunLoop.  Fixes a newly checked in unit test as well as the last
3756         ODE from bug #79933.
3757
3758 2006-11-15  Chris Toshok  <toshok@ximian.com>
3759
3760         * Form.cs (set_Owner): allow a null value so we can clear the
3761         form's owner.
3762         (Dispose): set all our owned_form's Owner properties to null, and
3763         clear the owned_forms collection.
3764         (WM_CLOSE): clean up this a little bit.. still not right though.
3765
3766         * ApplicationContext.cs: OnMainFormClosed should only call
3767         ExitThreadCore if the main form isn't recreating.  Fixes unit
3768         test.
3769
3770 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
3771
3772         [Fixes 78346]
3773
3774         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
3775
3776 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
3777
3778         [Fixes 79433]
3779
3780         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
3781         keep popup window types from stealing focus from the main form
3782         on Windows.
3783
3784         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
3785
3786         * MenuAPI.cs: Set above flag to true.
3787
3788 2006-11-15  Chris Toshok  <toshok@ximian.com>
3789
3790         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
3791         the button being released is not in wParam.
3792
3793 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
3794
3795         * Form.cs: Add the released button to MouseEventArgs.Button
3796         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
3797         on Win32.
3798
3799 2006-11-15  Chris Toshok  <toshok@ximian.com>
3800
3801         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
3802         GetText().  untested because it's unused in our implementation.
3803         Control.Text always caches the text, even if
3804         ControlStyles.CacheText is not set.
3805
3806         fixes bug #79939.
3807
3808 2006-11-15  Chris Toshok  <toshok@ximian.com>
3809
3810         [ fixes #79933 ]
3811         
3812         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
3813         message.  no hiding, no disposing.
3814
3815         in the WM_CLOSE handler, hide the form if it's modal.
3816
3817 2006-11-15  Chris Toshok  <toshok@ximian.com>
3818
3819         * XplatUIX11.cs: use AddExpose instead of sending a message.
3820         fixes textbox border drawing.
3821
3822 2006-11-15  Chris Toshok  <toshok@ximian.com>
3823
3824         * PropertyGridView.cs: keep from crashing on mouse move/down when
3825         the property grid is empty.
3826
3827 2006-11-14  Jackson Harper  <jackson@ximian.com>
3828
3829         * TextControl.cs: Make PageUp and PageDown more like the MS
3830         versions.
3831         * TextBoxBase.cs: When we set the text property position the
3832         cursor at the beginning of the document.
3833
3834 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3835
3836         * Form.cs: if a mdi child's WindowState has changed
3837         before it's creation, it would display wrong control
3838         buttons.
3839         
3840 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
3841
3842         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
3843           (Fixes bug #79927)
3844
3845 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3846
3847         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
3848         the window gets to paint its borders even if the window is
3849         getting smaller.
3850         
3851         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
3852         otherwise the old control buttons would still be painted 
3853         if the window gets bigger.
3854         
3855         * PaintEventArgs.cs: add an internal method so that the clip 
3856         rectangle can be changed.
3857         
3858 2006-11-13  Chris Toshok  <toshok@ximian.com>
3859
3860         [ fixes bug #79745 ]
3861         
3862         * NotifyIcon.cs: lots of cleanup.
3863
3864         * X11Structs.cs: add an enum for XEMBED messages.
3865
3866         * XplatUIX11.cs: reindent one of the giant switch statements, it
3867         was taking up an additional tab stop, and this file is already way
3868         too wide for my laptop's screen.
3869
3870         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
3871         we get it, resize the hwnd to the WMNormalHints max_width/height.
3872
3873 2006-11-13  Jackson Harper  <jackson@ximian.com>
3874
3875         * TextBoxBase.cs: Compute the value changes for the mouse wheel
3876         teh simple way.
3877
3878 2006-11-13  Chris Toshok  <toshok@ximian.com>
3879
3880         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
3881         #79898.  force a reference to the Region to stick around so the
3882         unmanaged object isn't collected (rendering our handle in the MSG
3883         stale).
3884
3885 2006-11-13  Chris Toshok  <toshok@ximian.com>
3886
3887         * XplatUIX11.cs: fix #79917 for window managers which support
3888
3889         using XStoreName on the raw utf8, and we need to convert to
3890         COMPOUND_TEXT if it's non-latin1.
3891
3892 2006-11-13  Chris Toshok  <toshok@ximian.com>
3893
3894         * Form.cs (set_DialogResult): we need to set closing to false if
3895         we're setting our result to None.  fixes bug #79908.
3896
3897 2006-11-13  Jackson Harper  <jackson@ximian.com>
3898
3899         * TextControl.cs: When formatting text, compute the adjusted tag
3900         lengths correctly, using FindTag for the end tag instead of trying
3901         to figure it out outselves.
3902         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
3903         the item, ItemHeight doesn't work, because trees with large
3904         imagelists use those for their height
3905         * TreeView.cs: ActualItemHeight factors in the image height
3906         - compute left edge of checkboxes correctly
3907         - when expanding/collapsing move the bottom down one pixel, so we
3908         aren't moving part of the node
3909
3910 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3911
3912         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
3913         stack in PaintEventStart so that it won't get disposed by the gc
3914         before reaching PaintEventEnd.
3915
3916 2006-11-13  Jackson Harper  <jackson@ximian.com>
3917
3918         * TextBoxBase.cs: Don't select the word if we are on a line with
3919         no text.
3920         - We don't need to position the caret on mouse up, since the mouse
3921         move handler should be doing this
3922         - When double clicking a blank line, the caret is advanced to the
3923         next line.
3924
3925 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
3926
3927         * TreeNodeCollection.cs: Avoid duplicating indexer code.
3928
3929 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
3930
3931         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
3932         Fixes part of bug #79910.
3933
3934 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
3935
3936         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
3937           (bug #79903). Some minor string updates to match ms.
3938
3939 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
3940
3941         * FileDialog.cs: Don't add an extension if the filename
3942           already ends with that extension.
3943
3944 2006-11-10  Jackson Harper  <jackson@ximian.com>
3945
3946         * TreeView.cs: Use the currently highlighted node for the
3947         BeforeSelect event.
3948         * TextBoxBase.cs: There is no need to expand selection on
3949         MouseMove.
3950         - CanUndo means 'is there any undo operations', not 'is undo
3951         allowed on this textcontrol. Fixed ClearUndo unit test.
3952
3953 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
3954
3955         * Button.cs: only perform click when button is Selectable (so as 
3956         not to activate default buttons when they're disabled)
3957         
3958         * Control.cs: Rewrite of the SelectNextControl and related 
3959         methods. HandleClick now selects next control if the current one
3960         is being disabled.
3961         
3962         * Form.cs: OnActivated selects next active control only if Load 
3963         has already occurred. If Load hasn't run, there's no point in 
3964         selecting here, Load might change the state of controls.
3965         
3966         * FocusTest.cs: Tests marked as working again for these fixes
3967
3968 2006-11-10  Chris Toshok  <toshok@ximian.com>
3969
3970         * XplatUIX11.cs: a couple of fixes.
3971
3972         - use XInternAtoms with almost all the atoms we need to register,
3973         instead of many, many calls to XInternAtom.  should help a bit on
3974         startup time, at the expense of making the code look a little
3975         worse.
3976
3977         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
3978         isn't reparented (which seems to be a clue that we're running fon
3979         compiz) and they have an Owner form.  This fixes the tool windows
3980         in paint.net when running under compiz.
3981
3982         - when setting the opacity of a window, support both the case
3983         where the window has been reparented and also when it hasn't been.
3984         Since compiz/beryl doesn't seem to reparent windows, and these are
3985         the only window managers which support translucency, I'm not sure
3986         why we need the hwnd.reparented case at all.. but leave it in.
3987         now we get translucent windows in paint.net under compiz/beryl.
3988
3989 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
3990
3991         * FileDialog.cs: Always return the value for FilterIndex that
3992           was set. Internally convert it to values that make sense.
3993
3994 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
3995         
3996         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
3997
3998 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
3999
4000         * Toolbar.cs: Change default value of DropDownArrows to true, the 
4001         signature still using false to make it compatible with MS but the 
4002         initial value is true. Fixes #79855.
4003
4004 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
4005
4006         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
4007           only available on Linux.
4008
4009 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
4010
4011         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
4012         reduce number of calls to redraw method during toolbar creation.
4013
4014 2006-11-09  Mike Kestner  <mkestner@novell.com>
4015
4016         * ListView.cs : raise SelectedIndexChanged when an item is selected
4017         programmatically via the Item.Selected property.  Gert's nice 
4018         ListViewSelectedIndexChanged test fixture now runs clean.
4019
4020 2006-11-09  Mike Kestner  <mkestner@novell.com>
4021
4022         * ListView.cs : raise SelectedIndexChanged when a selected item is
4023         removed from the item collection using Remove or RemoveAt.
4024
4025 2006-11-09  Mike Kestner  <mkestner@novell.com>
4026
4027         * ListView.cs : raise SelectedIndexChanged once per selected item
4028         for compat with MS.  Fixes #79849+.
4029
4030 2006-11-09  Chris Toshok  <toshok@ximian.com>
4031
4032         * TabControl.cs: initialize row_count to 0, and set it to 1 when
4033         we need to (if we have any tab pages).  Fixes unit test.
4034
4035 2006-11-09  Chris Toshok  <toshok@ximian.com>
4036
4037         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
4038         width is 0, not 3.  Fixes a unit test.
4039
4040 2006-11-09  Mike Kestner  <mkestner@novell.com>
4041
4042         * ListView.cs : use Implicit scrollbars so that focus isn't 
4043         stolen from the listview when they are clicked. Fixes #79850.
4044
4045 2006-11-09  Chris Toshok  <toshok@ximian.com>
4046
4047         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
4048         have a root item.  Fixes #79879.
4049
4050 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
4051
4052         * FileDialog.cs:
4053           - Fix ToString ()
4054           - An ArgumentException is now thrown if a wrong filter
4055             is applied (matches ms). The previous filter doesn't change
4056             anymore if an exception is thrown.
4057           - Changing the FileName property also affects FileNames
4058         * ColorDialog.cs: The length of the CustomColors array is always
4059           16. It doesn't matter if we use a smaller array or null to update
4060           or change the custom colors property.
4061         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
4062           for RootFolder if we get a undefined value.
4063
4064 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4065
4066         * StatusBarPanel.cs: 
4067         - Width is set to MinWidth if Width is smaller than
4068         MinWidth. Fixes #79842.
4069         - MinWidth now always overrides Width (MSDN says MinWidth
4070         is set to Width when AutoSize = None, but they do not 
4071         behave like that).
4072         - Style has now the the correct default value.
4073         
4074 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4075  
4076         * TrackBar.cs: 
4077         - The control is completely invalidated on 
4078         Got/LostFocus to draw the focus rectangle correctly.
4079         - When AutoSize then height is always 45 (width for 
4080         vertical controls).
4081         
4082         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
4083         on the mouse when moved and it doesn't move when grabbed
4084         until the mouse moves as well. Also fixed some wrong 
4085         calculations when clicking on the thumb (control thought
4086         click was outside of thumb and didn't grab it).
4087         Fixes some of the issues in #79718.
4088
4089 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
4090
4091         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
4092
4093 2006-11-08  Chris Toshok  <toshok@ximian.com>
4094
4095         * PropertyGridView.cs: only call ToggleValue if the item is not
4096         readonly.
4097
4098 2006-11-08  Jackson Harper  <jackson@ximian.com>
4099
4100         * TextBoxBase.cs: The RichTextBox and textbox have very different
4101         word selection methods.  Implement the textbox's simple word
4102         selection here, and let the RichTextBox override and provide it's
4103         own.
4104         - Don't do extra selection on mouseup
4105         * RichTextBox.cs: Use the documents word selection algorithm, I
4106         think ideally, this function will be pulled into the
4107         RichTextBox.cs code someday.
4108
4109 2006-11-08  Chris Toshok  <toshok@ximian.com>
4110
4111         * RootGridEntry.cs: new class to represent GridItemType.Root.
4112
4113         * CategoryGridEntry.cs: reformat, and add boilerplate.
4114         
4115         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
4116         returns the UI parent anyway, and we need special handling to
4117         implement the GetTarget method in the face of it.  Also, implement
4118         Select().
4119
4120         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
4121         a root grid item, and use that instead of PropertyGrid.grid_items.
4122         Also, make use of TypeConverters (and add limitted support for
4123         ICustomTypeDescriptors) when initially populating the grid.
4124         Arrays now show up more or less properly.
4125
4126 2006-11-08  Chris Toshok  <toshok@ximian.com>
4127
4128         * Application.cs: set the modal dialog to non modal after we close
4129         it.  Fixes bug #79866.
4130
4131 2006-11-08  Jackson Harper  <jackson@ximian.com>
4132
4133         * TextControl.cs: When combining lines carry over the line end
4134         style from the end line.
4135         - Invalidate the selected area when setting it, if it is visible.
4136         * TextBoxBase.cs: Only rich text box can do full line selects.
4137         - Make sure to set the cursor position when there is a click,
4138         otherwise two clicks in separate areas could cause a large chunk
4139         to be selected.
4140
4141 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
4142
4143         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
4144         Fixes #79863.
4145
4146 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
4147
4148         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
4149         time. Remove tooltips when ToolButton click events.  Fixes #79856.
4150
4151 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
4152
4153         * MenuAPI.cs: Ignore right click for menu actions and fixes
4154         menu border when clicked.  Fixes #79846.
4155
4156 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
4157
4158         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
4159         MouseState after create wParam for message, this fixes mouse button 
4160         equal none in mouse up events.
4161         
4162 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
4163
4164         * Control.cs : Focus() now calls Select to set the Container's
4165         Active Control and to give it focus. To avoid infinite recursion
4166         (because ActiveControl also calls Focus at one point), a check 
4167         is made in Focus with the help of a new internal variable
4168         is_focusing.
4169
4170 2006-11-07  Mike Kestner  <mkestner@novell.com>
4171
4172         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
4173         if there's a selection.  Fixes #79849.
4174
4175 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
4176
4177         * PropertyGrid.cs: Avoid fixed height of help description label.
4178         Fixes part of bug #79829.
4179
4180 2006-11-07  Chris Toshok  <toshok@ximian.com>
4181
4182         * XplatUIX11.cs: fix #79790 again, by using the
4183         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
4184
4185 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
4186
4187         * ToolBar.cs: Fix left click checking.
4188
4189 2006-11-07  Chris Toshok  <toshok@ximian.com>
4190
4191         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
4192
4193 2006-11-07  Chris Toshok  <toshok@ximian.com>
4194
4195         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
4196         PropertyManager unit tests.
4197
4198         * PropertyManager.cs: make property_name internal.
4199
4200 2006-11-07  Chris Toshok  <toshok@ximian.com>
4201
4202         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
4203         pass a unit test.  Also, don't set image_index to anything in
4204         response to setting the ImageList property.
4205
4206 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
4207
4208         * ToolBar.cs: Ignore click events when mouse button is not a
4209         left button, only accepts other button for dropdown menus.  
4210         Fixes #79854.
4211
4212 2006-11-07  Chris Toshok  <toshok@ximian.com>
4213
4214         * DataGrid.cs: make the back and parent row buttons a little less
4215         ugly.
4216
4217 2006-11-07  Jackson Harper  <jackson@ximian.com>
4218
4219         * TextBoxBase.cs: When converting to Text don't put line breaks in
4220         for soft line breaks.
4221         * TextControl.cs: There is an initial "fake" line in the document,
4222         this is now a soft break line, so that an extra line feed doesn't
4223         get added to the end of documents.
4224
4225 2006-11-07  Chris Toshok  <toshok@ximian.com>
4226
4227         [ fix bug #79778 ]
4228         
4229         * CurrencyManager.cs: if the list is readonly, don't bother
4230         checking if IBindingList.AllowNew is true.
4231
4232         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
4233         for non-DataRowView datasources..  or rather, make it not crash.
4234         (DataGridPaintRelationRow): make sure we limit the row painting to
4235         the area not covered by the row header, and make our cell width at
4236         least large enough to cover the relation area.  This allows grids
4237         that have relations but no rows to render correctly.
4238         (DataGridPaintRowContents): same type of changes here.
4239         (SetDataSource): move back to always calling
4240         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
4241         navigating back through relations.
4242         (HitTest): handle the case where we have no cells but have
4243         relations.  Right now we generate a hit in cell 0 of whatever the
4244         row is, not sure if this is strictly correct, but it works for our
4245         purposes.
4246         
4247         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
4248         bother doing anything.
4249
4250 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
4251
4252         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
4253         early version of StatusStrip.  Not responsible for eaten
4254         application or firstborn children.
4255
4256 2006-11-06  Chris Toshok  <toshok@ximian.com>
4257
4258         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
4259         call GetTabRect with a -1 index.  Fixes #79847.
4260
4261 2006-11-06  Jackson Harper  <jackson@ximian.com>
4262
4263         * TreeNodeCollection.cs: Update scrollbars after clearing.
4264
4265 2006-11-06  Chris Toshok  <toshok@ximian.com>
4266
4267         * NumericUpDown.cs: fix the ToString method for some unit test
4268         love.
4269
4270 2006-11-06  Chris Toshok  <toshok@ximian.com>
4271
4272         * PropertyGrid.cs:
4273         - set the initial SelectedGridItem if we can.
4274
4275         - Exclude non-mergable properties only if we're merging > 1
4276         object.  Merging 1 object isn't really merging, obviously.
4277
4278         - Handle PropertySort.NoSort just like Alphabetical, which is
4279         wrong of course, but at least gets things on the screen.
4280         
4281         * PropertyGridView.cs:
4282         - Add method "FindFirstItem" which finds the first property grid
4283         item, so we can select it by default.
4284
4285         - make use of GridEntry.CanResetValue.
4286
4287         - Don't call RedrawBelowItemOnExpansion here anymore, the
4288         individual GridEntry's will do that.
4289
4290         - Remove the ITypeDescriptorContextImpl internal class.
4291         
4292         * GridEntry.cs:
4293         - this class needs to implement ITypeDescriptorContext, as it's
4294         what MS's PropertyDescriptorGridEntry does, which means we can
4295         remove the ITypeDescriptorContextImpl internal class from
4296         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
4297
4298         - keep a reference to our PropertyGridView, and move the call to
4299         RedrawBelowItemOnExpansion here from PGV.  This means
4300         programmaticly setting Expanded actually does something visible.
4301
4302         - add a CanResetValue() function which takes into account our
4303         possibly multiple "selected_objects" in the merged case.  Shifting
4304         PropertyGridView to use this method fixes another unreported
4305         crasher found running the test for #79829.
4306
4307         - when Top or Bounds is updated, make sure the PropertyGridTextBox
4308         is updated to reflect this.
4309
4310         * CategoryGridEntry.cs: the ctor takes the PGV now.
4311         
4312 2006-11-06  Jackson Harper  <jackson@ximian.com>
4313
4314         * TextControl.cs: These are 1 based.
4315         * TextBoxBase.cs: When setting the selected text, don't change the
4316         selected text tags, this is done by ReplaceText, just position the
4317         cursor at the end of the new text.
4318
4319 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
4320
4321         * ListView.cs: Allow label edit only when, when LabelEdit is
4322           set to true.
4323
4324 2006-11-06  Jackson Harper  <jackson@ximian.com>
4325
4326         * TextControl.cs: If a suitable wrapping position isn't found,
4327         just wrap right in the middle of a word.
4328
4329 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
4330
4331         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
4332           bug #79820.
4333
4334 2006-11-06  Jackson Harper  <jackson@ximian.com>
4335
4336         * TreeView.cs: Can't use the VisibleCount property when setting
4337         scrollbar heights, because this doesn't take into account whether
4338         or not the horz scrollbar just came visible.
4339
4340 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
4341
4342         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
4343         activated.  Fixes #79369, #79832.
4344
4345 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
4346
4347         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
4348           had to remove support for links that point to a directory. FileInfo
4349           returns no usefull information (means, the directory they point to)
4350           for such links. Replaced some empty string ("") with String.Empty.
4351
4352 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
4353
4354         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
4355         NullReferenceException when attempting to remove node that is not in
4356         collection. Throw NullReferenceException when null is passed to 
4357         Remove. Allow first element of the collection to be removed. Fixes
4358         bug #79831.  In GetEnumerator ().Current return null if positioned 
4359         before the first element of the collection. In GetEnumerator ().Reset,
4360         position before first element of the collection.
4361
4362 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
4363
4364         * PropertyGrid.cs: To match MS, remove default title and description
4365         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
4366         buttons.
4367
4368 2006-11-04  Chris Toshok  <toshok@ximian.com>
4369
4370         * Theme.cs: add a Clamp method, just for kicks.
4371
4372         * ThemeWin32Classic.cs: clamp all color components to [0..255].
4373
4374 2006-11-04  Chris Toshok  <toshok@ximian.com>
4375
4376         * Form.cs: if the form isn't visible, Close() does nothing.
4377
4378 2006-11-03  Chris Toshok  <toshok@ximian.com>
4379
4380         * Form.cs (Close): if the form is modal, don't Dispose of it, only
4381         Hide it.
4382         (WndProc): don't Dispose after handling the WM_CLOSE message.
4383
4384         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
4385         them as such, instead of using casts from Control to Form.  Also,
4386         don't Dispose of the modal dialog when we fall out of the loop -
4387         Close() it instead.
4388
4389         fixes bug #79813.
4390
4391 2006-11-03  Chris Toshok  <toshok@ximian.com>
4392
4393         * Control.cs (Dispose): only go through the dispose thing if we're
4394         @disposing, and we haven't already been disposed.  Fixes bug
4395         #79814.
4396
4397         * Form.cs: no reason to call "base.Dispose()" here instead of
4398         "Dispose()".
4399
4400 2006-11-03  Mike Kestner  <mkestner@novell.com>
4401
4402         * ComboBox.cs : use ToString instead of casts in AddItem for
4403         sorting functionality.  Fixes #79812.
4404
4405 2006-11-03  Chris Toshok  <toshok@ximian.com>
4406
4407         * Application.cs: pave the way for actually using the thread
4408         exception dialog.  it's ifdefed out at the moment.
4409
4410 2006-11-03  Chris Toshok  <toshok@ximian.com>
4411
4412         * ThreadExceptionDialog.cs: until we get a better layout, actually
4413         hide the details textbox and label when we shouldn't see them.
4414
4415 2006-11-03  Jackson Harper  <jackson@ximian.com>
4416
4417         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
4418         multiline textboxes anymore.  This method also determines the
4419         width/height of a textboxes canvas area.
4420         - Sorta a revert of the last patch.  For multiline just position
4421         the controls, then bail.  This way the scrollbar width won't be
4422         altered.
4423
4424 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
4425
4426         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
4427         it dont need.  Fixes #79537.
4428
4429 2006-11-02  Jackson Harper  <jackson@ximian.com>
4430
4431         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
4432         send the status after firing the DndOver event.
4433
4434 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4435
4436         * TrackBar.cs: Now orientation only switches height / width if
4437         the control's handle is created (Win32 does it like this). Also 
4438         fixed a typo in ToString() for a test to pass, changed the 
4439         exception thrown in set_LargeChange and set_SmallChange to 
4440         match Win32 behaviour, and added TrackBar tests to the unit 
4441         tests.
4442
4443 2006-11-02  Chris Toshok  <toshok@ximian.com>
4444
4445         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
4446         not _NET_WM_STATE_NO_TASKBAR.
4447
4448 2006-11-02  Jackson Harper  <jackson@ximian.com>
4449
4450         * TextControl.cs: Increment count by one, since in the update view
4451         count - 1 is used.
4452
4453 2006-11-02  Jackson Harper  <jackson@ximian.com>
4454
4455         * TextBoxBase.cs: Use client rectangle not bounds for checking if
4456         the mouse is in the client rectangle (duh).
4457
4458 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4459         
4460         * TrackBar.cs: Fixed trackbar jumping around when clicking
4461         on it - the trackbar was not detecting correctly at which
4462         side of the thumb the click was done. (fixes #79718)
4463
4464 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
4465
4466         * ListBox.cs: scroll visible area when change SelectedIndex to
4467         a non visible area.  Fixes #79481.
4468
4469 2006-11-01  Jackson Harper  <jackson@ximian.com>
4470
4471         * TextControl.cs: When replacing the selection move the selection
4472         start/end/anchor to the end of the new text.
4473
4474 2006-11-01  Jackson Harper  <jackson@ximian.com>
4475
4476         * XplatUIWin32.cs: When setting the parent change the controls
4477         visibility to it's visibility flag, not to it's old parents
4478         visibility (.Visible walks the parent chain).
4479
4480 2006-11-01  Chris Toshok  <toshok@ximian.com>
4481
4482         * XplatUIX11.cs: revert the #79790 fix, as the simple.
4483         XSetTransientForHint fix breaks paint .net's tool windows.  more
4484         work needed for that one.
4485
4486 2006-11-01  Chris Toshok  <toshok@ximian.com>
4487
4488         * ScrollBar.cs: throw ArgumentException instead of Exception in
4489         LargeChange/SmallChange setters.  fixes unit tests.
4490
4491 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
4492
4493         * ContainerControl.cs: reverted rev.67183 (which was itself
4494         a reversion of rev.66853... eh).
4495         
4496         * Control.cs: Fixes Reflector hang by changing Focus() call
4497         to what it was before rev.66643 (calling Select() here sets 
4498         ActiveControl, which in some situations calls back Focus and 
4499         eventually does a stack overflow). Temp fix.    
4500         Changes to GetNextControl() to not look for children to select when
4501         parent cannot be selectable (so it looks for siblings instead)  
4502         
4503 2006-10-31  Mike Kestner  <mkestner@novell.com>
4504
4505         * CheckedListBox.cs : off by one error in returned index from
4506         ObjectCollection.Add.  Fixes #79758.
4507
4508 2006-10-31  Chris Toshok  <toshok@ximian.com>
4509
4510         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
4511         calls for the textbox/spinner, to keep from recursing to the point
4512         where we crash.  Fixes #79760.
4513
4514 2006-10-31  Chris Toshok  <toshok@ximian.com>
4515
4516         * ListControl.cs (set_SelectedValue): don't throw exceptions on
4517         null/"" value, just return.  matches ms's behavior and fixes some
4518         failing tests.
4519
4520 2006-10-31  Chris Toshok  <toshok@ximian.com>
4521
4522         * Control.cs (set_Capture): make a logic a little easier to
4523         follow.
4524
4525         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
4526         if it's being destroyed.  A necessary fix surely, but a bandaid
4527         also, to fix the stuck capture problem in bug #78413.
4528
4529 2006-10-31  Chris Toshok  <toshok@ximian.com>
4530
4531         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
4532         convention of clearing hwnd.ClientRect when we set the
4533         width/height (so it'll be recalculated by Hwnd).
4534
4535 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
4536
4537         * ContainerControl.cs: reversed Contains check from
4538         ActiveControl due to hanging problems. This fix
4539         partly regresses #79667 (button does not have
4540         initial focus), so this might be a symptom for 
4541         a larger parenting problem (set_ActiveControl
4542         is being called but the child control does
4543         not have the parent set yet?)   
4544         
4545 2006-10-31  Mike Kestner  <mkestner@novell.com>
4546
4547         * MenuAPI.cs : fix keynav when menu is click activated.
4548
4549 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
4550
4551         * ToolStrip*: Version 0.2.
4552
4553         * MenuStrip.cs: Version 0.1.
4554
4555         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
4556
4557 2006-10-30  Chris Toshok  <toshok@ximian.com>
4558
4559         [ fixes the oversized notify icon issue in bug #79745 ]
4560         
4561         * NotifyIcon.cs: scale the icon down to the size we're given by
4562         the XplatUI layer (this would be faster if we did it once instead
4563         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
4564         since it's never invoked.
4565
4566         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
4567         pixels high by default, so let's hardcode our systray icon to that
4568         size.  The SYSTEM_TRAY protocol should really have a way for
4569         client apps to query for the correct icon size.. but oh well.  A
4570         couple of patches to deal with the screwy client_window ==
4571         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
4572         instance, and also make sure we don't XSelectInput twice).
4573
4574 2006-10-30  Chris Toshok  <toshok@ximian.com>
4575
4576         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
4577         recreating forms.  Control recreation is the bane of my existence.
4578         Fix it in a way that keeps everyone happy.
4579
4580 2006-10-30  Chris Toshok  <toshok@ximian.com>
4581
4582         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
4583         just non-CHILD ones.  otherwise sometimes scrollbars end up with
4584         client_windows not being resized to the proper size (ReportBuilder
4585         shows this extremely well).
4586
4587 2006-10-30  Chris Toshok  <toshok@ximian.com>
4588
4589         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
4590         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
4591         showing up in the gnome taskbar.  Fixes bug #79790.
4592
4593 2006-10-30  Chris Toshok  <toshok@ximian.com>
4594
4595         * ApplicationContext.cs: guard against a NRE.
4596
4597         * Application.cs: null out the old MainForm for the context, so we
4598         don't try to use it again once it's disposed.  Fixes bug #79783.
4599
4600 2006-10-30  Chris Toshok  <toshok@ximian.com>
4601
4602         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
4603         BindingContext, set the data source directly, otherwise do the
4604         lazy approach - the actual ListManager will be created when we get
4605         a BindingContext. Fixes bug #79700.
4606
4607 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
4608
4609         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
4610           XplatUIX11.cs: Remove old 2 parameter SetVisible.
4611
4612         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
4613
4614 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
4615
4616         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
4617         of SetVisible that allows a window to be shown, but not activated.
4618         This is needed on Windows for MenuStrip, and can probably be used
4619         with MainMenu and ComboBox to fix the focus stealing issues on
4620         Windows.
4621
4622         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
4623
4624 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
4625
4626         * PictureBox.cs: Fix the output of the ToString method.
4627
4628 2006-10-29  Chris Toshok  <toshok@ximian.com>
4629
4630         * Control.cs (get_TopLevelControl): fix bug #79781.
4631
4632 2006-10-29  Chris Toshok  <toshok@ximian.com>
4633
4634         * ListControl.cs (set_DataSource): throw Exception here, not
4635         ArgumentException, to match MS behavior.
4636
4637 2006-10-29  Chris Toshok  <toshok@ximian.com>
4638
4639         * Form.cs: remove the try-catch's around calls to GetWindowState.
4640         We can just check the return value.
4641
4642         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
4643         Instead return -1.
4644
4645         * XplatUI.cs: Add note about additional return value for
4646         GetWindowState.
4647
4648 2006-10-29  Chris Toshok  <toshok@ximian.com>
4649
4650         * Control.cs (CreateHandle): when we create our handle, we also
4651         create the handles of our child controls.  Fixes one of the
4652         Control unit tests (CH11).
4653
4654 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
4655
4656         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
4657
4658 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
4659
4660         * ThemeClearlooks.cs: A little speedup.
4661
4662 2006-10-27  Chris Toshok  <toshok@ximian.com>
4663
4664         * Control.cs: implement Control.FromChildHandle in a way that
4665         matches the docs (and fixes the failed test.)
4666
4667 2006-10-27  Chris Toshok  <toshok@ximian.com>
4668
4669         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
4670         comments).
4671
4672         * DataGrid.cs: implement ResetForeColor such that the tests
4673         succeed.
4674         
4675 2006-10-27  Chris Toshok  <toshok@ximian.com>
4676
4677         * ToolBarButton.cs: setting text/tooltiptext to null results in it
4678         being set to "".  Fixes bug #79759.
4679
4680 2006-10-27  Jackson Harper  <jackson@ximian.com>
4681
4682         * TextControl.cs: We need to clear the entire selection area when
4683         setting the start, otherwise multiline selections are still
4684         visible.
4685
4686 2006-10-26  Chris Toshok  <toshok@ximian.com>
4687
4688         * PropertyGridView.cs: 
4689
4690         - ifdef all the code specific to the double
4691         buffer case, and provide some alternatives in the non-doublebuffer
4692         code, which makes heavy use of XplatUI.ScrollWindow to move things
4693         around without having to invalidate (and cause flicker).  There
4694         are still some drawing problems in the non-doublebuffered case, so
4695         DOUBLEBUFFER is defined by default.
4696
4697         - Fix the way dropdowns are handled.  now we explicitly watch for
4698         the events which might cause the dropdown to close, and break out
4699         of the nested event loop there.  This gets rid of all Capture
4700         code, at the expense of the Msg special casing.  Seems to work,
4701         though, and fixes bug #79743.
4702
4703 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
4704         * Control.cs: SetIsRecreating now recreates implicitly added
4705         child controls as well. Finally fixes #79629. The flag passed to 
4706         SetIsRecreating has also been removed since it wasn't used.
4707         
4708 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4709
4710         * PageSetupDialog.cs: Clean some code, fix some bits, 
4711         add some checks, and add a printer sub-dialog.
4712
4713 2006-10-26  Chris Toshok  <toshok@ximian.com>
4714
4715         * PropertyGrid.cs: make set_SelectedObject call
4716         set_SelectedObjects, and move the duplicate logic to the
4717         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
4718
4719         * PropertyGridView.cs: hide the textbox when we get a
4720         SelectedObjectsChanged event.
4721
4722         Fixes bug #79748.
4723
4724 2006-10-26  Chris Toshok  <toshok@ximian.com>
4725
4726         * PropertyGridView.cs: deal with the type converter not supporting
4727         GetStandardValues() or GetStandardValues() returning null, which
4728         is does in the default case.  Fixes #79742.
4729
4730 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
4731
4732         * CheckedListBox.cs: nunit no longer crashes when selecting 
4733         Project/Edit menu option
4734         
4735 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
4736
4737         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
4738         is no menu selected. fixes #79739
4739
4740 2006-10-25  Chris Toshok  <toshok@ximian.com>
4741
4742         * PropertyGridView.cs: factor out the splitter invalidation code
4743         into the SplitterPercent setter, and for kicks implement the
4744         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
4745         amount in either direction.
4746
4747 2006-10-25  Chris Toshok  <toshok@ximian.com>
4748
4749         * PropertyGridView.cs: do some cleanup of the brush used to draw
4750         text - read only fields should be grayed out.  not sure how to do
4751         this with the textbox, though.  but the textbox's should also be
4752         readonly now at least.  Also, hide/show the textbox when resizing
4753         the control.
4754         
4755         * CursorConverter.cs: use System.Reflection when getting the
4756         properties of Cursors, as TypeDescriptor.GetProperties isn't
4757         returning static properties.
4758
4759 2006-10-25  Chris Toshok  <toshok@ximian.com>
4760
4761         * PropertyGridView.cs: factor out the up/down handling, and reuse
4762         it for page up/down.  also add End/Home support.
4763
4764 2006-10-25  Chris Toshok  <toshok@ximian.com>
4765
4766         * PropertyGridView.cs:
4767
4768         - ensure the selected grid item is visible in the scrolled area,
4769         fixes bug #79572.
4770
4771         - fix Keys.Down handling when you're on the last item in the
4772         propertygrid.
4773
4774 2006-10-25  Mike Kestner  <mkestner@novell.com>
4775
4776         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
4777         clicks too.  Fixes #79725.
4778
4779 2006-10-24  Chris Toshok  <toshok@ximian.com>
4780
4781         * PropertyGrid.cs: use property.Converter instead of
4782         TypeDescriptor.GetConverter(property.PropertyType), so we catch
4783         TypeConverters declared on the property as well as on the
4784         PropertyType.  Fixes bug #79678.
4785
4786 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
4787
4788         * MimeIcon.cs, Mime.cs:
4789           Fallback to the default platform handler if no shared mime info
4790           stuff exists (fixes #79693).
4791
4792 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
4793         * ContainerControl.cs: Incorrect contains check in ActiveControl 
4794         from previous fix (duh).
4795
4796 2006-10-20  Chris Toshok  <toshok@ximian.com>
4797
4798         * PropertyGridView.cs: the dropdown should be MIN(number of items
4799         in list, 15).  Fixes #79551.
4800
4801 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
4802         Fixes #79384, #79394, #79652, #79667
4803         * Application.cs: 
4804         
4805         - Modal windows are now destroyed in the proper order for windows
4806         
4807         * ContainerControl.cs:
4808         
4809         - ActiveControl setter has more conditions on when to return:
4810                 - if we're reselecting the active control, but it actually
4811                 didn't have focus (window hidden or some such), it runs
4812                 - if the active control being selected doesn't actually 
4813                 exist in the container, it returns
4814         
4815         * Form.cs
4816         
4817         - The ShowDialog now gets the current form as the owner when
4818         invoking without parameters, and correctly activates the owner 
4819         when returning
4820         
4821         * MessageBox.cs
4822         
4823         - MessageBox now catches the Escape key to exit
4824
4825 2006-10-20  Chris Toshok  <toshok@ximian.com>
4826
4827         * PropertyGridView.cs: fix a number of issues (bug #78565, and
4828         most of bug #79676):
4829
4830         - you can navigate around the property grid with the arrow keys.
4831
4832         - the dropdown is sized properly when the pg has a vertical
4833         scrollbar.
4834
4835         - fix the indentation for subentries, and properly select the
4836         entire label rect.
4837
4838         - fix the gray bar's drawing (only draw it to the last element,
4839         not for the height of the control.  Also make sure we draw that
4840         last horizontal grid line.
4841
4842         - use the same mechanism the datagrid uses wrt the editing textbox
4843         when scrolling/resizing/etc.  Namely, we hide it first, do the
4844         operation, then show it again (if it's still visible).
4845         
4846         - aggressively remove a lot of unnecessary refreshes (and also
4847         calls to Invalidate(). call more limited variants, and only redraw
4848         what we need.)
4849         
4850         * PropertyGrid.cs:
4851
4852         - when we're populating the merged collection, fill in the UI
4853         parent with either the passed in item, or the category item we
4854         create.
4855
4856         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
4857
4858         * GridItem.cs: drop some fully qualified names.
4859         
4860         * GridEntry.cs: add a "UIParent", which is basically the parent
4861         treenode.
4862
4863         * GridItemCollection.cs: add an IndexOf method.
4864
4865 2006-10-20  Mike Kestner  <mkestner@novell.com>
4866
4867         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
4868         a working win32 NC invalidation mechanism, we can't invalidate
4869         menus.  [Fixes #79705]
4870
4871 2006-10-20  Mike Kestner  <mkestner@novell.com>
4872
4873         * ListBox.cs : don't update the VScrollbar if the list is empty,
4874         just hide it.  [Fixes #79692]
4875
4876 2006-10-20  Jackson Harper  <jackson@ximian.com>
4877
4878         * RichTextBox.cs: Handle some special chars better, and don't skip
4879         the entire group when we encounter a special char that we don't
4880         handle correctly.
4881
4882 2006-10-18  Chris Toshok  <toshok@ximian.com>
4883
4884         * PropertyGridView.cs: address a number of issues from bug #79676,
4885         mostly of the cosmetic variety.
4886
4887         - The highlight rectangle for indented items not extends all the
4888         way to the left.
4889
4890         - Indented items aren't indented so much.
4891
4892         - the dropdown is properly sized width-wise if the pg has a
4893         vertical scrollbar.
4894
4895 2006-10-18  Chris Toshok  <toshok@ximian.com>
4896
4897         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
4898         systray stuff is rather convoluted to begin with.
4899
4900         systray icons are a single window for some reason (that I haven't
4901         figured out yet), and for them, client_window == whole_window.
4902         Given the way the tests are structured elsewhere to determine
4903         which paints are pending (client vs. nc), that situation will
4904         always yield PAINT, not NCPAINT.  So, if we have a pending
4905         nc_expose and no pending expose, remove the hwnd from the paint
4906         queue, and also set nc_expose_pending to false, to keep us from
4907         blocking further expose's adding the hwnd to the paint queue.
4908
4909         phew.  like i said, a rather convoluted change.  Fixes the
4910         notifyicon repaint issues in bug #79645.
4911
4912 2006-10-18  Chris Toshok  <toshok@ximian.com>
4913
4914         * Form.cs: when getting the backcolor of the form, don't get
4915         base.BackColor, as this allows parents to influence the background
4916         color.  This breaks mdi forms.  Instead, if the background_color
4917         is empty, return the default.
4918
4919 2006-10-18  Chris Toshok  <toshok@ximian.com>
4920
4921         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
4922         to being private instead of internal static.
4923
4924         * Control.cs: remove all the stupid ParentWaitingOnRecreation
4925         crap, it wasn't working for more deeply nested controls anyway,
4926         and we already have the is_recreating flag - use that instead.
4927         Before calling DestroyHandle in RecreateHandle, recurse through
4928         the control tree setting it to true.  this returns the recreate
4929         code to much of its original simplicity, while now guaranteeing we
4930         actually recreate everything we're supposed to.  This change gets
4931         fyireporting actually showing mdi children.
4932
4933 2006-10-17  Chris Toshok  <toshok@ximian.com>
4934
4935         * Form.cs: remove some debug spew, and collapse some duplicate
4936         code at the end of SetClientSizeCore.
4937
4938         * XplatUIX11.cs: 
4939         - add some more debug spew here too wrt Destroy handling.
4940         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
4941         in Control's handling of WM_DESTROY.
4942         - Remove the handling of zombie window DestroyNotifies from the
4943         event loop - we don't need it.  Now the only DestroyNotifies we
4944         actually handle are ones generated by X.
4945         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
4946         match gtk's (functioning) handling of this. This keep metacity
4947         from leaving droppings in the form of wm borders with no window
4948         contents all over the place.
4949
4950         * Control.cs:
4951         - add a bunch of debug spew wrt control recreation.
4952         - fix a bug where we weren't tracking Visible properly on
4953         recreated hwnds.
4954         - fixed the WM_PAINT double buffer handling to support re-entrant
4955         calls (yes, i know it's gross, but it's happening to us).
4956
4957 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
4958         * ThemeWin32Classic.cs: changed drawing of selected days
4959         to make them look better.
4960
4961 2006-10-16  Chris Toshok  <toshok@ximian.com>
4962
4963         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
4964         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
4965
4966         * XplatUIX11.cs: move away from using hwnd.client_dc and
4967         hwnd.non_client_dc and on to a stack of dc's (and in window's
4968         case, PAINTSTRUCT's), so we can deal with nested Paint calls
4969         without puking or not disposing of Graphics objects.
4970
4971         * XplatUIOSX.cs: same.
4972
4973         * XplatUIWin32.cs: same.
4974
4975 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
4976
4977         * FileDialog.cs: Don't call on_directory_changed inside
4978           OnSelectedIndexChanged (it changes the SelectedIndex too).
4979           Instead move it to OnSelectionChangeCommitted.
4980
4981 2006-10-13  Chris Toshok  <toshok@ximian.com>
4982
4983         * XplatUIX11.cs: more Destroy work.  the current code does the
4984         following things, in order:
4985
4986         1. Enumerates all handles of all controls at or below the one
4987         being destroyed, in pre-order.  As it is doing this, it marks the
4988         handles as zombie and clears all references to them.
4989         
4990         2. calls XDestroyWindow on the window passed in.
4991
4992         3. SendMessage's WM_DESTROY to all he handles in the accumulated
4993         list.
4994
4995 2006-10-13  Chris Toshok  <toshok@ximian.com>
4996
4997         * XplatUIX11.cs: set hwnd.zombie to true before calling
4998         SendMessage (WM_DESTROY).  this keeps us from marking the new
4999         window a zombie, and also keeps us from calling sendmessage at
5000         all.
5001
5002 2006-10-13  Jackson Harper  <jackson@ximian.com>
5003
5004         * TextControl.cs: Do not show the caret and selection at the same
5005         time.  Reduces ugliness by 35%.
5006
5007 2006-10-13  Chris Toshok  <toshok@ximian.com>
5008
5009         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
5010         zombie after we do the recursive call, so we actually do call
5011         SendMessage on the children controls.
5012         (GetMessage): if we find a pending paint event for a zombie hwnd,
5013         remove the hwnd from the paint queue, or else it will always be
5014         there (and we'll effectively loop infinitely)
5015
5016 2006-10-13  Mike Kestner  <mkestner@novell.com>
5017
5018         * MenuItem.cs : add Selected format under keynav too.
5019         Fixes #79528.
5020
5021 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
5022
5023         * PropertyGrid.cs: Fixed some NRE's and small difference between our
5024         implementation and that of MS.
5025
5026 2006-10-13  Chris Toshok  <toshok@ximian.com>
5027
5028         * Control.cs (OnInvalidated) only futz with the invalid_region if
5029         the control is double buffered.  this fixes the apparent hang in
5030         the ListView unit tests.  Someone needs to make the
5031         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
5032
5033 2006-10-13  Chris Toshok  <toshok@ximian.com>
5034
5035         * PropertyGridView.cs:
5036
5037         - do a little refactoring so that only one place calls
5038         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
5039         else call that.  Also make it Refresh, since there are redraw bugs
5040         otherwise (we should take a look at that...)
5041
5042         - do a little more refactoring work to share the body of code
5043         involved with the drop down.  it was duplicated in the code
5044         dealing with the listbox handling and in the code dealing with the
5045         UITypeEditors.
5046
5047         - add a Capture to the dropdown form's control once it's
5048         displayed, and add a MouseDown handler that checks to make sure
5049         the position is inside the control.  If it's not, close the
5050         dropdown.  This fixes #78190.
5051
5052         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
5053         if the value is different than the initial value.
5054         
5055 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
5056
5057         * Control.cs: see #78650
5058         - Fixed GetNextControl for several cases:
5059                 - Changed FindFlatForward to return 
5060                 correct sibling control when more than one
5061                 control has same TabIndex as the currently 
5062                 focused one.
5063                 - Changed FindFlatBackward to loop children
5064                 from last to first and apply same logic as in
5065                 FindFlatForward
5066                 - Changed FindControlForward to search for
5067                 children when control is not a container
5068                 but has children, or search for siblings if
5069                 control is a container...
5070                 - Changed FindControlBackward   to continue
5071                 searching for child controls when hitting 
5072                 Panel-like parents
5073                 
5074         - Fixed Focus method to update ActiveControl
5075         (FocusTest.FocusSetsActive failure)
5076         
5077         * TabControl.cs:
5078         - Focus rectangle now refreshes when gaining
5079         or losing focus
5080         - Removed grab for Tab key on IsInputKey that 
5081         was keeping tab navigation from working (#78650)
5082
5083 2006-10-13  Chris Toshok  <toshok@ximian.com>
5084
5085         * PropertyGridView.cs:
5086         - Rewrite SetPropertyValue to loop over SelectedGridItem's
5087         SelectedObjects.
5088
5089         - Deal with GridItem.Value == null a few places.
5090
5091         * PropertyGrid.cs: 
5092         - replace the PopulateGridItemCollection with a pair of methods
5093         which compute the intersection of all the properties in the
5094         SelectedObjects array.  Fixes #79615.
5095
5096         - Throw ArgumentException from set_SelectedObjects if there's a
5097         null in the array.
5098
5099         - Add GetTarget method which can be used to traverse up the
5100         GridItem.Parent chain.  It depends on the assumption that
5101         selected_objects for different GridEntries are always in the same
5102         order (a safe assumption).  Use this method and loop over all the
5103         selected objects in the entry when calling RemoveValueChanged and
5104         AddValueChanged.
5105         
5106         * GridEntry.cs: Make this handle multiple selected objects.
5107         .Value returns null if not all the selected objects share the same
5108         value.
5109
5110 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
5111         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
5112           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
5113           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
5114           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
5115           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
5116         add additional functionality.
5117
5118 2006-10-12  Mike Kestner  <mkestner@novell.com>
5119
5120         * ErrorProvider.cs : new ToolTipWindow ctor sig.
5121         * HelpProvider.cs : new ToolTipWindow ctor sig.
5122         * ToolTip.cs : remove ToolTip param from Window sig since it is
5123         not used.
5124         * ToolBar.cs : add tooltip support.  Fixes #79565.
5125
5126 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
5127
5128         * ComboBox.cs: move the events in set_SelectedIndex to 
5129         after the call to HighlightIndex in order to avoid 
5130         possible recursion and subsequent problems with the call
5131         to HighlightIndex and include a range check in 
5132         set_HighlightIndex. Fixes #79588
5133         
5134 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
5135
5136         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
5137         to ui thread's settings instead of sunday. 
5138         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
5139
5140 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
5141
5142         * DateTimePicker.cs
5143         * MonthCalendar.cs
5144         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
5145         and implement missing functionality (selecting different parts 
5146         of the date and edit them individually with the keyboard).
5147         
5148 2006-10-11  Chris Toshok  <toshok@ximian.com>
5149
5150         * Control.cs (OnInvalidated): fix NRE relating to last change.
5151
5152 2006-10-11  Chris Toshok  <toshok@ximian.com>
5153
5154         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
5155         atoms in _NET_WM_STATE here if the window is maximized.  We need
5156         to do this because we're *replacing* the existing _NET_WM_STATE
5157         property, so those atoms will be lost otherwise, and any further
5158         call to GetWindowState will return Normal for a window which is
5159         actually maximized.  Fixes #79338.
5160
5161 2006-10-11  Jackson Harper  <jackson@ximian.com>
5162
5163         * TextControl.cs: Special case for setting selection end to
5164         selection start, we basically kill the anchor.
5165         - some todo comments.
5166
5167 2006-10-11  Chris Toshok  <toshok@ximian.com>
5168
5169         * Control.cs: switch to using an "invalid_region" to track which
5170         parts of the image buffer need updating.  This is more code than
5171         the simple fix from r66532.  That version just attempted to always
5172         fill the entire buffer on redraw, which turns out to be
5173         inefficient when invalidating small rectangles.  This version
5174         simply adds the invalid rectangle to the invalid region.  When we
5175         get any WM_PAINT message we see if it can be filled using the
5176         image buffer, and if it can't (if the paint event's clip rectangle
5177         is visible in the invalid region) we first fill the image buffer.
5178         So, the image buffer is still a cache, we just fill it lazily.
5179
5180         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
5181         need it any longer.
5182
5183 2006-10-11  Chris Toshok  <toshok@ximian.com>
5184
5185         * XplatUIX11.cs (SetWindowPos): we need to update both position as
5186         well as size after calling XMoveResizeWindow.  This keeps us from
5187         ignoring future SetWindowPos calls.  Fixes the disappearing
5188         DateTimePicker in the ToolBarDockExample from bug #72499.
5189
5190 2006-10-11  Chris Toshok  <toshok@ximian.com>
5191
5192         * TextBoxBase.cs: reorder things a bit when it comes to
5193         resizing-causing-recalculation.  we were recalculating the
5194         document when our position was changed, which shouldn't happen.
5195         We only care about size changes.  Clear up some more redundant
5196         recalculation calls while I'm at it.  This makes the toolbar dock
5197         example snappy when you're just dragging toolbars around (since it
5198         causes a relayout whenever you move one.)
5199
5200 2006-10-11  Chris Toshok  <toshok@ximian.com>
5201
5202         * ToolBarButton.cs (get_Rectangle): this only returns
5203         Rectangle.Empty if Visible == false, or Parent == null.
5204         Parent.Visible doesn't matter.
5205
5206 2006-10-10  Chris Toshok  <toshok@ximian.com>
5207
5208         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
5209         by .net 1.1, so switch to an internal method instead.
5210
5211 2006-10-10  Chris Toshok  <toshok@ximian.com>
5212
5213         * Control.cs (WM_PAINT): when a control is double buffered we draw
5214         initially to the ImageBuffer and then copy from there.  But when a
5215         parent control which has child controls is double buffered, the
5216         initial drawing doesn't encompass the entire ClientRectangle of
5217         the parent control, so we end up with uninitialized bits (this is
5218         easily seen by dragging the top toolbar in
5219         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
5220         manually set the ClipRectangle of the paint_event (only the one we
5221         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
5222         of the nastiness in bug #72499.
5223
5224         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
5225         which we use in Control.cs's WM_PAINT handling.
5226
5227 2006-10-10  Jackson Harper  <jackson@ximian.com>
5228
5229         * TextBoxBase.cs: Finish off the autoscrolling stuff.
5230
5231 2006-10-10  Chris Toshok  <toshok@ximian.com>
5232
5233         * Cursor.cs: Apply a slightly different patch to the one suggested
5234         in #79609.
5235
5236 2006-10-10  Jackson Harper  <jackson@ximian.com>
5237
5238         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
5239         not the parent form.
5240         * TextControl.cs: use difference in old line count vs new count to
5241         calculate how many lines were added, this takes into account soft
5242         line breaks properly.
5243
5244 2006-10-10  Chris Toshok  <toshok@ximian.com>
5245
5246         * LinkLabel.cs: don't call MeasureCharacterRanges against a
5247         rectangle located at 0,0 and the size of the text.  Use
5248         ClientRectangle instead.  This fixes rendering of non-left aligned
5249         link labels.
5250
5251 2006-10-10  Jackson Harper  <jackson@ximian.com>
5252
5253         * TextBoxBase.cs: When we set the selection start position the
5254         caret.
5255         * TextControl.cs: Need to update the caret when we decrement it to
5256         zero.
5257         - Make sure that the selection_visible flag gets reset to false if
5258         the selection isn't visible.  Before this you could get it set to
5259         visible by changing the selection start, then changing the end to
5260         equal the start.
5261
5262 2006-10-09  Jackson Harper  <jackson@ximian.com>
5263
5264         * TreeView.cs: Don't update scrollbars when we aren't visible.
5265         * TreeNodeCollection.cs: Only need to update scrollbars if being
5266         added to an expanded visible node or the root node.
5267
5268 2006-10-09  Chris Toshok  <toshok@ximian.com>
5269
5270         * XplatUIX11.cs (SendMessage): fix NRE.
5271
5272 2006-10-09  Jackson Harper  <jackson@ximian.com>
5273
5274         * TextBoxBase.cs: Implement horizontal autoscrolling.
5275         * TextControl.cs: Add a movement types that allows moving forward
5276         and backwards without wrapping.
5277
5278 2006-10-09  Mike Kestner  <mkestner@novell.com>
5279
5280         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
5281         with focus "expansion" of labels.  Fixes #79532 and then some.
5282         * ThemeWin32Classic.cs : add LineLimit to ListView label format
5283         when wrapping.
5284
5285 2006-10-09  Jackson Harper  <jackson@ximian.com>
5286
5287         * TextBoxBase.cs: Set the default max values to MaxValue since
5288         we use the scrollbar for autoscrolling and the default value is
5289         100.  If we don't do this the caret won't keep up with typing
5290         after about 18 characters.
5291         * TextControl.cs: Make sure the selection is offset by the
5292         viewport x.  This fixes selection when using auto scrolling.
5293
5294 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
5295         
5296         * Form.cs: The active control should be selected after the 
5297         OnLoad so that any child control initialization that affects
5298         the selection is done. Fixes #79406
5299
5300 2006-10-06  Chris Toshok  <toshok@ximian.com>
5301
5302         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
5303         to have no evil effects.
5304
5305         - Stop selecting StructureNotifyMask on non-toplevel windows.
5306
5307           The only way children should be resized is by using the SWF api,
5308           and we already send WM_WINDOWPOSCHANGED messages in those cases.
5309           Toplevel windows can be interacted with via the window manager,
5310           and so we keep the input mask there.
5311
5312           The other event StructureNotifyMask gives us (that we care
5313           about) is DestroyNotify.  The code is already structured such
5314           that it assumes we won't be getting a DestroyNotify event for
5315           the window we pass to XDestroyWindow (which is what
5316           StructureNotifyMask is supposed to guarantee.)  So, that code
5317           shouldn't be affected by this either.
5318
5319         - Stop selecting VisibilityChangeMask altogether.
5320
5321           We weren't doing anything with the resulting events anyway.
5322         
5323         This vastly reduces the number of X requests and events we see
5324         when resizing/laying out a large ui.
5325
5326 2006-10-06  Chris Toshok  <toshok@ximian.com>
5327
5328         * ScrollableControl.cs (DisplayRectangle): we need to take into
5329         account the DockPadding regardless of whether or not auto_scroll
5330         == true.  rework this slightly to this effect, and fix bug #79606,
5331         and part of #72499 (you can now see the drag handles and drag
5332         toolbars around).
5333
5334 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
5335
5336         * ListViewItem.cs: Collections of selected and checked items are now
5337         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
5338         we mark the collection "dirty".
5339         * ListView.cs: Marked collections readonly. Modified UpdateSelection
5340         to only clear SelectedItems when a new item is selected and MultiSelect
5341         is enabled. CheckedItems and SelectedItems now subscribe to Changed
5342         event of ListViewItemCollection, and mark its list dirty whenever
5343         that event is fire. This allows us to return selected/checked items 
5344         in the same order as they are in the Items collection. This matches
5345         the MS behavior.
5346
5347 2006-10-06  Chris Toshok  <toshok@ximian.com>
5348
5349         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
5350         right mouse clicks.  Fixes bug #79593.
5351
5352 2006-10-06  Chris Toshok  <toshok@ximian.com>
5353
5354         * Splitter.cs: doh, fix splitters that don't want to cancel the
5355         movement when you drag them.  Also, impose the limits on the
5356         values we send to the SplitterMovingEvent.  Fixes #79598.
5357
5358 2006-10-06  Jackson Harper  <jackson@ximian.com>
5359
5360         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
5361         since we use this for auto scrolling also.
5362
5363 2006-10-05  Chris Toshok  <toshok@ximian.com>
5364
5365         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
5366         beginning to think that most datagrid column types don't need this
5367         method.  Fixes bug #79392.
5368
5369 2006-10-05  Chris Toshok  <toshok@ximian.com>
5370
5371         * DataGrid.cs: move back to a more lazy scheme for creating the
5372         CurrencyManager, so we aren't updating it every time you set
5373         either DataSource or DataMember.  Also, don't call
5374         RecreateDataGridRows if the currency manager hasn't changed.
5375
5376 2006-10-05  Chris Toshok  <toshok@ximian.com>
5377
5378         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
5379         emitted, SelectedIndex should already be updated.  Fixes bug
5380         #78929.
5381
5382 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
5383
5384         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
5385           ToolStripTextBox.cs: Initial commit.
5386         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
5387
5388 2006-10-05  Jackson Harper  <jackson@ximian.com>
5389
5390         * TabControl.cs: We need to invalidate the tab control area when
5391         new ones are added (duh).
5392
5393 2006-10-03  Chris Toshok  <toshok@ximian.com>
5394
5395         * Form.cs (ProcessDialogKey): if the focused control is in this
5396         form and is a button, call its PerformClick method here.  Fixes
5397         #79534.
5398
5399 2006-10-04  Jackson Harper  <jackson@ximian.com>
5400
5401         * TabPage.cs: Ignore setting of Visible, and add an internal
5402         method for setting the controls visibility.  TabPage's Visible
5403         property is a little strange on MS, this seems to make us
5404         compatible, and fixes cases where people set all the tab pages to
5405         visible.
5406         * TabControl.cs: Use the new internal setting on tab pages
5407         visibility.
5408
5409 2006-10-03  Mike Kestner  <mkestner@novell.com>
5410
5411         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
5412
5413 2006-10-03  Mike Kestner  <mkestner@novell.com>
5414
5415         * ListView.cs : use is_visible instead of Visible to check if 
5416         scrollbars should be placed/sized.  Also some max_wrap_width
5417         love for LargeIcon view.  [Fixes #79533]
5418
5419 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
5420
5421         * TextControl.cs :
5422           Make set_TextAlign() do actually update the align. Fixed #78403.
5423
5424 2006-10-03  Chris Toshok  <toshok@ximian.com>
5425
5426         * DataGrid.cs: fix a crash when switching datasources if the
5427         vertical scrollbar is at someplace other than Value = 0.  Also,
5428         reduce the number of recalculation passes we do in SetDataSource
5429         from 2 to 1.
5430
5431 2006-10-03  Jackson Harper  <jackson@ximian.com>
5432
5433         * TextBoxBase.cs: Move the if value the same bail check up, we
5434         don't want to empty the document if it is already empty, this
5435         seems to severly mess up the caret.  TODO: I should probably fix
5436         the empty statement to update teh caret somehow.
5437
5438 2006-10-03  Chris Toshok  <toshok@ximian.com>
5439
5440         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
5441         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
5442         reflection, an internal row type, properties on said type, etc.)
5443         will work with our datagrid.  Fixes #79531.
5444
5445 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
5446
5447         * FileDialog.cs: Don't crash if a path is not accessible
5448           (System.UnauthorizedAccessException). Fixes #79569.
5449         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
5450           a ':' too. Return unknown icon for those paths/files.
5451
5452 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
5453
5454         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
5455         GetContainerControl returns null.
5456
5457 2006-10-02  Chris Toshok  <toshok@ximian.com>
5458
5459         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
5460         call to XGetWindowAttributes instead of "handle".  fixes an X
5461         error using notifyicon after the NotifyIconWindow to Form base
5462         class switch.
5463
5464 2006-10-02  Chris Toshok  <toshok@ximian.com>
5465
5466         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
5467         server grab and looping we need to do to get down to the most
5468         deeply nested child window.
5469         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
5470         QueryPointer again after the WarpPointer so we can generate a
5471         proper (fake) MotionNotify event to be enqueued in the destination
5472         window's queue.
5473         (GetCursorPos): call QueryPointer.
5474
5475         Fixes #79556.
5476
5477 2006-10-02  Jackson Harper  <jackson@ximian.com>
5478
5479         * NotifyIcon.cs: Derive the notify icon from a form, so things
5480         like FindForm work on it.
5481         - Swallow the WM_CONTEXTMENU message, since that is generated on
5482         mouse down, and context menu is a mouse up kinda guy.  I believe
5483         the correct fix here is probably to make the notify icon entirely
5484         NC area, but this seems to work fine for anyone not manipulating
5485         WndProc.
5486
5487 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
5488
5489         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
5490           ToolStripItemCollection.cs, ToolStripLabel.cs,
5491           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
5492           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
5493           Initial implementation.
5494         * TextRenderer.cs: Provide padding to MeasureText.
5495
5496 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
5497
5498         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
5499         of ButtonBaseAccessibleObject. Fix bug #79552.
5500
5501 2006-10-02  Jackson Harper  <jackson@ximian.com>
5502
5503         * MdiWindowManager.cs: When maximizing use the containers client
5504         rect, not it's bounds, so nc area is accounted correctly.
5505         - Use the parent form's size for the menu position, since the
5506         client isn't always the full form size.
5507
5508 2006-10-01  Chris Toshok  <toshok@ximian.com>
5509
5510         * ScrollableControl.cs: make sure neither right_edge or
5511         bottom_edge are < 0, since they're used as LargeChange for the
5512         horiz/vert scrollbars respectively.  Fixes #79539.
5513
5514 2006-10-01  Chris Toshok  <toshok@ximian.com>
5515
5516         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
5517         the xplatuix11 code can cause us to destroy/recreate our handle.
5518
5519         * XplatUIX11.cs
5520         (SystrayAdd):
5521         - this code can be invoked many times for the same Hwnd.  Make
5522           sure we only destroy the client window once (the first time this
5523           method is called).  This fixes bug #79544.
5524         - Remove the call to the improperly bound XSync.  why we had two
5525           bindings to this, I will never know, but this call resulted in
5526           events being discarded from the queue(!).
5527         - correct a misunderstanding of _XEMBED_INFO - the second atom is
5528           not our current state but the state we wish to be in.  So, 0 if
5529           we don't want to be mapped.  Change it to 1.
5530         (SystrayRemove): The XEMBED spec makes mention of the fact that
5531         gtk doesn't support the reparent of client windows away from the
5532         embedder.  Looking at gtksocket-x11.c seems to agree with this.
5533         The only avenue we have for removing systray icons is to destroy
5534         them.  We don't want the handle to go away for good, though, so
5535         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
5536         #79545.
5537         
5538 2006-10-01  Chris Toshok  <toshok@ximian.com>
5539
5540         * Form.cs (WndProc): inline the native_enabled variable usage into
5541         the cases in which it's used.  Fixes #79536.
5542
5543 2006-09-29  Mike Kestner  <mkestner@novell.com>
5544
5545         * ListView.cs : toggle the selection state for ctrl clicks in 
5546         multiselect mode. [Fixes #79417]
5547
5548 2006-09-29  Mike Kestner  <mkestner@novell.com>
5549
5550         * ListView.cs : kill CanMultiSelect and refactor the selection
5551         code to support multiselection in the absence of mod keys. Steal
5552         arrow/home/end keys by overriding InternalPreProcessMessage to
5553         restore regressed keynav behavior.
5554         [Fixes #79416]
5555
5556 2006-09-29  Jackson Harper  <jackson@ximian.com>
5557
5558         * MdiClient.cs: Repaint the titlebars when the active window is
5559         changed.
5560
5561 2006-09-29  Chris Toshok  <toshok@ximian.com>
5562
5563         * Application.cs: when entering a runloop with a modal, make sure
5564         the hwnd is enabled.  Fixes #79480.
5565
5566 2006-09-29  Chris Toshok  <toshok@ximian.com>
5567
5568         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
5569         when ListManager.CanAddRows == false, bump us back one.
5570
5571         * DataGridColumnStyle.cs (ParentReadOnly): remove the
5572         listmanager.CanAddRows check.  This makes ArrayLists uneditable
5573         using a datagrid, which is not right.
5574         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
5575         is an IEditable, but call property_descriptor.SetValue regardless.
5576         fixes #79435.
5577
5578 2006-09-29  Chris Toshok  <toshok@ximian.com>
5579
5580         * DataGridBoolColumn.cs: we need to test equality in the face of
5581         possible null values (as is the case with the default NullValue).
5582         This patch keeps us from crashing in that case.
5583
5584 2006-09-29  Jackson Harper  <jackson@ximian.com>
5585
5586         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
5587         here, since it will get called for every node collection in the
5588         tree. This is now done in the treeview once the sorting is
5589         finished.
5590         * TreeView.cs: Recalculate the visible order, and update the
5591         scrollbars after sorting, set the top nope to the root so that the
5592         recalc actually works.
5593
5594 2006-09-29  Chris Toshok  <toshok@ximian.com>
5595
5596         * LinkLabel.cs: more handling of the default link collection in
5597         the face of LinkArea manipulation.  The default link collection
5598         contains 1 element (start=0,length=-1).  If the user sets LinkArea
5599         to anything and the links collection is the default, clear it.
5600         Then only add the link if its nonempty.  Fixes #79518.
5601
5602 2006-09-29  Chris Toshok  <toshok@ximian.com>
5603
5604         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
5605         piece correctly when we hit a '\n'.  Fixes #79517.
5606
5607 2006-09-29  Chris Toshok  <toshok@ximian.com>
5608
5609         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
5610         change the binding of gdk_init_check to take two IntPtr's, and
5611         pass IntPtr.Zero for both of them.  Fixes #79520.
5612
5613 2006-09-29  Mike Kestner  <mkestner@novell.com>
5614
5615         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
5616         [Fixes #78779]
5617
5618 2006-09-28  Jackson Harper  <jackson@ximian.com>
5619
5620         * XplatUIX11.cs: When translating NC messages make sure we go from
5621         whole window to screen, not client window to screen.
5622         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
5623         method doesn't exist
5624         - Skip over controls that aren't forms when arranging.
5625
5626 2006-09-28  Jackson Harper  <jackson@ximian.com>
5627
5628         * XplatUIWin32.cs: Clip the rect to the parent window.
5629         * XplatUIStructs.cs: Add clipping modes struct.
5630         * InternalWindowManager.cs: New private method that factors title
5631         bar heights in when calculating the pos of an NC mouse message.
5632         - Use SendMessage to force a paint when the form's size is changed
5633         instead of painting the decorations immediately.
5634         - Don't let the NC button click messages get to DefWndProc,
5635         because they will attempt to handle windowing themself, and this
5636         messes up z-order (it will put them in front of the scrollbars).
5637         * XplatUIX11.cs: Make sure that we don't reset window managers if
5638         we already have one (ie the window is an MDI window).
5639
5640 2006-09-28  Chris Toshok  <toshok@ximian.com>
5641
5642         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
5643         menu code really needs going over.
5644
5645 2006-09-27  Chris Toshok  <toshok@ximian.com>
5646
5647         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
5648         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
5649         window is maximizable.  So, we need to make sure that even if we
5650         clear the border/wm frame of those functions, they're still
5651         available (basically, we remove the decoration without removing
5652         the function).  Half the fix for #79338.
5653
5654 2006-09-27  Chris Toshok  <toshok@ximian.com>
5655
5656         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
5657         Fixes bug #79515.
5658
5659 2006-09-27  Chris Toshok  <toshok@ximian.com>
5660
5661         * Splitter.cs: reorder things a bit so that we don't actually
5662         draw/move the splitter until after calling OnSplitterMoving.  This
5663         lets users cancel/disallow the movement by explicitly setting
5664         event.SplitX/SplitY.  Fixes #79372.
5665
5666 2006-09-27  Jackson Harper  <jackson@ximian.com>
5667
5668         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
5669         because it is most likely on a window being destroyed, and that
5670         will give us an X11 error.
5671
5672 2006-09-27  Chris Toshok  <toshok@ximian.com>
5673
5674         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
5675         the dropdown button now toggles between showing and hiding the
5676         dropdown.  Also, get rid of dropdown_form_showing and just use
5677         dropdown_form.Visible.  We still don't do a grab, but I'll leave
5678         that part to someone who has handled Capture-fu before.
5679
5680 2006-09-27  Chris Toshok  <toshok@ximian.com>
5681
5682         * DataGrid.cs: return false if alt isn't pressed when '0' is
5683         pressed.  this keeps the '0' key from being swallowed, and fixes
5684         bug #79350.
5685
5686 2006-09-27  Chris Toshok  <toshok@ximian.com>
5687
5688         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
5689         Calling Refresh (in response to a scrollbar event) screws up the
5690         scrollbar painting.  Fixes bug #78923.
5691
5692 2006-09-27  Chris Toshok  <toshok@ximian.com>
5693
5694         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
5695         then insert into hashtable" blocks threadsafe.
5696
5697 2006-09-27  Chris Toshok  <toshok@ximian.com>
5698
5699         * MessageBox.cs (CreateParams): the styles should be |'ed with our
5700         baseclass's, since otherwise the
5701         ControlBox/MinimizeBox/MaximizeBox assignments above have no
5702         effect.  This gets the close button back in messageboxes.
5703
5704 2006-09-27  Chris Toshok  <toshok@ximian.com>
5705
5706         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
5707         flag, not just != 0.  this makes flags that are actually multiple
5708         bits (like WS_CAPTION) work.  fixes bug #79508.
5709
5710 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
5711
5712         * PageSetupDialog.cs: add support for getting and settings the 
5713         paper size, source and orientation.
5714
5715 2006-09-26  Chris Toshok  <toshok@ximian.com>
5716
5717         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
5718         and caption == "", we need to remove the resize handles as well as
5719         the title bar.
5720
5721         * Control.cs (set_Text): turns out that setting Text on a form
5722         should change the WM styles on the window, since if ControlBox ==
5723         false, the only way to get a window border is to have a non-""
5724         Text property.  check winforms/forms/text.cs for an example.  so,
5725         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
5726         update both window styles and title.  This fixes a lot of dialogs
5727         (including the preferences dialog in MonoCalendar.)
5728
5729 2006-09-26  Chris Toshok  <toshok@ximian.com>
5730
5731         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
5732         control isn't a Form), call Win32ShowWindow to hide the window,
5733         but don't update the control Visible property.  When we reparent
5734         back to a parent control, call SetVisible in order for the
5735         window's visibility to be reinstated.
5736
5737         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
5738         the FosterParent.
5739
5740         * Control.cs (ControlCollection.Remove): remove that value.Hide()
5741         call for good, since it breaks MonoCalendar (and other things I'm
5742         sure.) Also, set all_controls to null *after* the owner calls,
5743         which end up regenerating it.
5744         (ChangeParent): allow new_parent to be == null, passing
5745         IntPtr.Zero down to XplatUI.
5746
5747         this fixes #79294 the right way.
5748
5749 2006-09-26  Mike Kestner  <mkestner@novell.com>
5750
5751         * GridEntry.cs : internal SetParent method.
5752         * PropertyGrid.cs : attach to property changed on the proper
5753         target if we have a hierarchical grid with subobjects. Setup
5754         GridItem.Parent for hierarchical items.
5755         * PropertyGridView.cs : Set value on the correct target for
5756         hierarchical grids. [Fixes #78903]
5757
5758 2006-09-26  Chris Toshok  <toshok@ximian.com>
5759
5760         * Control.cs (ChildNeedsRecreating): this should return true if
5761         either we're being recreated and the child is in our list, or our
5762         parent is waiting for our recreation.
5763
5764 2006-09-26  Chris Toshok  <toshok@ximian.com>
5765
5766         * Control.cs (ControlCollection.Remove): reinstate the
5767         value.Hide() call as suggested in bug #79294.
5768
5769 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
5770
5771         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
5772         coordinates (versus a relative move).
5773
5774 2006-09-26  Chris Toshok  <toshok@ximian.com>
5775
5776         * Control.cs: rework child recreation a little bit.  It turns out
5777         that we race between the DestroyNotify the WM_DESTROY message.  If
5778         the parent gets its DestroyNotify before the child gets the
5779         WM_DESTROY message, the child ends up not recreating (since the
5780         parent finishes its recreation on DestroyNotify, and the child
5781         checks ParentIsRecreating.)
5782
5783         So, instead we store off a list of all the child controls which
5784         need to be recreated when the parent control starts to recreate
5785         itself.  Then, when child controls get their WM_DESTROY message we
5786         check to see if they're in the parent's pending recreation list,
5787         and if so, we recreate.  This removes all dependency on ordering
5788         from the code and fixes the initial MonoCalendar upgrade dialog.
5789         
5790 2006-09-26  Jackson Harper  <jackson@ximian.com>
5791
5792         * TextControl.cs: Use the Line to get the length of the line,
5793         since soft line breaks can change the end line.
5794
5795 2006-09-26  Chris Toshok  <toshok@ximian.com>
5796
5797         * Control.cs (ControlCollection.AddImplicit): don't add the
5798         control again if it's already in one of our lists.  This keeps us
5799         from adding controls over and over again for comboboxes when their
5800         handle gets recreated (as the combobox adds implicit controls in
5801         OnHandleCreated).  Fixes the X11 errors in bug #79480.
5802
5803 2006-09-26  Jackson Harper  <jackson@ximian.com>
5804
5805         * TextControl.cs: When deleting characters make sure that any
5806         orphaned zero lengthed tags get deleted.
5807         - Fix ToString for zero lengthed tags.
5808
5809 2006-09-25  Jackson Harper  <jackson@ximian.com>
5810
5811         * TextControl.cs: When getting a tag at the location there can be
5812         multiple tags at the same spot, these are 0-lengthed tags that
5813         appear when extra formatting has been stuck in a location.  We
5814         need to pull out the last of these 0 lengthed tags.
5815
5816 2006-09-25  Jackson Harper  <jackson@ximian.com>
5817
5818         * TextControl.cs: Fix print out in debug method.
5819         * TextBoxBase.cs: When text is set bail if we are setting to the
5820         previous value.
5821         
5822 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
5823
5824         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
5825           It is now possible to change the selected index in a FontXXXListBox
5826           with the up and down arrow keys from the FontXXXTextBoxes.
5827           Also, send the FontXXXTextBox mouse wheel event to the corresponding
5828           FontXXXListBoxes to match ms.
5829
5830 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
5831
5832         * SystemInformation.cs: Return a clone of the theme's MenuFont because
5833         anyone can dispose it, anytime. All other properties returns enums, 
5834         structs or basic types so they don't need such tricks.
5835
5836 2006-09-22  Jackson Harper  <jackson@ximian.com>
5837
5838         * XplatUI.cs:
5839         * XplatUIWin32.cs:
5840         * Clipboard.cs:
5841         * DataFormats.cs:
5842         * XplatUIOSX.cs:
5843         * XplatUIDriver.cs: Update interface to add a primary selection
5844         flag, so the driver can use the primary selection buffer if
5845         needed.
5846         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
5847
5848         * RichTextBox.cs: We need to supply the data object to paste now
5849         (so we can choose to supply CLIPBOARD or PRIMARY).
5850         * TextBoxBase.cs: Supply data object to paste (see above).
5851         - Middle click uses the primary selection data object.
5852         
5853 2006-09-21  Chris Toshok  <toshok@ximian.com>
5854
5855         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
5856         of SetWMStyles.  It's still a rat's nest and is largely
5857         order-dependent which I dislike immensely.  This also fixes the X
5858         button disappearing from toplevel forms.
5859
5860 2006-09-21  Mike Kestner <mkestner@novell.com>
5861
5862         * ListBox.cs: move Jordi's click/dblclick raising code to the
5863         mouse up handler.
5864
5865 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
5866
5867         * ListBox.cs: Fixes 79450
5868
5869 2006-09-21  Mike Kestner <mkestner@novell.com>
5870
5871         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
5872         to deal with people updating the TreeNodeCollection after the tree
5873         is disposed.  "Fixes" 79330.
5874
5875 2006-09-20  Jackson Harper <jackson@ximian.com>
5876
5877         * TextControl.cs: Push the cursor record onto the undo stack
5878         before the delete action. This fixes 78651.
5879
5880 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
5881
5882         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
5883         CreateParams. Fixes 79329.
5884
5885 2006-09-19  Chris Toshok  <toshok@ximian.com>
5886
5887         * XplatUIX11.cs: a couple of blanket code massage passes to clean
5888         things up a bit.  First, get rid of the NetAtoms array (and the NA
5889         enum), and just embed the atoms as static fields.  Also, add a
5890         couple of functions (StyleSet and ExStyleSet) to clean up all the
5891         bitmask testing of styles.
5892
5893         * X11Structs.cs: remove the NA enum, not needed anymore.
5894         
5895 2006-09-19  Chris Toshok  <toshok@ximian.com>
5896
5897         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
5898         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
5899         added cleanup to get MessageBox titles appearing again, which were
5900         broken by my earlier fix for caption-less/ControlBox-less windows.
5901
5902 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
5903
5904         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
5905           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
5906           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
5907           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
5908           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
5909           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
5910           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
5911           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
5912           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
5913           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
5914           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
5915             Inital import.
5916         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
5917           ToolStripButton.cs: Stubs needed for above.
5918         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
5919
5920 2006-09-15  Chris Toshok  <toshok@ximian.com>
5921
5922         * XplatUIX11.cs:
5923         - make the MessageQueues hashtable Synchronized.
5924         
5925         - SendMessage: if the Hwnd is owned by a different thread, use the
5926         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
5927         thread.  Fixes bug #79201.
5928
5929 2006-09-15  Chris Toshok  <toshok@ximian.com>
5930
5931         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
5932         ControlBox == false, we disallow maximize/minimize/close.  If the
5933         form Caption is "" we also disallow move (and get rid of the Title
5934         decoration).  Unfortunately, regardless of how things are set,
5935         we're stuck with the Title and WM menu.
5936
5937 2006-09-15  Chris Toshok  <toshok@ximian.com>
5938
5939         * Application.cs: add locking around the static message_filters
5940         ArrayList, part of #79196.
5941
5942 2006-09-15  Chris Toshok  <toshok@ximian.com>
5943
5944         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
5945         Form.ControlBox == false, the window has no titlebar nor resize
5946         handles.  fixes bug #79368.
5947
5948 2006-09-15  Chris Toshok  <toshok@ximian.com>
5949
5950         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
5951         >= 0.  Fixes bug #79370.
5952
5953 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
5954         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
5955         * Control.cs:
5956             Add properties: LayoutEngine, Margin, DefaultMargin.
5957             Add method: GetPreferredSize.
5958             Move layout logic from PerformLayout to layout engines. 
5959
5960 2006-09-13  Chris Toshok  <toshok@ximian.com>
5961
5962         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
5963         fix for #79326 broke #78718, so this change addresses that.
5964
5965         - in SendWMDestroyMessages remove the call to
5966         CleanupCachedWindows, since we might be recreating the control and
5967         need to maintain the references to right Hwnd handles.  Also, set
5968         the zombie flag to true for each of the children in the hierarchy
5969         instead of calling hwnd.Dispose.  This will cause GetMessage to
5970         ignore all events for the window except for DestroyNotify.
5971
5972         - In GetMessage, ignore messages except for DestroyNotify for
5973         zombie hwnds.
5974         
5975         * Control.cs: revert the is_recreating fix from the last
5976         ChangeLog.  It's definitely "right", but it breaks switching from
5977         an MDI form to a non-MDI form.  Will need to revisit that.
5978
5979         * Hwnd.cs: add a zombie flag, which means "the
5980         client_window/whole_window handles are invalid, but we're waiting
5981         for the DestroyNotify event to come in for them".  Set the flag to
5982         false explicitly if setting WholeWindow/ClientWindow, and also
5983         when Disposing.
5984         
5985 2006-09-13  Chris Toshok  <toshok@ximian.com>
5986
5987         * XplatUIX11.cs: rework window destruction slightly.
5988
5989         - when destroying the windows associated with a control, we don't
5990         need 2 separate XDestroyWindow calls.  Just the one for the
5991         whole_window (or for client_window if whole_window is somehow
5992         IntPtr.Zero -- can this happen?) is enough.
5993
5994         - reworked SendWMDestroyMessages slightly, so we always dispose
5995         the child control hwnd's after sending the messages.
5996         
5997         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
5998         the two places it was used (one was even using hwnd.Handle and the
5999         other hwnd.client_window.  ugh), adding another call in
6000         SendWMDestroyMessages.  We need this new call because now the
6001         DestroyNotify events in the queue will be ignored for the child
6002         controls (as their hwnd's were disposed, and the window id's
6003         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
6004
6005         - this fixes bug #79326.
6006
6007 2006-09-13  Chris Toshok  <toshok@ximian.com>
6008
6009         * Control.cs: don't always set is_recreating to false at the end
6010         of RecreateHandle, since sometimes we're not done (and won't be
6011         until WndProc handles the WM_DESTROY message).  Also, set
6012         is_recreating to false in the WM_DESTROY handling code.  Part of
6013         the fix for bug #79326.
6014
6015 2006-09-13  Miguel de Icaza  <miguel@novell.com>
6016
6017         * X11DesktopColors.cs: Start the droppage of debugging messages.
6018
6019         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
6020
6021 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
6022
6023         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
6024
6025 2006-09-12  Chris Toshok  <toshok@ximian.com>
6026
6027         * DataGrid.cs (get_ListManager): if the list_manager is null, try
6028         to create it using SetDataSource.  Fixes bug #79151.
6029
6030 2006-09-11  Chris Toshok  <toshok@ximian.com>
6031
6032         * XEventQueue.cs: add a DispatchIdle property.
6033
6034         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
6035         either the queue is null, or the queue has DispatchIdle set to
6036         true.
6037         (DoEvents): set queue.DispatchIdle to false around the
6038         peek/translate/dispatch message loop in this method.  This keeps
6039         Application.Doevents from emitting idle events.  Part of the fix
6040         for #78823.
6041
6042 2006-09-11  Chris Toshok  <toshok@ximian.com>
6043
6044         * DataGrid.cs (set_DataSource): make this work for both the
6045         winforms/datagrid test and ReportBuilder.  It seems as though when
6046         we've created a ListManager (or maybe it's if we have a
6047         BindingContext?), when we set the DataSource it clears the
6048         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
6049         #79333.
6050
6051 2006-09-11  Chris Toshok  <toshok@ximian.com>
6052
6053         * XplatUIX11.cs: deal with queue being null, which happens in all
6054         the Clipboard functions.  Fixes one of the two problems mentioned
6055         in #78612.
6056
6057 2006-09-11  Chris Toshok  <toshok@ximian.com>
6058
6059         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
6060         button on various spots (including outside the menu) works closer
6061         to MS, and doesn't crash.  Fixes #79343.
6062
6063 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
6064
6065         * ListView.cs: Do not initialize item_sorter in init. To match MS,
6066         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
6067         and the internal comparer is set. When a new ListViewItemSorter is set,
6068         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
6069         was specified. No further processing is necessary if SortOrder is set
6070         to it's current value. If Sorting is modified to None, and View is
6071         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
6072         (either custom or our internal ItemComparer) to null, on 1.0 profile
6073         only set item_sorter to null if its our internal IComparer. If Sorting
6074         is modified to Ascending or Descending, then use our internal IComparer
6075         if none is set, and if the current IComparer is our internal one then:
6076         on 2.0 profile always replace it with one for new Sorting, and on 1.0
6077         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
6078         Enum.IsDefined to verify whether a valid View value is specified in
6079         its setter. Automatically sort listview items when listview is
6080         created. In Sort, do nothing if ListView is not yet created, or if
6081         no item_sorter is set (no Sorting was set, Sorting was explicitly set
6082         to None or ListViewItemSorter was set to null). Added Sort overload
6083         taking a bool to indicate whether the ListView should be redrawn when
6084         items are sorted (we use this in ListViewItemCollection to avoid double
6085         redraws). Modified our internal IComparer to take the sort order into
6086         account. In Add and AddRange methods of ListViewItemCollection, also
6087         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
6088         view), but use overload with noredraw option to avoid double redraw.
6089         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
6090         true when View is Tile, and do the same when attempting to set View to
6091         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
6092         for selected/checked indices, as it involves overhead when sorting is
6093         done while these collections are not used all that often. Instead
6094         we'll build the indices on demand. Modified IList implementation of
6095         CheckedIndexCollection to use public methods if object is int.
6096         Modified CheckedListViewItemCollection to hide checked items if
6097         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
6098         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
6099         IList implementation in SelectedIndexCollection to use public methods
6100         if object is int. Modified SelectedListViewItemCollection to hide
6101         selected items if listview is not yet created.
6102         * ListViewItem.cs: CheckedIndices list no longer needs to be
6103         maintained separately (see ListView changes). Also clone font, fixes
6104         test failure.
6105
6106 2006-09-11  Mike Kestner  <mkestner@novell.com>
6107
6108         * ComboBox.cs: if we are updating the contents of the currently
6109         selected index, refresh the control or the textbox selection.
6110         [Fixes #79066]
6111
6112 2006-09-11  Mike Kestner  <mkestner@novell.com>
6113
6114         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
6115         the 'specified' logic has been moved there.  This seems like a bug 
6116         in Control.cs, since our current SetBoundsCore completely ignores 
6117         the specified parameter.  Peter's commit seems to indicate that is 
6118         the way the MS control implementation works.  [Fixes #79325]
6119
6120 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
6121
6122         * XplatUI.cs: Set default_class_name to be composed
6123         of current domain id. This allows MWF to be loaded in multiple
6124         domains on Win32.
6125
6126 2006-09-09  Miguel de Icaza  <miguel@novell.com>
6127
6128         * X11Keyboard.cs: If we are unable to obtain the input method, do
6129         not call CreateXic to create the input context.   Should fix
6130         #78944/79276.
6131
6132 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
6133
6134         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
6135           Simplified gnome support by adding more pinvokes to get the
6136           icon for a file or mime type.
6137
6138 2006-09-08  Jackson Harper  <jackson@ximian.com>
6139
6140         * MenuAPI.cs: Deslect popup context menu items before closing the
6141         window, so that you don't see the previously selected item
6142         selected when you reopen the menu.
6143         * TextControl.cs: Update the cursor position even if we don't have
6144         focus.  This fixes typing in things like the ComboBox.  I'm not
6145         totally sure we should always set the visibility if we don't have
6146         focus, but couldn't find any corner cases where the cursor showed
6147         up when it shouldn't.
6148
6149 2006-09-08  Chris Toshok  <toshok@ximian.com>
6150
6151         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
6152         our arrays are length 256.  & 0xff before indexing.  Fixes the
6153         crash in bug #78077.
6154         
6155 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6156
6157         * ThemeWin32Classic.cs: 
6158         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
6159         is true. Handle that check box too.
6160
6161 2006-09-07  Chris Toshok  <toshok@ximian.com>
6162
6163         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
6164         79244.
6165
6166 2006-09-07  Chris Toshok  <toshok@ximian.com>
6167
6168         * Control.cs: in set_BackColor only do the work if
6169         background_color != value.
6170
6171         * XplatUIX11.cs: move the clearing of invalid areas (both client
6172         and nc) to the same block of code where we set (nc_)expose_pending
6173         to false.  That is, move it from PaintEventEnd to PaintEventStart,
6174         so things that cause invalidates from within OnPaint will trigger
6175         another call to OnPaint.  Fixes bug #79262.
6176
6177 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
6178
6179         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
6180         * FileDialog.cs: Fix typo
6181
6182 2006-09-07  Jackson Harper  <jackson@ximian.com>
6183
6184         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
6185         for tab pages if they have any.
6186
6187 2006-09-06  Mike Kestner  <mkestner@novell.com>
6188
6189         * Splitter.cs: use the "current" rect when finishing drag handle
6190         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
6191
6192 2006-09-06  Mike Kestner  <mkestner@novell.com>
6193
6194         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
6195         support offset splitters. [Fixes #79298]
6196
6197 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
6198
6199         * Mime.cs: Fixed a bug that could override the global mime type
6200           result.
6201
6202 2006-09-05  Jackson Harper  <jackson@ximian.com>
6203
6204         * TabControl.cs: Better calculation method for setting the slider
6205         pos. Prevents crashes on really wide tabs.
6206         - Draw Image on tab pages if an image list is used.
6207
6208 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6209
6210         * MonthCalendar.cs: When Font changes, the Size should be
6211         updated to fit the new font's space requirements.
6212
6213 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
6214
6215         * ListBox.cs: If the items are cleared with Items.Clear set
6216           top_index to 0.
6217
6218 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6219
6220         * MonthCalendar.cs: Handle arrow keys as input keys. Also
6221         fire DateChanged event instead of DateSelected event when
6222         the date was changed by keyboard interaction.
6223
6224 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6225
6226         * DateTimePicker.cs: Handle DateChanged for the associated
6227         month_calendar control, and set month_calendar.Font from 
6228         OnFontChanged method, as well as resize the height of the
6229         control when needed. Make PreferredHeight proportional.
6230
6231 2006-09-01  Chris Toshok  <toshok@ximian.com>
6232
6233         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
6234         properties.
6235
6236         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
6237
6238 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
6239
6240         * FileDialog.cs: Set ClientSize instead of window size, to allow space
6241           for decorations (Fixes #79219)
6242
6243 2006-09-01  Mike Kestner  <mkestner@novell.com>
6244
6245         * ComboBox.cs: first stab at sorting plus some selection handling
6246         fixes to bring us more in line with MS behavior.  Also switches back
6247         to index based selection.  Alternative patches for index-based 
6248         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
6249         and latency@gmx.de on bug 78848.  I assume they were similar to this
6250         code I've had simmering in my tree forever.
6251         [Fixes #78848]
6252
6253 2006-09-01  Chris Toshok  <toshok@ximian.com>
6254
6255         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
6256         when setting list position guard against ending up with a -1 index
6257         (the other part of the fix for #78812).  Should probably make sure
6258         we don't need the analogous fix in the ItemDeleted case.
6259
6260         * DataGrid.cs:
6261         - in SetDataSource, work around the fact that the way
6262         OnBindingContextChanged is invoked will cause us to re-enter this
6263         method.  I'll remove the hack once I investigate
6264         OnBindingContextChanged.
6265
6266         - fix the logic in set_DataSource and set_DataMember (basically
6267         what to do if the other of the two is null.)
6268         
6269         - in OnListManagerItemChanged, we need to take into account the
6270         edit row when deciding whether or not to call RecreateDataGridRows
6271         (part of the fix for #78812).
6272
6273 2006-09-01  Jackson Harper  <jackson@ximian.com>
6274
6275         * Splitter.cs: Don't do anything if there is no control to affect
6276         (prevents us from crashing in weird tet cases).
6277         * TreeView.cs: Bounding box for the mouse movement reverting
6278         focus/selection back to previously selected node.  This matches
6279         MS, and makes the tree a lot more useable.
6280         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
6281         use clipping so they are not drawn.  This fixes when the control
6282         is set to have a transparent background, or if it was over an
6283         image.
6284
6285 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
6286
6287         * MimeIcon.cs: Improved handling for reading default icons when
6288           using gnome (2.16 made it necessary). Check and read svg icons
6289           first, then 48x48 and then 32x32 icons.
6290
6291 2006-08-31  Chris Toshok  <toshok@ximian.com>
6292
6293         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
6294         visible.
6295
6296         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
6297         ProcessKeyPreview.  Fixes part of #77806.
6298
6299         * DataGrid.cs: big patch.
6300
6301         - revert the queueing up of DataSource/DataMember if inside
6302         BeginInit/EndInit calls.  That's not the way the datagrid achieves
6303         its delayed databinding.  Instead, call SetDataSource in
6304         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
6305         #78811.
6306
6307         - Also, it wasn't mentioned in #78811, but the test case exhibits
6308         behavior that was lacking in our datagrid implementation - Columns
6309         that have mapping names that don't exist in the datasource's
6310         properties aren't shown.  Yuck.  To fix this I added the bound
6311         field to the column style, and basically any calculation to figure
6312         out anything about columns uses a loop to find the bound columns.
6313         still need to investigate if I can cache an array of the bound
6314         columns or if the indices must be the same.
6315
6316         - When setting CurrentCell, we no longer abort if the cell being
6317         edited was in the add row.  This fixes the other part of #77806.
6318
6319         - The new code also fixes #78807.
6320         
6321         * ThemeWin32Classic.cs: perpetrate the same disgusting
6322         column.bound field hack, and only render bound fields.
6323
6324 2006-08-31  Chris Toshok  <toshok@ximian.com>
6325
6326         * DataGridColumnStyle.cs: add bound field.  this field is true if
6327         the datasource has a property corresponding to the mapping name.
6328
6329         * DataGridTableStyle.cs: set the bound field on the column styles
6330         depending on whether or not we have a column for that property.
6331
6332 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
6333
6334         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
6335           splitter control (fixes #79228)
6336
6337 2006-08-31  Chris Toshok  <toshok@ximian.com>
6338
6339         * DataGridColumnStyle.cs: we need to delay the assignment of
6340         property descriptor until the last possible moment due to the lazy
6341         databinding stuff in the datagrid.  Also, fix the exceptions
6342         thrown by CheckValidDataSource to match MS.
6343
6344 2006-08-31  Jackson Harper  <jackson@ximian.com>
6345
6346         * Form.cs: When activated select the active control, if there is
6347         no active control, we select the first control.
6348         * XplatUIX11.cs: If there is no focus control when we get a
6349         FocusIn event, find the toplevel form and activate it.  This
6350         occurs when you popup a window, it becomes the focus window, then
6351         you close that window, giving focus back to the main window.
6352
6353 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6354
6355         * MonthCalendar.cs: 
6356         * ThemeWin32Classic.cs: Cache Font in bold style, as well
6357         as StringFormat with Center alignments in MonthCalendar,
6358         instead of creating new ones when drawing the control. 
6359         Also, draw the month name in bold style.
6360
6361 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
6362
6363         * Control.cs:
6364           - PerformLayout(): It would seem MS performs the fill even if the 
6365             control is not visible (part of #79218 fix)
6366           - ResetBackColor(): Use the setter to reset the color, to allow
6367             overriders to catch the change.
6368         * Form.cs:
6369           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
6370           - CreateHandle(): dito (part of $79218 fix)
6371           - Don't set an icon if we have a dialog
6372         * ScrollableControl.cs:
6373           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
6374           - ScrollIntoView(): No need to scroll if control is already visible
6375             (resolves fixme and fixes #79218)
6376
6377 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6378
6379         * MonthCalendar.cs: Change proportions in SingleMonthSize
6380         to match the aspect of the original control.
6381
6382 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
6383
6384         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
6385           get updated when they get maximized.
6386
6387 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
6388
6389         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
6390
6391 2006-08-29  Chris Toshok  <toshok@ximian.com>
6392
6393         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
6394
6395 2006-08-29  Jackson Harper  <jackson@ximian.com>
6396
6397         * TreeView.cs: Need to track selected node and highlighted node,
6398         they aren't always the same thing, when the mouse is down on a
6399         node it is hilighted, but not selected yet.
6400         - Do the HideSelection stuff right
6401         - Need to focus on rbutton mouse down. And redraw selection when
6402         right click is mouse upped.
6403
6404 2006-08-29  Mike Kestner  <mkestner@novell.com>
6405
6406         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
6407         when SubItems.Count < Columns.Count.  [Fixes #79167]
6408
6409 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
6410
6411         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
6412
6413 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
6414
6415         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
6416           from X. Only send based on ConfigureNotify if we don't have the
6417           correct location in hwnd (if the window manager moved us)
6418
6419 2006-08-28  Mike Kestner  <mkestner@novell.com>
6420
6421         * ListView.cs: remove a TODO. 
6422         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
6423         [Fixes ListView part of #79166]
6424
6425 2006-08-28  Mike Kestner  <mkestner@novell.com>
6426
6427         * ListView.cs: move wheel handler to parent since it is focused
6428         instead of the item_control now.  [Fixes #79177]
6429
6430 2006-08-28  Mike Kestner  <mkestner@novell.com>
6431
6432         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
6433         when the control is focused. [Fixes #79171]
6434
6435 2006-08-28  Mike Kestner  <mkestner@novell.com>
6436
6437         * ListView.cs: size the item and header controls for empty and
6438         unscrollable views.
6439         * ThemeWin32Classic.cs: draw disabled backgrounds.
6440         [Fixes #79187]
6441
6442 2006-08-28  Chris Toshok  <toshok@ximian.com>
6443
6444         * Form.cs: remove unused "active_form" static field.
6445
6446         * Hwnd.cs: lock around accesses to static windows collection.
6447
6448         * Application.cs: lock threads in Exit ().
6449
6450 2006-08-28  Chris Toshok  <toshok@ximian.com>
6451
6452         * NativeWindow.cs: lock around accesses to window_collection.
6453         
6454 2006-08-28  Chris Toshok  <toshok@ximian.com>
6455
6456         * Control.cs: err, fix this the right way, by locking on controls
6457         when using it.  not by making it synchronized.
6458
6459 2006-08-28  Chris Toshok  <toshok@ximian.com>
6460
6461         * Control.cs: make the static "controls" field synchronized, as it
6462         gets updated from multiple threads.
6463
6464 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
6465
6466         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
6467           Prevent other threads from exiting when calling thread sets quit state.
6468         * XEventQueue.cs: Added PostQuitState property
6469
6470 2006-08-27  Chris Toshok  <toshok@ximian.com>
6471
6472         * AsyncMethodData.cs: add a slot for the window handle.
6473
6474         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
6475         window (the destination control's window, not the foster window).
6476
6477         * Control.cs (BeginInvokeInternal): store the window's handle in
6478         the AsyncMethodData.
6479         
6480
6481 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
6482
6483         * XplatUIX11.cs:
6484           - PostQuitMessage: Removed resetting S.D display handle, we might have
6485             another loop started after calling PostQuitMessage (Fixes #79119)
6486           - Created destructor to reset S.D handle
6487
6488 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
6489
6490         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
6491
6492 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
6493
6494         * TextControl.cs (Insert): Update the caret position even if we don't
6495           have a handle yet, just don't call the driver in that case.
6496         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
6497           to the end of the new selection text (Fixes #79184)
6498
6499 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
6500
6501         * Form.cs (Activate): Only activate if the handle is created)
6502         * Control.c:
6503           - Mark window as invisible when it's disposed
6504           - Check if window handle is created when setting window visible, 
6505             instead of relying just on the is_created variable
6506           - Check if object is disposed when creating the control (Fixes #79155)
6507
6508 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
6509
6510         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
6511           when allowing layout again. Otherwise we re-generate the anchoring 
6512           distance to the border again and actually alter what the user wanted
6513           This is ugly, it'd be better if we used DisplayRectangle instead of
6514           ClientRectangle for Control.UpdateDistances, but that causes us to
6515           have other problems (initial anchoring positons would be wrong)
6516           (Fixes #78835)
6517
6518 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
6519
6520         * Control.cs:
6521           - The size and location setters shouldn't go directly to 
6522             SetBoundsCore, but to SetBounds, which triggers layout on the
6523             parent, then calls SetBoundsCore. (Related to fix for #78835)
6524           - SetBounds: Moved actual location update code into this function
6525             from SetBoundsCore, to match MS. Added call to PerformLayout if
6526             we have a parent (to trigger resizing of anchored parents if the 
6527             child size has changed (see testcase for #78835) 
6528         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
6529           new control code
6530         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
6531
6532 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
6533
6534         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
6535           System.Drawing when a toplevel window gets closed; there might
6536           be other toplevel windows belonging to the same app (Fixes #78052)
6537
6538 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
6539
6540         * FileDialog.cs: After reading FileDialog settings from mwf_config
6541           use Desktop prefix only if a real folder doesn't exist anymore.
6542         * FontDialog.cs: Added char sets.
6543           It is now possible to select the font, size or style with the
6544           textboxes.
6545
6546 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
6547
6548         * PrintPreviewDialog.cs: Use assembly name constants.
6549
6550 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
6551
6552         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
6553           scrollbar from whacking it's buttons)
6554
6555 2006-08-24  Chris Toshok  <toshok@ximian.com>
6556
6557         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
6558         in this patch (aggregating setting Left/Top/Width/Height to
6559         setting Bounds on the scrollbars), but the crux of the fix is in
6560         Recalculate, where we scroll by the remaining scroll_position if
6561         we're hiding a scrollbar.  The 2*$5 reward in the comment is
6562         serious.
6563
6564 2006-08-24  Jackson Harper  <jackson@ximian.com>
6565
6566         * MdiClient.cs:
6567         * MdiWindowManager.cs: If the form is made a non-mdi window we
6568         need to remove the form closed event so that closing forms works
6569         correctly.
6570
6571 2006-08-24  Jackson Harper  <jackson@ximian.com>
6572
6573         * Control.cs: Make IsRecreating internal so that the driver can
6574         check it
6575         - Temporarily remove the Hide when controls are removed, its
6576         making a whole bunch of things not work because visibility isn't
6577         getting reset elsewhere correctly
6578         * Form.cs: Need to do a full handle recreation when the mdi parent
6579         is set.
6580         * XplatUIX11.cs: If we are recreating handles don't dispose the
6581         HWNDs.  What was happening is the handles were being recreated in
6582         SendWMDestroyMessages, but then flow continued on in that method
6583         and destroyed the new handles.
6584
6585 2006-08-23  Jackson Harper  <jackson@ximian.com>
6586
6587         * Form.cs: MdiClient is always at the back of the bus
6588         * Control.cs: When the order of items in the collection is changed
6589         we need to reset the all_controls array
6590         - do the same sorta setup thats done when adding a control when a
6591         control is set on the collection.
6592
6593 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
6594
6595         * TextBoxBase.cs (get_Text): Return an empty array if our document
6596           is empty (fixes #79052)
6597
6598 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
6599
6600         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
6601           on WM_SYSCHAR messages (fixes #79053)
6602
6603 2006-08-23  Chris Toshok  <toshok@ximian.com>
6604
6605         * DataGrid.cs: fix flickering when scrolling vertically.
6606
6607 2006-08-23  Chris Toshok  <toshok@ximian.com>
6608
6609         * DataGrid.cs (EndEdit): only invalidate the row header when we
6610         need to.
6611
6612 2006-08-23  Chris Toshok  <toshok@ximian.com>
6613
6614         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
6615         methods.  fixes the flicker when scrolling around.
6616
6617 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
6618
6619         * FileDialog.cs: Making sure the control is created before we get a 
6620           chance to use it with BeginInvoke (Fixes #79096)
6621
6622 2006-08-23  Chris Toshok  <toshok@ximian.com>
6623
6624         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
6625         width to use when painting the rows.
6626
6627 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
6628
6629         * TextBoxBase.cs:
6630           - Throw ArgumentException if a negative value is passed to SelectionLength
6631           - Update the selection end if start is moved. end needs to be always
6632             after start. (Fixes #79095)
6633           - Track selection length; MS keeps the selection length even if start
6634             is changed; reset on all other operations affection selection
6635
6636 2006-08-22  Jackson Harper  <jackson@ximian.com>
6637
6638         * TreeView.cs: Make sure both scrollbars get displayed and sized
6639         correctly when the other bar is visible.
6640         - Use the original clip rectangle for checking if the area between
6641         the two scrollbars is visible, not the viewport adjusted clipping
6642         rectangle.
6643
6644 2006-08-22  Jackson Harper  <jackson@ximian.com>
6645
6646         * Binding.cs: We don't use IsBinding because it requires the
6647         control to be created, which really shouldn't be necessary just to
6648         set a property on the control.
6649
6650 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6651
6652         * ComboBox.cs: Some CB.ObjectCollection methods must throw
6653         ArgumentNullReferenceException when the argument is null.
6654
6655 2006-08-21  Jackson Harper  <jackson@ximian.com>
6656
6657         * Timer.cs: Track the thread that the timer is started in (NOT
6658         CREATED), this way messages for it will only be triggered on its
6659         queue.
6660         * XEventQueue.cs: Track the timers here, this makes timers per
6661         thread, like MS.
6662         * XplatUIX11.cs: The timers are moved to the XEventQueue.
6663
6664 2006-08-19  Chris Toshok  <toshok@ximian.com>
6665
6666         * XplatUIX11.cs: after further communication with pdb, we get the
6667         best of both worlds.  SetZOrder working for un-Mapped windows, and
6668         no X errors for un-mapped windows.
6669
6670 2006-08-19  Chris Toshok  <toshok@ximian.com>
6671
6672         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
6673         as it was causing pdn toolbars to not have the correct stacking.
6674
6675 2006-08-18  Mike Kestner  <mkestner@novell.com> 
6676
6677         * ListView.cs : guard against negative ClientArea.Width in scrollbar
6678         calculation.  Not sure why control should ever be setting a negative
6679         width though.  Fixes #78931.
6680
6681 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6682
6683         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
6684         null items in ObjectCollection class.
6685         * ListBox.cs.: Likewise.
6686
6687 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
6688
6689         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
6690           as the base method in ThemeWin32Classic should work fine.
6691           Fixed bug #78607.
6692
6693 2006-08-18  Jackson Harper  <jackson@ximian.com>
6694
6695         * Binding.cs: When validating if the value entered doesn't convert
6696         properly reset to the old value.
6697         * RadioButton.cs: Don't fire click when we get focus.
6698
6699 2006-08-18  Jackson Harper  <jackson@ximian.com>
6700
6701         * FileDialog.cs: Paint the selection on the directory combobox the
6702         same way as on MS. 
6703
6704 2006-08-17  Jackson Harper  <jackson@ximian.com>
6705
6706         * ErrorProvider.cs: Don't allow the error control to be selected.
6707         * Control.cs: Don't send the SetFocus messages, the control
6708         activation will do this, and if we do it blindly here validation
6709         does not work.
6710
6711 2006-08-17  Jackson Harper  <jackson@ximian.com>
6712
6713         * Control.cs:
6714         * ContainerControl.cs: Make validation events fire in the correct
6715         order.  TODO: For some reason the first validation event is not
6716         getting fired.
6717
6718 2006-08-17  Mike Kestner  <mkestner@novell.com> 
6719
6720         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
6721
6722 2006-08-17  Mike Kestner  <mkestner@novell.com> 
6723
6724         * ComboBox.cs : implement scroll wheel support for popped-down
6725         state. Fixes #78945. 
6726
6727 2006-08-17  Jackson Harper  <jackson@ximian.com>
6728
6729         * TreeView.cs: Specify treeview actions (old patch that didn't get
6730         committed for some reason).
6731         - Don't let the mouse wheel scroll us too far.  Just want to make
6732         the bottom node visible, not scroll it all the ways to the top.
6733
6734 2006-08-17  Jackson Harper  <jackson@ximian.com>
6735
6736         * XplatUIX11.cs: Mouse wheel events go to the focused window.
6737
6738 2006-08-17  Mike Kestner  <mkestner@novell.com> 
6739
6740         * ComboBox.cs : don't do mouseover selection in simple mode.
6741
6742 2006-08-16  Jackson Harper  <jackson@ximian.com>
6743
6744         * Form.cs: Fire the closing events for all the mdi child windows
6745         when a window is closed.  If the cancel args are set to true, the
6746         main window still gets the event fired, but it doesn't not close.
6747         * MdiWindowManager.cs: Do this closing cleanup in a Closed
6748         handler, instead of when the button is clicked, so cancelling the
6749         close works correctly.
6750         * ComboBox.cs: Send the mouse down to the scrollbar.
6751
6752 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6753
6754         * ListBox.cs: When passing 'null' to SelectedItem,
6755         set SelectedIndex to -1, to unselect items. This is the
6756         observed behaviour in .Net.
6757
6758 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
6759
6760         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
6761           MS flags saying there won't be any. (fixes #78800)
6762         * Control.cs (HandleClick): Made virtual
6763
6764 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
6765
6766         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
6767           cultures. Fixed bug #78399.
6768
6769 2006-08-16  Jackson Harper  <jackson@ximian.com>
6770
6771         * Form.cs: Use the MdiClients MdiChildren property to access
6772         MdiChildren instead of creating the array from the child controls.
6773         * MdiClient.cs: Maintain a separate array of the mdi children, so
6774         that insertion order is maintained when the Z-order is changed.
6775
6776 2006-08-16  Mike Kestner  <mkestner@novell.com> 
6777
6778         * ListView.cs : add an ItemComparer and default to it for sorting.
6779         Fixes #79076, but sorting needs a complete overhaul to be compat with
6780         MS.
6781
6782 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
6783
6784         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
6785
6786 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
6787
6788         * Hwnd.cs (Mapped): Properly traverse the tree
6789
6790 2006-08-15  Chris Toshok  <toshok@ximian.com>
6791
6792         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
6793         pass manager.Current.GetType() to ParseData.  It has to be the
6794         property type.  So, hold off doing the ParseData until we're in
6795         SetPropertyValue where we know the type.  This fixes the crash in
6796         #78821 but the textbox is still empty.
6797
6798 2006-08-15  Chris Toshok  <toshok@ximian.com>
6799
6800         * DataGrid.cs:
6801         - when we're scrolling, only call Edit() again if the
6802         current cell is still unobscured. Fixes bug #78927.
6803         - when handling mousedown on a cell, ensure the cell is visible
6804         before calling Edit.
6805         - remove the properties from DataGridRow, and remove the
6806         DataGridParentRow class altogether.
6807         
6808
6809 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
6810
6811         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
6812           fire OnTextChanged by ourselves. There's no point calling base,
6813           we don't set the base value anywhere else. Fixes #78773.
6814
6815 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6816
6817         * ListBox.cs: Call CollectionChanged when modifying
6818         an item from Items indexer, to update the actual items
6819         in the list box.
6820
6821 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6822
6823         * PrintDialog.cs: Small fixes for focus and a pair of checks,
6824         to match .Net behaviour.
6825
6826 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
6827
6828         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
6829
6830 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
6831
6832         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
6833
6834 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
6835
6836         * MessageBox.cs: Prevent potential NRE exception.
6837         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
6838
6839 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
6840
6841         * MessageBox.cs: Calculate the owner of a messagebox, also make
6842           it topmost. Fixes #78753
6843
6844 2006-08-14  Chris Toshok  <toshok@ximian.com>
6845
6846         * XplatUIX11.cs: A couple of fixes so that metacity will let us
6847         programmatically move windows.  first, set the PPosition hint as
6848         well as the USPosition hint.  Second include some code from pdb
6849         that sets the window type to NORMAL when we set the transient for
6850         hint.  This is because, in the absence of a window type, metacity
6851         thinks any window with TransientFor set is a dialog, and refuses
6852         to let us move it programmatically.  fascists.
6853
6854 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
6855
6856         * XplatUIX11.cs: When setting normal hints, take into consideration
6857           an different hints previously set so we don't delete them (fixes #78866)
6858
6859 2006-08-12  Chris Toshok  <toshok@ximian.com>
6860
6861         * ToolBarButton.cs: make Layout return a boolean, if something to
6862         do with the button's layout changed.
6863
6864         * ToolBar.cs:
6865         - add another parameter to Redraw, @force, which all existing
6866           calls set to true.
6867         - make the Layout function return a boolean which is true if the
6868           layout has actually changed.  Redraw now uses this (and @force)
6869           to determine when to invalidate.  At present the only place
6870           where @force can be false is the call from OnResize, when
6871           background_image == null.  So, resizing a toolbar when the
6872           layout doesn't change results in no drawing.
6873
6874 2006-08-12  Chris Toshok  <toshok@ximian.com>
6875
6876         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
6877         the VScrollBar and HScrollbar reversed.  oops.
6878
6879         * DataGrid.cs: fix the logic that assigns sizes to the implicit
6880         scrollbars.  we were assigning them twice (once in
6881         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
6882         therefore causing two scrollbar resizes (and redraws?) to happen
6883         per grid resize.
6884
6885 2006-08-12  Chris Toshok  <toshok@ximian.com>
6886
6887         * ToolBarButton.cs: redraw the entire button if the theme tells us
6888         to.
6889
6890         * Theme.cs: add ToolBarInvalidateEntireButton.
6891
6892         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
6893         buttons, just the border.
6894
6895         * ThemeNice.cs: redraw the entire toolbar button since we need to
6896         draw the highlight image.
6897
6898         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
6899         we need to redraw the entire button (not just the border).
6900
6901 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
6902
6903         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
6904           for vertical bars. Fixes the mismatches shown by #78513
6905
6906 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
6907
6908         * FileDialog.cs: If a saved/remembered path doesn't exist
6909           anymore, fall back to "Desktop".
6910
6911 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
6912
6913         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
6914           parent. It's apparently legal to not have one
6915         * XplatUIX11.cs:
6916           - SetZOrder: Don't try to set Z-Order on an unmapped window
6917           - CreateWindow: 0,0 are legal coordinates for a window. don't move
6918             it unless the coordinates are negative
6919
6920 2006-08-10  Mike Kestner  <mkestner@novell.com>
6921
6922         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
6923         when setting to null per msdn docs.  Fixes #78854.
6924
6925 2006-08-10  Chris Toshok  <toshok@ximian.com>
6926
6927         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
6928         flickering by setting a clip rectangle on the Graphics when we
6929         need to redraw just a particular menuitem.  Also, rename "OnClick"
6930         to "OnMouseDown" to reflect what it actually is.
6931         
6932         * Form.cs: track the OnMouseDown change.
6933
6934 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
6935
6936         * CommonDialog.cs: Properly inherit the CreateParams from the form
6937           and only change what we need. Fixes #78865
6938
6939 2006-08-10  Chris Toshok  <toshok@ximian.com>
6940
6941         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
6942         flickering in flat mode (and most of the flickering in general) by
6943         only invalidating the button border (and not the entire rectangle)
6944         when the state changes.  A couple of cases still flicker:
6945         ToggleButtons, and the dropdown arrow case when the user mouse
6946         ups.
6947
6948 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
6949
6950         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
6951           for german keyboards. Numlock state shouldn't affect the behaviour
6952           of the Del key. Fixes bug #78291.
6953
6954 2006-08-10  Chris Toshok  <toshok@ximian.com>
6955
6956         * ListControl.cs: remove the items.Clear line from BindDataItems,
6957         as this is the first thing done by both subclasses in their
6958         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
6959         passed -1, refresh the list.  This gets databinding working when
6960         the datasource is set on the list before the datasource is
6961         populated (as in wf-apps/ReportBuilder.)
6962
6963         * ComboBox.cs: remove the argument to BindDataItems.  This call
6964         should really go away, and be initiated by the ListControl code.
6965
6966         * ListBox.cs: same.
6967
6968 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
6969
6970         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
6971           if no data is in the document when the control is displayed
6972
6973 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
6974
6975         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
6976           yes (fixes #78806)
6977         * TextControl.cs: 
6978           - PositionCaret: Allow positioning of caret but don't call methods 
6979             requiring a handle if the window isn't created yet
6980           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
6981           - owner_HandleCreated: Don't position the caret, just update it's 
6982             location. User might have already set a different position
6983
6984 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
6985
6986         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
6987           windows. Screws up the returned coordinates for child windows. 
6988           Fixes #78825. I'm hoping this doesn't break something, since the
6989           code was explicitly put in 8 months ago, but no bug was attached.
6990           Menus still seem to work properly.
6991
6992 2006-08-08  Chris Toshok  <toshok@ximian.com>
6993
6994         * DataGrid.cs: make BeginInit/EndInit actually do what they're
6995         supposed to do - delay data binding until the EndInit call.  Also,
6996         make the table style collection's CollectionChangeAction.Refresh
6997         work properly.
6998
6999         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
7000         (with action = Refresh) when a consituent table's MappingName is
7001         changed.
7002
7003 2006-08-08  Chris Toshok  <toshok@ximian.com>
7004
7005         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
7006         Invalidate, since changing the text can change the size of the all
7007         toolbar buttons.
7008
7009 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
7010
7011         * Form.cs (AddOwnedForm): Still need to add the form to our listif
7012           we don't have it yet
7013
7014 2006-08-08  Chris Toshok  <toshok@ximian.com>
7015
7016         * PrintControllerWithStatusDialog.cs: don't .Close() the status
7017         dialog, as this causes X errors later on, since we actually
7018         destroy the window.  Instead, .Hide() it.
7019
7020 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
7021
7022         * ComboBox.cs: Added focus reflection for popup window
7023         * XplatUIX11.cs: 
7024           - Removed transient setting for non-app windows for now, not sure it
7025             was needed
7026           - Fixed logic checking if we have captions when deciding 
7027             override_redirect, WS_CAPTION is two bits and a 0 check was not
7028             sufficient
7029           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
7030             complicated
7031         * Form.cs: 
7032           - AddOwnedForm: Don't just add the form to the list, call the property
7033             to ensure the driver is informed about the ownership as well
7034           - CreateHandle: Set the TopMost status in the driver if we have an owner
7035         * XplatUI.cs: Fixed debug statement
7036
7037 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
7038         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
7039           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
7040           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
7041           TrackBarRenderer.cs: Make constructor private.
7042         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
7043         * ProfessionalColorTable.cs: Make properties virtual.
7044
7045 2006-08-06  Duncan Mak  <duncan@novell.com>
7046
7047         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
7048         is not changing.
7049
7050 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
7051         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
7052           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
7053           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
7054           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
7055           Initial import of new 2.0 classes.
7056
7057 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
7058         * Application.cs: Add 2.0 VisualStyles properties.
7059
7060 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
7061         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
7062           XplatUIX11.cs: Create property to allow access to existing private
7063           variable "themes_enabled"
7064
7065 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7066
7067         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
7068         file size, as otherwise our class libraries fail using windows. Fixes
7069         bug #78759.
7070
7071 2006-08-04  Jackson Harper  <jackson@ximian.com>
7072
7073         * Form.cs:
7074         * XplatUIX11.cs: Move the toolwindow window manager creation into
7075         the X11 driver, this way on win32 we can let windows create/handle
7076         the toolwindows.
7077
7078 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7079
7080         * PrintDialog.cs: Remove some redundant checks, add some others,
7081         clean some code, and move the focus to the text boxes when the
7082         values are incorrect.
7083
7084 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
7085
7086         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
7087
7088 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
7089
7090         * NumericUpDown.cs: Setting the Minimum and Maximum is now
7091           handled correctly. Fixes bug #79001.
7092
7093 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7094
7095         * PrintDialog.cs: The "Copies" numeric up down must have
7096         set the Minimum property to 1; only if the value is bigger
7097         than 1, activate "Collate" check box. This is the behaviour of .Net.
7098         Also modify the Document elements only if it is not null.
7099
7100 2006-08-03  Jackson Harper  <jackson@ximian.com>
7101
7102         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
7103         length. (We have a larger array then actual node count).
7104                 
7105 2006-08-03  Jackson Harper  <jackson@ximian.com>
7106
7107         * ComboBox.cs: Don't show selection by default.
7108         - The SelectAll isn't needed here, since the focus code should do
7109         that
7110         - DDL style lists to manual selection drawing, so when they
7111         get/lose focus they have to invalidate.
7112
7113 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
7114
7115         * TextBoxBase.cs: Don't always show all selections by default.
7116
7117 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
7118         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
7119           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
7120           Fixed various typos.
7121
7122 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
7123
7124         * Control.cs: Removing the controls in a ControlCollection with
7125           Clear now hides the controls as expected. Fixes bug #78804. 
7126
7127 2006-08-03  Jackson Harper  <jackson@ximian.com>
7128
7129         * Control.cs: Revert previous focus patch, it breaks reflector.
7130
7131 2006-08-03  Jackson Harper  <jackson@ximian.com>
7132
7133         * ComboBox.cs: Cleanup selection and focus with the combobox.
7134         This also eliminates some duplicated keyboard code, since now
7135         everything is handled by the main class.
7136         - Make list selection work on mouse up instead of down, to match
7137         MS.
7138
7139 2006-08-02  Jackson Harper  <jackson@ximian.com>
7140
7141         * Control.cs: Setting focus needs to go through the whole
7142         selection mechanism.
7143
7144 2006-08-02  Chris Toshok  <toshok@ximian.com>
7145
7146         * PrintPreviewDialog.cs: change MinimumSize to use
7147         base.MinimumSize so it works.
7148
7149 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
7150
7151         * TextControl.cs:
7152           - UpdateCaret: Added sanity check in case caret isn't defined yet
7153           - Line.Delete: Now updating selection and caret markers if we're
7154             transfering a node (Properly fixes #78323)
7155           - SetSelectionEnd: Added sanity check
7156         * TextBoxBase.cs: Removed broken attempt to fix #78323
7157
7158 2006-08-01  Chris Toshok  <toshok@ximian.com>
7159
7160         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
7161         Close() call is handled in Form, not here.
7162
7163 2006-08-01  Chris Toshok  <toshok@ximian.com>
7164
7165         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
7166         layout/rendering.
7167
7168         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
7169         for sizes < 100% zoom.  The code now aggressively attempts to keep
7170         from calling document.Print (), and tries not to use the scaling
7171         g.DrawImage whenever possible (it still does if you scale to >
7172         100%, since usually that involves huge images).
7173
7174         * PrintPreviewControl.cs: hook up the close button.
7175
7176 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
7177         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
7178           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
7179           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
7180           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
7181           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
7182           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
7183           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
7184           Removed [Serializable] for 2.0 Event Handlers.
7185
7186 2006-07-31  Jackson Harper  <jackson@ximian.com>
7187
7188         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
7189         * TextControl.cs: Uncomment out the body of this method.
7190
7191 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
7192
7193         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
7194           standard cursors.
7195
7196 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
7197
7198         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
7199           that embed TextBox and need selections visible even if textbox is not
7200           focused to enforce that behaviour.
7201         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
7202           selection drawing
7203
7204 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
7205
7206         * TextControl.cs:
7207           - Added new SetSelectionStart/SetSelectionEnd overloads
7208           - Fixed viewport width assignment to be accurate
7209           - Adjusted alignment line shift calculations to allow cursor on right
7210             aligned lines to be always visible at the right border (like MS)
7211         * TextBoxBase.cs:
7212           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
7213           - TextBoxBase_SizeChanged: recalculating canvas on size changes
7214           - CalculateScrollBars: Use ViewPort size instead of window size, to
7215             properly consider space occupied by the border and scrollbars 
7216             (Fixes #78661)
7217           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
7218             calculations; no longer leaves artifacts
7219           - CaretMoved: Adjusted window scrolling to match MS and fixed several
7220             calculation bugs (Still missing right/center align calculations)
7221
7222 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
7223
7224         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
7225           use of both scroll rect and clip rect, as they do the same.
7226
7227 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
7228
7229         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
7230           in the event handler (fixes #78912)
7231
7232 2006-07-31  Chris Toshok  <toshok@ximian.com>
7233
7234         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
7235         grid.ListManager.Count, since grid.ListManager might be null.
7236         This of course begs the question "why are we drawing rows for a
7237         grid with no list manager (and therefor no rows)?"  Fixes the
7238         crash in bug #78929.
7239
7240 2006-07-31  Chris Toshok  <toshok@ximian.com>
7241
7242         * RelatedPropertyManager.cs: Don't always chain up to the parent
7243         ctor.  instead, call SetDataSource if the parent's position is !=
7244         -1.  Fixes the crash in #78822.
7245
7246 2006-07-31  Chris Toshok  <toshok@ximian.com>
7247
7248         * DataGrid.cs (get_ListManager): use field instead of property
7249         accessors for datasource and datamember.
7250         (RowsCount): make internal again.
7251         (OnMouseDown): end edits before resizing columns/rows.
7252         (OnMouseUp): restart edits after resizing columns/rows.
7253
7254 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
7255
7256         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
7257           This fixes the situation where the last set cursor is displayed
7258           whenever the mouse is over scrollbars.
7259
7260 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7261
7262         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
7263         Document properties, as well as initial values.
7264
7265 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
7266
7267         * XplatUIWin32.cs (SetBorderStyle): Setting both border
7268           and ClientEdge results in a 3-pixel border, which is
7269           wrong.
7270
7271 2006-07-28  Jackson Harper  <jackson@ximian.com>
7272
7273         * TreeNodeCollection.cs: Fix the clear method.
7274         - Fix the Shrink also
7275
7276 2006-07-27  Jackson Harper  <jackson@ximian.com>
7277
7278         * TreeView.cs: Make sure the visible order is computed when we
7279         attempt to size the scrollbars (for trees that mess with the
7280         scrolling when they shouldn't.
7281         - Make sure to give the scrollbars valid values.
7282
7283 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
7284
7285         * XplatUIX11.cs: Move motion compression code to where it
7286           has less performance impact
7287
7288 2006-07-26  Jackson Harper  <jackson@ximian.com>
7289
7290         * UpDownBase.cs: When the control is selected make the child
7291         controls non selectable, so that a click on them won't do a
7292         focus/unfocus cycle.
7293         - Don't give focus to the text box when the spinner is selected.
7294         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
7295
7296 2006-07-26  Chris Toshok  <toshok@ximian.com>
7297
7298         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
7299         satisfied with this solution.  If the bitmaps are small, we should
7300         just cache them in the PrintPreviewDialog and draw them here.
7301         Also, the layout is broken for the 2-up and 3-up cases.
7302
7303         * Theme.cs: add PrintPReviewControlPaint.
7304
7305         * PrintPreviewDialog.cs: first pass implementation.
7306
7307         * PrintPreviewControl.cs: first pass implementation.  No
7308         scrollbars yet.
7309
7310         * PrintDialog.cs: only validate fields if that particular portion
7311         of the UI is enabled.  Also, set the document's controller to a
7312         PrintControllerWithStatusDialog wrapping the document's print
7313         controller.
7314
7315         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
7316         bring up a SaveFileDialog (i hope we don't want to match the
7317         behavior of the crappy windows file entry) and set the
7318         PrinterSettings.PrintFileName accordingly.
7319
7320 2006-07-26  Jackson Harper  <jackson@ximian.com>
7321
7322         * ContainerControl.cs: Add a field that disables auto selecting
7323         the next control in a container when the container is activated.
7324         * UpDownBase.cs: Don't select the text box when the up down is
7325         selected.
7326
7327 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
7328
7329         * XEventQueue.cs: Added methods for peeking (used for compression
7330           of successive events)
7331         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
7332           mouse move events (fixes #78732)
7333
7334 2006-07-25  Jackson Harper  <jackson@ximian.com>
7335
7336         * UpDownBase.cs: Use an internal class for the textbox so that we
7337         can control focus.  the updown control should always have focus,
7338         if either the text area or the buttons are clicked.
7339         - Send the key messages to the textbox, since it never actually
7340         has focus
7341         - Activate and decativate the textbox caret.
7342
7343 2006-07-24  Jackson Harper  <jackson@ximian.com>
7344
7345         * Control.cs: Use the directed select when selecting a control,
7346         this way the container controls override will get called and the
7347         whole ActiveControl chain will get triggered.  TODO: probably need
7348         to make sure this gets done everywhere instead of the old
7349         Select(Control).
7350         * ContainerControl.cs: Implement the directed Select method to
7351         find and activate the correct child control.    
7352         
7353 2006-07-22  Mike Kestner  <mkestner@novell.com>
7354
7355         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
7356         menu handling code so that clicks without a grab work too.
7357         [Fixes #78914]
7358
7359 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
7360
7361         * FileDialog.cs: Enable the BackButton when dirstack has one element.
7362           Added some small optimizations.
7363
7364 2006-07-21  Matt Hargett  <matt@use.net>
7365
7366         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
7367
7368 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
7369
7370         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
7371           tests pass and match MS in some strange border cases.
7372
7373 2006-07-21  Chris Toshok  <toshok@ximian.com>
7374
7375         * ThemeWin32Classic.cs: handle drawing of the relation links and
7376         parent row buttons.
7377
7378         * Theme.cs: change args to DataGridPaintParentRow.
7379
7380         * DataGrid.cs: Don't use controls for the relation links and
7381         parent buttons, so we have to handle all their interactions in
7382         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
7383         when we're navigating through child tables, so we can reinstate
7384         selection, expanded state, current cell, etc.
7385
7386 2006-07-20  Chris Toshok  <toshok@ximian.com>
7387
7388         * ToolBar.cs: When we redraw a button, for whatever reason,
7389         there's no reason to redraw the entire toolbar.  Also, don't call
7390         Control.Refresh from within Redraw, as it's much heavier than
7391         Invalidate (which is really what we want).
7392
7393 2006-07-20  Chris Toshok  <toshok@ximian.com>
7394
7395         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
7396         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
7397         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
7398         traces from within a debug IBindingList datasource
7399         (in mono/winforms/datagrid) for *days*, I've finally gotten things
7400         to work in a similar fashion.
7401
7402 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7403
7404         * ListBox.cs: Don't call Sort () when setting 
7405         the Sorted property to false (avoid an unnecessary sort).
7406
7407 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7408
7409         * ListControl.cs: DataSource should throw an ArgumentException
7410         instead of a normal exception when the argument is not of the 
7411         correct type.
7412
7413 2006-07-20  Mike Kestner  <mkestner@novell.com>
7414
7415         * Control.cs: add InternalPreProcessMessage to allow us to steal
7416         key events before MWF gets its paws on them.  Adapted from a
7417         suggestion by eno.
7418         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
7419         up/down/left/right navigation. Override the new internal control
7420         method to steal the events since they never make it to WndProc.
7421         * ToolBarButton.cs: don't worry about pushed when setting hilight
7422         since the drawing code prefers pushed to hilight. Invalidate on 
7423         Hilight changes. Fixes #78547 and #78525.
7424
7425 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
7426
7427         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
7428           the canvas size. Fixes #78868
7429
7430 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
7431
7432         * Splitter.cs: Track requested split position until first layout
7433           is performed. Fixes #78871
7434
7435 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
7436
7437         * Application.cs: Removed code that forces 1.x for the version
7438           number if the version started with 0. Not sure why that code was
7439           there and I couldn't find any bugs that indicated we needed it.
7440           Fixes #78869
7441
7442 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
7443
7444         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
7445           ResetDefaults(), just write some output to the console until it's
7446           implemented. Fixes bug #78907 for now. Eliminated two warnings.
7447
7448 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
7449
7450         * PropertyGridView.cs: set StartPosition of drop down forms
7451         so they appear in correct initial spot.  Fixes #78190.
7452
7453 2006-07-19  Mike Kestner  <mkestner@novell.com>
7454
7455         * ThemeWin32Classic.cs: use parent background color when drawing
7456         flat toolbars.  Restructure the conditionals to make sure non-flat
7457         non-Divider toolbars are filled too.  Fixes #78837.
7458
7459 2006-07-19  Mike Kestner  <mkestner@novell.com>
7460
7461         * ListBox.cs: Sort on collection changes even if the handle
7462         isn't created yet.  Fixes #78813.
7463
7464 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7465
7466         * ListControl.cs: DisplayMember should never be null,
7467         and now we assign String.Empty when null is passed to it (this
7468         is the .Net way).
7469
7470 2006-07-17  Mike Kestner  <mkestner@novell.com>
7471
7472         * ListViewItem.cs: restructure Font and subitem Font handling 
7473         to hold a specific font and refer back to owner on null.
7474         Fixes #78761.
7475
7476 2006-07-17  Mike Kestner  <mkestner@novell.com>
7477
7478         * ToolBar.cs: bandaid for side-effect of previous patch which was
7479         discarding explicit heights for non-AutoSize toolbars.  Need to
7480         extend my format tester to deal with AutoSize=false. Fixes #78864.
7481
7482 2006-07-15  Jackson Harper  <jackson@ximian.com>
7483
7484         * LabelEditTextBox.cs:
7485         * TreeView.cs: Use a new LabelEdit class for node editing, this
7486         class automatically 'closes' itself when it gets the enter key or
7487         loses focus.
7488         - Use the client rectangle when setting the trees scrollbars, so
7489         border style is taken into account.
7490         
7491 2006-07-14  Jackson Harper  <jackson@ximian.com>
7492
7493         * TreeNode.cs:
7494         * TreeView.cs: Make the editing work similar to MSs, firing the
7495         events correctly and ending edits correctly.
7496
7497 2006-07-14  Mike Kestner  <mkestner@novell.com>
7498
7499         * ToolBarButton.cs:
7500         * ToolBar.cs: layout restructuring and redraw enhancements to support
7501         formatting changes gracefully, like setting TextAlign, ImageList, 
7502         ButtonSize, and Appearance.  Handles explicit button sizing quirks
7503         of the MS controls.  Things like flat toolbars ignoring button size
7504         but becoming constant sized at the largest button's size.  Normal
7505         toolbars with an image set cannot be shrunk smaller than the image,
7506         but text can be clipped/ignored.
7507         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
7508         is zero.  Seems like DrawString should be smart enough to not put
7509         anything on screen though. Also trim labels and ellipsize at the char
7510         boundary, not word.
7511         Fixes #78711 and #78483.
7512
7513 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
7514
7515         * FolderBrowserDialog.cs: Disable "New Folder" button and
7516           "New Folder" contextmenu menuitem if a folder like "My Computer"
7517           is selected.
7518
7519 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
7520
7521         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
7522         * FolderBrowserDialog.cs:
7523           - Use MWFConfig to store and read size and position settings
7524           - Added code to create a new folder (button or context menu).
7525             Use TreeView labeledit to change the name of the new folder.
7526
7527 2006-07-14  Jackson Harper  <jackson@ximian.com>
7528
7529         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
7530         when the tree is scrolled we end editing.
7531
7532 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
7533
7534         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
7535           Down arrows
7536
7537 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
7538
7539         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
7540         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
7541         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
7542         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
7543         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
7544         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
7545         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
7546         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
7547         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
7548         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
7549         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
7550         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
7551         ListViewItemSelectionChangedEventHandler.cs,
7552         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
7553         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
7554         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
7555         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
7556         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
7557         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
7558         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
7559         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
7560         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
7561         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
7562         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
7563         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
7564         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
7565         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
7566         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
7567         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
7568         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
7569         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
7570         WebBrowserNavigatingEventHandler.cs, 
7571         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
7572
7573 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
7574
7575         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
7576         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
7577         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
7578         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
7579         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
7580         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
7581         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
7582         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
7583         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
7584         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
7585         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
7586         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
7587         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
7588         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
7589         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
7590         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
7591         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
7592         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
7593         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
7594         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
7595         ListViewItemStates.cs, MaskFormat.cs: Added
7596
7597 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
7598
7599         * PropertyGridView.cs: Fix keyboard navigation of drop down.
7600         Patch from eno for bug 78558.
7601         
7602 2006-07-13  Jackson Harper  <jackson@ximian.com>
7603
7604         * TreeView.cs: When an edit is finished make sure that the
7605         selected node is visible.
7606         - When setting the top/bottom use the scrollbars is_visible, so
7607         everything will be set correctly even if the tree isn't visible
7608         yet.
7609
7610 2006-07-13  Jackson Harper  <jackson@ximian.com>
7611
7612         * ComboBox.cs: Revert the item->index part of my previous patch.
7613         * TreeView.cs: Use LostFocus instead of Leave for detecting when
7614         the edit box has lost focus (duh).
7615         - Just make the edit box not visible when we get return, that will
7616         take the focus, which will call EndEdit
7617         * TreeNode.cs When we start editing, notify the treeview.
7618
7619 2006-07-12  Jackson Harper  <jackson@ximian.com>
7620
7621         * ComboBox.cs: Clear out old items before setting the item list.
7622         This prevents databound controls from having their items added
7623         twice.
7624         - Switch the combobox to use indices whereever possible instead of
7625         using Item's.  This allows usto navigate through lists that have
7626         more then one item with the same string value (ie a, b, b, a).
7627         - Scroll the listboxes scrollbar when a non visible item is
7628         highlighted
7629         - Allow keypress to cycle through all the possible values. For
7630         example if you have b1, b2, b3 and hold down the B key all the
7631         values will be cycled through.
7632         
7633 2006-07-12  Jackson Harper  <jackson@ximian.com>
7634
7635         * TextBoxBase.cs:
7636         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
7637         this using the internal methods.
7638         * Control.cs: Add OnGotFocusInternal.  A new method that allows
7639         controls to "override" OnGotFocus and change focus behavior if
7640         needed.
7641         - Same thing for LostFocus
7642         * ComboBox.cs: Pass off focus to the text control properly.
7643
7644 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
7645
7646         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
7647         * FolderBrowserDialog.cs: Almost a complete rewrite.
7648           - Better support for Environment.Specialfolders
7649           - Added support for MWFVFS
7650           - Made setting SelectedPath work
7651
7652 2006-07-12  Jackson Harper  <jackson@ximian.com>
7653
7654         * Control.cs: Optimze getting all the controls.
7655
7656 2006-07-11  Jackson Harper  <jackson@ximian.com>
7657
7658         * ContainerControl.cs: Override SETFOCUS in the container control,
7659         so that it is not selected on mouse click.
7660
7661 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
7662
7663         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
7664           Hopefully we will have a better way once all of focus is complete.
7665
7666 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
7667
7668         * ThemeWin32Classic.cs: Commented out some debug code and fixed
7669           a compile error with csc.
7670
7671 2006-07-11  Jackson Harper  <jackson@ximian.com>
7672
7673         * Control.cs: When hiding a control only select the next control
7674         if the current control was focused.
7675         - Don't handle enter/leave when setting/killing focus, this is
7676         done by the container control.
7677         - Remove is_selected, it's not needed anymore.
7678         - Add utility methods for selecting a child control, and for
7679         firing the Enter/Leave events.
7680         * ContainerControl.cs: When a control is activated fire the
7681         enter/leave events.
7682         - Don't wrap when processing the tab key, so that focus can be
7683         moved outside of the container.
7684         - Use the correct active control
7685
7686 2006-07-11  Jackson Harper  <jackson@ximian.com>
7687
7688         * ComboBox.cs: Remove some debug code that was blinding me.
7689         * UpDownBase.cs: These controls actually aren't implicit, they are
7690         visible to the user.
7691
7692 2006-07-10  Chris Toshok  <toshok@ximian.com>
7693
7694         * DataGrid.cs: move back to the is_adding boolean field.  god i
7695         hate this is_editing/is_adding/is_changing stuff.
7696
7697 2006-07-10  Chris Toshok  <toshok@ximian.com>
7698
7699         * DataGridTableStyle.cs: just check if the property type is bool.
7700         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
7701         Don't use CanRenderType.
7702
7703         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
7704         if our text == NullText.  Remove CanRenderType.
7705
7706         * DataGridBoolColumn.cs: nuke CanRenderType.
7707
7708         * DataGrid.cs: reenable some code to end the current edit inside
7709         of set_CurrentCell.  This fixes the other 1.1.16 regression.
7710         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
7711         Also, remove the visible_row_count arg from CalcRowHeaders, since
7712         we don't need to worry about the actual height of the area.
7713
7714 2006-07-10  Chris Toshok  <toshok@ximian.com>
7715
7716         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
7717         mode, just return.
7718
7719         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
7720         the real sense of the IsInEditOrNavigateMode property (true =
7721         navigate, false = edit).  Also, update OnKeyPress to reflect this.
7722
7723         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
7724         column style exists, we still need to set its property descriptor
7725         to match up with our list manager.
7726
7727 2006-07-10  Chris Toshok  <toshok@ximian.com>
7728
7729         * ThemeWin32Classic.cs: implement the new row/header painting
7730         approach.  The parent row painting will likely go away and
7731         replaced with label controls, but the rest seems to work ok (and
7732         efficiently).
7733
7734         * Theme.cs: change the way we draw datagrid rows.  we don't draw
7735         the row headers as a block now.  Instead we draw them in the
7736         normal draw-row loop.  Add some calls for drawing parent rows and
7737         relation rows.
7738
7739         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
7740         a default table style.  Set the defaults from ThemeEngine.Current,
7741         not SystemColors.  Fix lots of misc issues with property setters.
7742
7743         * DataGrid.cs: move loads of style information out of this class
7744         as it's being duplicated with DataGridTableStyle.  keep track of a
7745         special DataGridTableStyle for the properties we used to mirror
7746         here.  Switch all the style properties to access this table style
7747         instead of instance fields of this class.  Also add a internal
7748         class to represent parent rows (more needs to be stored here, like
7749         the selection state from the parent table, as well as the
7750         expansion state.)  Also, for datasources with relations, do the
7751         right thing for collapse/expand, and add support for the
7752         navigation/parent row buttons.
7753
7754         Lastly, fix the crash in the 1.1.16 build.
7755
7756         * GridTableStylesCollection.cs: make the explicit interface
7757         implementations call the class's methods as opposed to duplicating
7758         them.
7759
7760         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
7761         0 so the text doesn't jump around when we move the cursor.
7762
7763 2006-07-10  Jackson Harper  <jackson@ximian.com>
7764
7765         * TextBoxBase.cs:
7766         * ListBox.cs: Match MS's ToString (this makes debugging focus
7767         stuff infinitely easier).
7768
7769 2006-07-10  Jackson Harper  <jackson@ximian.com>
7770
7771         * Control.cs (SelectNextControl): When checking the control's
7772         parent use this instead of ctrl.parent so that null can be passed
7773         to SelectNextControl. (I have unit tests for this).
7774         - Remove unused var.
7775
7776 2006-07-10  Chris Toshok  <toshok@ximian.com>
7777
7778         * CurrencyManager.cs: correct one regression, the removal of the
7779         finalType field.  Also, add a MonoTODO on CanAddRows, implement
7780         Refresh() correctly, and fix some event emission in
7781         ListChangedHandler.
7782
7783 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
7784
7785         * FileDialog.cs: Don't use brackets for new folders if they exist
7786           under *nix. Instead use -(number of existing folders +1).
7787
7788 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
7789
7790         * FileDialog.cs:
7791           - Fixed really nasty bug #78771
7792           - Don't block the whole GUI when reading directories with a lot of
7793             entries. Use an other thread instead and call BeginInvoke to
7794             update the ListView in MWFFileView
7795
7796 2006-07-07  Chris Toshok  <toshok@ximian.com>
7797
7798         * Control.cs (Dispose): release any Capture when disposing.
7799
7800 2006-07-07  Chris Toshok  <toshok@ximian.com>
7801
7802         * LinkLabel.cs (Select): if we chain up to the parent, set
7803         focused_index to -1 so we'll search for the first available link
7804         the next time the user tabs into us.  Also, if the direction is
7805         backward and focused_index == -1, start the search from the last
7806         element.
7807
7808 2006-07-07  Chris Toshok  <toshok@ximian.com>
7809
7810         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
7811         is beyond the end of the text, don't do anything.
7812         (CreateLinkPieces): set our ControlStyles.Selectable based on
7813         whether or not we have any links.
7814         (Link.Invalidate): use a loop instead of foreach.
7815         (Link.set_Start): null out owner.sorted_links so it'll be
7816         recreated by CreateLinkPieces.
7817
7818 2006-07-06  Chris Toshok  <toshok@ximian.com>
7819
7820         * LinkLabel.cs: revert the SetStyle change.
7821
7822 2006-07-06  Chris Toshok  <toshok@ximian.com>
7823
7824         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
7825         (OnEnableChanged): s/Refresh/Invalidate
7826         (OnGotFocus): if we have a focused index already, refocus it (so
7827         if we mouse out/in to the window it'll focus the right link).
7828         (OnKeyDown): move the tab handling out of here.
7829         (OnLostFocus): don't set focused_index to -1, so we can refocus it
7830         when we lose focus.
7831         (OnMouseDown): don't Capture here - Control handles it.  Also,
7832         focus the active link.
7833         (OnMouseUp): don't deal with Capture.
7834         (OnPaintBackgroundInternal): remove.
7835         (OnTextAlignChanged): CreateLinkPieces before calling the
7836         superclass's method.
7837         (OnTextChanged): call CreateLinkPieces before calling superclass's
7838         method.
7839         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
7840         move around.
7841         (Select): implement this, moving the selection between different
7842         links, and call parent.SelectNextControl if we don't have another
7843         link to focus in the given direction.
7844         (CreateLinkPieces): call Invalidate instead of Refresh.
7845         
7846 2006-07-06  Chris Toshok  <toshok@ximian.com>
7847
7848         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
7849         new LinkLabel internals.
7850
7851         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
7852         over pieces looking for active/focused/etc links.  also, deal with
7853         runs of text (and links) with embedded \n's in them, and use
7854         MeasureCharacterRanges instead of MeasureString to figure out the
7855         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
7856         two-step.
7857
7858 2006-07-04  Jackson Harper  <jackson@ximian.com>
7859
7860         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
7861         XKB or key auto repeat, do it manually.  Without key auto repeat,
7862         when a key is held down we get key press, key release, key press,
7863         key release, ... with auto repeat we get key press, key press, key
7864         press ..., and then a release when the key is actually released.
7865
7866 2006-07-03  Jackson Harper  <jackson@ximian.com>
7867
7868         * TabControl.cs:
7869         * ThemeWin32Classic.cs: Tabs do not obey normal background color
7870         rules, they are always control color regardless of the background
7871         color.
7872
7873 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
7874
7875         * FileDialog.cs: Added internal class MWFConfig.
7876           Removed Registry support and replaced it with support for the new
7877           MWFConfig class. See MWFConfig comments for more information.
7878
7879 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
7880
7881         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
7882           rectangle. Added some patches from eno from bug #78490 and fixed
7883           the arrow position for small up and down CPDrawScrollButtons.
7884
7885 2006-06-30  Jackson Harper  <jackson@ximian.com>
7886
7887         * InternalWindowManager.cs: Remove some debug code.
7888         * Form.cs: When an MdiParent is set to null, the window is
7889         "detatched" and becomes a normal window.
7890         * MdiClient.cs: Don't bring the new child form to the front until
7891         it is activated (setting it as active does this), this makes the
7892         previously active forms titlebar get redrawn as inactive.
7893
7894 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
7895
7896         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
7897           with later controls
7898
7899 2006-06-29  Mike Kestner  <mkestner@novell.com>
7900
7901         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
7902         arrow in keynav state.  Fixes #78682.
7903
7904 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
7905
7906         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
7907           order (fixes #78393)
7908
7909 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
7910
7911         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
7912           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
7913           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
7914           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
7915           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
7916           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
7917           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
7918           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
7919           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
7920           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
7921           enumerations (FlagsAttribute, SerializableAttribute, added/removed
7922           values)
7923
7924 2006-06-28  Mike Kestner  <mkestner@novell.com>
7925
7926         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
7927
7928 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
7929
7930         * PropertyGrid.cs,
7931           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
7932           item lines from other area (It also makes BackColor consistent and
7933           compatible with .NET). Fixed bug #78564.
7934
7935 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
7936
7937         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
7938         Patch from Eno for #78555.
7939
7940 2006-06-27  Chris Toshok  <toshok@ximian.com>
7941
7942         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
7943
7944         * DataGridColumnStyle.cs: same.
7945
7946         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
7947         
7948         * DataGridDrawingLogic.cs: nuke.
7949
7950 2006-06-27  Chris Toshok  <toshok@ximian.com>
7951
7952         * DataGridTableStyle.cs: clean up the constructors, and build the
7953         list of child relations for this table.  I have no idea if this is
7954         where we should be doing it (it probably isn't), but since we're
7955         already iterating over the properties..
7956
7957         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
7958         struct and array for keeping track of row information, similar to
7959         what's shown in a hack on
7960         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
7961
7962         * Theme.cs: be consistent about the naming of DataGrid methods,
7963         prefering ColumnWidths and RowHeights over columnsWidths and
7964         RowsHeights.
7965
7966         * ThemeWin32Classic.cs: same, and also add support for variable
7967         sized rows (and the +/- expansion icons for related rows).
7968
7969 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
7970
7971         * TextBoxBase.cs: Applied Eno's patch from #78660
7972
7973 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
7974
7975         * Form.cs (ScaleCore): We don't want to scale our form if it's
7976           state is minimized or maximized, but we still need to scale our
7977           child windows. Also, added try/finally block to ensure layout
7978           gets reset (Fixes #78697)
7979
7980 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
7981
7982         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
7983
7984 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
7985
7986         * Form.cs: Fixed c+p error and added check to resize form if minimum
7987           size is bigger than current size (Fixes #78709)
7988
7989 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
7990
7991         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
7992
7993 2006-06-26  Mike Kestner  <mkestner@novell.com>
7994
7995         * ComboBox.cs: only do Keypress handling in the combo when there  
7996         are items in the collection. Fixes #78710.
7997
7998 2006-06-26  Chris Toshok  <toshok@ximian.com>
7999
8000         * Binding.cs: make this work bi-directionally.  also, clear up
8001         other mixups between Push/Pull Data (e.g. we're supposed to pull
8002         data when validating).
8003
8004         * BindingManagerBase.cs: trim some fully qualified collection
8005         types.
8006
8007         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
8008
8009 2006-06-23  Chris Toshok  <toshok@ximian.com>
8010
8011         * PropertyManager.cs: It appears (according to the unit tests)
8012         that PropertyManager doesn't use
8013         PropertyDescriptor.AddValueChanged to track propery value changes
8014         in its datasource, but uses the same scheme as Binding, where it
8015         looks for a <Property>Changed event and binds to it.
8016
8017         Also, according to the docs, IsSuspended always returns false for
8018         a property manager with a non-null datasource.
8019
8020 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
8021
8022         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
8023           need to update the actual DialogResult. (Fixes #78613)
8024
8025 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
8026
8027         * Form.cs (ShowDialog): Release any captures before running the
8028           new message pump (fixes #78680)
8029
8030 2006-06-22  Mike Kestner  <mkestner@novell.com>
8031
8032         * ListView.cs: Layout column widths properly in details mode even 
8033         if HeaderStyle.None is set.  Fixes #78691.
8034
8035 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
8036
8037         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
8038
8039 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
8040
8041         * Control.cs (ContainsFocus): Using new driver method to get focused
8042           window, instead of trying to use internal tracking var, which can
8043           recursion issues (Fixes #78685)
8044         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
8045           XplatUIWin32.cs: Added GetFocus method to return focused window
8046
8047 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8048
8049         * ColorDialog.cs: when the mouse button is pressed inside the color
8050         matrix, don't let the cursor move out of it until the button is
8051         released, which is the behavior on windows. Changed 'colours' by
8052         'colors' to use the same word consistently.
8053
8054 2006-06-21  Chris Toshok  <toshok@ximian.com>
8055
8056         * DataGrid.cs: add in some basic navigation stuff (navigating to a
8057         child relation and back, using a stack).  Also, remove
8058         GetDataSource and the code that calls it - it's not needed.  Also,
8059         track CurrencyManager.ListName's removal.
8060
8061 2006-06-21  Chris Toshok  <toshok@ximian.com>
8062
8063         * CurrencyManager.cs: push some of the original type checking from
8064         BindingContext.CreateBindingManager to here, and remove some of
8065         the finalType stuff.  Need more tests to make sure I've got the
8066         ListName part right, and we might need more in SetDataSource.
8067
8068         * PropertyManager.cs: add a ctor that takes just the datasource,
8069         and no property name.  Make SetDataSource work with a null
8070         property_name, and make Current return the data_source if the
8071         property descriptor is null.  this makes 'string foo = "hi";
8072         BindingContext[foo].Current' return "hi" as it should.
8073
8074         * RelatedCurrencyManager.cs: make this code more generic - there's
8075         no reason the parent manager has to be CurrencyManager, and
8076         there's no reason to pass the DataRelation.  It suffices to use a
8077         BindingManagerBase and PropetyDescriptor.
8078
8079         * RelatedPropertyManager.cs: make a similar change here.
8080         
8081         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
8082         flower I knew it could be.
8083
8084 2006-06-20  Chris Toshok  <toshok@ximian.com>
8085
8086         * PropertyManager.cs: the PropertyChangedHandler is invoked when
8087         data in the source has changed and we need to update the control,
8088         so s/PullData/PushData.
8089
8090         * CurrencyManager.cs: Refresh is meant to update the control from
8091         data in the datasource.  So, s/PullData/PushData.
8092
8093         * BindingContext.cs: add more ugliness (we weren't handling the
8094         case where data_source = DataTable and data_member = column_name).
8095
8096         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
8097         from the perspective of the datasource.  PullData pulls from the
8098         control, PushData pushes to the control.
8099
8100 2006-06-20  Chris Toshok  <toshok@ximian.com>
8101
8102         * BindingContext.cs: rewrite the CreateBindingManager code to
8103         handle navigation paths more or less properly.  This could
8104         definitely stand some more work, in particular to push the
8105         recursion up to the toplevel.  But that relies on fixes in other
8106         places (System.Data comes to mind).
8107
8108         Also, move to a flat hashtable (and encode the twolevel nature of
8109         the dictionary into the hash key).  This lets us implement the
8110         IEnumerable.GetEnumerator method.
8111
8112         * RelatedCurrencyManager.cs: new class.  Update our view based on
8113         our relation and our parent CurrencyManager's position.
8114
8115         * CurrencyManager.cs: split out some logic from the ctor into
8116         SetView, so it can be called from the new RelatedCurrencyManager
8117         subclass.
8118
8119         * RelatedPropertyManager.cs: new class.  Update our datasource
8120         based on the position of our parent CurrencyManager.
8121
8122         * PropertyManager.cs: split out some logic from the ctor into
8123         SetDataSource, so it can be called from the new RelatedDataSource
8124         subclass.  Also, make the Current getter return the value
8125         of the PropertyDescriptor, not the data_source.
8126
8127         * Binding.cs: no need to duplicate the string splitting code here.
8128
8129 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
8130
8131         * Control.cs:
8132           - set_Enabled: OnEnabledChanged is not called if the inherited state 
8133             of the control is not altered, even though  we might be changing the
8134             internal state of the control (#78458)
8135           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
8136             OnEnabledChanged, to allow easy altering of any child window state
8137           - OnEnabledChanged: Added code to enable/disable driver window state
8138           - OnParentEnabledChanged: Instead of firing the event, call 
8139             OnEnabledChanged, which will fire the event and also a) set driver
8140             window state and pass the enabled state to any grandchildren (#78458)
8141
8142 2006-06-19  Jackson Harper  <jackson@ximian.com>
8143
8144         * InternalWindowManager.cs: We don't set the cursor explicitly
8145         thats done via the response to NCHITTESTs.
8146         - Don't need to adjust for titlebar heights anymore, the
8147         coordinates are coming in the correct coordinates now (see peters
8148         last patch).
8149
8150
8151 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
8152
8153         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
8154           being translated relative to whole window, instead of client window.
8155           That caused broken offsets on mouseclick (and caused gas for our
8156           InternalWindowManager)
8157
8158 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
8159
8160         * TextControl.cs:
8161           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
8162           - Undo(): Added replay of cursor move on DeleteChars action; added
8163             calling Undo() again if a recorded cursor move is invalid (to
8164             ensure that some action is performed on Undo)
8165         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
8166
8167 2006-06-16  Jackson Harper  <jackson@ximian.com>
8168
8169         * MdiClient.cs: Instead of just sizing maximized windows when
8170         there is a resize we also have to adjust the Y of minimized
8171         windows, so they stay pinned to the bottom of the mdi container.
8172         - Eliminate separate tracking of the active control, we can just
8173         get this from the controls collection.
8174         - Paint the decorations for the newly activated titlebar so we get
8175         a pretty blue bar.
8176         * InternalWindowManager.cs:
8177         * ThemeWin32Classic.cs: Minimized windows get all three buttons
8178         even if they are a tool window.
8179         
8180 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
8181
8182         * TextControl.cs (Undo): Handle non-existent cursor locations in the
8183           undo buffer, these can happen when text was deleted and the cursor
8184           was recorded first. Since we will also have a recorded cursor
8185           after the delete this is not an issue. (Fixes #78651)
8186
8187 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
8188
8189         * AccessibleObject.cs: Remove dependence on Control.is_selected;
8190           instead properly track control states internally (allows us to
8191           remove is_selected from Control)
8192
8193 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8194
8195         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
8196         whose width is not a multiple of 8.
8197
8198 2006-06-13  Jackson Harper  <jackson@ximian.com>
8199
8200         * MdiClient.cs:  Only maximize the next child if the current one
8201         is maximized.
8202
8203 2006-06-13  Chris Toshok  <toshok@ximian.com>
8204
8205         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
8206         modified.  Also, guard against grid or grid_drawing being null in
8207         Invalidate.
8208
8209         * DataGrid.cs: Reformat tons of getters/setters.  In the
8210         DataMember setter, just call SetNewDataSource instead of
8211         duplicating some of its functionality.  In SetNewDataSource, don't
8212         check ListManager for null, since the property getter creates the
8213         object if needed.
8214
8215         * DataGridTableStyle.cs: don't set TableStyle or call
8216         SetDataGridInternal on the column here, it's done in
8217         GridColumnStylesCollection.Add.
8218
8219         * GridColumnStylesCollection.cs: fix all the explicit interface
8220         implementations to just call our methods.  Nuke AddInternal() and
8221         move the body of it to Add().  Also, add a call to
8222         column.SetDataGridInternal to Add().
8223
8224         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
8225         base()+duplicate code.  Also, use the Format property instead of
8226         format to generate an Invalidate ala MS.  Lastly, create the
8227         textbox here, unconditionally.
8228         (set_Format): call Invalidate.
8229         (get_TextBox): no need to call EnsureTextBox.
8230         (Commit): remove the message box.
8231         (Edit) remove the call to EnsureTextBox.
8232         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
8233         (EnterNullValue): no need to check textbox for null.
8234         (HideEditBox): no need to check textbox for null.
8235         (SetDataGridInColumn): add the textbox to the grid's controls.
8236         (EnsureTextBox): nuke.
8237         
8238 2006-06-13  Jackson Harper  <jackson@ximian.com>
8239
8240         * MdiWindowManager.cs: Hook up to the maximized menus paint event
8241         and redraw the buttons when needed. Unhook when the window is
8242         unmaximized.
8243         * MainMenu.cs: Add an internal Paint event, the mdi window manager
8244         needs this so that it can redraw its buttons when the menu is
8245         repainted.
8246         * InternalWindowManager.cs:
8247         * Form.cs: The method order has changed for DrawMaximizedButtons,
8248         so that it can be a PaintEventHandler.
8249         
8250 2006-06-13  Jackson Harper  <jackson@ximian.com>
8251
8252         * MdiClient.cs: When we close a maximized mdi window, the next mdi
8253         window is activated and maximized, even if it wasn't before.
8254         - When  a new window is activated repaint the decorations of the
8255         old one, so that it no longer has the Active "look" (the blue
8256         titlebar).
8257         * InternalWindowManager.cs: Open up CreateButtons to base classes
8258         so they can recreate the buttons on state changes.
8259         - If a window is maximized give it all three buttons
8260         * MdiWindowManager.cs: Create the titlebar buttons when the state
8261         is changed, this is needed because a toolwindow will not have all
8262         three buttons until it is maximized.
8263
8264 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
8265
8266         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
8267           Fixed bug #78609.
8268
8269 2006-06-12  Jackson Harper  <jackson@ximian.com>
8270
8271         * KeysConverter.cs: Make sure we handle the Ctrl special case
8272         if its the only key.
8273         
8274 2006-06-12  Jackson Harper  <jackson@ximian.com>
8275
8276         * Theme.cs: Add a method to get the size of a managed window
8277         toolbar button.
8278         * InternalWindowManager.cs: Remove the ButtonSize property, this
8279         should be retrieved from the theme.
8280         * MdiWindowManager.cs: Get the button size from the theme
8281         * ThemeWin32Classic.cs: Make the method to get the managed window
8282         titlebar button size public.
8283         - Handle the different button sizes of maximized toolwindows
8284         (should match any maximized window).
8285         - Get the titlebar height from the theme, not the WM (which gets
8286         it from the theme).
8287
8288 2006-06-12  Jackson Harper  <jackson@ximian.com>
8289
8290         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
8291         event down to the mdi window manager.
8292         - Expose some extra stuff to base classes
8293         - Make sure to end the Capture on an NC Mouse up, so that we can
8294         get double clicks properly, and the sizing doens't stick.
8295         - When doing PointToClient contain it in the workable desktop
8296         area, this prevents windows from changing size when the cursor is
8297         pulled outside of the working area while sizing.
8298         * MdiWindowManager.cs: When we get a double click maximize the
8299         window.
8300         - Reset the cursor after handling mode changes.
8301
8302 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
8303
8304         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
8305           current desktop, instead of just assuming a 0, 0 origin. This
8306           is needed for our internal window manager, to know the top
8307           margin of the desktop
8308
8309 2006-06-12  Chris Toshok  <toshok@ximian.com>
8310
8311         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
8312         we need this to get rid of the selected background in the bool
8313         column.
8314         (CancelEditing): move the ConcedeFocus call to above the Abort
8315         call.  Also, set is_changing to false and invalidate the row
8316         header if we were changing before.
8317         (ProcessKeyPreviewInternal): remove, since noone outside this
8318         class calls it anymore.  Roll the code into ProcessKeyPreview.
8319         (EndEdit): remove the internal version.
8320         (InvalidateCurrentRowHeader): make private.
8321
8322         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
8323         Keys.Escape handling (and with it the last call to
8324         DataGrid.EndEdit from outside the class.)
8325
8326
8327 2006-06-12  Chris Toshok  <toshok@ximian.com>
8328
8329         * DataGridTextBox.cs (.ctor): isedit defaults to false.
8330         (OnKeyPress): set isedit to true.
8331         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
8332         already handled by the grid.
8333
8334         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
8335         right.  ugh.
8336         (set_DataSource): SetDataSource always returns true, so stop
8337         putting it in an if statement.
8338         (EndEdit): get rid of some {}'s
8339         (ProcessGridKey): return true in case Keys.Escape.
8340         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
8341         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
8342         PositionChanged, stopped connecting to CurrentChanged.
8343         (GetDataSource): simplify this a bunch.
8344         (SetDataSource): change return type from bool to void.
8345         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
8346         to this, and make sure we don't set ListManager.Position inside
8347         set_CurrentCell.
8348         (OnListManagerItemChanged): if we're passed an actual index,
8349         redraw that row.
8350
8351         * CurrencyManager.cs (set_Position): don't call PullData here.
8352
8353 2006-06-09  Jackson Harper  <jackson@ximian.com>
8354
8355         * TreeNode.cs:  Recalculate the visible order before doing the
8356         Expand/Collapse Below calls, because those calls generate an
8357         expose.
8358         - Reduce calls to the TreeView property, which is mildly expensive
8359         by using a local var.
8360         * Form.cs: Layout the MDI child windows when creating the parent
8361         form.
8362         - Don't use the internal constructor anymore
8363         * MdiClient.cs: use the parent form width/height (if available)
8364         when laying out the child windows, we do this because the
8365         mdiclient isn't docked yet when the initial layout is done.
8366         - Don't need an internal constructor anymore.
8367
8368 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8369
8370         * FileDialog.cs: handle access errors when trying to create a folder
8371         or changing to a directory. No need to initialize out parameters.
8372
8373 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
8374
8375         * FileDialog.cs: Append a number when creating a new folder if the
8376           folder already exists (use parenthesis instead of square brackets)
8377
8378 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
8379
8380         * FileDialog.cs:
8381           - Disabled registry support for windows and added better registry
8382             error checking for other systems (need to investigate why it
8383             works perfectly on my system)
8384           - If a folder already exist show an error MessageBox instead of
8385             trying to create an indexed name.
8386           - Fixed a non intentional typo.
8387
8388 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8389
8390         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
8391
8392 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
8393
8394         * FileDialog.cs: When creating a new folder don't crash if the
8395           folder already exists.
8396
8397 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
8398
8399         * FileDialog.cs: Allmost a complete rewrite.
8400           - added a "virtual" file system that handles the differences
8401             between unix and windows file systems (especially the directory
8402             structure). Moved most of the directory and file handling code
8403             into the vfs.
8404             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
8405             UnixFileSystem and FSEntry.
8406           - Recently used folder/directory, size, location and used file names
8407             (file name ComboBox) are now stored in the registry and get read
8408             before the dialog shows up (fixes part 6 of bug #78446).
8409           - Creation of new folders/directories is now possible (context menu
8410             or ToolBar). Added TextEntryDialog for this that fills in the gap
8411             until ListView.LabelEdit works.
8412           - Fixed cursor handling (bug #78527) and focus handling for
8413             PopupButtonPanel
8414           - Various "Search in" ComboBox enhancements. The content of the
8415             dropdown listbox now almost matches ms.
8416           - Changed the behaviour when the user switches to SpecialFolder
8417             Recent to show the ListView in View.Details.
8418           - Beside using the ToolBar to change the View property of the
8419             file ListView it is now possible to use the context menu too.
8420
8421 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
8422
8423         * ComboBox.cs: Don't create a new ObjectCollection when an item
8424           gets inserted. Just insert the item in the existing object_items
8425           ArrayList.
8426
8427 2006-06-08  Jackson Harper  <jackson@ximian.com>
8428
8429         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
8430         that the treeview and root node checks are done also, this fixes a
8431         regression i caused in the unit tests.
8432
8433 2006-06-07  Wade Berrier <wberrier@novell.com> 
8434
8435         * RichTextBox.cs: More ISO8859-1 -> unicode
8436
8437 2006-06-07  Mike Kestner  <mkestner@novell.com>
8438
8439         * ComboBox.cs : use items to hold highlight/selection so that
8440         collection insertions don't require synchronization.
8441
8442 2006-06-07  Jackson Harper  <jackson@ximian.com>
8443
8444         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
8445         routine.  We now always keep the sized edge at the cursor instead
8446         of computing movement and adjusting rects.  There is one buglet
8447         with this method though when the cursor is moved over area that
8448         the window can not expand too (such as the toolbars on the desktop).
8449
8450 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8451
8452         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
8453         here. Fixes crash on startup in AlbumSurfer.
8454
8455 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
8456
8457         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
8458           values
8459
8460 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8461
8462         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
8463         statement to avoid calling XNextEvent which will block if another thread
8464         took the event that we were expecting. Fixes bug #78605.
8465
8466 2006-06-07  Mike Kestner  <mkestner@novell.com>
8467
8468         * ListView.cs : isolated checkbox clicking from the selection logic.
8469         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
8470
8471 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8472
8473         * Form.cs: Check that the value passed to Form.DialogResult
8474         is a valid enum value.
8475
8476 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8477
8478         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
8479         Computer'. Clicking it in the network view goes to 'My Computer'.
8480         Added CIFS filesystem type. Display the mount point of filesystems.
8481         Avoid duplicate mount points (happens for me with CIFS);
8482
8483 2006-06-06  Jackson Harper  <jackson@ximian.com>
8484
8485         * InternalWindowManager.cs: Draw the maximized windows buttons
8486         when resizing.
8487
8488 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8489
8490         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
8491         all other dialogs. Fixes bug #78585.
8492
8493 2006-06-06  Mike Kestner  <mkestner@novell.com>
8494
8495         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
8496         Only invalidate checkbox on checkstate changes to avoid flicker.
8497         * ListBox.cs : avoid unselect/select when clicking selected item.
8498         avoid reselection flicker for already multiselected items.
8499         Fixes #78382.
8500
8501 2006-06-06  Jackson Harper  <jackson@ximian.com>
8502
8503         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
8504         the parent form so that the menu is removed if needed.
8505
8506 2006-06-06  Mike Kestner  <mkestner@novell.com>
8507
8508         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
8509         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
8510
8511 2006-06-06  Mike Kestner  <mkestner@novell.com>
8512
8513         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
8514
8515
8516 2006-06-06  Jackson Harper  <jackson@ximian.com>
8517
8518         * Control.cs: Use the property (instead of the field) to get the
8519         default cursor so it is instantiated correctly.
8520         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
8521         resizes so we need to manually repaint the window decorations here.
8522         - Set the titlebar button locations as soon as they are created,
8523         otherwise they are not set correctly on win32.
8524         
8525 2006-06-06  Chris Toshok  <toshok@ximian.com>
8526
8527         * CurrencyManager.cs (set_Position): call PullData before
8528         OnCurrentChanged.
8529         (AddNew): after calling IBindingList.AddNew, update our
8530         listposition, and call OnCurrentChanged/OnPositionChanged (without
8531         calling PullData).
8532         (OnCurrentChanged): remove the call to PullData from here.
8533         (OnItemChanged): remove the call to PushData from here.
8534         (OnPositionChanged): change the test from == null to != null to
8535         match the other methods.
8536         (ListChangedHandler): the grossest part of the patch.  Implement
8537         this such that it passes the unit tests in CurrencyManagerTest and
8538         the output more or less matches that of MS's implementation.
8539  
8540 2006-06-06  Mike Kestner  <mkestner@novell.com>
8541
8542         * ListView.cs : only update check state on single click.
8543         * ThemeWin32Classic.cs : fix focus drawing for details view without
8544         fullrowselect.  Fixes #78454.
8545         * XplatUIX11.cs : fix for double click emission.
8546
8547 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
8548
8549         * PropertyGridView.cs : Applied Atsushi's patch to fix
8550         font dialog bug  (#78197).
8551
8552 2006-06-05  Jackson Harper  <jackson@ximian.com>
8553
8554         * TreeNode.cs: Compute the next node for expanding/collapsing
8555         correctly. We now factor in nodes without a NextNode
8556         correctly. (Fixes somes cases in nunit-gui).
8557         * InternalWindowManager.cs: Set the bounds when updating the
8558         virtual position of a tool window.
8559         
8560 2006-06-05  Chris Toshok  <toshok@ximian.com>
8561
8562         * DataGrid.cs: rename cached_currencymgr to list_manager.
8563         (set_CurrentCell): move SetCurrentCell code here, and clean it up
8564         some.
8565         (CurrentRow, CurrentColumn): single accessors so we can make the
8566         cursor movement code a lot easier to understand.
8567         (CurrentRowIndex): implement this in terms of CurrentRow.
8568         (BeginEdit): clean this up a bit.
8569         (CancelEditing): sort out the is_editing/is_changing/is_adding
8570         stuff a little.
8571         (EndEdit): minor changes.
8572         (OnKeyDown): add a comment about a (most likely) unnecessary
8573         check.
8574         (OnMouseDown): cancel editing when we click on a row header.  And
8575         use the CurrentRow setter, not CurrentCell.
8576         (ProcessDialogKey): directly call ProcessGridKey.
8577         (UpdateSelectionAfterCursorMove): factor out this common block of
8578         code (it's used everywhere that we move the cursor by updating row
8579         or column).
8580         (ProcessGridKey): pretty substantial overhaul.  Use the
8581         CurrentRow/CurrentColumn properties to make the code a lot more
8582         readable.  Only use the CurrentCell property when we have to
8583         modify both row and column at once.  Tab behavior is still broken,
8584         and Delete is untested.
8585         (Select): if we have no selected rows, set selection_start to
8586         @row.
8587         (EditCurrentCell): rename EditCell this.  It was only ever invoked
8588         with CurrentCell as the arg, so drop the arg and rename it.
8589
8590         * DataGridColumnStyle.cs: clean up the constructors a little, and
8591         drop CommonConstructor().
8592
8593         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
8594         actually get notified when the user hits it.
8595         (ProcessKeyMessage): *substantially* simplify this method.
8596         There's no reason (that I can see) for the textbox to be making
8597         calls into the datagrid at all.  Remove all of them but the ones
8598         for Enter handling.  those will take some more work.
8599
8600         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
8601         calling HideEditBox.
8602         (HideEditBox): if we have an active textbox, render it invisible
8603         without causing a re-layout of the datagrid.
8604
8605 2006-06-05  Mike Kestner  <mkestner@novell.com>
8606
8607         * ListView.cs : fix NRE crasher when focuseditem is cleared by
8608         collection changes by resetting it to Items[0].  Fixes #78587.
8609
8610 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8611
8612         * MessageBox.cs: if the height of the text is larger than the icon_size,
8613         use that. Fixes bug #78575.
8614
8615 2006-06-05  Jackson Harper  <jackson@ximian.com>
8616
8617         * TreeView.cs: Fix line drawing when scrolling.  To do this each
8618         node is basically responsible for drawing its entire horizontal
8619         area.  When drawing a node it draws its parent node lines if
8620         needed.
8621         - Adjust the clip area to the viewport rectangle
8622         - Fix Left/Right key handling to match MS. (It expand/collapses
8623         and moves to parents/first child but does not move selection to
8624         sibling nodes).
8625         - Fix SetTop to work with new bound calculation code
8626         - When scrollbars are no longer needed we need to reset scrolling
8627         vars and recalculate the visible order so the redraw is correct
8628         * TreeNode.cs: We can't expand/collapse nodes with no children.
8629
8630 2006-06-03  John Luke  <john.luke@gmail.com> 
8631
8632         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
8633         so the colors work without dev packages
8634         
8635 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
8636
8637         * Control.cs 
8638           - Select: Implemented to just use activate. Seems to match MS 
8639             behaviour closest. Documented to only do actual control walking 
8640             based on it's parameters if in a container control so I moved 
8641             the code there.
8642           - Removed selection check logic from our internal Select() method
8643         * ContainerControl.cs:
8644           - Select: Moved selection logic from Control here, since MS documents
8645             that containers obey the bool arguments. No longer calling base
8646
8647 2006-06-02  Jackson Harper  <jackson@ximian.com>
8648
8649         * TreeView.cs: If the selected node isn't changed when we get
8650         focus update the previously selected node so that we see the
8651         selection box.
8652
8653 2006-06-02  Mike Kestner  <mkestner@novell.com>
8654
8655         * ComboBox.cs: restructure grab and general mouse event handling.
8656         Make the composite control raise mouse events like it was a single
8657         control for leaves/enters/motion/up/down events.  fix dropdown list
8658         coordinate mangling and refactor it into the scrollbar subclass to
8659         reduce code duplication.  Fixes #78282 #78361 and #78457.
8660
8661 2006-06-02  Mike Kestner  <mkestner@novell.com>
8662
8663         * ScrollBar.cs: remove Capture setting/clearing, as it happens
8664         automatically in the Control.WndProc.
8665
8666 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8667
8668         * FileDialog.cs: fix crash when running SharpChess, which sets the
8669         FilterIndex to 2 with only one Filter.
8670
8671 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8672
8673         * ToolBar.cs: add SizeSpecified property.
8674         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
8675         try to figure out our real size, otherwise fallback to what the
8676         container says.
8677
8678 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
8679
8680         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
8681         * Control.cs (WndProc): MS always calls the DefWndProc to pass
8682           up the event
8683
8684 2006-06-01  Mike Kestner  <mkestner@novell.com>
8685
8686         * ListView.cs: revamp the focus management in ListView.  It still
8687         causes churn of LostFocus/GotFocus emissions on clicks, but it's
8688         better than not handling focus at all.  Will revisit when pdb feels
8689         the general focus handling is solid.  Fixes #78526.
8690
8691 2006-06-01  Jackson Harper  <jackson@ximian.com>
8692
8693         * TreeView.cs: Set the default border style in the constructor.
8694         - Move painting to use OnPaintInternal instead of capturing
8695         WM_PAINT, this is the correct way of doing things
8696         - UpdateBelow shouldn't invalidate the scrollbar area
8697         - Cap the top on update below in case the node was above the top
8698         of the viewport rectangle.
8699         - ExpandBelow and Collapse below need to obey Begin/End Update.
8700         * TreeNode.cs: Make is_expanded internal so the treenode
8701         collection can change it without firing the whole event chain.
8702         * TreeNodeCollection.cs: When clearing all the child nodes make
8703         sure to recalc the visible order.
8704         - Improve algo for remove the top node
8705
8706 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
8707
8708         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
8709           SendMessage directly calling window procedures, which in turn might
8710           call SetFocus()
8711
8712 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
8713
8714         * Control.cs: Don't handle WM_SETFOCUS if the same window already
8715           has focus (works around X11 sending a FocusIn after our SetFocus)
8716         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
8717
8718 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
8719
8720         * Mime.cs: Fix for the NET_2_0 build.
8721           NameValueCollection needs StringComparer now.
8722
8723 2006-05-31  Chris Toshok  <toshok@ximian.com>
8724
8725         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
8726         return (via an out parameter) the starting X of the column.
8727         (UpdateVisibleColumn): track change to FromPixelToColumn.
8728         (HitTest): add a ColumnResize case here.
8729         (DrawResizeLine): new function, probably poorly named.
8730
8731         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
8732         only need to keep one reference.
8733         (set_ListManager): same.
8734         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
8735         Also, add support for HitTestType.ColumnResize.
8736         (OnMouseMove): add column resize behavior here, and change the
8737         cursor to the correct one as we move around the datagrid.
8738         (OnMouseUp): terminate the column resize if we're resizing.
8739         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
8740         for the current cell.
8741         (ConnectListManagerEvents): use cached_currencymgr.
8742         (DisconnectListManagerEvents): fill this in, using
8743         cached_currencymgr.
8744         (SetCurrentCell): remove cached_currencymgr_events handling.
8745         (SetDataMember): only call DisconnectListManagerEvents if
8746         cached_currencymgr is != null.
8747         (SetDataSource): same.
8748         (OnListManagerCurrentChanged): cached_currencymgr_events ->
8749         cached_currencymgr.
8750
8751 2006-05-31  Jackson Harper  <jackson@ximian.com>
8752
8753         * BindingManagerBase.cs: Remove somedebug code that creeped into
8754         SVN.
8755         * TreeNode.cs: We get the indent level dynamically right now, so
8756         don't track it as a member.
8757         * TreeNodeCollection.cs: Make sure all nodes added to the list
8758         have parents, treeviews/topnodes setup properly.
8759         - Don't attempt to track indent level.
8760
8761 2006-05-30  Jackson Harper  <jackson@ximian.com>
8762
8763         * BindingContext.cs: Create the currency manager tables here.
8764         This allows us to more easily create null tables (when bad data
8765         members are used), and more easily create related currency
8766         managers.
8767         * CurrencyManager.cs: All the table creation stuff is done by the
8768         binding context now.
8769         - Current should throw an exception if listposition is -1.
8770         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
8771         been bound yet.
8772
8773 2006-05-30  Mike Kestner  <mkestner@novell.com>
8774
8775         * ListView.cs: allow reexpansion of zero-width column headers.
8776         Fixes #78528.
8777
8778 2006-05-28  Chris Toshok  <toshok@ximian.com>
8779
8780         * CurrencyManager.cs (get_Current): after the late binding
8781         listposition = -1 fix, we need to guard against it here and return
8782         null, otherwise we raise an exception (which is swallowed
8783         elsewhere, and breaks datagrid databinding.)
8784
8785 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
8786
8787         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
8788           than WM_SYSKEY, don't throw if get something unexpected (#78507)
8789
8790 2006-05-26  Jackson Harper  <jackson@ximian.com>
8791
8792         * ControlPaint.cs:
8793         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
8794         values, it's faster and it's all we care about (we don't care if
8795         the names aren't equal).
8796         * KeyboardLayouts.cs: Eliminate some dead code.
8797         - Lazy init things
8798         * X11Keyboard.cs: Lazy init keyboard detection.
8799         - Cleanup access modifiers a little.
8800
8801 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
8802
8803         * XplatUIX11.cs: Once again, attempting to get layout just right.
8804
8805 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
8806
8807         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
8808           the sizes of each link section, that will result in sizes that
8809           match DrawString's layout (Fixes #78391)
8810
8811 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
8812
8813         * FileDialog.cs: If AddExtension property is true autocomplete the
8814           extensions in SaveFileDialog correctly. Fixes bug #78453.
8815           Set MyNetwork and MyComputer to "C:\" for windows. This should
8816           fix part 8 of bug #78446 for now.
8817
8818 2006-05-26  Chris Toshok  <toshok@ximian.com>
8819
8820         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
8821         invalidate the current row header if we need to, but presumably
8822         we'll invalidate the row corrsponding to the bounds or
8823         editingControl.
8824         (GridHScrolled): switch back to this method, as it's part of the
8825         public api.  *sigh*.
8826         (GridVScrolled): same.
8827         (OnMouseWheel): hack up something that more or less works.  Call
8828         GridHScrolled/GridVScrolled directly, instead of duplicating much
8829         of their code here.
8830         (EnsureCellVisibility): reinstate a bunch of this code, since we
8831         can't just set the scrollbar Value and expect to do all the work
8832         in the ValueChanged handler.  Also, Call Update() after scrolling
8833         in one direction so the other XplatX11.ScrollWindow call has the
8834         proper stuff in the proper places.
8835         (EditCell): set is_editing to true before calling .Edit.
8836
8837         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
8838         don't bother comparing first.
8839         (OnKeyPress): call grid.ColumnStartedEditing before calling
8840         base.OnKeyPress.  this will set is_changing and invalidate the row
8841         header if necessary.
8842         (ProcessKeyMessage): for WM_CHAR messages, call
8843         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
8844         and WM_KEYDOWN.
8845         
8846         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
8847         it's done in the DataGrid.
8848         (NextState): call grid.ColumnStartedEditing, which takes care of
8849         invalidating the row header (and setting is_changing).
8850
8851         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
8852         here.  it's done in the DataGrid.
8853
8854 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8855
8856         * Control.cs: allow changing the cursor when the mouse position is
8857         out of bounds but Capture is set.
8858         * LinkLabel.cs: handle the case when the mouse button is pressed on the
8859         linklabel but released somewhere else.
8860
8861 2006-05-25  Jackson Harper  <jackson@ximian.com>
8862
8863         * TreeView.cs: When we get focus if there is no selected node make
8864         it the top node
8865         - Remove some uneeded setup code from Draw.
8866         * TreeNodeCollection.cs: If the tree doesn't have a top node when
8867         a new node is inserted make the new node the top.
8868         * XplatUIX11.cs:
8869         * Timer.cs: Use Utc time so that no local time zone stuff needs to
8870         be used (should be faster).
8871         
8872 2006-05-25  Chris Toshok  <toshok@ximian.com>
8873
8874         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
8875         problem with the last commit.
8876
8877 2006-05-25  Chris Toshok  <toshok@ximian.com>
8878
8879         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
8880         need the invalidate call here, while scrolling right-to-left via
8881         the left arrow key (i.e. moving the editing cell while scrolling).
8882
8883         * DataGrid.cs (.ctor): remove the initialization of
8884         ctrl_pressed/shift_pressed.  We no longer track them using key
8885         up/down handlers, but by using Control.ModifierKeys.  Also, switch
8886         to using ValueChanged handlers on the scrollbars instead of
8887         Scrolled event handlers.  This simplifies a bunch of the scrolling
8888         code.
8889         (GridHValueChanged): rename from GridHScrolled, and change it to
8890         work with the new event args.
8891         (GridVValueChanged): same.
8892         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
8893         (OnMouseWheel): actually scroll the datagrid.  Don't change the
8894         selected cell.
8895         (ProcessGridKey): correct all the keyboard navigation stuff I
8896         could find.  Ctrl up/down/left/right/home/end work now.
8897         (EnsureCellVisibility): correct method name spelling.  Also,
8898         simplify this a touch by not explicitly calling the
8899         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
8900         scrollbar value.
8901         (OnKeyUpDG): no need for this method now.
8902         
8903 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8904
8905         * LinkLabel.cs: display the OverrideCursor when hovering the label.
8906         Fixes bug #78392.
8907
8908 2006-05-25  Chris Toshok  <toshok@ximian.com>
8909
8910         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
8911         r61019.
8912
8913 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
8914
8915         * Application.cs: Moved setting of is_modal and closing to before
8916           we create the control, to allow the event handlers called as a
8917           result of creation affect closing. Also removed Gonzalo's previous
8918           change to setting DialogResult, the behaviour has been moved to 
8919           Form.ShowDialog()
8920         * Form.cs: 
8921           - ShowDialog(): Removed explicit creation of the form, let RunLoop
8922             handle it instead
8923           - ShowDialog(): If no dialog result is set, we need to return Cancel
8924           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
8925             the close is cancelled
8926
8927 2006-05-25  Jackson Harper  <jackson@ximian.com>
8928
8929         * StatusBar.cs: We only need to update the sizes of the other
8930         panels when we have auto size contents.  Also we are only updating
8931         the contents of the panel, not the borders, so compensate for the
8932         border width (TODO: get this width from the theme somehow).
8933         * TreeView.cs: Scrollable is true by default
8934         - Use invalidate instead of refresh where needed
8935         - Factor the scrollable value into scrollbar updating
8936         - Update the scrollbars if the Scrollable property is altered
8937         - Update the selected node if its ImageIndex is changed
8938         - Handle null nodes in UpdateNode (mainly so we don't have to
8939         check if selected is null when updating it
8940         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
8941         are factored into the visible count
8942         - Use VisibleCount for clarity in the code
8943         - When the font is changed we need to recurse through all the
8944         nodes and invalidate their sizes
8945         
8946 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8947
8948         * Application.cs: set the DialogResult to fixed when the main form is
8949         hidden or destroyed while being modal.
8950
8951 2006-05-25  Miguel de Icaza  <miguel@novell.com>
8952
8953         * Theme.cs: Use Tangoified messagebox icons. 
8954
8955         (GetSizedResourceImage): Also cope with width = 0 and do not
8956         trigger a warning in that case (0 means "give me your icon from
8957         the resouce, no special size needed).
8958
8959 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
8960
8961         * Application.cs: Leave runloop if the the main modal form is 
8962           hidden (fixes #78484)
8963
8964 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
8965
8966         * BindingContext.cs : reject null datasource in Contains() and
8967           Item[].
8968         * CurrencyManager.cs : check data_member validity when data_source
8969           is dataset. When it is late binding, the initial position is -1.
8970
8971 2006-05-24  Jackson Harper  <jackson@ximian.com>
8972
8973         * TreeNodeCollection.cs: Dont't recalculate the visible order on
8974         inserted nodes that aren't visible.  This changes the
8975         max_visible_order which confuses scrollbar settings.
8976         - Use the enumerator to get the prev node instead of duplicating
8977         code.
8978         * TreeView.cs: Use new method for setting scrollbar values
8979         - Don't set the bounds every time the scrollbar is updated
8980         - When updating below the root node use an invalidate instead of a
8981         refresh to prevent the child controls (scrollbars) from being
8982         refreshed. (UpdateBelow still needs to be reworked anyways).
8983         - Reenable SetBottom now that visible orders are set correctly,
8984         added some debug code incase we ever get bad values there again.
8985         - Set the scrollbar max to 2 less then the max value, this
8986         compensates for the max value being one above the node count, and
8987         for scrollbars adding one extra "notch".
8988         - When drawing image nodes if there is an imagelist we draw the
8989         first image in the list if the supplied image index is out of the
8990         image list's bounds.
8991         
8992 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
8993
8994         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
8995           we receive a size change from the WM (Fixes #78503)
8996
8997 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
8998
8999         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
9000           rectangle (Fixes #78501)
9001
9002 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
9003
9004         * ButtonBase.cs: 
9005           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
9006             as a bitfield.
9007           - Fixed MouseMove to no longer switch pressed state unless the left
9008             mouse button is pressed. Atsushi provided the original patch (#78485)
9009           
9010 2006-05-24  Jackson Harper  <jackson@ximian.com>
9011
9012         * ScrollBar.cs: New internal methods that allow us to change a
9013         couple values on the scrollbar (the most common case is maximum
9014         and large change) without getting multiple invalidates.
9015
9016 2006-05-24  Chris Toshok  <toshok@ximian.com>
9017
9018         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
9019         (Edit): save off the original state in oldState, and set
9020         grid.is_editing to true.
9021         (OnKeyDown): abort editing if escape is pressed.  also, call
9022         NextState if space is pressed.
9023         (OnMouseDown): call NextState.
9024         (NextState): factor out shared code from OnKeyDown and OnMouseDown
9025         here.  Also, only invalidate the row header once (on the initial
9026         is_changing switch) to save on redraws.
9027
9028 2006-05-24  Chris Toshok  <toshok@ximian.com>
9029
9030         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
9031         if the value in the cell is different than it was before.  This
9032         keeps us from triggering a layout when we move around a datarid
9033         with a highlighted cell.
9034         (Edit): suspend layout when creating/positining the text box, and
9035         resume passing false so we don't ever actually re-layout.
9036         (ReleaseHostedControl): same.
9037         (EnsureTextBox): reformat slightly, and set WordWrap to false.
9038
9039         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
9040         control-key sequences should go to the datagrid - remove that
9041         lock.  Also, modify the conditions under which we move between
9042         cells when moving the cursor within a cell, and remove the "this"
9043         and "base" from field accesses.  We weren't even consistent, given
9044         they all were in the base class.
9045
9046 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
9047
9048         * Binding.cs : (.ctor)
9049           An obvious NRE fix for BindingTest.CtorNullTest().
9050
9051 2006-05-23  Chris Toshok  <toshok@ximian.com>
9052
9053         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
9054         them between lines.  This fixes some quirks editing cells in the
9055         datagrid.
9056
9057 2006-05-23  Jackson Harper  <jackson@ximian.com>
9058
9059         * TreeView.cs: Use begin/end update when doing expand/collapse all
9060         so that we don't get flicker on the scrollbar.
9061
9062 2006-05-23  Jackson Harper  <jackson@ximian.com>
9063
9064         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
9065         treenode calculations to be independant of the painting code. To
9066         do this nodes track a visible order which is calculated by the
9067         treeview.
9068         - Call new methods for expanding/collapsing nodes.  These methods
9069         use scrollwindow so we don't have to update everything below the
9070         node.
9071         * TreeView.cs: Refactored drawing and scrolling code.  We don't
9072         need to update nodes when drawing anymore or calculate scrollbar
9073         stuff.
9074         - Added new methods for expanding/collapsing nodes. These methods
9075         use ScrollWindow so as to not have to redraw all the nodes below.
9076         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
9077         we add/remove nodes or sort.
9078         - Handle removing the selected and the top node properly.
9079
9080 2006-05-23  Chris Toshok  <toshok@ximian.com>
9081
9082         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
9083         maybe this should actually happen in the datagrid code?
9084         (EndEdit): no need to invalidate anything, given that
9085         ReleaseHostedControl causes the datagrid to relayout, which
9086         invalidates everything anyway.
9087
9088         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
9089         in SetCurrentCell).
9090         (set_SelectionBackColor): call InvalidateSelection instead of
9091         Refresh.
9092         (set_SelectionForeColor): same.
9093         (BeginEdit): Flesh this out a bit.
9094         (CancelEditing): only do any of this if we're editing/adding.
9095         (EndEdit): same.
9096         (OnMouseDown): there's no need to cancel editing here, it's done
9097         in SetCurrentCell.
9098         (SetCurrentCell): only invalidate the current row header if it's a
9099         different row than the new one.
9100         (ShiftSelection): fix this to work like MS does.
9101         (ResetSelection): factor out the invalidation of selected_rows to
9102         InvalidateSelection.
9103         (SetDataSource): cancel any editing that's going on.
9104
9105         * DataGridColumnStyle.cs
9106         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
9107         call the non-interface version.
9108
9109         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
9110         header rectangle with the clip rectangle so we don't redraw the
9111         entire header for just a small area.  Gets rid of the last flicker
9112         when horizontally scrolling.
9113         (DataGridPaintRow): same.
9114
9115 2006-05-23  Mike Kestner  <mkestner@novell.com>
9116
9117         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
9118         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
9119         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
9120         Critical bug report.
9121
9122 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
9123
9124         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
9125           and this fixes #78493
9126
9127 2006-05-23  Miguel de Icaza  <miguel@novell.com>
9128
9129         * Theme.cs (GetSizedResourceImage): Scale images if the proper
9130         size is not found.  
9131         
9132         * FileDialog.cs: Do not change the background for the side bar as
9133         it wont work nicely with the theme, and also reduces the artifacts
9134         in rendering the icons (which I want to fix too).
9135
9136         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
9137         resources, not resgen resources. 
9138
9139         (PlatformDefaultHandler): Pull images using the new API.
9140
9141 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
9142
9143         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
9144           a reference to the hwnd and will not remove it unless there are
9145           no pending exposures (fixes #78341)
9146         * XplatUI.cs: Improved debug
9147
9148 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
9149
9150         * MenuAPI.cs : don't handle OnClick event when it was not the left
9151           button. Fixed bug #78487.
9152
9153 2006-05-23  Mike Kestner  <mkestner@novell.com>
9154
9155         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
9156         prefer submenus to the top menu for item lookup, to avoid popping down
9157         top-row items.
9158
9159 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
9160
9161         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
9162           Graphics.FillRectangle as the visual results are really bad (even
9163           on win). We now draw perfect arrows (and perfect shadows when the
9164           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
9165           Pen.DashPattern to draw the dots of each line.
9166
9167 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
9168
9169         * FileDialog.cs: Update the filename combobox when navigating through
9170           the ListView with the cursor keys. Fixes part 7 of bug #78446.
9171
9172 2006-05-22  Mike Kestner  <mkestner@novell.com>
9173
9174         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
9175         Fixes #78463.
9176
9177 2006-05-22  Mike Kestner  <mkestner@novell.com>
9178
9179         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
9180         requests. Fix a misspelled parameter and a copy paste exception error
9181         in Select.
9182
9183 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
9184
9185         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
9186           to get the same width/height (5/13) on X11 as the default font has on
9187           win32. This means that our DefaultFont emSize is smaller than the 
9188           the MS SWF equivalent (even thought the width/height stays the same)
9189
9190 2006-05-20  Jackson Harper  <jackson@ximian.com>
9191
9192         * MdiClient.cs:
9193         * MdiWindowManager.cs:
9194         * InternalWindowManager.cs: Make sure to use the border width from
9195         the theme.
9196
9197 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
9198
9199         * PrintDialog.cs: Implements printer details
9200
9201 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
9202
9203         * FileDialog.cs: Added focus handling for PopupButtonPanel.
9204           Fixes part 1 and 2 of bug #78446
9205
9206 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
9207
9208         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
9209           instead of sticking to the first ever calculated value
9210
9211 2006-05-19  Mike Kestner  <mkestner@novell.com>
9212
9213         * ComboBox.cs: fix mouse motion selection to use MousePosition and
9214         PointToClient, since Capture is set. Fixes #78344.
9215
9216 2006-05-19  Mike Kestner  <mkestner@novell.com>
9217
9218         * ListView.cs: match MS behavior in Details view where items are not
9219         drawn if Columns.Count == 0. 
9220         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
9221         Use a separate pen to draw the check, since changing the width affects
9222         the box as well.  Fixes #78454.
9223
9224 2006-05-18  Miguel de Icaza  <miguel@novell.com>
9225
9226         * ListView.cs: ArgumentOutOfRangeException, single versions of the
9227         exception should throw the name of the invalid argument.
9228
9229         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
9230         there are no files listed. 
9231
9232 2006-05-18  Jackson Harper  <jackson@ximian.com>
9233
9234         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
9235         up.
9236
9237 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
9238
9239         * Control.cs: Brought back our old UpdateZOrder method as a private
9240           function and switched our calls from UpdateZOrder to the new one.
9241           This fixes the Paint.Net canvas disappearing bug.
9242
9243 2006-05-18  Jackson Harper  <jackson@ximian.com>
9244
9245         * Theme.cs:
9246         * ThemeWin32Classic.cs:
9247         * InternalWindowManager.cs: Move the drawing into the theme,
9248         expose everything the theme should need from the window manager.
9249
9250 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
9251
9252         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
9253           from the call to NativeWindow to avoid walking up the parent chain
9254           further than needed (speeds up setting cursors and avoids setting
9255           the wrong cursor if a parent has another cursor defined)
9256         * Cursor.cs: When loading an icon as cursor, MS uses the center of
9257           the icon as hotspot, not what's contained as hotspot in the icon
9258           file. This fixes the perceived drawing offset seen with Paint.Net
9259         
9260 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
9261
9262         * XplatUIX11.cs: 
9263           - Store the calculated rectangle in Hwnd object and use it when 
9264             setting the client size
9265           - Force Toolwindows to always be type Dock, to ensure they're on top
9266
9267 2006-05-18  Mike Kestner  <mkestner@novell.com>
9268
9269         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
9270         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
9271         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
9272         Substantial refactoring to remove confusing nested classes. Coding
9273         standard and Get+Set->property refactorings.  Shift to index based
9274         highlighting in ComboListBox instead of constantly using IndexOf and
9275         Items[]. Add invalidations on resize for DropDownList to fix ugliness
9276         in FileDialog growth.  Draw borders manually since Simple mode needs
9277         to look like two independent controls.  Make listbox border
9278         conditional to DropDownStyle.  Improved OwnerDraw support.
9279
9280 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
9281
9282         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
9283         Don't set the disposed graphics to null, so we can throw the "right"
9284         exception if the graphics is reused later (added a flag to avoid 
9285         double disposing). Some behaviours are different under 2.0 and are
9286         filled under bug #78448.
9287
9288 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
9289
9290         * Control.cs: When double-buffering is enabled, we need to reset
9291           our graphics context between paint calls. Otherwise, any 
9292           transformations and other alterations on the context will 
9293           become cumulative (#77734)
9294
9295 2006-05-18  Mike Kestner  <mkestner@novell.com>
9296
9297         * ListView.cs: do focused item selection like MS on clicks. 
9298         Rework focus handling for ItemControl so LostFocus invalidates as
9299         well.
9300         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
9301         the ListView ItemControl has focus.
9302
9303 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
9304
9305         * XplatUIX11.cs: If client_window ends up being width or height zero
9306           due to border settings, move it off window inside whole_window (#78433)
9307
9308 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
9309
9310         * Mime.cs: Shrink the mime file cache correctly.
9311
9312 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
9313
9314         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
9315
9316 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
9317
9318         * XplatUIX11.cs (AddExpose): More sanity checks
9319
9320 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
9321
9322         * XplatUIX11.cs:
9323           - AddExpose: Don't add expose ranges outside the size of our
9324             window
9325           - Cast opacity values to Int32 to avoid crashes with certain
9326             values
9327           - Added disabled code paths that protect against illegal cross-
9328             thread painting (Developers.exe)
9329
9330 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
9331
9332         * ProgressBar.cs: Invalidate the control when it's resized
9333           since block size is based on control size. (#78388)
9334
9335 2006-05-16  Miguel de Icaza  <miguel@novell.com>
9336
9337         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
9338         of setting the incoming argument to the "reset" value, we set the
9339         this.datamember to string.empty (before we were invalidating the
9340         incoming data).   
9341
9342         Fixes 78420
9343
9344 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
9345
9346         * Form.cs: Only apply transparency settings after the form
9347           is created. (Fixes #77800)
9348
9349 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
9350
9351         * ApplicationContext.cs: Grab the HandleDestroyed event so
9352           we know when to fire OnMainFormClosed 
9353
9354 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
9355
9356         * Application.cs: Introduced sub-class to allow tracking of
9357           threads and centralized triggering of the event mess for
9358           ThreadExit, AppExit, etc..  (#76156)
9359
9360 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
9361
9362         * MimeIcon.cs:
9363           - Do not return a null icon index value for a mime subclass.
9364             Instead try the main mime type class too.
9365           - Seems that some newer distributions don't have a link to some
9366             gnome default icons anymore. So check the default gnome dir too.
9367           
9368
9369 2006-05-16  Jackson Harper  <jackson@ximian.com>
9370
9371         * MdiClient.cs: Don't paint the parent background image if we have
9372         our own background image.
9373
9374 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
9375
9376         * Control.cs:
9377           - PerformLayout: Do not shrink space filled by DockStyle.Fill
9378             controls, all filled controls are supposed to overlap (#78080)
9379           - UpdateZOrder is supposed to update the control's z-order in the
9380             parent's z-order chain. Fixed to behave like that
9381           - BringToFront: Removed obsolete code
9382           - SendToBack: Simplyfied
9383           - SetChildIndex: Trigger layout calculations when Z-order changes
9384             since layout is done by z-order
9385
9386 2006-05-16  Chris Toshok  <toshok@ximian.com>
9387
9388         [ fixes bug #78410 ]
9389         * DataGrid.cs (set_AlternatingBackColor): use
9390         grid_drawing.InvalidateCells instead of Refresh().
9391         (set_BackColor): call grid_drawing.InvalidateCells.
9392         (set_BackgroundColor): use Invalidate instead of Refresh.
9393
9394         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
9395         invalidate the cell area.
9396
9397 2006-05-15  Chris Toshok  <toshok@ximian.com>
9398
9399         [ fixes bug #78011 ]
9400         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
9401         on to DataGridPaintRow.
9402         (DataGridPaintRow): take a clip argument, and only draw the cells
9403         which intersect it.  same with the not_usedarea.
9404
9405         * Theme.cs (DataGridPaintRow) add @clip parameter.
9406
9407         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
9408         XplatUI.ScrollWindow.
9409         (ScrollToRow): same.
9410
9411         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
9412         with last column which was causing a gray swath to appear with the
9413         XplatUI.ScrollWindow code.
9414
9415 2006-05-15  Chris Toshok  <toshok@ximian.com>
9416
9417         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
9418         use XplatUI.ScrollWindow.
9419         (VerticalScrollEvent): use XplatUI.ScrollWindow.
9420
9421 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
9422
9423         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
9424
9425 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
9426
9427         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
9428           file since there are no equivalent X11 cursors
9429
9430 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
9431
9432         * MonthCalendar.cs : DateTimePicker should reflect selected date
9433           on mouse*up*, not mouse*down*. Fixed originally reported part of
9434           bug #76474.
9435
9436 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
9437
9438         * TabControl.cs : When argument index is equal or more than tab
9439           count, just ignore. Fixed bug #78395.
9440
9441 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
9442
9443         * Control.cs: Dispose all child controls when control is diposed (#78394)
9444
9445 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
9446
9447         * ColorDialog.cs: Finally it is possible to select the color with
9448           the text boxes
9449
9450 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
9451
9452         * PrintDialog.cs: Fix typo
9453
9454 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
9455
9456         * PrintDialog.cs: PrintDialog is not resizable
9457         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
9458           color. Made some ToolBar drawing methods protected virtual.
9459
9460 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
9461
9462         * PrintDialog.cs: Implementation of the PrintDialog
9463
9464 2006-05-12  Chris Toshok  <toshok@ximian.com>
9465
9466         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
9467         thumb, instead use MoveThumb.  This has the side effect of making
9468         most of the other thumb moving machinery use MoveThumb as well.
9469         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
9470         need to actually invalidate the rectangle where the new thumb will
9471         go.
9472         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
9473         We force an Update() after, so it's not as fast as it could be,
9474         but at least there's zero flicker and no droppings.
9475         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
9476         (UpdateThumbPos): add another argument (dirty), which says whether
9477         or not to calculate/add dirty regions which we later invalidate.
9478         For cases where we know we're going to use MoveThumb, we pass
9479         false for this.  Otherwise, pass true.
9480
9481 2006-05-12  Jackson Harper  <jackson@ximian.com>
9482
9483         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
9484         the status bar.
9485         
9486 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
9487
9488         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
9489           and GetClipRegion methods and UserClipWontExposeParent property.
9490         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
9491           overriding UserClipWontExposeParent property, setting to false, since
9492           Win32 handles the required expose messages to draw our clipped parent
9493           areas internally
9494         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
9495           PaintEventStart to set the user clip region if set.
9496         * Control.cs: 
9497           - Now internally tracking the Region for the control since we need to
9498             store it if the handle is not yet created and only set it when it
9499             becomes created. Before setting the region forced handle creation
9500           - Added code to draw the parents underneath a user-clipped region
9501         * Hwnd.cs: Added UserClip property
9502
9503 2006-05-12  Chris Toshok  <toshok@ximian.com>
9504
9505         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
9506         (set_Maximum): same.
9507         (set_Minimum): same.
9508         (set_SmallChange): same.
9509         (OnMouseUpSB): remove the call to refresh when releasing the
9510         thumb.  We shouldn't need it.
9511         
9512 2006-05-12  Miguel de Icaza  <miguel@novell.com>
9513
9514         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
9515         AutoSize set to None, we do not need to relayout everything, we
9516         just need to invalidate the current region.
9517
9518         (Draw): Do not draw the entire ClientArea, just redraw the
9519         clip area being passed.
9520
9521         * MdiClient.cs: Make MdiClient constructor with the Form argument
9522         internal. 
9523
9524 2006-05-12  Jackson Harper  <jackson@ximian.com>
9525
9526         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
9527         parents background image,  but strangely not their own.
9528         - (DrawStatusBarPanel): Take into account horizontal alignment
9529         when drawing the strings and icons.
9530
9531 2006-05-12  Mike Kestner  <mkestner@novell.com>
9532
9533         * ListBox.cs: avoid invalidations for focus when the collection is
9534         empty. 
9535
9536 2006-05-12  Chris Toshok  <toshok@ximian.com>
9537
9538         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
9539         invalidate the entire thumb area.  Call InvalidateDirty which
9540         limits the redraw to the thumb itself and surrounding pixels.
9541
9542         * XplatUIX11.cs (ScrollWindow): optimize copying.
9543         
9544 2006-05-12  Chris Toshok  <toshok@ximian.com>
9545
9546         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
9547         Figure out the positioning/layout in a single pass instead of
9548         multiple recursive invocations.  Speeds up the initial display of
9549         the data grid.  Also, make many things private that were
9550         originally public but unused outside this class.
9551
9552 2006-05-11  Jackson Harper  <jackson@ximian.com>
9553
9554         * MdiClient.cs: Improved layout code.
9555
9556 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
9557
9558         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
9559           not SelectedObject.
9560
9561 2006-05-11  Chris Toshok  <toshok@ximian.com>
9562
9563         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
9564         union of that will always be {0,0,width,height}.
9565
9566 2006-05-11  Jackson Harper  <jackson@ximian.com>
9567
9568         * Form.cs: Match MS's DefaultSize for forms (they must have
9569         changed the size in sp2).
9570
9571 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
9572
9573         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
9574
9575 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
9576
9577         * TextControl.cs : Fixed bug #78109. This incorrect position
9578           comparison caused crash on automatic line split.
9579         * TextBoxBase.cs : reduce duplicate code.
9580
9581 2006-05-10  Jackson Harper  <jackson@ximian.com>
9582
9583         * MdiClient.cs: Active form is only sent to the back when using
9584         the Next form functionality, when a form is clicked the current
9585         active shouldn't be sent to the back.
9586         - Layout the mdi windows when the container is first made visible.
9587         * Form.cs: Give the MdiClient a ref to the containing form when we
9588         create it.
9589         
9590 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
9591
9592         * LinkLabel.cs : link_font could be uninitialized, so populate one
9593           before actual use. Fixed bug #78340.
9594
9595 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
9596
9597         * XplatUIX11.cs : clipboard format native value is IntPtr.
9598           Fixed bug #78283.
9599
9600 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
9601
9602         * Control.cs: 
9603           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
9604             which is passed up the parent chain by DefWndProc
9605           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
9606             to DefWndProc (#77956)
9607         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
9608
9609 2006-05-10  Jackson Harper  <jackson@ximian.com>
9610
9611         * MdiClient.cs: We need to remove the controls from the mdi
9612         collection, when we close the window.
9613         * MdiWindowManager.cs: Special handling of closing mdi windows.
9614         * InternalWindowManager.cs: Make the close method virtual so the
9615         mdi window manager can handle it specially.
9616
9617 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
9618
9619         * DataGrid.cs:
9620           - Recalculate grid when the data source has changed
9621           - Matches styles provided by user from all data sources types
9622         * DataGridTableStyle.cs: For columns that provided by the user set the
9623         with the preferred value is there was unassigned.
9624         * CurrencyManager.cs: throw OnItemChanged event
9625
9626 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
9627
9628         * PictureBox.cs: Don't animate until handle is created. Start animation
9629           when handle is created.
9630
9631 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
9632
9633         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
9634           current codebase.
9635         * XEventQueue.cs: We don't need to provide the extra info
9636
9637 2006-05-10  Jackson Harper  <jackson@ximian.com>
9638
9639         * MdiClient.cs: If the mdi clients parent form has a background
9640         image set, we draw that background image for the mdi area's
9641         background.
9642
9643 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
9644
9645         * TextBoxBase.cs: Set IBeam cursor (#78347)
9646
9647 2006-05-10  Mike Kestner  <mkestner@novell.com>
9648
9649         * ToolBar.cs: fix some text padding issues with ButtonSize
9650         calculation. Update the default size to match MS documentation.
9651         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
9652         button size. Fixes #78296.
9653
9654 2006-05-10  Mike Kestner  <mkestner@novell.com>
9655
9656         * ListBox.cs: use is_visible for scrollbar positioning in case the
9657         control isn't on screen yet.  Fix off by one with Right vs Width
9658         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
9659         
9660 2006-05-10  Jackson Harper  <jackson@ximian.com>
9661
9662         * X11Dnd.cs: Drop to a control with another control on top of it.
9663         * ToolBar.cs: Work on a copy of the buttons list, so that it can
9664         be modified in click handlers. TODO: Look for similar problems in
9665         other controls.
9666
9667 2006-05-09  Jackson Harper  <jackson@ximian.com>
9668
9669         * Form.cs: Window managers need the old window state when setting
9670         window state now.
9671         * InternalWindowManager.cs: Allow the base mdi window manager to
9672         handle more of the MDI only stuff (like maximize buttons).
9673         * MdiWindowManager.cs: Fix some snafus in changing the window
9674         state.  Add all the menu functionality, for both popup and
9675         maximized menus.
9676         * MdiClient.cs: When a new form is selected the currently
9677         activated form is sent to the back, this matches MS.
9678         - Implement a new method to activate the next mdi child window.
9679
9680 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
9681
9682         * Control.cs: 
9683           - Added new InternalCapture method to allow controls to prevent
9684             the capture behaviour on the click handlers
9685           - Switched to use InternalCapture
9686         * ComboBox.cs:
9687           - Using InternalCapture to prevent mouse captures from being released
9688             on mouse button release (Fixes #78100)
9689         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
9690           returns Form borders if a caption is present. (Fixes #78310)
9691
9692 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
9693
9694         * TreeNode.cs: Changed serialization .ctor to not require every field
9695           to be present. (#78265)
9696         * OwnerDrawPropertyBag.cs: Added serialization .ctor
9697
9698 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
9699
9700         * MimeIcon.cs: for is faster than foreach for strings.
9701
9702 2006-05-05  Mike Kestner  <mkestner@novell.com>
9703
9704         * CheckedListBox.cs: update check handling code to not use selected.
9705         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
9706         behavior for visual feedback, motion response, shift/ctrl handling,
9707         and properly deal with all 4 selection modes. Updates to bounds
9708         handling logic.  Add scroll wheel support. [Fixes #77842]
9709
9710 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
9711
9712         * ListView.cs:
9713           - Moved adding of Implicit controls into .ctor. That way, subsequent
9714             creation of the controls will not cause them to think they are 
9715             toplevel windows (fixes #78200 header problem)
9716           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
9717           - Switched visibility setting of header control to use internal field
9718             to avoid triggering handle creation
9719           - Now checking if handle is created before causing a refresh when items
9720             are added (This makes us now match handle creation time with MS)
9721         * Splitter.cs: Removed loading of private splitter cursor, switched to
9722           Cursors version now that that is loading the right ones
9723         * Cursors.cs: Load proper splitter cursors from resources
9724         * Cursor.cs: Added second method of loading resource cursors for the 
9725           VS.Net users amongst us
9726
9727 2006-05-05  Mike Kestner  <mkestner@novell.com>
9728
9729         * ListView.cs: give header_control a minimum size based on the
9730         ListView size.
9731
9732 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
9733
9734         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
9735           window seems to do that with metacity, so set that type. (#78120)
9736
9737 2006-05-05  Mike Kestner  <mkestner@novell.com>
9738
9739         * ListViewItem.cs: fix Details mode checkbox layout bug.
9740         * ThemeWin32Classic.cs: draw a ListView column header for unused space
9741         at the end of the header, if it exists. [Fixes for #78200]
9742
9743 2006-05-04  Jackson Harper  <jackson@ximian.com>
9744
9745         * MdiClient.cs: Add a helper property to get the container form.
9746         * MdiWindowManager.cs: We have to make sure to use the menu origin
9747         when drawing the icons and buttons, this fixes maximized window
9748         icons/buttons on win32.
9749         * InternalWindowManager.cs: Reset the restore captions when a
9750         window goes from Maximized to Minimized and vice versa. Move the
9751         DrawMaximizedButtons into the MdiWindowManager source, tool
9752         windows can't be maximized. NOTE: This could use a little
9753         refactoring if time ever permits.
9754         
9755 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
9756
9757         * TextBox.cs: Add MWFCategoryAttributes
9758         * TextBoxBase.cs: Add MWFCategoryAttributes
9759         * Form.cs: Add MWFCategoryAttributes
9760
9761 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
9762
9763         * Control.cs: Add MWFCategoryAttributes
9764         * ScrollableControl.cs: Add MWFCategoryAttributes
9765
9766 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
9767
9768         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
9769           Divider is true. Fix a little glitch in PropertyToolBar
9770           drawing code
9771
9772 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
9773
9774         * Control.cs:
9775           - Dispose: Call base.Dispose, this causes the disposed event
9776             to be fired (and probably other, more important stuff)
9777           - SetVisibleCore: Set is_visible to true after creating the
9778             window so that the window still gets created invisible (if
9779             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
9780             to generate a WM_ACTIVE message
9781         * Form.cs: Call Dispose when we want to destroy the window, instead of
9782           just destroying the handle (Dispose will do that for us)
9783         * XplatUIX11.cs:
9784           - RootWindow also needs a queue, so we can properly process the
9785             property change events from RootWindow (like Activate)
9786           - Generatic synthetic WM_ACTIVE message when the active window is
9787             being destroyed
9788
9789 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
9790
9791         * LinkLabel.cs: Trigger a recalc of our label dimensions when
9792           bounds are changed
9793
9794 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
9795
9796         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
9797           for determining width and height (image might not be assigned if
9798           we're drawing an imagelist)
9799
9800 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
9801
9802         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
9803         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
9804           height from system
9805         * Theme.cs: No longer returns hardcoded menu height, instead calls
9806           new driver method
9807         * Form.cs (OnLoad): Scaling happens before triggering Load events 
9808           on MS (# 78257)
9809
9810 2006-05-01  Mike Kestner  <mkestner@novell.com>
9811
9812         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
9813
9814 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
9815
9816         * TextBoxBase.cs: Removed Fixme
9817         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
9818
9819 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
9820
9821         * XplatUIX11.cs:
9822           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
9823             the rectangle relative to the parent, considering borders. We
9824             don't really want that.
9825           - ScrollWindow: Fixed warning to be more understandable
9826         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
9827           scrollbars and scroll only the visible area
9828         * RichTextBox.cs: Removed debug output
9829
9830 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
9831
9832         * NumericUpDown.cs (Text): Just use base
9833         * UpDownBase.cs: Ensure txtView is created before using it
9834
9835 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
9836
9837         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
9838           casting to IntPtr to avoid 64bit overflow errors
9839
9840 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
9841
9842         * Control.cs:
9843           - AllowDrop: Don't force handle creation.
9844           - CreateHandle: Added call to tell driver if we're allowed to drop
9845
9846 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
9847
9848         * FileDialog.cs: Remember the last directory not only for the
9849           current instance but also for new FileDialog instances.
9850
9851 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
9852         
9853         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
9854           broke sending async messages
9855
9856 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
9857
9858         * XplatUIX11.cs:
9859           - ScrollWindow: Fixed method. We finally generate expose events again
9860             for scrolled areas. This was causing 'garbage' when scrolling
9861             textbox and other controls that used ScrollWindow
9862           - Switched from using the regular queue for paint events to the MS 
9863             model of 'generating' paint events when the queue is empty.
9864             We use the new XQueueEvent.Paint subclass to store which windows
9865             need painting.
9866           - AddExpose now takes the x/y/width/height of the exposed area
9867             and inserts the window into the paint queue if not already there
9868           - InvalidateWholeWindow: Switched to use new AddExpose method
9869           - UpdateMessageQueue: Added which queue to monitor for paint events
9870           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
9871             the unlikely case nothing above handles it. We reset the expose
9872             pending states to get them off the queue.
9873           - GetMessage: Now pulls a paint event if no other events are in the
9874             queue
9875           - Invalidate: Switched to new AddExpose method
9876           - PeekMessage: Updated to understand pending paint events
9877           - UpdateWindow: Fixed logic bug. We were only updating if the window
9878             didn't need updating. Also switched to sending WM_PAINT directly,
9879             like MS does.
9880         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
9881           and random access Remove(). The random access is needed to handle
9882           UpdateWindow() where a WM_PAINT is sent directly without accessing
9883           the queue.
9884         * ScrollBar.cs: Added Update() calls to cause immediate updates to
9885           allow for better feedback when scrolling. Scrollbars are small and
9886           the immediate update should make it 'feel' more responsive without
9887           slowing things down. ScrollBar still needs it's invaliate logic
9888           updated to not always invalidate the whole bar on certain changes.
9889
9890 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9891
9892         * Control.cs:
9893         (BackColor): if the control does not support a transparent background,
9894         return the default backcolor when the parent backcolor is transparent.
9895
9896 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
9897
9898         * Application.cs: Updated to new StartLoop/GetMessage API
9899         * RichTextBox.cs: Provide some output on RTF parsing errors
9900         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
9901           new queue_id argument to GetMessage and PeekMessage to allow faster
9902           handling of per-thread queues in drivers.
9903         * Hwnd.cs: Added Queue tracking and property
9904         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
9905         * XEventQueue.cs: Added thread trackingA
9906         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
9907         * XplatUIX11.cs:
9908           - Implemented new per-thread queue
9909           - GetMessage: Fixed return/break behaviour on several cases. We were
9910             returning stale messages in some cases, instead of just processing
9911             the next message
9912
9913 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
9914
9915         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
9916
9917 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
9918
9919         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
9920           fixed off-by-one comparisons between Width/Height and Right/Bottom.
9921
9922 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
9923
9924         * PropertyGridView.cs: Fix drop down width.
9925
9926 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
9927
9928         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
9929           a mess in DrawToolBar, so I removed one of them.
9930
9931 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
9932
9933         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
9934           needed (clip). Otherwise we get artifacts.
9935
9936 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
9937
9938         * FixedSizeTextBox.cs: Added constructor to allow specifying which
9939           dimension is fixed
9940         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
9941           and switched FixedSizeTextBox to only be fixed vertical (#78116)
9942         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
9943           if it matches the scale base font (avoids unneeded scaling)
9944
9945 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
9946
9947         * X11DesktopColors.cs: One gtk_init_check should be enough
9948
9949 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
9950
9951         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
9952           match MS behaviour
9953
9954 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
9955
9956         * TextBoxBase.cs: 
9957           - Generate OnTextChanged for Backspace even if we're only deleting
9958             the current selection
9959           - When setting the Text property, only select all text if the
9960             control does not have focus when it is being set. Otherwise
9961             just place the cursor at the beginning of the control
9962
9963 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
9964
9965         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
9966           Added a little helper to draw PropertyGrid ToolBar with a different
9967           border and a different BackColor.
9968         * PropertyGrid.cs: Some background parts didn't get painted with the
9969           correct background color. Added a class that helps us to draw the
9970           correct border for PropertyGridView and a class that helps us to
9971           draw ToolBars with a different backcolor
9972         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
9973
9974 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
9975
9976         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
9977         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
9978
9979 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
9980
9981         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
9982           into the palette entries. Also, since we're working on a copy
9983           we needed to copy the palette back onto the bitmap.
9984         * Cursor.cs: Same fix as XplatUIWin32.cs.
9985
9986 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
9987
9988         * ImageListStreamer.cs: Need to read the var (or we're off)
9989
9990 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
9991
9992         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
9993           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
9994           TextBoxBase.cs: Unused var fixes
9995         * AxHost.cs: Small 2.0 fix
9996         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
9997           as it seems that is what at least Metacity expects. This will make
9998           icons show up on 64bit platforms. We still have some 64bit size
9999           issues, though, since the startup app window size still won't match.
10000
10001 2006-04-25  Mike Kestner  <mkestner@novell.com>
10002
10003         * *.cs: cleanup newly reported exception var unused warnings.
10004
10005 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
10006
10007         * ThemeWin32Classic.cs: Button image alignment now matches exactly
10008           ms
10009
10010 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
10011
10012         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
10013           image. The image position is always the same, no matter if the
10014           button is pressed or not.
10015
10016 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
10017
10018         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
10019           selection and set the correct filename for SaveFileDialog.
10020           Patch by Emery Conrad.
10021
10022 2006-04-24  Mike Kestner  <mkestner@novell.com>
10023
10024         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
10025         check for item.X outside the ClientRect instead of item.Y. Fixes
10026         #78151.
10027
10028 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10029
10030         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
10031         trust that value blindly and do some sanity check. Fixes bug #77814.
10032
10033 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10034
10035         * ImageListStreamer.cs: save the mask as a 1bpp image.
10036
10037 2006-04-21  Mike Kestner  <mkestner@novell.com>
10038
10039         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
10040         pass Checked and Indeterminate to the Theme Engine. Improve
10041         encapsulation with ListBox.
10042         * ListBox.cs: Keep a StringFormat instead of calculating it every item
10043         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
10044         nested types.  Move all CheckState functionality to CheckedListBox.
10045         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
10046         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
10047         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
10048         single base list. Fix scrollbar sizing and placement to mirror MS.
10049         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
10050         used.
10051         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
10052         for CheckedListBox by using new DrawItemState info.  Center the
10053         checkboxes on the items. Use new StringFormat property.
10054
10055 2006-04-18  Jackson Harper  <jackson@ximian.com>
10056
10057         * Form.cs: MdiChildren don't do default locations the same way as
10058         regular forms.  This prevents a crash when trying to position the
10059         mdi windows.
10060
10061 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
10062
10063         * PropertyGridTextBox.cs: Formatting, copyright
10064         * PropertiesTab.cs: Formatting
10065         * PropertyGrid.cs: Formatting
10066         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
10067           click toggling of values
10068           
10069 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
10070
10071         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
10072         * Control.cs (.ctor): verify_thread_handle is static, don't reset
10073           every time a control is created
10074         * Application.cs: Removed obsolete EnableRTLMirroring method
10075
10076 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
10077
10078         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
10079         SelectedIndex to -1. Fixes bug #78121.
10080
10081 2006-04-17  Jackson Harper  <jackson@ximian.com>
10082
10083         * Binding.cs: Handle null values for Current and BindingContext.
10084         This occurs when binding is a little delayed.
10085         * CurrencyManager.cs: return null for Current when there are no
10086         items in the list.
10087         - Hookup to the listchanged event on the DataView and update
10088         bindings when the list is changed.  This fixes late binding of
10089         controls.
10090
10091 2006-04-17  Jackson Harper  <jackson@ximian.com>
10092
10093         * X11Dnd.cs:
10094         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
10095         Ringenbach.
10096
10097 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
10098
10099         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
10100           place
10101         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
10102           with the correct ButtonState
10103
10104 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
10105
10106         * XplatUIX11.cs: Improved distinguishing between window types to
10107           tell the WM a type closer to what the app wants (Fixes #78107)
10108
10109 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
10110
10111         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
10112           GrabHandle
10113
10114 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
10115
10116         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
10117           drawing code to reflect the size grip changes
10118
10119 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10120
10121         * ImageListStreamer.cs: fix handling of the mask that follows the main
10122         bitmap when deserializing and serialize it properly. The generated mask
10123         should better be a 1bpp image, but I'll do that later.
10124
10125 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
10126
10127         * FileDialog.cs: Show something in the DirComboBox on *nix if the
10128           path doesn't fit into some of our Current.Places
10129
10130 2006-04-13  Jackson Harper  <jackson@ximian.com>
10131
10132         * ComboBox.cs: Use borders instead of drawing our own decorations,
10133         try to obey correct rules for heights.
10134         * Theme.cs:
10135         * ThemeNice.cs:
10136         * ThemeClearLooks.cs:
10137         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
10138         this is now handled by borders.
10139         - Remove unused DrawListBoxDecorationSize method.
10140         
10141 2006-04-13  Mike Kestner  <mkestner@novell.com>
10142
10143         * MenuAPI.cs: null guarding for the disbled click check fixes crash
10144         reported by Alex.
10145
10146 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
10147
10148         * ThemeWin32Classic.cs: 
10149           - Fixed CPDrawStringDisabled
10150           - Corrected drawing of disabled menu items
10151           - Fixed drawing of disabled radio buttons (bug #78095)
10152           - Draw check in a disabled CheckBox with color ControlDark 
10153
10154 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
10155
10156         * Form.cs: Use the provided width when calculating the menu size;
10157           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
10158           and ClientSize.Width won't be updated yet
10159         * Application.cs: Use Visible instead of Show() to make form visible,
10160           this way we create the handle later and menusize is considered
10161
10162 2006-04-12  Mike Kestner  <mkestner@novell.com>
10163
10164         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
10165         reporting.
10166
10167 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
10168
10169         * TextBox.cs: Implemented context menu
10170
10171 2006-04-12  Mike Kestner  <mkestner@novell.com>
10172
10173         * ListView.cs: implement box selection. fixes #77838.
10174         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
10175
10176 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
10177
10178         * XplatUIX11.cs: Added setting of window type when transient window
10179           is created (metacity would move it otherwise)
10180         * X11Structs.cs: Added WINDOW_TYPE atoms
10181         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
10182           background (the control is Opaque but still wants transparent
10183           backgrounds)
10184
10185 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
10186
10187         * Control.cs: Added OnPaintBackgroundInternal to allow controls
10188           that set Opaque but don't mean it (like all ButtonBase-derived
10189           controls) to still draw their background
10190         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
10191           the background
10192
10193 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
10194
10195         * Control.cs (PaintControlBackground): Set the graphics object
10196           on our PaintEvent to null to prevent it from being disposed
10197           when the PaintEvent gets disposed
10198
10199 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
10200
10201         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
10202         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
10203
10204 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
10205
10206         * Control.cs: 
10207           - Added transparency check to BackColor property. Transparent
10208             backgrounds are only allowed if the control styles permit it
10209           - Added recursive painting of parent control background and
10210             foreground if a control with a transparent backcolor is drawn
10211             (Thanks to Tim Ringenback for providing his 'hack' as a base
10212              for this patch) Fixes #77985 and #78026.
10213           - Added Opaque style check before calling OnPaintBackground, no
10214             need to draw the background if the control is opaque
10215           - Removed ControlAccessibleObject owner variable (inherited from
10216             base, no need to define again)
10217           - Added some documentation links explaining the drawing events
10218             and styles
10219
10220 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
10221
10222         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
10223           that the affected control is the located at the left border of our
10224           parent (Fixes #77936)
10225
10226 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
10227
10228         * TextBoxBase.cs: When rendering disabled or readonly controls,
10229           draw the background with 'Control' instead of 'Window' color as
10230           long as the user hasn't specifically set a color
10231
10232 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
10233
10234         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
10235           since that won't be updated if the user types text (only if it's
10236           programatically set)
10237
10238 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
10239
10240         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
10241           layout changes do to app-triggered resizes will have the proper
10242           display rectangle for layout
10243
10244 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
10245
10246         * ThemeWin32Classic.cs:
10247           - Make use of the SystemBrushes and SystemPens wherever possible
10248           - Corrected some highlight colors
10249           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
10250             drawing
10251         * Theme.cs: Added Empty field to CPColor struct
10252
10253 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
10254
10255         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
10256           is displayed when calculating the display rectangle. Thanks to Mike
10257           for teaching me the err of my ways.
10258
10259 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
10260
10261         * ScrollableControl.cs:
10262           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
10263             (instead of 0,0) and we now return the real width/height instead of
10264             just the clientrectangle, adjusted for padding. The rectangle is
10265             now cached and created by the new CalculateDisplayRectangle method.
10266           - Created new CalculateDisplayRectange method, which basically does
10267             what get_DisplayRectangle() did originally, but now using the 
10268             right edge instead of DisplayRectangle to determine the size of
10269             our scrollbars
10270           - get_Canvas(): Fixed it to properly calculate canvas for 
10271             right/bottom controls which seem to be placed to the right/bottom
10272             of any controls that have a fixed location
10273           - Removed TODO that's taken care of
10274           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
10275             and SetDisplayRectLocation according to new MSDN2 docs
10276           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
10277             event when that is called, this is added for compatibility
10278           - ScrollControlIntoView(): Implemented.
10279           - Switched scrollbars to be implicit, they shouldn't be selectable
10280         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
10281           call it when the active control is set/changed
10282         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
10283         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
10284           implicit_control variable (used for native Win32 message generation)
10285         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
10286           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
10287         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
10288         * XplatUIStructs.cs: Added ScrollBarCommands enum
10289
10290 2006-04-10  Jackson Harper  <jackson@ximian.com>
10291
10292         * ButtonBase.cs:
10293         * CheckedListBox.cs:
10294         * ComboBox.cs:
10295         * DataGrid.cs:
10296         * DataGridView.cs:
10297         * Form.cs:
10298         * GroupBox.cs:
10299         * ListBox.cs:
10300         * PrintPreviewControl.cs:
10301         * ProgressBar.cs:
10302         * PropertyGrid.cs:
10303         * Splitter.cs:
10304         * StatusBar.cs:
10305         * TrackBar.cs:
10306         * UpDownBase.cs: Fixup base event overrides.
10307         
10308 2006-04-06  Mike Kestner  <mkestner@novell.com>
10309
10310         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
10311         all user-initiated value changes to min <= value <= max-thumbsz+1.
10312         (set_Value): check for vert/horiz when calculating new thumb position.
10313         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
10314         like MS does.
10315         (OnMouseMoveSB): refactor the thumb dragging code and refine
10316         invalidation logic to reduce flicker.
10317         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
10318         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
10319         (UpdateThumbPosition): small code readability cleanup
10320
10321 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
10322
10323         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
10324           different
10325
10326 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
10327
10328         * ThemeNice.cs: Use a better graphics effect when a button is pressed
10329
10330 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
10331
10332         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
10333         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
10334           This dramatically reduces the number of Pen.Dispose calls. 
10335           Where possible call ResPool methods only once instead of calling it
10336           over and over again (for example for the same color).
10337
10338 2006-04-06  Mike Kestner  <mkestner@novell.com>
10339
10340         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
10341         Also remove an unused private field on the collection. Fixes #77972.
10342
10343 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
10344
10345         * ThemeNice.cs: Added ToolBar drawing code
10346
10347 2006-04-06  Mike Kestner  <mkestner@novell.com>
10348
10349         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
10350         I'm assuming that means we need to look up the toplevel for the
10351         provided control. Fixes the crash trace in #77911 but exposes another
10352         crash in some strange reflection usage in NDocGui.
10353
10354 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
10355
10356         * ThemeNice.cs: Gave it a little silver touch and added Images
10357           method
10358         * FontDialog.cs: FontDialog is not resizable
10359         * FileDialg.cs: Added SizeGripStyle.Show
10360
10361 2006-04-05  Jackson Harper  <jackson@ximian.com>
10362
10363         * KeyboardLayouts.cs: Remove warning.
10364
10365 2006-04-05  Jackson Harper  <jackson@ximian.com>
10366
10367         * Control.cs: Enable OnPaintInternal so we can use it for drawing
10368         all of our controls instead of Paint +=.
10369         * ListBox.cs:
10370         * ListView.cs:
10371         * MenuAPI.cs:
10372         * MessageBox.cs:
10373         * NotifyIcon.cs:
10374         * ProgressBar.cs:
10375         * ScrollBar.cs:
10376         * Splitter.cs:
10377         * StatusBar.cs:
10378         * TabControl.cs:
10379         * TextBoxBase.cs:
10380         * ToolBar.cs:
10381         * TrackBar.cs:
10382         * UpDownBase.cs:
10383         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
10384         use OnPaintInternal. Remove Width/Height and Visible checks in
10385         paint handler, this is done at a higher level now.
10386         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
10387         * PaintEventArgs.cs: Add a handled flag so controls that don't
10388         want anymore painting after OnPaintInternal can make sure OnPaint
10389         isn't called.
10390
10391 2006-04-05  Mike Kestner  <mkestner@novell.com>
10392
10393         * Form.cs: fix the menu WndProc hacks to respect the native enabled
10394         state of the form, so that we don't process events when Modal dialogs
10395         are up. Fixes #77922.
10396
10397 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
10398
10399         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
10400           checking is done.
10401
10402 2006-04-05  Mike Kestner  <mkestner@novell.com>
10403
10404         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
10405
10406 2006-04-05  Mike Kestner  <mkestner@novell.com>
10407
10408         * ListView.cs (HeaderMouseMove): null guarding for the over column
10409         when setting up the drag_to_index.  Fixes #78015.
10410
10411 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
10412
10413         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
10414           in the taskbar. Transient windows seem to accomplish that.
10415
10416 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
10417
10418         * Form.cs:
10419           - Re-enabled CreateParams.X/Y code for FormStartPosition
10420           - Added code for manual placement when creating the Control
10421           - Incomplete patch to treat MDI forms differently when
10422             setting the ClientSizeCore. (Still need to figure out handling
10423             x/y coords there)
10424         * XplatUIX11.cs:
10425           - When we're explicitly setting the X/Y position of a non-Child
10426             window, let the WM know. Metacity really wants this.
10427
10428 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
10429
10430         * ThemeNice.cs: Added CPDrawButton
10431
10432 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
10433
10434         * ThemeNice.cs: Changed the color for focused buttons and activated
10435           the arrows for small scroll buttons.
10436
10437 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
10438
10439         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
10440           anymore. Changed some method modifiers to protected (virtual)
10441         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
10442           changes
10443         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
10444           Updated drawing of menus, buttons and progressbars; added
10445           CPDrawBorder3D 
10446
10447 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10448
10449         * ImageListStreamer.cs: implemented serialization/deserialization
10450         of the images.
10451
10452 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
10453
10454         * ThemeWin32Classic.cs:
10455           - Removed all the DrawFrameControl stuff; CPDrawButton,
10456             CPDrawCheckBox and CPDrawRadioButton are now handled directly
10457             inside the methods
10458           - Updated and corrected the drawing code of CPDrawButton,
10459             CPDrawCheckBox and CPDrawRadioButton to better match ms
10460           - Updated theme checkbox and radiobutton code to use the CP*
10461             methods
10462
10463 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
10464
10465         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
10466           bug is fixed
10467
10468 2006-03-31  Jackson Harper  <jackson@ximian.com>
10469
10470         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
10471         sometimes.
10472         * UpDownBase.cs: Don't CreateGraphics manually, use a
10473         Refresh. Ideally we would invalidate the correct areas here.
10474
10475 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
10476
10477         * XplatUIX11.cs: 
10478           - We now track the mapping state of windows. If a window (or 
10479             one of it's parents) is not mapped we no longer permit
10480             WM_PAINT messages to be generated since we'd otherwise get 
10481             lots of BadMatch X errors. Jackson did all the work figuring
10482             out the problem.
10483           - Destroying the caret if the window it's contained in is 
10484             destroyed. Can't use regular DestroyCaret method since it
10485             might fall into a drawing function (trying to remove the
10486             caret) and with that generate new BadMatch errors. Again,
10487             Jackson tracked this down.
10488           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
10489             make sure we send the messages to all windows. (The old code
10490             would send the WM_DESTROY to the window, and then all child
10491             windows would be 'gone' because the WM_DESTROY handle lookup
10492             would no longer find the destroyed window)
10493         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
10494         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
10495
10496 2006-03-31  Jackson Harper  <jackson@ximian.com>
10497
10498         * ScrollableControl.cs: Dont recalc if we are not visible.
10499
10500 2006-03-31  Mike Kestner  <mkestner@novell.com>
10501
10502         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
10503         the visibility branch.
10504
10505 2006-03-31  Jackson Harper  <jackson@ximian.com>
10506
10507         * ScrollBar.cs: Cap values when incrementing/decrementing.
10508
10509 2006-03-31  Mike Kestner  <mkestner@novell.com>
10510
10511         * MenuAPI.cs: setup menu.tracker for popup/context menus.
10512         * ToolTip.cs: guard against timer expirations with no active control.
10513         Not sure why it happened.
10514
10515 2006-03-31  Mike Kestner  <mkestner@novell.com>
10516
10517         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
10518         text.
10519         * ToolTip.cs: Position the tooltip based on where the cursor is at
10520         popup time, not at MouseEnter time.  Add a Down state so that we don't
10521         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
10522         positioning offset. Lookup DisplaySize at positioning time, since it
10523         can theoretically change during invocation.
10524         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
10525         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
10526
10527 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
10528
10529         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
10530           Fixes behaviour when the Text property of the box is String.Empty
10531
10532 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
10533
10534         * XplatUIX11.cs: Only send mouseleave for our client windows, not
10535           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
10536           a window)
10537
10538 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
10539
10540         * FileDialog.cs: Visual enhancement for the popup buttons in 
10541           PopupButtonPanel
10542
10543 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
10544
10545         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
10546           code
10547
10548 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
10549
10550         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
10551           highlighted menu items to match ms
10552
10553 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
10554
10555         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
10556
10557 2006-03-30  Mike Kestner  <mkestner@novell.com>
10558
10559         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
10560         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
10561         go active to account for HotLight to Selected transition.
10562         * MenuItem.cs: add internal Selected prop. Fill out the Status
10563         property by calculating it from item info. Add HotLight,
10564         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
10565
10566 2006-03-30  Mike Kestner  <mkestner@novell.com>
10567
10568         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
10569
10570 2006-03-29  Jackson Harper  <jackson@ximian.com>
10571
10572         * Form.cs: Implement TODO.
10573
10574 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
10575
10576         * PrintPreviewDialog.cs: Implemented missing methods and events; still
10577           missing proper dialog setup in the constructor
10578
10579 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
10580
10581         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
10582         * Control.cs:
10583           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
10584           - Fixed ResetBindings and removed TODO
10585           - Added check for cross-thread calls to get_Handle()
10586           - Added Marshaller attribute for set_Font to satisfy class status
10587         * FontDialog.cs: Removed TODOs that seemed implemented
10588         * UpDownBase.cs: Removed unneeded TODO and Fixme
10589         * MessageBox.cs: Implemented support for Default button and removed TODO
10590         * FileDialog.cs: Removed obsolete TODO
10591         * DomainUpDown.cs: Removed obsolete TODO
10592         * ButtonBase.cs: Removed obsolete TODO
10593         * XplatUIWin32.cs: Removed obsolete TODO
10594         * Form.cs:
10595           - Removed obsolete TODO
10596           - Calling CheckAcceptButton when the acceptbutton is changed to allow
10597             internal status updates
10598           - Making sure the active control is selected when the control is created
10599         * CurrencyManager.cs: Removed obsolete TODO
10600
10601 2006-03-29  Mike Kestner  <mkestner@novell.com>
10602
10603         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
10604         of PrintPreviewDialog and RichTextBox.
10605
10606 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
10607
10608         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
10609           DarkDark, Light and LightLight colors for a specific color
10610         * ThemeWin32Classic.cs:
10611           - Use Button drawing code to draw RadioButtons and CheckBoxes with
10612             Appearance = Button 
10613           - Make use of the new ResPool helper CPColor
10614           - Draw ProgressBar and StatusBar with correct 3D borders
10615
10616 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
10617
10618         * ColorDialog.cs: Return selected color. Fixes bug #77940.
10619
10620 2006-03-28  Mike Kestner  <mkestner@novell.com>
10621
10622         * ListView.cs: fix Icon layout to plan for scrollbar widths when
10623         calculating col/row counts.
10624
10625 2006-03-28  Mike Kestner  <mkestner@novell.com>
10626
10627         * ColumnHeader.cs:
10628         * ListView.cs:
10629         * ListViewItem.cs:
10630         * Menu.cs: 
10631         switch to explicit interface method implementation for some methods
10632         corcompare identifies as inconsistent with MS.
10633
10634 2006-03-28  Mike Kestner  <mkestner@novell.com>
10635
10636         * MainMenu.cs: 
10637         * Menu.cs:
10638         add a few missing methods from the class status output.
10639
10640 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
10641
10642         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
10643           correct.
10644
10645 2006-03-28  Mike Kestner  <mkestner@novell.com>
10646
10647         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
10648
10649 2006-03-27  Mike Kestner  <mkestner@novell.com>
10650
10651         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
10652         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
10653
10654 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
10655
10656         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
10657
10658 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
10659
10660         * ThemeWin32Classic.cs:
10661           - GroupBox: Inserted a little gap between the text and the lines
10662             on the right side
10663           - Made the code in CPDrawBorder3D more readable
10664           - Corrected the drawing location of the up and down arrows in 
10665             CPDrawScrollButton
10666
10667 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
10668
10669         * ControlPaint.cs: Corrected line widths in DrawBorder for
10670           ButtonBorderStyle Inset and Outset
10671
10672 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
10673
10674         * ThemeWin32Classic.cs:
10675           - Rewrote the totally broken CPDrawBorder3D method. That was
10676             one of the main problems for the terrific ThemeWin32Classic
10677             look
10678           - Updated and corrected Button drawing
10679           - Correct the dimensions of the SizeGrip to match ms ones
10680           - Removed a small drawing glitch in DrawComboBoxEditDecorations
10681         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
10682           Border3DStyle.Sunken to match ms.
10683
10684 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
10685
10686         * ThemeWin32Classic.cs: First small part of the "de-uglify
10687           ThemeWin32Classic" effort, SizeGrip
10688
10689 2006-03-24  Jackson Harper  <jackson@ximian.com>
10690
10691         * XplatUIX11.cs: Give a max idle time of one second, this matches
10692         MS and forces an Idle event every second when there are no other
10693         events in the queue.
10694
10695 2006-03-24  Mike Kestner  <mkestner@novell.com>
10696
10697         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
10698         * ListView.Item.cs: fix layout issues with null image lists and images
10699         smaller than checkbox size.
10700         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
10701         mode like MS does.  It's weird, but consistent.  ;-)
10702         Fixes #77890.
10703
10704 2006-03-24  Mike Kestner  <mkestner@novell.com>
10705
10706         * ListView.cs: Scroll wheel support for the item control.  Fixes
10707         #77839.
10708
10709 2006-03-23  Jackson Harper  <jackson@ximian.com>
10710
10711         * ScrollableControl.cs: Special case negative sized areas, not
10712         zero.
10713         * MonthCalendar.cs: Save the rect of the clicked date so we can
10714         use it for invalidation.
10715         - Try to cut down on the number of invalidates
10716         - Invalidate the rect the mouse is over and was over when moving
10717         the mouse, so we get the focus box following the cursor.
10718
10719 2006-03-23  Mike Kestner  <mkestner@novell.com>
10720
10721         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
10722         focus rectangle drawing. Fixes #77835.
10723
10724 2006-03-23  Mike Kestner  <mkestner@novell.com>
10725
10726         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
10727         the if and else if and reverting back to the original == check on the
10728         None conditional.
10729
10730 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
10731
10732         * FontDialog.cs: Update the example panel if the selected index of
10733           the fontListBox changes.
10734
10735 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
10736
10737         * FileDialog.cs: Make FileDialog remember which directory it was in
10738           last in the same execution.
10739
10740 2006-03-22  Mike Kestner  <mkestner@novell.com>
10741
10742         * FileDialog.cs: make the DropDownMenu on the toolbar display
10743         RadioChecks since they are mutually exclusive and that's what MS does.
10744
10745 2006-03-22  Mike Kestner  <mkestner@novell.com>
10746
10747         * Theme.cs: add Color param to CPDrawMenuGlyph.
10748         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
10749         checks and radio marks and arrows are visible on highlighted items.
10750         * ControlPaint.cs: update to use new Theme signature.
10751
10752 2006-03-22  Mike Kestner  <mkestner@novell.com>
10753
10754         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
10755         is active. Fixes #77870.
10756
10757 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
10758
10759         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
10760           to be focused/selected after startup
10761
10762 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
10763
10764         * ColorDialog.cs: 
10765           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
10766             CustomColors and ShowHelp properties
10767           - Some internal rewrites to get better results when using the
10768             ColorMatrix
10769
10770 2006-03-22  Mike Kestner  <mkestner@novell.com>
10771
10772         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
10773         HoverSelection.  Fixes #77836.
10774
10775 2006-03-22  Mike Kestner  <mkestner@novell.com>
10776
10777         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
10778         ToggleButtons.  (De)Sensitize the Back button around a stack count of
10779         1, not 0.  Update ButtonSize based on a pixel count of the win32
10780         control.  Adjust the toolbar size/location for new button size.
10781
10782 2006-03-22  Jackson Harper  <jackson@ximian.com>
10783
10784         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
10785         true.
10786         * ScrollBar.cs: When doing increments and decrements we need to
10787         set the Value property so that ValueChanged gets raised. A
10788         possible optimization here would be to make an internal SetValue
10789         that doesn't invalidate immediately.
10790         * ToolTip.cs: Tooltips get added to their container (when
10791         supplied) so they get disposed when the container is disposed.
10792         - Don't create tooltips for String.Empty. This prevents all these
10793         little 2-3 pixel windows from showing up when running nunit-gui
10794         and driving me mad.
10795         * Form.cs: Don't set topmost when setting the owner if the handles
10796         haven't been created yet.  The topmost set will happen when the
10797         handles are created.
10798
10799 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
10800
10801         * XplatUIX11.cs:
10802           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
10803           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
10804             visible (to allow them to recalculate their sizes)
10805
10806 2006-03-21  Mike Kestner  <mkestner@novell.com>
10807
10808         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
10809         methods. Removed a ton of redundant code.  Still not really happy with
10810         the border rendering, but I think that's mainly because of the
10811         ControlDarkDark being black instead of a dark grey. Depending on how 
10812         close we want to be, we might want to revisit those color choices.
10813         Among the new features added during the refactor were DropDownArrow
10814         pressed rendering, Disabled image rendering.  Proper flat appearance
10815         boundary rendering.  Removed the Divider and Wrapping dividers since I
10816         can't figure out any combination of themes and conditions to make the
10817         MS control draw a horizontal line on a toolbar despite what the
10818         Divider property docs indicate.
10819         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
10820         conditions and incorrect layout.  Updated to coding standard.
10821         * ToolBarButton.cs: refactored layout and positioning code from
10822         ToolBar to here.  Invalidate wherever possible instead of forcing
10823         redraws of the whole toolbar. 
10824         (Known remaining issues: explicit ButtonSize smaller than provided
10825         images.)
10826
10827 2006-03-21  Mike Kestner  <mkestner@novell.com>
10828
10829         * ContextMenu.cs (Show): use the position parameter instead of just
10830         showing at the MousePosition.
10831
10832 2006-03-21  Jackson Harper  <jackson@ximian.com>
10833
10834         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
10835         control handle this.
10836         * TreeNodeCollection.cs: If we are clearing the root node we need
10837         to reset top_node so calcs can still happen.
10838         * ThemeWin32Classic.cs: This is a Flags so we need to check
10839         properly.
10840         
10841 2006-03-21  Jackson Harper  <jackson@ximian.com>
10842
10843         * DataGrid.cs: Create columns when the binding context has been
10844         changed.
10845         * X11Structs.cs: Keysyms are uints.
10846         - Add size to fix build.
10847
10848 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
10849
10850         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
10851           XplatUIOSX.cs: 
10852           - Added ResetMouseHover method to allow controls to retrigger
10853             hovering if they need it more than once
10854           - Implemented MouseHoverTime and MouseHoverSize properties
10855         * Timer.cs: Start() must reset the interval
10856         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
10857           properties
10858
10859 2006-03-21  Jackson Harper  <jackson@ximian.com>
10860
10861         * X11Keyboard.cs: improved layout detection. Move the nonchar
10862         tables into this file.
10863         * KeyboardLayouts.cs: Move the tables into resource files.
10864
10865 2006-03-21  Mike Kestner  <mkestner@novell.com>
10866
10867         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
10868
10869 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
10870
10871         * Mime.cs: Various speed optimizations. Looking up mime types
10872           is now 2 times faster than before
10873
10874 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
10875
10876         * CreateParams.cs: Added internal menu field
10877         * Control.cs: 
10878           - Switched call order for UpdateBounds; now we always call
10879             the one that also takes ClientSize, and we're calculating the 
10880             client size via driver method in the others. The previous
10881             method of tracking client size by difference wasn't working
10882             for forms where even the starting client size wouldn't match
10883             the overall form size (due to borders) (Part of fix for #77729)
10884           - CreateParams(): Do not use parent.Handle unless the handle is
10885             already created. Causes havoc with Nexxia and throws off our
10886             creation of controls
10887         * XplatUIX11.cs:
10888           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
10889           - Switched handling of ConfigureNotify over to new PerformNCCalc 
10890             method (consolidates code)
10891           - Changed RequestNCRecalc to use new PerformNCCalc method
10892           - Added calls to RequestNCRecalc when menus and borders are changed
10893             to allow app to set NC size. (Part of fix for #77729) This matches
10894             when MS send a WM_NCRECALC on Win32 windows.
10895           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
10896             (Part of fix for #77729). This matches what MS does, they also
10897             send that message when the form is made visible.
10898           - XException.GetMessage: Improved usability of X errors by including
10899             a translation of the window into Hwnd and Control class
10900           - Improved debug info for window creation, reparenting and destruction
10901           - Created helper method WindowIsMapped() [Currently not used]
10902         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
10903         * Form.cs:
10904           - CreateParams: Now setting our menu on the new internal menu field
10905           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
10906             avoid calculating the same property twice
10907         * Hwnd.cs:
10908           - Improved usability of ToString() for debugging purposes
10909           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
10910             determine the height of the menu, instead of just the font. This
10911             required to also create a graphics context and to keep a bmp 
10912             around (for performance reasons)
10913
10914 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
10915
10916         * MenuAPI.cs: Added OnMouseUp method
10917         * Form.cs:
10918           - Now remembering the requested client size, avoids size errors
10919           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
10920             instead of base if the menu is active. This is required due to
10921             control now capturing and releasing on down/up and it would
10922             prematurely release our menu capture
10923
10924 2006-03-17  Jackson Harper  <jackson@ximian.com>
10925
10926         * KeyboardLayouts.cs: Add the czech layouts.
10927
10928 2006-03-16  Jackson Harper  <jackson@ximian.com>
10929
10930         * Control.cs: Use the viewport space when sizing not the controls
10931         client size, so things like ScrollableControl that effect the
10932         viewport size (when scrollbars are added) are computed correctly.
10933         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
10934         of ManagerEntrys.
10935         - Handle creating BindingManagers for null data sources.
10936         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
10937         source, otherwise when rows are added they are added to the 'fake'
10938         datasource and we will crash when trying to set the position in
10939         those rows.
10940         - Use Implicit scrollbars on the datagrid so they arent
10941         selectable.
10942         
10943 2006-03-16  Jackson Harper  <jackson@ximian.com>
10944
10945         * Binding.cs:
10946         * InternalWindowManager.cs:
10947         * MdiWindowManager.cs:
10948         * X11Keyboard.cs: I really want Mike to love me again (fix
10949         compiler warnings).
10950
10951 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
10952
10953         * DataGrid.cs:
10954           - OnMouseDown: Switch to editing mode when clicking on the cell
10955                          even if we're clicking on the cell that's currently 
10956                          selected
10957           - ProcessGridKey: Left/Right now wrap like MS.Net does
10958           - ProcessGridKey: Tab now knows to add a new row when tab is
10959                             pressed in the cell of the last column of the 
10960                             last row
10961           - ProcessGridKey: Enter now adds another row  if pressed in the last
10962                             row and selectes the new row, same column cell
10963           - ProcessGridKey: Home/End navigate columns, not rows, like 
10964                             originally implemented
10965           - Broke ProcessKeyPreview code out into an extra Internal method
10966             so it can be called from the edit code
10967         * DataGridTextBox.cs (ProcessKeyMessage):
10968           - Switched to accept Tab keypresses
10969           - Added F2 handling to allow jumping to the end of the edited cell
10970           - Added logic to allow moving caret left/right inside edited cell
10971             and making the edited cell jump when the caret hits cell borders
10972           - Tab and Enter are now passed to the datagrid after being handled
10973         * TextBoxBase.cs:
10974           - Removed capture code now that Control handles it
10975           - set_SelectionStart now ensures caret is visible
10976
10977 2006-03-16  Jackson Harper  <jackson@ximian.com>
10978
10979         * TrackBar.cs: Debackwards the increment/decrement for handling
10980         mouse clicks on the bar with vertical trackbars.
10981         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
10982         bottom to match MS.
10983
10984 2006-03-16  Mike Kestner  <mkestner@novell.com>
10985
10986         * ListView.cs: make shift/ctrl keyboard and mouse selection 
10987         consistent with the MS control. Fix a bug in
10988         SelectedListViewItemCollection.Clear that was pissing me off for the
10989         better part of a day because the collection was being altered
10990         underneath us as we walked the list.
10991
10992 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
10993
10994         * Control.cs: Not sure how we could miss this so long, but it seems
10995           that MS.Net has Capture set all the way from before calling 
10996           OnMouseDown through sending the mouse events until after
10997           OnMouseUp. This will fix DataGrid's selection being set to end
10998           at the location of the MouseUp.
10999
11000 2006-03-15  Jackson Harper  <jackson@ximian.com>
11001
11002         * BindingContext.cs: Check the binding after its added so that it
11003           can initialize the binding managers and hookup to events.
11004         * Binding.cs: Data members seem to sometimes include rows/cols in
11005           the format Row.Column we now take this into account.
11006           - Hookup to the position changed event so we can update the
11007           control when the position has changed in the data set.
11008         * CurrencyManager.cs: Take into account the row/col naming
11009           convention when creating dataset tables.
11010         * BindingContext.cs: Using a newer better way of storing
11011           datasource/datamember pairs.  Hopefully this better matches MS for
11012           looking up binding managers.
11013
11014
11015 2006-03-15  Jackson Harper  <jackson@ximian.com>
11016
11017         * BindingContext.cs: The currency manager needs the data member
11018         name, if the member is a data set we use the name to find the
11019         correct table.
11020         * CurrencyManager.cs: When creating the list prefer an IList over
11021         an IListSource.
11022         - Attempt to create a DataTable from a DataSet (TODO: might need
11023         some better error checking here, although MS doesn't seem to have much)
11024         - If we have a DataTable create a view and use it as our list.
11025
11026 2006-03-15  Mike Kestner  <mkestner@novell.com>
11027
11028         * ListView.cs: keep a matrix of the icon mode layout to facilitate
11029         keyboard navigation. Support Up/Down/Left/Right selection correctly
11030         for all 4 View modes.
11031         * ListViewItem.cs: add internal row/col fields for icon layouts.
11032
11033 2006-03-15  Jackson Harper  <jackson@ximian.com>
11034
11035         * TabControl.cs: Redraw the tabs when we resize so their newly
11036         calculated sizes are drawn on screen.
11037         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
11038         composite characters.
11039         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
11040         - filter events so that composite characters can be created
11041         patches by peter
11042         * X11Structs.cs: Add XIMProperties enum.
11043
11044 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
11045
11046         * Control.cs (BringToFront, SendToBack): Don't use window or handle
11047           unless it's created
11048
11049 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
11050
11051         * Control.cs (PerformLayout): We don't need to consider visiblity
11052           for anchoring, only for docking. This fixes 'whacky' alignment
11053           in listbox and other controls that use implicit scrollbars after
11054           the previous PerformLayout patch
11055         * ListBox.cs: Switched to use implicit scrollbars
11056           
11057 2006-03-14  Mike Kestner  <mkestner@novell.com>
11058
11059         * ToolBar.cs: 
11060         * VScrollBar.cs:
11061         - chain up the "new event" overrides to base and use
11062         OnEvent to raise them.  Part of fix for bug #76509.
11063
11064 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
11065
11066         * FileDialog.cs: Do not select an item in the parent directory
11067           on backspace
11068
11069 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
11070
11071         * Control.cs (PerformLayout): It would seem that we considered
11072           invisible windows for our layout. Not quite the right thing
11073           to do. Now we don't any longer, thereby fixing bug #76889.
11074
11075 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
11076
11077         * Control.cs (CanFocus): I goofed. A control can have focus 
11078           even though it's not selectable. Made it match MS docs.
11079
11080 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
11081
11082         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
11083           center by default (fixes #76895)
11084         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
11085           all uses of Border3DSides.All with the explicit ORd together
11086           Left|Right|Top|Bottom because I assume that nobody was aware 
11087           that All also implies a center fill. Most places I checked had
11088           a fill right above.
11089         * ProgressBarStyle.cs: Added
11090
11091 2006-03-13  Mike Kestner  <mkestner@novell.com>
11092
11093         * ListView.cs: fix breakage in drag shadow header positioning 
11094         from Peter's csc compilation fix.
11095
11096 2006-03-13  Mike Kestner  <mkestner@novell.com>
11097
11098         * ListView.cs: fix NRE produced by backspacing twice in a focused
11099         FileDialog.
11100
11101 2006-03-13  Mike Kestner  <mkestner@novell.com>
11102
11103         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
11104
11105 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
11106
11107         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
11108           be changed
11109         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
11110           the allowed size before making programmatic size changes
11111
11112 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
11113
11114         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
11115           set, metacity is broken and will still use the emty sizes in 
11116           the struct. (Fix for #77089)
11117
11118 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
11119
11120         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
11121           WindowExStyles and marked both enums as Flags
11122         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
11123           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
11124           to match WindowStyles split
11125         * XplatUIX11.cs:
11126           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
11127           - Updated to match WindowStyles split
11128         * XplatUIWin32.cs:
11129           - Fixed FosterParent creation, was using ExStyle on the Style field
11130             (This should help with Popup focus issues)
11131           - Updated to match WindowStyles split
11132
11133 2006-03-13  Jackson Harper  <jackson@ximian.com>
11134
11135         * MdiWindowManager.cs: Use the system menu height. Fixes some
11136         strange sizing issues.
11137
11138 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
11139
11140         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
11141         * TextBoxBase.cs:
11142           - Scroll to caret after inserting text (#77672)
11143           - Make scroll range one pixel higher, fixes off-by-one error (and
11144             makes underlines visible on the last line)
11145
11146 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
11147
11148         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
11149           the keyboard state from being stuck with keys in 'pressed' state when
11150           focus is switched away via keyboard
11151         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
11152           reset the keyboard if no X11 KeyUp events are expected to come
11153         * X11Structs.cs: Switched type of Visible to bool to match driver
11154
11155 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
11156
11157         * TextControl.cs:
11158           - Switched caret to be just 1 pixel wide, matches MS and looks less
11159             clunky
11160           - Moved caret display 1 pixel down from the top of the control
11161             to improve view
11162           - InsertCharAtCharet: Update the selection start if moving the caret
11163             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
11164           - No longer always creating the caret when the caret methods are
11165             called. Only the actual ShowCaret/HideCaret will do that now
11166           - Only setting caret visible if the owner control has focus
11167           - UpdateView: Added invalidation-shortcut logic for center and right 
11168             aligned text. Previously we'd update all according to the left
11169             logic which caused drawing errors. Also fixed height of invalidated
11170             areas, now properly invalidating the whole area (was off-by-one)
11171           - owner_HandleCreated: Always generate the document when the
11172             handle is created; this ensures that 
11173         * TextBoxBase.cs:
11174           - Fixed situation where caret would disappear under the right
11175             window border, also improved scrolling behaviour on left-
11176             aligned textboxes
11177           - Fixed right-aligned textboxes to have a border to the
11178             right instead of the caret being under the right border
11179         * XplatUIX11.cs:
11180           - Switched from 'nested' to simple visible/not visible tracking 
11181             for caret (part of fix for #77671)
11182           - No longer passing through translated FocusIn/FocusOut messages
11183             since we were notifying too often and the wrong windows. Instead
11184             we just notify our focussed window of receiving or loosing focus
11185         * XplatUIWin32.cs: Switched from 'nested' show/hide 
11186           counting for caret to simple visible yes/no behaviour (part of 
11187           fix for #77671)
11188
11189 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
11190
11191         * Mime.cs: Remove debug code...
11192
11193 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
11194
11195         * MimeGenerated.cs: Removed
11196         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
11197           and subclasses) from /usr/(local/)share/mime and
11198           $HOME/.local/share/mime.
11199
11200 2006-03-10  Jackson Harper  <jackson@ximian.com>
11201
11202         * MdiWindowManager.cs: Recalc the NC area when a window is
11203         maximized/restored so that the menu area is drawn on forms that
11204         don't have a menu.
11205
11206 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
11207
11208         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11209           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
11210           us to force a WM_NCCALCRESIZE message being sent. This is needed
11211           for MDI maximizing.
11212
11213 2006-03-10  Jackson Harper  <jackson@ximian.com>
11214
11215         * Form.cs: We need to use the ActiveMenu when calculating menu
11216         height.
11217         - Fix nullref when the window manager hasn't been created yet.
11218         * Control.cs: Fix nullref when we try to bring a control to the
11219         front that has no parent.
11220         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
11221         height.
11222         - Add a dummy item to the maximized menu so it always has the
11223         correct height. Otherwise when there are no menus we don't get our
11224         icon and buttons.
11225         
11226
11227 2006-03-10  Jackson Harper  <jackson@ximian.com>
11228
11229         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
11230         stuff.
11231         * Form.cs: Make the window_state internal so the window managers
11232         can track it.
11233         - When an MDI child is maximized let its window manager create the
11234         main menu (so it can add its icon).
11235         - Notify the window managers of state changes
11236         - Let the window manager paint its buttons and handle button
11237         clicks on the menu when it is maximized.
11238         * InternalWindowManager.cs: Move the prev_bounds into the mdi
11239         window manager, since tool windows don't use it, only mdi windows.
11240         - Tell the main form that we don't want it to handle NCPAINT
11241         itself to avoid extra painting.
11242         - Handle clicks on a maximized windows menu.
11243         - Handle window state changes
11244         - Handle minimize/maximize clicks correctly by setting the window state.
11245         * MdiWindowManager.cs: Add an icon menu that (the menu you get
11246         when clicking on the forms icon).
11247         - New method to create a forms maximized menu. This is its normal
11248         menu + an icon.
11249         - Handle window state changes.
11250         - Handle sizing of maximized windows.  Maximized windows are just
11251         drawn bigger then the parent visible area. All controls are still
11252         there, they are just outside the visible area (this matches windows).
11253         * MdiClient.cs: No scrollbars when a child window is maximized.
11254         - Let the children windows figure out how big they should be when
11255         sizing maximized windows.
11256         - Implement a version of ArrangeIconicWindows somewhat similar to
11257         Windows version.  There are some little differences, but I don't
11258         think any app will rely on the layout of minimized mdi windows.
11259
11260 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
11261
11262         * Padding.cs: Several fixes to allow compiling with csc 2.0
11263
11264 2006-03-09  Jackson Harper  <jackson@ximian.com>
11265
11266         * Menu.cs:
11267         * MenuItem.cs: Cheap hack so we can add items to the list without
11268         the events being raised.  This allows adding mdi items during
11269         drawing. TODO: Should probably find a better time to add the items.
11270
11271 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
11272
11273         * ThemeWin32Classic.cs:
11274           - CheckBox_DrawText: Added logic to not wrap if not enough space
11275             is available (Fix for bug #77727)
11276           - RadioButton_DrawText: Added logic not to wrap if not enough
11277             space is available (Fix for bug #77727). Also removed some
11278             duplicate code, DrawString always drawing the regular text
11279             before hitting the if statement.
11280
11281 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
11282
11283         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
11284
11285 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
11286
11287         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
11288         * ContainerControl.cs: Partial implementation of some 2.0 scaling
11289           methods. Moved the new 2.0 properties into alphabetical order with
11290           other properties and added MonoTODO tags
11291
11292 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
11293
11294         * AutoScaleMode.cs: Added. Fix build.
11295
11296 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
11297
11298         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
11299           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
11300           and was requiring premature handle creation for calls from above
11301         * Form.cs, Control.cs: Removed handle arguments from calls to
11302           CalculateClientRect()
11303
11304 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
11305
11306         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
11307           drag_column.column_rect is MarshalByRef and can't be used that way
11308
11309 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
11310
11311         * AxHost.cs: Added deserialization constructor for 
11312           AxHost+State (fixes 77743)
11313
11314 2006-03-09  Mike Kestner  <mkestner@novell.com>
11315
11316         * ListView.cs: 
11317         - Added column drag reordering for details view.
11318         - fixed behavior when mouse is dragged off column and
11319         AllowColumnReorder is false.
11320         * ColumnHeader.cs: clone the format too in Clone.
11321         * Theme.cs: add DrawListViewHeaderDragDetails method.
11322         * ThemeWin32Classic.cs:
11323         - impl new method for drawing drag column shadows and targets.
11324         - support column offset for details mode in DrawListViewItem.
11325
11326 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
11327
11328         * TextControl.cs: Reset the char_count when the document is cleared
11329           (Fixes bug reported on mono-winforms mailing list)
11330
11331 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
11332
11333         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
11334           of calling base we simply process the key ourselves, since both
11335           DefWindowProc and the handled method would set m.Result. 
11336           (Fixes #77732)
11337
11338 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
11339
11340         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
11341           method also moves the window; instead implemented a copy of
11342           Control.ScaleCore (Part of fix for #77456)
11343         * TextBoxBase.cs: 
11344           - Created new CreateGraphicsInternal method to allow providing
11345             a graphics context when no handle is created without triggering
11346             handle creation. (Part of fix for #77456)
11347           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
11348         * TextControl.cs: 
11349           - Switched Constructor to require TextBoxBase instead of Control (to
11350             allow uncast access to CreateGraphicsInternal)
11351           - Safeguarded use of owner.Handle property. No longer accessing it
11352             unless the handle is already created.
11353           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
11354           - Now triggering a recalc when owning control becomes visible
11355         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
11356           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
11357           premature handle creation (Part of fix for #77456)
11358         * Control.cs:
11359           - We now only destroy our double-buffering buffers when the
11360             control is resized or disposed, but not when visibility
11361             changes. (The code even re-created them twice every time)
11362           - Now requiring a redraw of the buffer on visibility changes
11363             (fixes bug 77654 part 2)
11364           - Not passing OnParentVisibleChanged up unless the control
11365             is visible
11366           - CanFocus: Fixed to match MS documentation
11367           - Focus: Fixed to return actual focus state and to check if
11368             setting focus is legal before setting it
11369
11370 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
11371
11372         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
11373           when to draw focus rectangle by looking at parent focus and
11374           selected state instead. This fixes TabPages on Linux sometimes
11375           having none or multiple focus rectangles.
11376         * XplatUIX11.cs (SetFocus): 
11377           - Don't set the focus if the same window already has focus
11378           - Use SendMessage instead of PostMessage (like it's Win32
11379             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
11380             to match MS behaviour
11381         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
11382           are not selectable.
11383
11384 2006-03-07  Jackson Harper  <jackson@ximian.com>
11385
11386         * PictureBox.cs: Revert line I accidently committed last week.
11387
11388 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
11389
11390         * Control.cs: 
11391           - Added new IsRecreating and ParentIsRecreating properties to
11392             allow testing if RecreateHandle has been called on ourselves
11393             or one of our parents
11394           - WndProc(WM_DESTROY): If our control handle is being recreated
11395             we immediately need to create the handle when receiving the
11396             destroy, that way our child windows find a valid parent handle
11397             when they themselves are being recreated upon WM_DESTROY receipt
11398             (fix for bug #77654 part 1)
11399         * XplatUIX11.cs:
11400           - DestroyWindow: WM_DESTROY must be sent to our own window before
11401             notifying any child windows. MS documents that child windows
11402             are still valid when WM_DESTROY is received. (Control now relies on
11403             this behaviour)
11404           - Added some fine-grain debug options
11405
11406 2006-03-06  Jackson Harper  <jackson@ximian.com>
11407
11408         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
11409         box and base calculations off this.
11410         * MdiChildContext.cs:
11411         * MdiWindowManager.cs: Don't need to ensure scrollbars here
11412         anymore.
11413         
11414 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
11415
11416         * Splitter.cs: In situations where the affected control is added
11417           to the parent's control list after the splitter, we would not
11418           populate affected. Now we try populating it on mousedown, if
11419           it's not already set, and force it to be re-set whenever our
11420           parent changes.
11421
11422 2006-03-03  Matt Hargett  <matt@use.net>
11423
11424         * Control.cs: implement Control.Padding
11425         * Padding.cs: -Padding.All returns -1 when constructing with the
11426         implicit default ctor
11427         -Padding.ToString() matches MS.NET
11428         * ContainerControl.cs: implement
11429         ContainerControl.AutoScaleDimensions
11430         * ListControl.cs: implement ListControl.FormattingEnabled
11431         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
11432         * ButtonBase.cs:
11433         * TabPage.cs: Implement UseVisualStyleBackColor.
11434         * PictureBox.cs: Implement PictureBox.InitialImage.
11435
11436 2006-03-03  Mike Kestner  <mkestner@novell.com>
11437
11438         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
11439         event declarations to proxy to base event.
11440         * ListViewItem.cs: update to use ItemControl.
11441         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
11442         * ThemeWin32Classic.cs: update to new ListView theme API and fix
11443         column header label rendering for 0 width columns.
11444
11445 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
11446
11447         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
11448           that causes the control to be created. Fixes #77476.
11449
11450 2006-03-02  Jackson Harper  <jackson@ximian.com>
11451
11452         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
11453         expose_pending.
11454
11455 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
11456
11457         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
11458           passed in for the EventArgs (fixes #77690)
11459
11460 2006-03-01  Jackson Harper  <jackson@ximian.com>
11461
11462         * ScrollBar.cs: Refresh afterbeing resized.
11463
11464 2006-02-28  Mike Kestner  <mkestner@novell.com>
11465
11466         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
11467         Clean up a tracker compile warning.
11468         * MenuItem.cs: add internal PerformPopup method.
11469         [Fixes #77457]
11470
11471 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
11472
11473         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
11474           implicit expose) when the text is set to null
11475
11476 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
11477
11478         * RichTextBox.cs (FlushText): When newline is true, we always
11479           need to split the line, even if no text is on it and we may
11480           never eat newlines. (Fixes #77669)
11481
11482 2006-02-28  Mike Kestner  <mkestner@novell.com>
11483
11484         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
11485         and set Selected instead.
11486         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
11487         collections.
11488
11489 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
11490
11491         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
11492
11493 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
11494
11495         * FontDialog.cs:
11496           - Got rid of the panel. All controls are now directly added to
11497             the dialog form
11498           - It is now possible to set a font with the Font property
11499           - MinSize and MaxSize property do now what they should
11500           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
11501           - Searching and selecting a font with the font textbox works now,
11502             the same applies to the style and size textbox
11503           - Draw the correct 3D border in the example panel
11504           - Fixed a little mem leak (unused fonts didn't get disposed)
11505           - Many other internal updates/rewrites...
11506           - Fix typo
11507
11508 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
11509
11510         * TextControl.cs: 
11511           - InsertRTFFromStream: Added 'number of characters inserted' argument
11512           - set_SelectedRTF: Now using the number of characters to calculate
11513             the new location for the selection and cursor (x/y cannot be used
11514             due to potentially already wrapped text)
11515
11516 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
11517
11518         * TextControl.cs: Added property and implemented means to allow 
11519           disabling recalculation of a document (can be used to speed up
11520           multiple inserts and is needed to make RTF inserts predictable, see
11521           bug #77659)
11522         * RichTextBox.cs: Using the new NoRecalc property of Document to
11523           keep x/y insert locations predictable. Also makes it faster inserting
11524           large chunks of RTF
11525
11526 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
11527
11528         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
11529           it's easier for a child control to handle the other messages without
11530           having to duplicate the special functionality
11531         * TextBoxBase.cs
11532           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
11533             code to handle processing the key ourselves, in order to get 
11534             access to the result of KeyEventArgs.Handled. We now only call 
11535             ProcessKey if they key hasn't been handled already. Fixes #77526.
11536           - set_Text: If null or empty string is given, just clear the 
11537             document. Fixes part of #77526
11538
11539 2006-02-27  Jackson Harper  <jackson@ximian.com>
11540
11541         * SizeGrip.cs: Paint the background color before painting the grip
11542         so things look right.
11543         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
11544
11545 2006-02-27  Mike Kestner  <mkestner@novell.com>
11546
11547         * ListView.cs:
11548           - Restructure layout and invalidation model to remove a ton of
11549           flicker from the control and speed up performance in general.
11550           - Add manual column resize, flickers like crazy, but I already have
11551           some ideas on how I'll fix that. (#76822)
11552           - Merge the three Icon-based views into a single layout method.
11553           - Move item selection interaction logic from the item since 
11554           interaction with the collections is more appropriate to the view.
11555           - Deselection on non-item clicks.
11556         * ListViewItem.cs:
11557           - Encapsulate most of the layout. Add some internal props to trigger
11558           layout.  Move to a model where Items invalidate themselves instead
11559           of just invalidating the whole control every time something changes.
11560           - Invalidate on Text/Caption changes.
11561           - switch to an offset based layout model to avoid having to absolute
11562           position every element on item moves.
11563           - correct checkbox layout to conform to MS layout.
11564         * ThemeWin32Classic.cs:
11565           - refactor some column header drawing code.
11566           - fix string justification for column headers (#76821)
11567           - make SmallIcon labels top justified for compat with MS impl.
11568         * ThemeClearlooks.cs:
11569           - adjust to new ListViewItem internal checkbox bounds api.
11570
11571 2006-02-27  Jackson Harper  <jackson@ximian.com>
11572
11573         * Control.cs:  Change where implicit controls fall in the zorder.
11574         They are now on top of all children.
11575         - Synced AddImplicit code with Add
11576         - Removed unused enumerator.
11577         * SizeGrip.cs: Remove the TODO as its been TODONE.
11578
11579 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
11580
11581         * TextControl.cs(Insert): Combine the last lines unless the insertion
11582           string ends with \n\n, otherwise we leave one line too many (Fixes
11583           something I noticed with the testapp for #77526; the bug itself was
11584           already fixed in the previous checkin)
11585
11586 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
11587
11588         * RichTextBox.cs:
11589           - SelectionColor and SelectionFont methods no longer set absolute
11590             styles. Instead, the keep font or color respectively (This 
11591             resolves a long-standing FIXME in the code)
11592           - When flushing RTF text, the insert code now considers text trailing
11593             behind the insertion point (Fixes the bug where when replacing
11594             the selected text via SelectedRTF the remainder of the line behind 
11595             the selection would stay on the first insertion line)
11596         * TextBoxBase.cs:
11597           - AppendText now updates the selection points after inserting text
11598           - AppendText now ensures that the last tag (sometimes 0-length) of
11599             the document is used for the style information (Fixes part of 
11600             bug #77220)
11601         * TextControl.cs:
11602           - Created new FontDefiniton class to allow describing partial style
11603             changes
11604           - StreamLine() now takes a lines argument, to allow it to decide
11605             whether an encountered zero-length tag is the last in the document
11606             (which must be kept to not loose the font/color contained in it,
11607             for later appends)
11608           - Created Combine() and Split() methods for Marker structs, to 
11609             support marker updates due to reformatted documents (soft line
11610             wraps)
11611           - Implemented Document.CaretTag setter
11612           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
11613             of the last line (Not the cause, but also exposed by bug #77220)
11614           - Added LineTag argument to InsertString method, to allow callers
11615             to force a certain tag to be used (required to force use of the
11616             trailing zero-length tag of a document)
11617           - Now updating markers in Combine(), to avoid stale tag markers
11618           - Added some method descriptions to aid maintenance
11619           - Implemented new FormatText concept, allowing additive/subtractive
11620             formatting by only specifying the components that are to be 
11621             changed. This was needed for resolving the RTB.SelectedColor/
11622             RTB.SelectedFont fixmes
11623           - Added Break() support method to allow breaking up linetags (used
11624             for partial formatting)
11625           - Added GenerateTextFormat() method. It is used for partial 
11626             formatting and allows to generate a full font/color from given
11627             attributes and an existing tag.
11628
11629 2006-02-26  Jackson Harper  <jackson@ximian.com>
11630
11631         * XplatUIX11.cs:  Use the correct caption height.
11632         - Translate hittest coordinates to screen coords to match MS.
11633         * XplatUIWin32.cs: When we create MDI windows we need to reset
11634         some of the style flags, so we get a nice blank window, and can
11635         draw all the decorations ourselves.
11636         - Set a clipping rectangle on the non client paint event, the
11637         window manager drawing code needs one.
11638         * Form.cs: The window manager needs to know when the window state
11639         has been updated.
11640         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
11641         don't need to factor in border and title sizes in these
11642         methods. TODO: Remove the args and fix the call points.
11643         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
11644         properly.
11645         - Let the driver set the cursors.
11646         - Improve active window handling
11647         - Correct sizes for title bars and buttons.
11648         - Match MS drawing better
11649         * MdiWindowManager.cs: We don't need to handle border style
11650         updates specially anymore.
11651         - Check for scrollbars when windows are done moving
11652         - Handle Active properly.
11653         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
11654         correctly. I am spewing the exception though, so we don't hide the
11655         bugs.
11656         
11657 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
11658
11659         * DataGridViewRowPostPaintEventArgs.cs,
11660           DataGridViewCellPaintingEventArgs.cs,
11661           DataGridViewRowCollection.cs,
11662           DataGridViewRowPrePaintEventArgs.cs,
11663           DataGridViewCell.cs: Clear a few warnings and implement a few
11664           exceptions that should be thrown.
11665
11666 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
11667
11668         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
11669           'inheriting' our parent's (non-default) cursor. (Part of
11670            the fix for #77479)
11671
11672 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
11673
11674         * XplatUIX11.cs: Fixed cast to make csc happy
11675
11676 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
11677
11678         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
11679           it's for the client area (part of fix for #77479 and needed
11680           for MDI window cursor handling)
11681         * XplatUIX11.cs
11682           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
11683             the appropriate default cursors and also passing the message
11684             up the parent chain 
11685           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
11686             for non-client areas
11687
11688 2006-02-15  Jackson Harper  <jackson@ximian.com>
11689
11690         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
11691         is a real MDI window
11692
11693 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
11694
11695         * X11DesktopColors.cs: Instead of checking the desktop session
11696           string for "KDE" check if it starts with "KDE"
11697
11698 2006-02-10  Jackson Harper  <jackson@ximian.com>
11699
11700         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
11701         systems).
11702
11703 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
11704
11705         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
11706           errors
11707         * ColorDialog.cs:
11708           - Got rid of the panel. All controls are now directly added to
11709             the dialog form
11710           - Changed to mono coding style
11711
11712 2006-02-10  Jackson Harper  <jackson@ximian.com>
11713
11714         * InternalWindowManager.cs: We don't need the set visibility to
11715         false hack anymore now that peter has written beautiful shutdown
11716         code.
11717
11718 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
11719
11720         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
11721           where already explicitly destroyed
11722
11723 2006-02-10  Jackson Harper  <jackson@ximian.com>
11724
11725         * MdiClient.cs: Handle the case where windows are too high or to
11726         the left and we need scrollbars.
11727
11728 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
11729
11730         * MimeIcon.cs: Added some icons
11731         * FileDialog.cs:
11732           - Fixed bug #77477
11733           - Got rid of the panel. All controls are now directly added to
11734             the dialog form
11735           - Changed to mono coding style
11736           - On Linux "My Computer" and "My Network" will now show some
11737             more usefull information. A new class, MasterMount, gathers
11738             this information from /proc/mount. Updated MWFFileView to make
11739             use of this information
11740           - Fixed a bug that caused FileDialog to crash when
11741             ".recently_used" file had a zero size
11742           - FilterIndex does now what it should
11743           - Some Refactoring
11744         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
11745             FileDialog changes
11746
11747 2006-02-09  Jackson Harper  <jackson@ximian.com>
11748
11749         * ComboBox.cs: Don't touch if null.
11750
11751 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
11752
11753         * Cursor.cs: 64bit safeness fix
11754         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
11755
11756 2006-02-09  Jackson Harper  <jackson@ximian.com>
11757
11758         * Form.cs: If a form is made into an MDI form update the styles so
11759         all the props can get set correctly.
11760         - Kill the mdi_container when we dont need it anymore.
11761         * InternalWindowManager.cs: Add missing NOT
11762
11763 2006-02-08  Jackson Harper  <jackson@ximian.com>
11764
11765         * InternalWindowManager.cs: Respek clipping when drawing MDi
11766         decorations.
11767
11768 2006-02-08  Jackson Harper  <jackson@ximian.com>
11769
11770         * Hwnd.cs: Add bits to track non client expose events.
11771         * XplatUIX11.cs: Track non client expose events on the hwnd. This
11772         gives us a proper invalid rect and will allow for some nice
11773         optimizations with NC client drawing
11774         - MDI windows are children windows, so move their style handling
11775         into the child window block.
11776         * InternalWindowManager.cs: Remove a state reset that was
11777         getting invoked at the wrong time. Fixes managed windows getting
11778         into a 'stuck' captured state.
11779
11780 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
11781
11782         * TextControl.cs (Document.ctor): Now initializing 
11783           selection_anchor. Fixes #77493
11784
11785 2006-02-07  Jackson Harper  <jackson@ximian.com>
11786
11787         * TrackBar.cs: The increment/decrements were backwards.
11788
11789 2006-02-07  Mike Kestner  <mkestner@novell.com>
11790
11791         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
11792         to the instance itself.
11793
11794 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
11795
11796         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
11797           on ulongs and pointers, the size differs between 32bit and 64bit
11798           systems. 
11799
11800 2006-02-07  Mike Kestner  <mkestner@novell.com>
11801
11802         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
11803         for 64 bit platforms to work around a metacity bug. 
11804
11805 2006-02-07  Jackson Harper  <jackson@ximian.com>
11806
11807         * TrackBar.cs: Process the input keys we need, and hookup to
11808         KeyDown instead of using WndProc, so we get key messages.
11809
11810 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
11811
11812         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
11813           machine we're on. 
11814         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
11815           we need to translate the XdndVersion atoms array before sending it
11816
11817 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
11818
11819         * XplatUIX11.cs: 
11820           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
11821             number of bits for the property, not the number of bytes. The
11822             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
11823             but would not crash since it specified 8 bits instead of 4 bits)
11824           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
11825             defined as XID -> long in the C headers)
11826           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
11827             references since those are now IntPtr to begin with
11828           - Switched all Atom.XXX 'int' casts to IntPtr casts
11829           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
11830           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
11831           - Added XChangeActivePointerGrab DllImport (for X11DnD)
11832         * X11Structs.cs:
11833           - Changed 'int' type for Atoms in XEvent structures to IntPtr
11834           - Changed atom in HoverStruct to be IntPtr
11835         * X11DnD.cs:
11836           - Removed local DllImports, switched code to use those from XplatUIX11
11837           - Removed/fixed casts related to the switch of Atom to be a IntPtr
11838
11839 2006-02-06  Mike Kestner  <mkestner@novell.com>
11840
11841         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
11842         method signatures in the import region.  There may still be some
11843         lingering struct marshaling issues, as I didn't drill down into those.
11844         Yet.
11845
11846 2006-02-06  Jackson Harper  <jackson@ximian.com>
11847
11848         * ComboBox.cs: Dont manually set the top_item, this is computed
11849         when the scrollbar position is set.
11850
11851 2006-02-06  Mike Kestner  <mkestner@novell.com>
11852
11853         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
11854         startup crashes on amd64.  There's other fixes needed.  All pinvoke
11855         usage of Atom needs to be mapped to IntPtr for example.  And there are
11856         likely other int/long issues to be addressed.
11857
11858 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
11859
11860         * FileDialog.cs: One more...
11861
11862 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
11863
11864         * FileDialog.cs: Next try
11865
11866 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
11867
11868         * FileDialog.cs: First part of fix for #77464
11869
11870 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
11871
11872         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
11873           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
11874           AcceptButton border drawing.
11875
11876 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
11877
11878         * Form.cs: Moved positioning of form after auto scaling is applied,
11879           otherwise it would possibly use wrong form size.
11880
11881 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
11882
11883         * Control.cs (RecreateHandle): No need to re-create any child
11884           controls, the child windows will get destroyed automatically by
11885           the windowing system or driver, and re-created when the handle
11886           is being accessed the first time. Fixes #77456
11887         * Form.cs: No longer setting the form to closing if the handle is 
11888           being recreated. This seems like the right thing to do, don't
11889           have a bug or testcase for this, though.
11890
11891 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
11892
11893         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
11894           controls to avoid unwanted side effects
11895
11896 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
11897
11898         * Control.cs: 
11899           - ScaleCore needs to scale the bounds, not the ClientSize of the 
11900             control. Fixes #77416.
11901           - DefaultSize is 0,0 for control
11902         * TextBoxBase.cs: 
11903           - DefaultSize is 100, 20
11904           - SetBoundsCore: Now enforcing the height, no matter if the provided
11905             height is more or less than the preferred one, as long as AutoSize
11906             is on
11907         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
11908
11909 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
11910
11911         * Control.cs:
11912           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
11913             call unless both performLayout is true *and* we have a pending
11914             layout change
11915           - ResumeLayout: MS does not completely nest Suspend and Resume,
11916             they bottom out at 0, fixed our code to match that.
11917           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
11918             SetBoundsCore, we were updating even when we shouldn't. This fixes
11919             swf-anchors mis-anchoring when resizing the app fast and lots.
11920           - UpdateDistances: Now only setting the left and top distance if 
11921             we have a parent and are not suspended, this is based on
11922             a suggestion by Don Edvaldson in bug #77355.
11923           - OnVisibleChanged: Fixed logic when to create the control. We may
11924             not create the control if we have no parent or if it's not visible;
11925             switched to using Visible property instead of is_visible field 
11926             since the property also considers parent states. This fixes a bug
11927             when starting Paint.Net
11928
11929 2006-02-02  Jackson Harper  <jackson@ximian.com>
11930
11931         * Form.cs: If the forms handle hasn't been created yet don't call
11932         into xplatui to make it top most, just set the topmost flag on the
11933         form in CreateParams
11934         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
11935
11936 2006-02-01  Jackson Harper  <jackson@ximian.com>
11937
11938         * ScrollableControl.cs: Refactored the Recalculate method a
11939         little, this wasn't handling all the variants of bottom and right
11940         bars needed to be added and added/removed based on their
11941         counterparts being added/removed (which changes the drawable
11942         size). Also we special case client widths and heights of 0 and
11943         don't add the scrollbar for those.
11944
11945 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
11946
11947         * XplatUIX11.cs: 
11948           - Added method to get AbsoluteGeometry(); currently unused, but might
11949             be used in the future, if we try again to figure out toplevel
11950             coordinates with some more crappy window managers
11951           - Added FrameExtents() method to retrieve the WM set decoration size
11952           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
11953             to deal with at least KDE, FVWM and metacity (Fixes #77092)
11954         * Hwnd.cs: 
11955           - Added whacky_wm tracking var for metacity
11956           - Added logic to have default menu height if the actual menu height
11957             has not yet been calculated (part of fix for #77426)
11958         * Form.cs: Keep track whether client size has been set and re-set 
11959           it if a menu is added/removed afterwards (Fixes #77426)
11960
11961 2006-01-31  Jackson Harper  <jackson@ximian.com>
11962
11963         * Control.cs: When a new Site is set on the component attempt to
11964         pull the AmbientProperties from it.
11965
11966 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
11967
11968         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
11969           in the background of the owning form. Fixes #77332
11970
11971 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
11972
11973         * MimeIcon.cs: Fix for #77409
11974
11975 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
11976
11977         * XplatUIX11GTK.cs: Initial import
11978
11979 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
11980
11981         * FixedSizeTextBox: fixes class signature
11982
11983 2006-01-30  Jackson Harper  <jackson@ximian.com>
11984
11985         * FixedSizeTextBox.cs: New internal class that represents a
11986         textBox that will not be scaled.
11987         * TreeView.cs:
11988         * ComboBox.cs:
11989         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
11990         standard TextBox.
11991                 
11992 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
11993
11994         * XplatUIX11.cs: Retrieve default screen number instead of
11995           assuming 0. Attempted fix for #77318
11996
11997 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
11998
11999         * XplatUIWin32.cs: 
12000           - GetWindowPos: When a window is parented by FosterParent, use 
12001             the desktop instead of FosterParent as the base to get coordinates
12002           - CreateWindow: Don't make FosterParent the parent window for Popups
12003             if we don't want a taskbar entry, Popups automatically don't get one
12004         * Hwnd.cs: Need to call remove to actually remove the key from the
12005           hash table
12006
12007 2006-01-30  Mike Kestner  <mkestner@novell.com>
12008
12009         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
12010
12011 2006-01-30  Jackson Harper  <jackson@ximian.com>
12012
12013         * TreeView.cs:
12014         * TreeNode.cs: Raise events no matter how the treenode is
12015         checked. Patch by Don Edvalson.
12016
12017 2006-01-30  Jackson Harper  <jackson@ximian.com>
12018
12019         * TreeNode.cs: Signature fix.
12020
12021 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
12022
12023         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
12024
12025 2006-01-20  Mike Kestner  <mkestner@novell.com>
12026
12027         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
12028         event forwarding when menus are active.
12029         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
12030         Most of the patch is pdb's with a little rework.
12031
12032 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
12033
12034         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
12035           Removed GetMenuDC and ReleaseMenuDC methods; replaced
12036           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
12037         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
12038         * InternalWindowManager.cs: Added use of PaintEventStart/End to
12039           handling of WM_NCPAINT message, now passing the PaintEventArgs to
12040           the PaintWindowDecorations method
12041         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
12042         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
12043         * MenuAPI.cs: Made tracker window invisible
12044         * XplatUIWin32.cs:
12045           - Removed GetMenuDC and ReleaseMenuDC methods
12046           - Implemented the client=false path for PaintEventStart and
12047             PaintEventEnd
12048
12049 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
12050
12051         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
12052         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
12053           styles
12054         * Form.cs: 
12055           - MaximizeBox, MinimizeBox: Recreate the handle when setting
12056             the style
12057           - CreateParams: Reworked the styles to match MS look'n'feel,
12058             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
12059             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
12060
12061 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
12062
12063         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
12064           window is not mapped, since otherwise every form that's being 
12065           created is considered minimized, which is wrong.
12066         * Form.cs: Catching the exception and returning our internal value
12067           instead
12068
12069 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
12070
12071         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
12072           SetWindowMinMax() to have means to tell the driver about the minimum,
12073           maximum and maximized state window sizes. (Part of the fix for #76485)
12074         * Form.cs:
12075           - Implemented tracking of minimum and maximum window size, now calling
12076             new SetWindowMinMax() driver method to tell the driver (Part of the
12077             fix for #76485)
12078           - Finished handling of WM_GETMINMAXINFO method, now setting all values
12079             (Completes fix for #76485)
12080           - Calling new SetWindowMinMax driver method when the handle for a 
12081             form is created, to make sure the driver knows about it even if
12082             the values have been set before the window was created
12083           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
12084             to avoid messing up our anchoring calculations (partial fix
12085             for #77355)
12086         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
12087         * XplatUIX11.cs:
12088           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
12089           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
12090             (and presumably other freedesktop.org compliant WMs). Left the
12091             assumption unmapped=minimized, needed for SetVisible to work.
12092           - Now setting the window state when creating windows
12093           - Fixed SetVisible to consider/set the window state when mapping
12094             a Form. We cannot set the state before it's mapped, and we cannot
12095             use Form.WindowState once it's mapped (since it would ask the
12096             driver and get 'normal'. Therefore, we grab the state before
12097             mapping, map, and then set state.
12098           - Implmemented SetWindowMinMax method; Metacity does not seem to
12099             honor the ZoomHints, though.
12100         * XplatUIWin32.cs:
12101           - Removed MINMAXINFO (moved to XplatUIStructs)
12102           - Added SetWindowMinMax stub (on Win32 the only way to set that
12103             information is in response to the WM_GETMINMAXINFO message, which
12104             is handled in Form.cs)
12105           - Added logic to SetVisible to set the proper window state when a 
12106             form is made visible (fixes #75720)
12107
12108 2006-01-26  Jackson Harper  <jackson@ximian.com>
12109
12110         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
12111         same way we handle them with Invoke.
12112
12113 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
12114
12115         * Form.cs:
12116           - Added tracking of window state so CreateParams can return
12117             the appropriate style
12118           - Moved setting of WS_CAPTION style in CreateParams to allow
12119             styles without caption
12120         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
12121           control if the TextBox property is accessed. Fixes #77345
12122         * Control.cs:
12123           - get_Created: now uses is_disposed and is_created to determine
12124             return value (suggested by Jackson)
12125           - CreateHandle: No longer exits if the handle is being recreated
12126           - RecreateHandle: If the handle is not yet created call the 
12127             appropriate method to create either control or handle. If the
12128             control is already created CreateHandle will simply exit instead
12129             of just creating the handle
12130         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
12131           now SendMessage WM_DESTROY directly to the control when DestroyWindow
12132           is called.
12133         * XplatUIX11.cs: 
12134           - When DestroyWindow is called, instead of waiting for the 
12135             DestroyNotification from X11, we directly post it to the WndProc
12136             and immediately dispose the hwnd object.
12137             Same applies to DestroyChildWindows, and this obsoletes the
12138             expose_pending tracking. Contrary to Win32 behaviour we destroy our
12139             child windows before our own, to avoid X11 errors.
12140           - Removed the direct sending of WM_PAINT on UpdateWindow
12141         * XplatUIWin32.cs:
12142           - Reworked DoEvents and GetMessage to allow access to internal queue
12143             even when trying non-blocking access to the queue.  Fixes #77335. 
12144             Based on a patch suggestion by Don Edvalson. The new private
12145             GetMessage can now also be used as a backend for a PeekMessage
12146             frontend version.
12147         * XplatUI.cs: Improved debug output for CreateWindow
12148
12149 2006-01-25  Jackson Harper  <jackson@ximian.com>
12150
12151         * Help.cs: Allow param to be null. Patch by Don Edvalson.
12152
12153 2006-01-24  Jackson Harper  <jackson@ximian.com>
12154
12155         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
12156         when we have a MaxDropItems lower then the selected index.
12157
12158 2006-01-24  Jackson Harper  <jackson@ximian.com>
12159
12160         * Control.cs: Don't allow selection of non visible controls, allow
12161         selection of controls without parents.
12162
12163 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
12164
12165         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
12166         * DataGridDrawingLogic.cs: Add editing row only when is necessary
12167
12168 2006-01-23  Jackson Harper  <jackson@ximian.com>
12169
12170         * UpDownBase.cs: Make the textbox handle all the selection and
12171         tabbing. This fixes tabing to updown controls.
12172
12173 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
12174
12175         * TextBoxBase.cs: fixes exception thown the object was null
12176
12177 2006-01-23  Jackson Harper  <jackson@ximian.com>
12178
12179         * ButtonBase.cs: Just use the base CreateParams. They set
12180         visibility and enabled correctly.
12181         * ComboBox.cs:
12182         * TrackBar.cs:
12183         * MonthCalendar.cs: Lets let the base set as much of the
12184         createparams as possible so we don't have duplicate code all over
12185         the place.
12186
12187 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
12188
12189         * ThemeGtk.cs: Added TrackBar and some experimental code to
12190           get double buffering back
12191
12192 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
12193
12194         * DataGrid.cs: Allows row number set internally higher than the last
12195         when creating a new row. Restores the editing functionality.
12196
12197 2006-01-20  Mike Kestner  <mkestner@novell.com>
12198
12199         * MimeIcon.cs: delay Image creation until the icons are accessed
12200         instead of creating 190 scaled images on GnomeHandler startup.
12201
12202 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
12203
12204         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
12205           first call base before processing the event. Fixes #77279
12206
12207 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
12208
12209         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
12210           that the stride for the GDI bitmap would match the stride of
12211           a DIB or a Cursor.
12212
12213 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
12214
12215         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
12216
12217 2006-01-19  Jackson Harper  <jackson@ximian.com>
12218
12219         * ComboBox.cs: Hookup the text controls keydown event so we get
12220         those when the text control has the focus.
12221
12222 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
12223
12224         * Label.cs: Now using the base events instead of defining new ones;
12225           this allows us to just call the base properties without having to
12226           duplicate all base property logic 
12227
12228 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
12229
12230         * Label.cs: A label by default is not a tabstop (Fixes one of our
12231           failing nunit tests)
12232
12233 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
12234
12235         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
12236         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
12237
12238 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
12239
12240         * Cursor.cs: Reimplemented creating cursor bitmaps without using
12241           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
12242           This fixes #77218
12243         * XplatUIWin32.cs: 
12244           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
12245             constructor creates images that can't be saved. Part of the fix
12246             for #76103
12247           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
12248           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
12249             bug fix for handling window state in forms properly)
12250
12251 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
12252
12253         * ThemeGtk.cs: Simplify ScrollBar drawing
12254
12255 2006-01-18  Jackson Harper  <jackson@ximian.com>
12256
12257         * Splitter.cs: Set the default dock style for the splitter control
12258         in the constructor.
12259
12260 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
12261
12262         * ThemeGtk.cs: Corrected StateType and ShadowType for
12263           gtk_paint_box
12264
12265 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
12266
12267         * Control.cs: Make use of Theme.DoubleBufferingSupported
12268         * ThemeGtk.cs:
12269           - Added drawing for flat style buttons
12270           - Added ScrollBar drawing
12271
12272 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
12273
12274         * ThemeClearlooks.cs: Removed some unneeded code.
12275         * ThemeGtk.cs: First part of ThemeGtk enhancements.
12276
12277 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
12278
12279         * LinkLabel.cs: We need to update the hover drawing when
12280           leaving the control as well.
12281
12282 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
12283
12284         * DataGrid.cs: Clicking on non empty areas in the columns
12285            area was giving an exception
12286
12287 2006-01-17  Jackson Harper  <jackson@ximian.com>
12288
12289         * ThemeWin32Classic.cs:
12290         * ListView.cs: Do not draw/clip the headers when the header style
12291         is None.
12292
12293 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
12294
12295         * DataGrid.cs: Fixes 77260
12296         
12297 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
12298
12299         * DataGrid.cs: Clicking on a column on a empty grid was giving
12300           an exception
12301
12302 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
12303
12304         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
12305           or any keypress will crash the grid.
12306
12307 2006-01-17  Mike Kestner  <mkestner@novell.com>
12308
12309         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
12310         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
12311         invisible/previously-visible items.
12312         [Fixes #76909]
12313
12314 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
12315
12316         * ThemeClearlooks.cs:
12317         - Added CL_Draw_Button method; now other theme controls that are 
12318           not derived from button or do not have a button can draw buttons
12319           too
12320         - Updated ComboBox drawing
12321         - Beautified RadioButton drawing
12322         - Corrected drawing of bottom and left tabs
12323         - Beautified DateTimePicker and MonthCalendar
12324         - Added CPDrawButton and CPDrawRadioButton
12325
12326 2006-01-16  Jackson Harper  <jackson@ximian.com>
12327
12328         * ComboBox.cs: Set the initial value of the scrollbar to the
12329         current index. Reduce the numbers of refreshs and IndexOfs called.
12330
12331 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
12332
12333         * FileDialog.cs: When the file listview is focused hitting the
12334           backspace key moves the fileview to the parent directory
12335
12336 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
12337
12338         * Form.cs: 
12339           - Added RecreateHandle call when changing taskbar visibility to 
12340             trigger reparenting in Win32 driver (Fixes #75719)
12341           - If a window has minimize or maximize buttons, it cannot have
12342             a help button
12343         * XplatUIWin32.cs:
12344           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
12345             the toplevel form with FosterParent (A toolwindow not on the
12346             taskbar) (Fixes #75719)
12347           - Made FosterParent a toolwindow
12348
12349 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
12350
12351         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
12352
12353 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
12354
12355         * ToolTip.cs: If SetToolTip is called from a control and the mouse
12356           is currently over that control, make sure that tooltip_window.Text
12357           gets updated
12358
12359 2006-01-13  Mike Kestner  <mkestner@novell.com>
12360
12361         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
12362
12363 2006-01-13  Jackson Harper  <jackson@ximian.com>
12364
12365         * TreeView.cs: On MS GetNodeAt never actually factors in the X
12366         value passed.  Also redraw the selected node when we recieve
12367         focus, so tabbing between trees works correctly.
12368
12369 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
12370
12371         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
12372           ~/.gconf/%gconf-tree.xml, so use
12373           .gconf/desktop/gnome/interface/%gconf.xml
12374
12375 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
12376
12377         * TextControl.cs: Draw text in gray if control is disabled
12378
12379 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
12380
12381         * TreeView.cs: Draw the focus rectangle outside the highlight, to
12382           make sure it's always visible. Fixes #76680.
12383
12384 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
12385
12386         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
12387
12388 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
12389
12390         * PageSetupDialog.cs: Added.
12391         * PrintDialog.cs: Attributes.
12392         * PrintPreviewControl.cs: Updates.
12393         * PrintPreviewDialog.cs: Updates.
12394         
12395 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
12396
12397         * Control.cs: Undid my selection check fix, since it's not needed
12398         * TextBoxBase.cs:
12399           - Now considering the presence of hscroll/vscroll when sizing
12400             vscroll/hscroll respectively. Fixed bug #77077
12401           - Added Left/Up/Down/Right to IsInputKey list to prevent
12402             ContainerControl from stealing them. This fixes what I broke
12403             with my last checkin.
12404
12405 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
12406
12407         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
12408           I finally understand how the property can be set without a setter :-)
12409
12410 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
12411
12412         * Application.cs:
12413           - Switched RunLoop to use static Message.Create to create a 
12414             Message object
12415           - Added PreProcessMessage call in runloop for keyboard events; this
12416             is part of the fix for #77219, I overlooked this originally in the
12417             MSDN doc for PreProcessMessage
12418         * Control.cs:
12419           - Removed call to PreProcessMessage from handling of keyboard 
12420             messages; it's supposed to be done in the message pump
12421           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
12422             per MSDN documentation.
12423           - IsInputChar: All chars are input chars by default; removed the 
12424             parent calling chain, MS does not document that
12425           - PreProcessMessage: If IsInputChar is true, we want to return false
12426             to allow dispatching of the message
12427           - When selecting the next control, now also check that we're not
12428             selecting ourselves again and therefore return a false positive.
12429         * TextBoxBase.cs:
12430           - Tried to match return values for IsInputKey and ProcessDialogKey
12431             to what MS returns; moved processing of our special keys outside
12432             ProcessDialogKey since MS does not seem to return true on those.
12433           - Moved code that previously was in ProcessDialogKey into new private
12434             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
12435           - Reworked handling of WM_CHAR to not have to duplicate code from
12436             Control.cs anymore, instead we simply call down to base.
12437            
12438 2006-01-12  Jackson Harper  <jackson@ximian.com>
12439
12440         * ComboBox.cs: We always need to refresh the text area when
12441         EndUpdate is called. Fixes the combobox in the file dialog.
12442         * Control.cs: Don't create the creator_thread until the controls
12443         handle is created.  Also in InvokeRequired we check if the
12444         creator_thread is null. This gives the effect of InvokeRequired
12445         returning true if the controls handle is not created yet, and
12446         matches MS.
12447
12448 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
12449
12450         * XplatUI.cs:
12451           - Added StartLoop() driver method. This is used to allow drivers to
12452             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
12453             loop for a particular thread
12454           - Added EndLoop() driver method. This is called once the message
12455             pump for the thread is shut down
12456           - Added SupportsTransparency method to allow the driver to indicate
12457             opacity support for windows
12458         * Form.cs:
12459           - Removed TODO attribute, completed AllowTransparency property
12460           - Added documented logic to Opacity
12461         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
12462           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
12463           versions of CompatibleTextRendering
12464         * X11Structs.cs: Added opacity atom to our atom enumeration
12465         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
12466           of a form might be set before it's reparented by the WM, and we need
12467           the opacity value without calling up to Form)
12468         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
12469           SupportsTransparency() driver methods
12470         * Application.cs: Now calling StartLoop and EndLoop driver methods
12471         * XplatUIX11.cs:
12472           - Added opacity atom registration
12473           - Added StartLoop()/EndLoop() methods. They're empty right now but
12474             will need to get implemented when we switch to a per-thread queue
12475           - Implemented SupportsTransparency() method
12476           - Implemented SetWindowTransparency() method
12477           - Added support for setting the opacity value when a window is
12478             reparented (since the opacity needs to be set on the WM frame)
12479         * XplatUIOSX.cs, XplatUIWin32.cs:
12480           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
12481
12482 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
12483
12484         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
12485
12486 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
12487
12488         * FileDialog.cs: Added ToolTip for MWFFileView
12489         * MimeIcon.cs: Rewrote GnomeHandler.
12490           - Get currently used gnome icon theme from
12491             ($HOME)/.gconf/%gconf-tree.xml
12492           - Make use of inherited icon themes
12493           - Support SVG icon themes like Tango via librsvg
12494
12495 2006-01-12  Miguel de Icaza  <miguel@novell.com>
12496
12497         Revert's Jackson's revert which broke 2.0 builds.   Fix both
12498         builds. 
12499         
12500         * Application.cs: Move the use_compatible_text_rendering outside
12501         the NET_2_0 define.  If we ever need to use the
12502         use_compatible_text_rendering on the individual controls they will
12503         access the variable from the common shared code paths.
12504
12505 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
12506
12507         * XplatUI.cs:
12508           - Added more granular debug options
12509           - Added method to print both window text and id
12510           - Switched debug output to use new Window() debug method
12511           - Added IsEnabled() driver method
12512           - Added EnableWindow() driver method
12513         * Form.cs:
12514           - Removed end_modal; no longer needed, new loop handles termination
12515             via 'closing' variable
12516           - If form is modal, setting DialogResult will now initiate loop
12517             termination via 'closing' variable
12518           - Added support for is_enabled/WS_DISABLED to CreateParams
12519           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
12520             does all the work
12521           - Removed code that's now in RunLoop from ShowDialog()
12522           - Added various documented sanity checks to ShowDialog()
12523           - Added handling of WM_DESTROY message; we set 'closing' on getting
12524             the message to indicate the message pump to terminate
12525           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
12526             send by the Application.ExitThread method. (We send the message
12527             to destroy the window after all other events have been
12528             processed through the queue, instead of destroying the handle 
12529             directly)
12530           - Moved code from Close() method to WM_CLOSE handler; added logic
12531             to only send close-related events if the form is not displayed
12532             modal
12533         * Splitter.cs (..ctor): Fixed typo in resource name
12534         * Control.cs:
12535           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
12536             brush now
12537           - set_Cursor: Now only setting calling into XplatUI if the handle for
12538             the control is already created; this avoids implict handle creation
12539             or crashes if it's not created
12540           - set_Enabled: Now setting the enabled state via the new driver method
12541             instead of just tracking it
12542           - CreateParams: Added logic to set WS_DISABLED based on enabled state
12543           - CreateControl: Reordered event firing and method calls to more
12544             closely fire events in the order MS does. Now setting the
12545             enabled state in the driver when creating the control.
12546           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
12547             match MS order
12548         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
12549           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
12550         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
12551         * Hwnd.cs:
12552           - Added tracking of window enabled state (get_Enabled/set_Enabled)
12553           - Added EnabledHwnd property to easily allow a driver to find the
12554             handle of the first enabled window in the parent chain (this is
12555             used by drivers to pass up input events of disabled windows)
12556         * XplatUIDriver.cs: Added IsEnabled() method
12557         * Application.cs:
12558           - Removed crude and obsolete exiting tracking variable
12559           - Removed internal ModalRun(); replaced by RunLoop()
12560           - Implemented private CloseForms() method to allow closing all 
12561             windows owned by a particular (or all) threads
12562           - Exit() now properly closes all windows without forcing the message
12563             pump to quit
12564           - Removed obsolete InternalExit() method
12565           - Changed Run() methods to use new RunLoop() message pump
12566           - Implemented new RunLoop() method for both modal and non-modal forms
12567         * CommonDialog.cs:
12568           - get_CreateParams: Added setting of WS_DISABLED
12569           - Simplified ShowDialog(); now all the work is done in RunLoop(),
12570             invoked via Form.ShowDialog()
12571         * NativeWindow.cs: We don't remove the window from the collection when
12572           the handle is destroyed; there might still be messages for it in the
12573           queue (mainly the resulting WM_DESTROY); instead it will be removed
12574           when Control calls InvalidateHandle in the WM_DESTROY handler
12575         * XplatUIX11.cs:
12576           - CreateWindow: Added logic to handle the WS_DISABLED window style
12577           - EnableWindow: Implemented based on Hwnd.Enabled
12578           - GetMessage: Reset PostQuitState so the method can be called again
12579           - Implemented support for disabled windows (passing messages to the
12580             first enabled parent) in handling all input messages
12581           - Added optimizations for handling Expose events
12582           - Implemeted new driver method IsEnabled()
12583           - Now always resetting paint pending tracking vars when we start paint
12584           - Re-implemented UpdateWindow via just sending a WM_PAINT message
12585         * XplatUIOSX.cs: Added IsEnabled method stub
12586         * XplatUIWin32.cs: Implemented new IsEnabled() method
12587
12588 2006-01-11  Jackson Harper  <jackson@ximian.com>
12589
12590         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
12591         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
12592         variables a little.
12593         * ColorDialog.cs: Clear out the old form before adding the new
12594         panel.  
12595
12596 2006-01-11  Jackson Harper  <jackson@ximian.com>
12597
12598         * X11Dnd.cs: Make sure to add all the text formats when adding
12599         strings to the data object.
12600         * TreeNodeCollection.cs: When adding to a sorted tree we need to
12601         do some redrawing too.  Also change the UpdateNode to an
12602         UpdateBelow so the newly added node gets painted.
12603         
12604 2006-01-11  Miguel de Icaza  <miguel@novell.com>
12605
12606         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
12607         LinkLabel.cs, PropertyGrid.cs: Implement the
12608         UseCompatibleTextRendering property for 2.x
12609
12610         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
12611
12612 2006-01-11  Jackson Harper  <jackson@ximian.com>
12613
12614         * TreeView.cs: Use the property for setting the selected node so
12615         the correct events get raised.
12616         * TreeNode.cs: Update the tree when the fore/back colours of a
12617         node are set.
12618
12619 2006-01-10  Jackson Harper  <jackson@ximian.com>
12620
12621         * TreeView.cs: Allow setting SelectedNode to null.
12622
12623 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
12624
12625         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
12626
12627 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
12628
12629         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
12630
12631 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
12632
12633         * PrintDialog.cs: Added attributes and set default property values.
12634
12635 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
12636
12637         * PrintControllerWithStatusDialog.cs: 
12638         Added PrintControllerWithStatusDialog.
12639
12640 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
12641
12642         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12643         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
12644
12645 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
12646
12647         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
12648
12649 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
12650
12651         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
12652         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
12653
12654 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
12655
12656         * MimeIcon.cs: Added internal class SVGUtil.
12657
12658 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
12659
12660         * FileDialog.cs: Don't crash if there are two files with the
12661           same name but different locations.
12662
12663 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
12664
12665         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
12666         dates across multiple month grids. Used to not highlight entire 
12667         month, but does now.
12668         
12669 2006-01-06  Jackson Harper  <jackson@ximian.com>
12670
12671         * MonthCalendar.cs: Removed DoEvents call to prevent a running
12672         message loop. Change timer intervals to numbers that seem more
12673         natural.
12674
12675 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
12676
12677         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
12678           object for location info since screen object is now implemented.
12679
12680 2006-01-05  Jackson Harper  <jackson@ximian.com>
12681
12682         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
12683         * AsyncMethodResult.cs: We no longer use a WeakReference for the
12684         AsyncMethodResult, this is because we ALWAYS want the
12685         ManualResetEvent to get set.
12686         * Control.cs: When disposing use an async invoke to call shutdown
12687         code, so that thigns don't block on the finalizer thread.  Also
12688         check if we even have a message loop before trying to send
12689         messages, if we don't then don't bother sending messages.
12690         - No more weak references for async methods
12691         * XplatUIDriver.cs: No more weak references for async methods.
12692
12693 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
12694
12695         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
12696           returns two FontFamily with the same name
12697
12698 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
12699
12700         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
12701           drawing disabled text. Instead using the ColorGrayText color
12702
12703 2006-01-04  Jackson Harper  <jackson@ximian.com>
12704
12705         * TreeNode.cs: redraw the node when its image index is changed.
12706
12707 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
12708
12709         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
12710           time I checked there are no others like it.
12711
12712 2006-01-04  Jackson Harper  <jackson@ximian.com>
12713
12714         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
12715         this gives the behavoir I was looking for.
12716         * Control.cs: Special case Invoking EventHandlers, this matches MS
12717         and fixes part of bug #76326.
12718
12719 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
12720
12721         * ThemeClearlooks.cs, FileDialog.cs:
12722           - Reflect the latest Theme class changes
12723           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
12724             with DateTime
12725             
12726 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
12727
12728         * Theme.cs: Cache UI resource images and resize them if needed
12729
12730 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
12731
12732         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
12733           is called. This fixes the crash in Nexxia when setting the font
12734           attributes in the chat. [However, RTF needs a look-over to make sure
12735           that all SelectionXXX methods handle the special case that selection
12736           is empty and therefore the change must be applied to all text starting
12737           at the cursor/selection start]
12738
12739 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
12740
12741         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
12742           XplatUIOSX.cs: Added SendMessage and PostMessage methods
12743         * X11Keyboard.cs: Switched to new way of calling PostMessage
12744
12745 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
12746
12747         * Theme.cs: Added theme interface for images to allow the theme to
12748           control what images are used for things like FileDialog, MessageBox
12749           icons, etc.
12750         * MessageBox.cs: Now uses the new Theme icon/image interfaces
12751
12752 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
12753
12754         * FileDialog.cs:
12755           - Removed some dead code
12756           - Opening a recently used file does work now
12757           - Small UI enhancements
12758           - Refactoring
12759
12760 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
12761
12762         * FileDialog.cs: Forgot too add __MonoCS__
12763
12764 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
12765
12766         * FileDialog.cs: We are able to read recently used files now let's
12767           go on and write them.
12768
12769 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
12770
12771         * FileDialog.cs: Breathe some life into "last open"/"recently used"
12772           button
12773         * MimeIcon.cs: Do a check for the top level media type also
12774
12775 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
12776
12777         * ThemeClearlooks.cs:
12778           - Added CPDrawStringDisabled
12779           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
12780             some chars if the text doesn't fit into text_rect
12781           - DrawListViewItem: If View = View.LargeIcon center the image;
12782             rewrote the drawing of ListViewItem.Text if View = 
12783             View.LargeIcon
12784
12785 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
12786
12787         * MimeIcon.cs: Use default KDE icon theme if there is no
12788           "48x48" directory for the current icon theme, fixes #77114
12789         * Mime.cs: Disable not working and actually not used code. 
12790         * ThemeWin32Classic.cs:
12791           - Replace "new SolidBrush" in GetControlBackBrush and
12792             GetControlForeBrush with ResPool.GetSolidBrush
12793           - Changed DrawListViewItem from private to protected virtual
12794         * FileDialog.cs:
12795           - Added form.MaximizeBox = true
12796           - Don't throw an exception if there is a broken symbolic link
12797
12798 2005-12-23  Jackson Harper  <jackson@ximian.com>
12799
12800         * TabControl.cs: Give the panels focus, keyboard navigation is
12801         fixed so this works correctly now.
12802         - We need these key events also.
12803         * ToolBar.cs: Remove some of the poor mans double buffering.
12804         
12805 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
12806
12807         * ComboBox.cs: The internal TextBox now returns the focus.
12808
12809 2005-12-23  Jackson Harper  <jackson@ximian.com>
12810
12811         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
12812
12813 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
12814
12815         * Control.cs: Removed debug code
12816         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
12817           implicit children
12818
12819 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
12820
12821         * Control.cs: When creating the control, update the Z-order after
12822           all it's children are created, too. (Fixes nexxia not showing
12823           picturebox bug)
12824
12825 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
12826
12827         * Control.cs: Do not update the anchoring distances if layout is
12828           suspended, instead do it once layout is resumed
12829
12830 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
12831
12832         * Control.cs: 
12833           - After many hours of debugging, for both Jackson and
12834             myself, it turns out that it helps to set the parent of a control
12835             if you want to actually see it onscreen. In the spirit of that
12836             discovery, we're now setting the parent of the control and
12837             it's children when the control's handle is created. This fix
12838             will make Lutz Roeder's Reflector run happily. 
12839           - now just creating the handle instead of the whole control when
12840             getting a graphics context for the control.
12841
12842 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
12843
12844         * ScrollableControl.cs: When calculating the canvas, don't consider
12845           the scrollbar widths. Instead, predict if horizontal scrollbar
12846           will affect canvas when deciding on vertical display and vice versa.
12847
12848 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
12849
12850         * RichTextBox.cs: Set default RTF font for documents that don't
12851           have a font table (Fixes #77076)
12852
12853 2005-12-22  Jackson Harper  <jackson@ximian.com>
12854
12855         * TextBoxBase.cs: It's difficult to do, but you can have an empty
12856         clipboard. This prevents a NullRef in that case.
12857         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
12858         clipboard. PRIMARY is for the currently selected text only. (We
12859         should implement PRIMARY at some point.
12860
12861 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
12862
12863         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
12864           a Unicode function with a structure that was defined in Ansi way.
12865           This fixes #76942.
12866
12867 2005-12-21  Jackson Harper  <jackson@ximian.com>
12868
12869         * StatusBar.cs: Statusbar handles its fore/back colours on it's
12870         on. Because thats how it rolls. (and this avoids it using ambient
12871         colours).
12872         * ThemeWin32Classic.cs: Use the proper back color for filling.
12873         * Menu.cs: Use the system menu bar color for drawing menu
12874         bars. Using the window back color will bring ambient colours into
12875         the picture.
12876
12877 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
12878
12879         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
12880           Bitmaps were created and not disposed.
12881
12882 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
12883
12884         * Control.cs (CreateControl): Don't do anything if the control is
12885           already created, otherwise we'd fire the OnCreated event more than
12886           once
12887
12888 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
12889
12890         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
12891           will always match. Instead return -1. Fixes #76464.
12892
12893 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
12894
12895         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
12896           neither the beginning nor the end of the line (Fixes bug #76479)
12897
12898 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
12899
12900         * Control.cs:
12901           - ControlNativeWindow.ControlFromHandle(): Now handling situation
12902             where handle is invalid
12903           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
12904             instead of slower linear search
12905         * NativeWindow.cs: Don't remove the window from the hashtable until
12906           after the driver has destroyed it (since the driver might use
12907           Control.FromHandle to lookup the control object
12908         * Hwnd.cs: Added DestroyPending property to track if a window is 
12909           already destroyed as far as the driver is concerned and only hasn't
12910           yet notified the control
12911         * XplatUIX11.cs:
12912           - Activate(): Check if the window is still valid before using the 
12913             handle
12914           - Implemented DestroyChildWindow() method to mark child windows as
12915             destroyed when a window is destroyed. This prevents situations 
12916             where we might call an X method based on queued events for a
12917             window that already has been destroyed but we haven't yet pulled
12918             the destroy method from the queue.
12919           - Added a call to the new DestroyChildWindow() method to the drivers
12920             DestroyWindow code. Also now marking the destroyed window itself
12921             as pending
12922
12923 2005-12-20  Jackson Harper  <jackson@ximian.com>
12924
12925         * StatusBar.cs:
12926         * StatusBarPanel.cs: Don't calculate panel sizes on draw
12927         anymore. Just do them when needed, also track the rects of panels
12928         so that we can optimize refreshing more in the future.
12929
12930 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
12931
12932         * ColorDialog.cs: Fixed focus drawing in small color controls
12933
12934 2005-12-19  Jackson Harper  <jackson@ximian.com>
12935
12936         * InternalWindowManager.cs:
12937         * MdiWindowManager.cs: Cleanup some coordinate system changes so
12938         moving windows works properly.
12939
12940 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
12941
12942         * Control.cs: 
12943           - Removed call to InitLayout() from SetBoundsCore(); doc says
12944             it's only called when a control is added to a container
12945           - Split InitLayout logic, moved to separate UpdateDistances() method
12946             since we need to perform those calculations more often than just
12947             when adding the control to a container. (Needed to fix #77022)
12948           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
12949           - Reduced the OnBindingContextChanged events count, don't send them
12950             unless the control is created, we still aren't totally matching
12951             MS, but I can't quite figure out some of their rules
12952
12953 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
12954
12955         * ThemeClearlooks.cs: Corrected distance between ProgressBar
12956           stripes
12957
12958 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
12959
12960         * ThemeClearlooks.cs:
12961           - Updated ProgressBar drawing
12962           - Corrected drawing of ScrollBars and scroll buttons
12963           - Some temporary fixes for minor pixel artefacts
12964
12965 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
12966
12967         * Control.cs:
12968           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
12969             cause events to be sent in the same order as MS does.
12970           - Added ChangeParent() method to trigger various OnXXXChanged events
12971             that need to be fired when a parent changes (This is a reworking
12972             of the patch from r54254, with the X11 errors fixed)
12973           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
12974             since on MS we get OnLayoutChanged events when calling Clear()
12975           - Changed Enabled property to consider parent state as well, if a
12976             parent is not enabled, the control will not be either
12977           - Changed Parent property to simply call Controls.Add() since that
12978             now does all the work required, this way we avoid code duplication
12979           - Threw in a few OnBindingsContextChanged calls to try and match
12980             when MS sends them. We seem to send a few too many, though.
12981           - Added call to CreateControl when adding the control to a parent.
12982             We were never calling CreateControl. Still needs some work, in
12983             some places we treat HandleCreated and ControlCreated as equal, 
12984             which is wrong
12985           - Removed obsolete commented out code from UpdateZOrder()
12986
12987 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
12988
12989         * ThemeClearlooks.cs: Updated TrackBar drawing.
12990
12991 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
12992
12993         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
12994
12995 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
12996
12997         * FileDialog.cs: Add the Help button and the open readonly
12998           checkbox only if needed
12999
13000 2005-12-16  Jackson Harper  <jackson@ximian.com>
13001
13002         * Control.cs: Make sure we have an active menu before trying to
13003         process commands on it. Prevents menu-less forms from crashing
13004         when Alt is pressed.
13005         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
13006         Dieter Bremes.
13007         * RichTextBox.cs: Expand statement to help out gmcs and fix the
13008         2.0 build.
13009
13010 2005-12-16  Jackson Harper  <jackson@ximian.com>
13011
13012         * InternalWindowManager.cs: Don't translate tool windows screen
13013         coordinates. This fixes windows 'bouncing' around when being moved.
13014
13015 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
13016
13017         * TextBoxBase.cs:
13018           - MaxLength now treats 2^31-1 equal to unlimited length (this is
13019             not quite MS compatible, MS uses that number only for single line
13020             and 2^32-1 for multi-line, but I figure it won't hurt keeping
13021             the limit at 2GB)
13022           - Now enforcing the MaxLength limit when entering characters
13023           - Added argument to internal Paste() method to track if it's called
13024             from programatically or via keyboard, since keyboard driven pastes
13025             need to enforce max-length
13026           - Added logic to Paste to only paste as many chars as MaxLength 
13027             allows
13028         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
13029         * TextControl.cs:
13030           - Added Length property to return number of characters in document
13031           - Added private CharCount property which only tracks actual chars
13032             in the document (no linefeeds) and fires event when CharCount
13033             changes
13034           - Added tracking of character count to all methods that alter it
13035           - Added LengthChanged event to allow applications to subscribe
13036             to any changes to the document
13037
13038 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
13039
13040         * TextBox.cs: 
13041           - Removed local password_char field (moved to TextBoxBase)
13042           - Now setting the document's password var when password is
13043             set
13044         * TextBoxBase.cs:
13045           - Added password_char field (needed here so MultiLine can
13046             access it)
13047           - Added logic to MultiLine property setter to set the document's
13048             variable when password display is allowed
13049           - Removed debug code and made some debug code conditional
13050         * TextControl.cs:
13051           - Added RecalculatePasswordLine() method to handle special password
13052             char only lines
13053           - Added PasswordChar property, also added related tracking vars
13054           - Draw() method now uses local text var for grabbing text to draw,
13055             this var is set to line.text unless we're doing password display,
13056             then it is set to the pre-generated all-password-chars line
13057           - Added calling RecalculatePasswordLine() method for password lines
13058
13059 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
13060
13061         * Hwnd.cs: 
13062           - Added Reparented property to allow tracking of Window Manager
13063             reparenting actions (which affect X/Y calculations of toplevel 
13064             windows)
13065           - Made ToString() print window handles in hex
13066         * XplatUIX11.cs:
13067           - AddConfigureNotify(): Now uses reparented state off Hwnd to
13068             determine if X/Y needs offsetting
13069           - AddConfigureNotify(): Fixed offset calculations
13070           - Now adds ReparentNotify messages into the queue
13071           - Now processes ReparentNotify messages and causes a 
13072             WM_WINDOWPOSCHANGED message to be sent upstream if a window
13073             is reparented (as most likely it's X/Y coordinates are changed
13074             due to that)
13075
13076 2005-12-14  Jackson Harper  <jackson@ximian.com>
13077
13078         * XplatUIX11.cs: Tool windows still need to respek focus.
13079
13080 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
13081
13082         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
13083           have a working release
13084
13085 2005-12-13  Jackson Harper  <jackson@ximian.com>
13086
13087         * Form.cs: Update styles after setting the border style regardless
13088         of whether or not the window is using a window manager.
13089
13090 2005-12-13  Jackson Harper  <jackson@ximian.com>
13091
13092         * Form.cs: We now hook into an internal window manager instead of just an
13093         MDI subsystem, this is so we can have properly behaving tool windows.
13094         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
13095         * InternalWindowManager.cs: New internal class that acts as a
13096         window manager for tool windows and as a base for mdi windows.
13097         * MdiWindowManager.cs: New class that acts as a window manager for
13098         mdi windows.
13099
13100 2005-12-12  Jackson Harper  <jackson@ximian.com>
13101
13102         * Control.cs: Updates so we match behavoir for for implicit
13103         controls. Fixes explosions in MDI.
13104
13105 2005-12-12  Jackson Harper  <jackson@ximian.com>
13106
13107         * Control.cs: Implement Invalidate (Region).
13108
13109 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
13110
13111         * Control.cs: 
13112           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
13113             the same events as MS does. MS fires events for each property 
13114             except, for unknown reasons, Cursor, when the control is reparented. 
13115             I can't seem to totally match add/remove since MS also fires some 
13116             VisibleChanged events, which makes no sense. Consolidated the
13117             parenting code into a separate method so it can be called from
13118             both Add and Remove. set_Parent no longer needs any special logic
13119             as it calls the parent's add method which implicitly fires
13120             all events
13121           - Removed some obsolete code and debug output
13122           - Enabled state is inherited from parents, if this is enabled
13123
13124 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
13125
13126         * Form.cs: Removed commented out code
13127
13128 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
13129
13130         * Control.cs:
13131           - Added internal version of Invoke, with additional argument 
13132             indicating if we're calling it from a Dispose() handler. That
13133             way we can avoid BeginInvoke throwing an exception if we're
13134             calling for an already destroyed window.
13135           - Added a dispose argument to BeginInvokeInternal, and made the
13136             check if a valid window handle chain exists conditional on
13137             it not being a dispose call
13138           - Removed code in DestroyHandle to destroy our children. Since we
13139             now handle the WM_DESTROY message we will catch all our children
13140             being destroyed.
13141           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
13142         * Form.cs:
13143           - Added a field to track the application context of the form.
13144           - No need to set closing variable as response to WM_CLOSE, instead
13145             we destroy the window. We also call PostQuitMessage if the form
13146             has an application context (which makes it the main app form,
13147             which, when closed terminates the app)
13148         * XplatUI.cs:
13149           - Dropped Exit() method, it's naming was confusing
13150           - Added PostQuitMessage() which causes GetMessage to return false
13151             once the message queue is empty
13152         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
13153           PostQuitMessage()
13154         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
13155           no longer a valid XplatUI method, but left it in since it's used
13156           internally. Added empty PostQuitMessage() method.
13157         * MenuAPI.cs: Replaced call to Exit() with call to
13158           PostQuitMessage, even though this is probably no longer needed.
13159         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
13160         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
13161         * Application.cs:
13162           - Replaced call to XplatUI.Exit() with PostQuitMessage()
13163           - Removed old debug code that would call XplatUI for exception
13164             display, enabled standard exception handling (Still not enabled
13165             though, until NativeWindow's ExternalExceptionHandler define
13166             is removed
13167         * NativeWindow.cs:
13168           - Added internal method to allow control to update NativeWindow
13169             after a window has been destroyed
13170           - Added handling of already destroyed windows when calling i
13171             DestroyWindow
13172           - Added removal of handle from list on ReleaseHandle
13173         * XplatUIX11.cs:
13174           - Dropped GetMessageResult var and related code
13175           - Added PostQuitState to field to track if PostQuitMessage has been
13176             called
13177           - Dropped Exit() method
13178           - Added PostQuitMessage() method
13179           - GetMessage now will return false if PostQuitState is set and no
13180             more messages are in the queue.
13181           - Expose handler will no longer generate WM_PAINT messages if we are
13182             in PostQuitState since it's very likely any windows have already
13183             been destroyed, and since Hwnd won't get updated until we have
13184             processed the DestroyNotify we'd be causing X errors.
13185         
13186 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
13187
13188         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
13189           Thanks to Mike for pointing out the err of my ways.
13190
13191 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
13192
13193         * Control.cs(PreProcessMessage): Moved menu handling back, but
13194           after all other key handling, to match MS (who handles Menu in
13195           DefWndProc)
13196         * Menu.cs (WndProc): Removed my brainfart
13197
13198 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
13199
13200         * Control.cs(PreProcessMessage): Removed special menu handling 
13201         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
13202
13203 2005-12-07  Mike Kestner  <mkestner@novell.com>
13204
13205         * Control.cs : special case SYSKEYUP so that we can adjust keynav
13206         state according in tracker.
13207         * Menu.cs : promote tracker field to base class and provide a tracker
13208         lookup capability.  Add/Remove shortcuts dynamically if the top menu
13209         has a tracker. Unparent items that are removed from the collection.
13210         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
13211         * Theme*.cs: add always_show_hotkeys field to support configurability
13212         of mnemonic display.  win32 doesn't show mnemonics until Alt is
13213         pressed.
13214
13215 2005-12-07  Jackson Harper  <jackson@ximian.com>
13216
13217         * MdiChildContext.cs: Use Control.ResetCursor.
13218         * Control.cs: ResetCursor needs to set the property so that the
13219         correct XplatUI call gets made.
13220
13221 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
13222
13223         * Control.cs: More fixes to make our key events match MS. We
13224           were not setting the modifier state on KeyData, and we were
13225           not generating any events when Alt was pressed with a key
13226           since handling of WM_SYSxxx was missing for the OnKey methods.
13227
13228 2005-12-07  Jackson Harper  <jackson@ximian.com>
13229
13230         * MdiChildContext.cs: reenable the sizing code.
13231         - When the mouse leaves a window reset its cursor.
13232
13233 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
13234
13235         * ThemeClearlooks.cs: Reflect latest Hwnd changes
13236
13237 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
13238
13239         * Hwnd.cs: Now using the theme 3d bordersize to calculate
13240           widths of Fixed3D borders
13241
13242 2005-12-07  Jackson Harper  <jackson@ximian.com>
13243
13244         * MdiClient.cs: Fix warnings. Earn Mike's love.
13245
13246 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
13247
13248         * ThemeClearlooks.cs:
13249           - Adjusted mouse over button color
13250           - Added first parts of CheckBox drawing
13251           - Added correct color for selected text background
13252           - Fixed ComboBox drawing
13253           - Added CPDrawBorder3D and CPDrawBorder
13254
13255 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
13256
13257         * XplatUIX11.cs: Added call to XBell for AudibleAlert
13258
13259 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
13260
13261         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
13262           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
13263           alert users via sound. We could add an enum arg with different
13264           types of alerts in the future
13265
13266 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
13267
13268         * Control.cs: Fix behaviour problems pointed out by Mike
13269
13270 2005-12-05  Mike Kestner  <mkestner@novell.com>
13271
13272         * StatusBarPanel.cs: add Invalidate method and hook it into all the
13273         prop setters.  Calls parent.Refresh for now, but could be maybe be
13274         optimized with an internal method on StatusBar at some point.
13275         [Fixes #76513]
13276
13277 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
13278
13279         * RichTextBox.cs: Implemented get_SelectionColor
13280
13281 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
13282
13283         * ThemeClearlooks.cs:
13284           - Removed dead code
13285           - Draw black button border only if button is Form.AcceptButton
13286           - Draw correct button color for pressed RadioButton if the mouse 
13287             has entered the button
13288           - Updated ProgressBar drawing!
13289           - Updated CPDrawSizeGrip drawing
13290           - Updated StatusBarPanel drawing
13291
13292 2005-12-05  Mike Kestner  <mkestner@novell.com>
13293
13294         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
13295         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
13296
13297 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
13298
13299         * ThemeClearlooks.cs: Initial check-in, activate with
13300           export MONO_THEME=clearlooks
13301         * ThemeEngine.cs: Added ThemeClearlooks
13302
13303 2005-12-03  Mike Kestner  <mkestner@novell.com>
13304
13305         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
13306         [Fixes #76897]
13307
13308 2005-12-02  Jackson Harper  <jackson@ximian.com>
13309
13310         * Form.cs: If the child form has no menu the default main menu is
13311         used as the active menu.
13312
13313 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
13314
13315         * ListBox.cs: Check if any items exist before trying to resolve 
13316           coordinates into items
13317
13318 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
13319
13320         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
13321           as the second color for the background hatch
13322
13323 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
13324
13325         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
13326         * RichTextBox.cs: FormatText position arguments are 1-based, now making
13327           sure that what we pass to FormatText is always 1-based. Fixes #76885
13328
13329 2005-11-29  Miguel de Icaza  <miguel@novell.com>
13330
13331         * NumericUpDown.cs (EndInit): When we are done initializing,
13332         reflect any updates on the UI.
13333
13334 2005-12-02  Jackson Harper  <jackson@ximian.com>
13335
13336         * ImplicitHScrollBar.cs:
13337         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
13338         their container controls.
13339         * TreeView.cs: Use the new implicit scrollbars.
13340
13341 2005-12-02  Jackson Harper  <jackson@ximian.com>
13342
13343         * TreeView.cs: Make top_node internal so the TreeNodeCollections
13344         can play with it.
13345         * TreeNodeCollection.cs: If we remove the topnode we need to
13346         update topnode to the next node in line.
13347         - When clearing nodes go through the same process as removing
13348         them, so they get depareneted and checked if they are top node.
13349
13350 2005-12-01  Jackson Harper  <jackson@ximian.com>
13351
13352         * TreeView.cs: When imagelists are used the image area is
13353         selectable as well as the text.
13354         - If there are no selected nodes select the first one.
13355         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
13356         so don't do it more then we need to.
13357
13358 2005-12-01  Jackson Harper  <jackson@ximian.com>
13359
13360         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
13361         that arrows can be scaled.
13362
13363 2005-12-01  Jackson Harper  <jackson@ximian.com>
13364
13365         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
13366         fail. Patch by Dieter Bremes
13367
13368 2005-11-30  Jackson Harper  <jackson@ximian.com>
13369
13370         * Form.cs: Property is 2.0 only
13371         * PrintDialog.cs: Signature fix.
13372
13373 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
13374
13375         * TextControl.cs: 
13376           - No longer artificially moves text 2 pixels down (now that we have
13377             borders this is no longer needed)
13378           - Added calcs for left, hanging and right indent
13379
13380 2005-11-23  Mike Kestner  <mkestner@novell.com>
13381
13382         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
13383
13384 2005-11-30  Jackson Harper  <jackson@ximian.com>
13385
13386         * MdiChildContext.cs: Set the cloned menus forms, as these don't
13387         get cloned as part of CloneMenu ().
13388         * Menu.cs: Make sure the parent of the items get set correctly
13389         when they are added.  And the owners are notified of the changes.
13390         * Form.cs: Create an ActiveMenu property, so that when MDI is used
13391         we can change the menu being displayed/handled by the form without
13392         changing the menu assosciated with the form.
13393         - Don't let Mdi children draw/handle menus.
13394         
13395 2005-11-30  Jackson Harper  <jackson@ximian.com>
13396
13397         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
13398         a MenuChanged event. Just to make the API a little more
13399         consistent.
13400         * MainMenu.cs:
13401         * MenuItem.cs: Use the new OnMenuChanged
13402         * MdiChildContext.cs: Handle menu merging.
13403         * Form.cs: Implement MergedMenu.
13404         
13405 2005-11-30  Jackson Harper  <jackson@ximian.com>
13406
13407         * Menu.cs: We were misusing Add. Add goes behind the specified
13408         index according to the docs, and does not replace the specified
13409         index. So I added an Insert method.
13410
13411 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
13412
13413         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
13414           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
13415           is for Jackson
13416         * RichTextBox.cs: Added calls to base for DnD events
13417
13418 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
13419
13420         * TextControl.cs:
13421           - Fixed drag-selection related crash; style fixes
13422           - Implemented undo class
13423             o Implemented method to capture document state for specified
13424               range in document tree
13425             o Implemented method to restore captured document state
13426             o Implemented cursor tracking
13427             o Implemented basic undo stack
13428           - Added undo cursor tracking to methods altering cursor location
13429           - Added undo tracking to selection deletion (still missing
13430             other text-altering hookups)
13431         * RichTextBox.cs:
13432           - Added SelectionLength property
13433           - Implemented CanPaste()
13434           - Implemented Paste()
13435           - Added missing protected methods
13436           - Fixed RTF->Document conversion; now uses font index 0 and color 
13437             index 0 as the default font for the parsed text
13438           - Fixed RTF<->Document font size translation
13439           - Fixed RTF generation, now properly handles cross-tag boundaries
13440             for single line selection
13441           - No longer always appends blank line to generated RTF
13442           - Removed TODOs
13443           - Added missing attributes
13444           - Hooked up undo-related methods
13445         * TextBoxBase.cs:
13446           - Implemented Copy()
13447           - Implemented Paste()
13448           - Implemented Cut()
13449           - Fixed caret mis-behaviour on backspace across line-boundaries
13450
13451 2005-11-29  Jackson Harper  <jackson@ximian.com>
13452
13453         * MdiClient.cs: Add a method for activating mdi children. Very
13454         basic right now. I imagine someday it might need more girth.
13455         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
13456         children windows names are added to the menu item.
13457         * ThemeWin32Classic.cs: Draw the arrow if the item is an
13458         mdilist. This happens regardless of whether or not there are any
13459         mdi windows to see in the list, and according to my tests happens
13460         before the items are even added. Also happens if there isn't even
13461         an mdi client to get windows from.
13462
13463 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
13464
13465         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
13466         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
13467
13468 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
13469
13470         * DataGridTableStyle.cs:
13471           - Create always the styles for the missing columns even if they are
13472             provided by the user (not default table style)
13473         * DataGrid.cs:
13474           - Fixes bug 76770
13475           - Fixes SetDataBinding (always re-attach source)
13476           - Fixes SetNewDataSource (only clear styles if they are not for 
13477             this source)
13478          -  Expands OnTableStylesCollectionChanged to handle style refresh 
13479             and remove properly
13480
13481 2005-11-29  Jackson Harper  <jackson@ximian.com>
13482
13483         * FileDialog.cs: Implement missing bits, remove some dead
13484         code.
13485         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
13486         creation of the panel so that the options set on the dialog are
13487         seen when the panel is created.
13488         * TreeView.cs: raise a click when items are clicked.
13489         
13490 2005-11-29  Jackson Harper  <jackson@ximian.com>
13491
13492         * MdiClient.cs: Pass some signature methods through to base.
13493
13494 2005-11-28  Jackson Harper  <jackson@ximian.com>
13495
13496         * ListView.cs: Raise the click event when items are clicked.
13497
13498 2005-11-28  Jackson Harper  <jackson@ximian.com>
13499
13500         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
13501         a nullref.
13502
13503 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
13504
13505         * ThemeNice.cs: - Removed 1 pixel bitmaps
13506           - Use SmoothingMode.AntiAlias where it makes sense
13507             (ScrollButton arrow for example)
13508           - Enhanced Button focus drawing
13509           - Fixed ComboBox drawing (no artefacts anymore, focus
13510             rectangle is back again, reduced size of ComboButton, etc.)
13511           - Fixed RadioButton focus drawing for Appearence.Button
13512           - Slight ScrollButton redesign
13513           - Some LinearGradientBrush size fixes
13514           - GroupBoxes have now rounded edges
13515           - Fixed StatusBar drawing
13516
13517 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
13518
13519         * ThemeNice.cs: - Remove dead code
13520           - use correct background colors for menus, etc.
13521           - Fake pixel drawing with 1 pixel bitmaps
13522
13523 2005-11-24  Jackson Harper  <jackson@ximian.com>
13524
13525         * MdiClient.cs: Size the scrollbars when resizing the window.
13526         - Resize the maximized windows when the client is resized
13527         * Form.cs: Make the child context available
13528         
13529 2005-11-23  Jackson Harper  <jackson@ximian.com>
13530
13531         * MdiChildContext.cs: Don't size windows if they are maximized.
13532
13533 2005-11-23  Mike Kestner  <mkestner@novell.com>
13534
13535         * ContextMenu.cs: use MenuTracker.
13536         * Control.cs: remove menu handle usage.
13537         * Form.cs: remove menu handle usage.
13538         * Hwnd.cs: remove menu handle usage.
13539         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
13540         motion and clicks to the new Tracker handlers.
13541         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
13542         and handle usage.
13543         * MenuAPI.cs: refactored to combine popup and menubar event handling.
13544         Killed the MENU and MENUITEM data types and associated collections
13545         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
13546         MenuTracker class that exposes the leftovers from the old MenuAPI
13547         static methods. Restructured Capture handling so that only one grab is
13548         done for the entire menu hierarchy instead of handing off grabs to
13549         submenus. Tracker now has an invisible control to Capture when active.
13550         * MenuItem.cs: add sizing accessors, kill Create
13551         and handle usage.
13552         * Theme.cs: remove menu handle and MENU(ITEM) usage.
13553         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
13554         MENU(ITEM). remove menu handle usage, use Menu directly.
13555         * XplatUIDriver.cs: remove menu handle usage.
13556         * XplatUIOSX.cs: remove menu handle usage.
13557         * XplatUIWin32.cs: remove menu handle usage.
13558         * XplatUIX11.cs: remove menu handle usage.
13559
13560 2005-11-22  Jackson Harper  <jackson@ximian.com>
13561
13562         * Hwnd.cs: Don't compute the menu size for
13563         DefaultClientRectangle.
13564         - Reenable menu sizes being computed for GetClienRectangle.
13565         * Form.cs: Remove comment of trechery
13566         
13567 2005-11-22  Jackson Harper  <jackson@ximian.com>
13568
13569         * Hwnd.cs: The adjustments for the menu bar are made when it is
13570         attached to the form.
13571
13572 2005-11-19  Jackson Harper  <jackson@ximian.com>
13573
13574         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
13575         (just like on windows).
13576
13577 2005-11-19  Jackson Harper  <jackson@ximian.com>
13578
13579         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
13580         use real buttons anymore because they are in non client area. The
13581         one TODO here is that I need to somehow invalidate a section of
13582         the non client area.
13583
13584 2005-11-18  Jackson Harper  <jackson@ximian.com>
13585
13586         * Control.cs: Put the enum check back in now that MDI doesnt have
13587         to use this to set border styles.
13588         * Form.cs: Only set mdi child windows borders if the handle has
13589         been created.
13590         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
13591         this directly on to the driver.
13592         - Get the move start position before adjusting for the titlebar
13593         height, this fixes the windows "skipping" when they are first
13594         moved.
13595
13596 2005-11-18  Jackson Harper  <jackson@ximian.com>
13597
13598         * XplatUIX11.cs: Just compute the mdi borders separately as they
13599         don't totally match up with normal form borders.
13600
13601 2005-11-18  Jackson Harper  <jackson@ximian.com>
13602
13603         * Control.cs: Set WS_ styles for borders, so that the driver does
13604         not have to retrieve the control instance to figure out what kind
13605         of borders it should have.
13606         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
13607         driver can know its an mdi child easily.
13608         * XplatUIX11.cs: Get the border styles and whether the window is
13609         MDI from the Styles and ExStyles params instead of having to get a
13610         control. This prevents a chicken and egg problem.       
13611
13612 2005-11-18  Jackson Harper  <jackson@ximian.com>
13613
13614         * MdiClient.cs: Fix typo so scrollbars show up correctly.
13615
13616 2005-11-18  Jackson Harper  <jackson@ximian.com>
13617
13618         * MdiClient.cs: Calculate when to add and remove scrollbars
13619         correctly.
13620         * MdiChildContext.cs: Adjust the y position to take the titlebar
13621         into account.
13622         - No height for FormBorderStyle.None
13623
13624 2005-11-18  Jackson Harper  <jackson@ximian.com>
13625
13626         * Control.cs: Allow non enum values to be used for
13627         InternalBorderStyle.  MDI does this to set a special border style.
13628         - New utility methods for converting points to/from client coords
13629         - Add the newly created control to the Controls collection before
13630         updating its style. This way UpdateStyle can walk the control
13631         heirarchy to find the control if needed.
13632         so I don't need to create a new Point object all the time.
13633         * Form.cs: Let MDI windows handle their border styles.
13634         - Set styles on MDI windows so the correct title style is derived.
13635         * MdiChildContext.cs: Move all the painting and window handling
13636         into the non client area.
13637         - Use correct sizing and put correct buttons on frames based on
13638         the FormBorderStyle.
13639         - Notify the mdi client about scrolling
13640         - Need to handle the buttons ourselves now, because they are all
13641         in non client areas and we can't add controls there.
13642         * MdiClient.cs: Halfway to scrolling, this implementation is
13643         somewhat broken though, we need to check to make sure other
13644         windows aren't causing scrolling before removing the bars. Also
13645         the bars need to be drawn on top, maybe I can switch implicit
13646         controls to be on top.
13647         * Hwnd.cs: caption_height and tool_caption_height are now
13648         properties of an hwnd, this way they can be set by the driver
13649         based on the type of window they are.  In X11 the window manager
13650         handles the decorations so caption_height is zero unless its an
13651         MDI window.
13652         - Add 3 pixel borders for MDI windows (0xFFFF).
13653         - Get rid of some code duplication, have DefaultClientRectanle
13654         just call GetClientRectangle.
13655         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
13656         Hwnd now.
13657         - Set border styles differently for mdi windows.
13658         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
13659         Hwnd now.
13660         
13661 2005-11-15  Mike Kestner  <mkestner@novell.com>
13662
13663         * Menu.cs: when adding an item to the collection, if item is already 
13664         parented, remove it from the parent.
13665
13666 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
13667
13668         * X11DesktopColors.cs: Added KDE support
13669
13670 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
13671
13672         * XplatUIWin32.cs: 
13673           - Clipboard methods now can translate Rtf format
13674           - No longer removes clipboard contents whenever a new format is added
13675             to allow placing multiple formats on the clipboard
13676         * Clipboard.cs: Clipboard now supports getting a IDataObject and
13677           will place all formats contained in it onto the clipboard. Also
13678           now cleans the clipboard before placing a new object onto it
13679         * RichTextBox.cs:
13680           - Implemented set_Rtf
13681           - Implemented set_SelectedRtf
13682           - Created InsertRTFFromStream() method to allow single code base
13683             for all properties and methods that insert RTF into document
13684           - Removed debug output
13685         * TextControl.cs:
13686           - Fixed Delete(int) to fix up line numbers
13687           - Fixed ReplaceSelection to combine start and end line
13688           - Fixed serious DeleteChars bug that would leave the document tree
13689             broken
13690           - Improved DumpTree with several logic checks to detect broken
13691             document trees
13692           - Removed debug lines
13693           - Fixed Caret.WordForward/WordBack moving code, now always also 
13694             updates caret.tag (fixes crash when word-selecting across tag
13695             boundaries via keyboard)
13696           - Added Insert() method for inserting multiline text into documents
13697           - Fixed DeleteChars() calculation errors that would cause a broken
13698             tag chain with multiple tag lines
13699           - DeleteChars() no longer crashes on multi-tag lines if not all tags
13700           - Split() no longer moves caret if split is at caret location
13701           - ReplaceSelection() now updates the cursor and re-displays it
13702           - ReplaceSelection() now uses new Insert() method to avoid code
13703             duplication
13704           - FormatText() can now handle formatting partial lines
13705         * TextBoxBase.cs:
13706           - Append now uses new TextControl.Insert() method (this avoids 
13707             duplicate code)
13708           - Implemented Ctrl-X (Cut) (
13709           - Implemented Ctrl-C (Copy)
13710           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
13711             regeneration when pasting text; roundtripping Copy&Paste within
13712             edit control still fails due to some calculation bugs in GenerateRTF)
13713           - The Delete key will now remove the current selection if it is visible
13714         * TextBox.cs: Removed debug lines
13715         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
13716           driver to be initialized and can't therefore be done via a static ctor)
13717
13718 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
13719
13720         * TextControl.cs: Added backend code for finding char arrays and strings
13721         * TextBoxBase.cs:
13722           - Added mouse wheel scroll support
13723           - Added support for VScroll and HScroll events
13724         * RichTextBox.cs:
13725           - Implemented all seven Find() variants
13726           - Implemented GetCharFromPosition()
13727           - Implemented GetCharIndexFromPosition()
13728           - Implemented GetLineFromIndex()
13729           - Implemented GetPositionFromCharIndex();
13730           - Implemented SaveFile for PlainText and UnicodeText
13731           - Fixed set_Font, now setting a new font applies that font to
13732             the whole document
13733           - Implemented generic Document to RTF converter
13734           - Implemented SaveFile for RichText format (still missing unicode
13735             conversion for non-ansi chars)
13736           - Implemented get_Rtf
13737           - Implemented get_SelectedRtf
13738
13739 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
13740
13741         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
13742           to allow any captures to be released before triggering OnClick. This
13743           way a click handler may capture the mouse without interference.
13744         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
13745           This way we send them even though X may not allow a grab (if the window
13746           isn't visible, for example)
13747
13748 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
13749
13750         * DataGridViewRowEventArgs.cs: DataGridView implementation
13751         * DataGridViewElement.cs: DataGridView implementation
13752         * DataGridViewComboBoxCell.cs: DataGridView implementation
13753         * DataGridViewDataErrorContexts.cs: DataGridView implementation
13754         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
13755         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
13756         * ImageLayout.cs: DataGridView implementation
13757         * DataGridViewComboBoxColumn.cs: DataGridView implementation
13758         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
13759         * DataGridViewSelectionMode.cs: DataGridView implementation
13760         * IDataGridViewEditingControl.cs: DataGridView implementation
13761         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
13762         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
13763         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
13764         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
13765         * DataGridViewColumnSortMode.cs: DataGridView implementation
13766         * DataGridView.cs: DataGridView implementation
13767         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
13768         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
13769         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
13770         * Padding.cs: DataGridView implementation
13771         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
13772         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
13773         * DataGridViewRowEventHandler.cs: DataGridView implementation
13774         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
13775         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
13776         * DataGridViewButtonCell.cs: DataGridView implementation
13777         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
13778         * DataGridViewEditMode.cs: DataGridView implementation
13779         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
13780         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
13781         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
13782         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
13783         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
13784         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
13785         * DataGridViewCellEventHandler.cs: DataGridView implementation
13786         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
13787         * DataGridViewCellStyleConverter.cs: DataGridView implementation
13788         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
13789         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
13790         * DataGridViewColumnEventArgs.cs: DataGridView implementation
13791         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
13792         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
13793         * QuestionEventArgs.cs: DataGridView implementation
13794         * IDataGridViewEditingCell.cs: DataGridView implementation
13795         * DataGridViewTriState.cs: DataGridView implementation
13796         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
13797         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
13798         * DataGridViewColumnCollection.cs: DataGridView implementation
13799         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
13800         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
13801         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
13802         * DataGridViewColumn.cs: DataGridView implementation
13803         * DataGridViewCellBorderStyle.cs: DataGridView implementation
13804         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
13805         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
13806         * DataGridViewRow.cs: DataGridView implementation
13807         * DataGridViewImageCellLayout.cs: DataGridView implementation
13808         * DataGridViewImageCell.cs: DataGridView implementation
13809         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
13810         * DataGridViewCheckBoxCell.cs: DataGridView implementation
13811         * DataGridViewHeaderCell.cs: DataGridView implementation
13812         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
13813         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
13814         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
13815         * DataGridViewTextBoxColumn.cs: DataGridView implementation
13816         * QuestionEventHandler.cs: DataGridView implementation
13817         * DataGridViewCellStyleScopes.cs: DataGridView implementation
13818         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
13819         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
13820         * DataGridViewCell.cs: DataGridView implementation
13821         * DataGridViewCellEventArgs.cs: DataGridView implementation
13822         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
13823         * DataGridViewCellStyle.cs: DataGridView implementation
13824         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
13825         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
13826         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
13827         * TextFormatFlags.cs: DataGridView implementation
13828         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
13829         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
13830         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
13831         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
13832         * DataGridViewButtonColumn.cs: DataGridView implementation
13833         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
13834         * HandledMouseEventArgs.cs: DataGridView implementation
13835         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
13836         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
13837         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
13838         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
13839         * DataGridViewRowCollection.cs: DataGridView implementation
13840         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
13841         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
13842         * DataGridViewHitTestType.cs: DataGridView implementation
13843         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
13844         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
13845         * DataGridViewColumnEventHandler.cs: DataGridView implementation
13846         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
13847         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
13848         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
13849         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
13850         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
13851         * DataGridViewContentAlignment.cs: DataGridView implementation
13852         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
13853         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
13854         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
13855         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
13856         * DataGridViewPaintParts.cs: DataGridView implementation
13857         * DataGridViewCellCollection.cs: DataGridView implementation
13858         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
13859         * DataGridViewImageColumn.cs: DataGridView implementation
13860         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
13861         * DataGridViewElementStates.cs: DataGridView implementation
13862         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
13863         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
13864         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
13865         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
13866         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
13867         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
13868         * DataGridViewRowHeaderCell.cs: DataGridView implementation
13869         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
13870         * DataGridViewTextBoxCell.cs: DataGridView implementation
13871         * DataGridViewBand.cs: DataGridView implementation
13872         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
13873         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
13874         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
13875         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
13876         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
13877         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
13878         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
13879         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
13880         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
13881         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
13882         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
13883
13884 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
13885
13886         * ThemeWin32Classic.cs: 
13887           - Draw the outside focus rectangle around buttons
13888           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
13889             doesn't use end caps for every dash of a line anymore. This
13890             workaround ignores the forecolor.
13891
13892 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
13893
13894         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
13895           endian safe.
13896
13897 2005-11-07  Jackson Harper  <jackson@ximian.com>
13898
13899         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
13900
13901 2005-11-07  Jackson Harper  <jackson@ximian.com>
13902
13903         * ScrollableControl.cs: Calculate the maximum and change vars
13904         (more) correctly so that scrollbars appear as a sensible size.
13905
13906 2005-11-04  Jackson Harper  <jackson@ximian.com>
13907
13908         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
13909         collection.
13910         * TreeView.cs: When the tree is sorted null out the top_node so
13911         that it is recalculated.
13912         - Use dotted lines instead of dashed lines to match MS better.
13913
13914 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
13915
13916         * ListView.cs: 
13917           - Implements key search for items. Useful when browsing files with FileDialog
13918           - When changing view mode or when clear the items reset scrollbar positions
13919
13920 2005-11-04  Jackson Harper  <jackson@ximian.com>
13921
13922         * CurrencyManager.cs: Implement the MetaDataChanged event, the
13923         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
13924         as to what the method may do as there is no real way of creating a
13925         derived CurrencyManager and calling the method. 
13926
13927 2005-11-03  Jackson Harper  <jackson@ximian.com>
13928
13929         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
13930         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
13931         method which seems to just be used internally to refresh the tabs.
13932
13933 2005-11-03  Jackson Harper  <jackson@ximian.com>
13934
13935         * TabControl.cs: Implement the remove method. Fix some broken
13936         comments.
13937
13938 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
13939
13940         * DateTimePicker.cs:
13941           - Added missing DateTimePickerAccessibleObject class
13942           - Added missing events
13943           - Added OnFontChanged method
13944         * Form.cs: Added missing attributes
13945         * TreeView.cs: Added missing attributes
13946
13947 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
13948
13949         * GridItemCollection.cs: Fix signatures
13950
13951 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
13952
13953         * XplatUI.cs: Updated build rev/date
13954         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
13955           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
13956         * Application.cs: Trigger context-specific ExitThread events
13957
13958 2005-11-03  Jackson Harper  <jackson@ximian.com>
13959
13960         * Menu.cs:
13961         * MainMenu.cs:
13962         * GridTableStylesCollection.cs:
13963         * Timer.cs:
13964         * TabPage.cs:
13965         * HelpProvider.cs:
13966         * StatusBar.cs:
13967         * MonthCalendar.cs: Signature fixes
13968
13969 2005-11-03  Jackson Harper  <jackson@ximian.com>
13970
13971         * TreeNodeCollection.cs: Remove should not be virtual.
13972         * TreeView.cs: Implement the last of the missing methods.
13973
13974 2005-11-03  Jackson Harper  <jackson@ximian.com>
13975
13976         * TreeNodeConverter.cs: Implement to get off my class-status back.
13977
13978 2005-11-03  Jackson Harper  <jackson@ximian.com>
13979
13980         * TreeView.cs: Hookup the bits for drag and drop.
13981         * TreeNode.cs: Don't cache the tree_view or index anymore, now
13982         that nodes can be moved from tree to tree easily this just causes
13983         all sorts of problems.
13984         * TreeNodeCollection: Don't need to give treenodes an index and
13985         treeview anymore when they are added, these are computed on the
13986         fly. Also make sure to remove a node before its added.
13987
13988 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
13989
13990         * TextControl.cs:
13991           - Added CaretSelection enum
13992           - Added comparison methods to Marker struct, makes selection code
13993             more readable
13994           - Added SelectionStart and SelectionEnd as 'moveable' location for
13995             the CaretDirection enum and handler
13996           - Added selection_prev variable to track optimized invalidation for
13997             word and line selection
13998           - Added SelectionVisible property (returns true if there is a valid 
13999             selection)
14000           - Switched CaretHasFocus to only display the caret if there is no
14001             visible selection
14002           - Avoiding StringBuilder.ToString to retrieve a single char, instead
14003             using the direct character index; should be much faster
14004           - Added various conditional debug statements
14005           - Fixed invalidation calculation for selection ranges
14006           - Added ExpandSelection() method to support word and line selection
14007           - Switched SetSelectionToCaret to use new Marker compare overloads
14008           - Added central IsWordSeparator() method to determine word 
14009             separators/whitespace and FindWordSeparator() to streamline common
14010             usage of IsWordSeparator()
14011         * TextBoxBase.cs:
14012           - Removed unneeded grabbed variable, it was just mirroring
14013             Control.Capture
14014           - No longer firing OnTextChanged event when Text setter is called,
14015             since the base will fire the event for us
14016           - Added handling of Ctrl-Up/Down selection
14017           - Added handling of Shift-Cursorkey selection
14018           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
14019             words
14020           - Added handling of Shift and Ctrl-Shift-Home/End selection
14021           - Removed some debug output
14022           - Added handling for single/double/tripple-click to place caret/
14023             select word/select line respectively (Fixes bug #76031)
14024           - Added support for drag expansion of word/line selection
14025         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
14026           current selection
14027
14028 2005-11-02  Jackson Harper  <jackson@ximian.com>
14029
14030         * X11Dnd.cs: If the drag is going to and from a MWF window just
14031         copy the data instead of sending it out through the X Selection
14032         mechanism.
14033
14034 2005-11-02  Jackson Harper  <jackson@ximian.com>
14035
14036         * X11Dnd.cs:
14037         * XplatUIX11.cs: When in a drag we don't want motion notify
14038         messages to get passed on to the other controls. This prevents
14039         mouse move messages from showing up in the drag source.
14040
14041 2005-11-02  Jackson Harper  <jackson@ximian.com>
14042
14043         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
14044         the correct button is release to end a drag.
14045         * XplatUIX11.cs: Make the button state internal so the drag system
14046         can access it.  Dragging needs to know about all button releases,
14047         not just left button.
14048
14049 2005-11-02  Miguel de Icaza  <miguel@novell.com>
14050
14051         * Form.cs (Icon): If the icon is null, reset the icon to the
14052         default value. 
14053
14054         * Cursor.cs: When writing the AND-mask bitmap do not include the
14055         number of colors, but hardcode those to two (black and white),
14056         fixes the loading of color cursors (Paint Dot Net).
14057
14058         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
14059         turn off autoscaling.
14060
14061         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
14062
14063 2005-11-02  Jackson Harper  <jackson@ximian.com>
14064
14065         * X11Dnd.cs: Make sure to send a status message if the pointer
14066         enters a control that can not accept a drop, otherwise the cursor
14067         isn't updated correctly. Also tried to compress the lines of code
14068         a bit.
14069
14070 2005-11-02  Jackson Harper  <jackson@ximian.com>
14071
14072         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
14073         set actions correctly.  This isn't perfect as XDND and win32 have
14074         some differences on how you allow actions. I'll clear this up by
14075         adding a path for drag from MWF to MWF windows.
14076         * XplatUIX11.cs: Hook into the dnd system.
14077
14078 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
14079
14080         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
14081         previously shown but they are no longer need it. Very obvious when 
14082         browsing files with FileDialog.
14083
14084 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
14085
14086         * Control.cs: We always need to call OnPaintBackground. We pretty much
14087           ignore AllPaintingInWmPaint and always do the painting there, whether 
14088           it's set or not, since we always ignore the WM_ERASEBKGND message 
14089           (which we don't generate on X11). This fixes #76616.
14090         * Panel.cs: Removed unneeded background painting. This happens properly
14091           in Control.cs already
14092
14093 2005-10-31  Mike Kestner  <mkestner@novell.com>
14094
14095         * Menu.cs: Add items to collection before setting their index.
14096         * MenuItem.cs : add range checking with ArgumentException like MS.
14097         [Fixes #76510]
14098
14099 2005-10-31  Jackson Harper  <jackson@ximian.com>
14100
14101         * ListBox.cs: Invalidate if the area is visible at all not just
14102         contained in the visible rect. Fixes unselection of semi visible
14103         items.
14104
14105 2005-10-31  Jackson Harper  <jackson@ximian.com>
14106
14107         * Control.cs: Consistently name the dnd methods. Make them
14108         internal so we can override them to match some MS behavoir
14109         internally.
14110         * Win32DnD.cs: Use the new consistent names.
14111
14112 2005-10-31  Jackson Harper  <jackson@ximian.com>
14113
14114         * TreeView.cs: Don't draw the selected node when we lose focus.
14115
14116 2005-10-31  Jackson Harper  <jackson@ximian.com>
14117
14118         * X11Dnd.cs: We still need to reset the state even though a full
14119         reset isn't being done, otherwise status's still get sent all over
14120         the place.
14121
14122 2005-10-31  Jackson Harper  <jackson@ximian.com>
14123
14124         * Control.cs: Make the dnd_aware flag internal so the dnd
14125         subsystem can check it. Catch exceptions thrown in dnd handlers to
14126         match MS behavoir.
14127         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
14128         * X11Dnd.cs: Handle null data in the converters. Set the XDND
14129         version when sending a XdndEnter. Use the control/hwnd dnd_aware
14130         flags to reduce the number of dnd enters/status's sent.
14131
14132 2005-10-31  Jackson Harper  <jackson@ximian.com>
14133
14134         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
14135
14136 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
14137
14138         * PictureBox.cs: Fixes 76512
14139
14140 2005-10-28  Jackson Harper  <jackson@ximian.com>
14141
14142         * X11Dnd.cs: Early implementation to support winforms being a drag
14143         source for data on X11. Also restructured the converters so they
14144         can go both ways now.
14145         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
14146         
14147 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
14148
14149         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
14150           clipboard requests
14151
14152 2005-10-27  Jackson Harper  <jackson@ximian.com>
14153
14154         * TreeNode.cs: Implement serialization so my DnD examples will work.
14155
14156 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
14157
14158         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
14159           TreeView.cs: Don't dispose objects that are not owned.
14160           
14161 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
14162
14163         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
14164           should retrieve the current cursor and report that, but XplatUI
14165           doesn't (yet) have an interface for that (and I'm not sure I even
14166           can, on X11)
14167         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
14168           until any message loop processing is done (and the WM_SETCURSOR
14169           replaces the cursor to the proper one)
14170         * XplatUIX11.cs: 
14171           - Fixed override behaviour, we can't set the cursor globally on X11, 
14172             just for our windows.
14173           - Invalidating the System.Drawing X11 display handle when we are
14174             shutting down
14175         * Control.cs: Fix to make csc happy
14176
14177 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
14178
14179         * TextBoxBase.cs: 
14180           - get_Text: Add last line (without trailing newline) to returned
14181             value (Fixes 76212)
14182           - get_TextLength: Count last line in returned length
14183           - ToString: Call Text property instead of duplicating code
14184
14185 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
14186
14187         * ImageList.cs: Dispose ImageAttributes objects.
14188
14189 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
14190
14191         * ImageList.cs: Use attribute constructors with less arguments where
14192           possible.
14193
14194 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
14195
14196         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
14197           Use typeof instead of strings when assembly is referenced. Added
14198           some more comments.
14199
14200 2005-10-21  Jackson Harper  <jackson@ximian.com>
14201
14202         * ListView.cs: Raise a double click event. Also tried to somewhat
14203         fix when the selectedindexchanged event is raised. Its still
14204         broken though.
14205
14206 2005-10-21  Jackson Harper  <jackson@ximian.com>
14207
14208         * TreeView.cs: New method to invalidate the plus minus area of a
14209         node without invalidating the whole node (maybe this can be used
14210         in some more places).
14211         * TreeNodeCollection.cs: When adding to an empty node we need to
14212         invalidate its plus minus area so the little block shows up.
14213         
14214 2005-10-21  Jackson Harper  <jackson@ximian.com>
14215
14216         * TreeView.cs: Make sure that when we invalidate a node the bounds
14217         are big enough to cover the selected box and the focus
14218         rectangle. Use a different colour for the lines connecting nodes
14219         so they show up with all themes.
14220
14221 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
14222
14223         * NativeWindow.cs: Don't call anything that could call into the driver,
14224           we might be on a different thread.
14225
14226 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
14227
14228         * Control.cs(Dispose): Since Dispose might run on a different thread,
14229           make sure that we call methods that could call into the driver via
14230           invoke, to avoid thread issues
14231
14232 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
14233
14234         * XplatUI.cs: Removed finalizer
14235         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
14236           not allowing to be called on the finalizer thread.
14237
14238 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
14239
14240         * ImageList.cs:
14241           - Reverted r51889 and r51891.
14242           - Added ImageListItem class that stores unmodified image items and image
14243             properties required to create list images until handle is created.
14244           - Added AddItem and moved image creation logic to AddItemInternal.
14245           - Added CreateHandle method that creates images based on unmodified items.
14246           - Added DestroyHandle that changes state to store unmodified items.
14247           - Add and AddStrip methods no more create handle.
14248           - ReduceColorDepth has no return value.
14249           - Dispose destroys handle.
14250           - Modified other methods to reflect the above changes.
14251           - Implemented key support.
14252           - Added profile 2.0 members and attributes.
14253           - Added private Reset and ShouldSerialize methods that provide the same
14254             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
14255             them as they are private.
14256           - Added some more comments about implementation details.
14257
14258 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
14259
14260         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
14261
14262 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
14263
14264         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
14265
14266 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
14267
14268         * DataGridDrawingLogic.cs: Fixes column hit calcultation
14269         * DataGridColumnStyle.cs: Remove debug message
14270
14271 2005-10-20  Jackson Harper  <jackson@ximian.com>
14272
14273         * TreeView.cs: We can always get input keys regardless of whether
14274         or not editing is enabled. They are used for navigation.
14275
14276 2005-10-20  Jackson Harper  <jackson@ximian.com>
14277
14278         * TreeNode.cs: Use the viewport rect for determining if a node
14279         needs to be moved for visibility. Don't use Begin/End edit. This
14280         calls a full refresh when its done.
14281         * TreeView.cs: New SetBottom works correctly.  Make the viewport
14282         rect property internal so the treenodes can see it. When clicking
14283         on a node we need to ensure that its visible because it might just
14284         be partly visible when clicked.
14285
14286 2005-10-20  Jackson Harper  <jackson@ximian.com>
14287
14288         * TreeNodeCollection.cs: Remove debug code.
14289
14290 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
14291
14292         * Datagrid.cs: Implements column sorting in Datagrid
14293         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
14294
14295 2005-10-20  Jackson Harper  <jackson@ximian.com>
14296
14297         * TreeNodeCollection.cs: Remove items properly. Update the correct
14298         area after removing them.
14299
14300 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
14301
14302         * Datagrid.cs: Should not call base.OnPaintBackground
14303
14304 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
14305
14306         * XplatUIX11.cs (GetMessage):
14307           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
14308             window instead of client window
14309           - Now properly calculates NC_xBUTTONUP message coordinates
14310           - ScreenToMenu now properly calculates it's coordinates of whole 
14311             window, since menus are in the whole window, not in the client
14312             window
14313           - Added WholeToScreen coordinate translation method
14314
14315 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
14316
14317         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
14318           want to return a message, loop back to the beginning of the function
14319           and grab the next real message to process instead.
14320
14321 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
14322
14323         * Splitter.cs: Properly set limits if no filler control is used
14324
14325 2005-10-19  Jackson Harper  <jackson@ximian.com>
14326
14327         * ColorDialog.cs: Don't show the help button if it is not enabled
14328         instead of disabling it (this is what MS does). Don't create the
14329         panel until the dialog is run, otherwise the vars (such as
14330         ShowHelp) are not set yet.
14331
14332 2005-10-19  Jackson Harper  <jackson@ximian.com>
14333
14334         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
14335         are reduced when adding nodes.
14336         * TreeNode.cs:
14337         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
14338         tree.
14339         
14340 2005-10-19  Jackson Harper  <jackson@ximian.com>
14341
14342         * FolderBrowserDialog.cs: End editing our treeview so the window
14343         actually gets refreshed.
14344
14345 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
14346
14347         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
14348           Obsoleted handling of WM_ERASEBKGND, now always draws our background
14349           inside of WM_PAINT
14350
14351 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
14352
14353         * MenuAPI.cs: Returns after Hidding window
14354         * XplatUIX11.cs: Added TODO found while debugging menu issues
14355
14356 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
14357
14358         * XplatUIX11.cs: Do not re-map the whole window when it's size
14359           becomes non-zero unless it's supposed to be actually visible
14360
14361 2005-10-18  Jackson Harper  <jackson@ximian.com>
14362
14363         * TreeView.cs: We don't need to keep a count anymore.
14364         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
14365         use the Grow method.
14366
14367 2005-10-18  Jackson Harper  <jackson@ximian.com>
14368
14369         * TreeNodeCollection.cs: Insert is not supported on arrays, so
14370         implement it manually here.
14371
14372 2005-10-18  Jackson Harper  <jackson@ximian.com>
14373
14374         * ImageList.cs: Dont kill the list when the colour depth is
14375         changed, just change the colour depth of all the images.
14376         - Same goes for setting the image size. Just resize them all
14377         instead of killing the list softly.
14378
14379 2005-10-18  Jackson Harper  <jackson@ximian.com>
14380
14381         * Control.cs: Don't invalidate empty rectangles.
14382
14383 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
14384
14385         * ListViewItem.cs:
14386           - Adds checked item to the Checked/Item lists (where empty before)
14387           - Do not add items to the Selected lists if they are already present
14388         * ListView.cs:
14389           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
14390           - When deleting items make sure that we delete them for the Selected
14391           and Checked list also.
14392
14393 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
14394
14395         * Label.cs: Dispose objects no longer used
14396         * ThemeWin32Classic.cs: Dispose objects no longer used
14397
14398 2005-10-18  Jackson Harper  <jackson@ximian.com>
14399
14400         * TabControl.cs: Don't refresh the whole control when the tabs are
14401         scrolled, we just need to refresh the tab area.
14402
14403 2005-10-17  Jackson Harper  <jackson@ximian.com>
14404
14405         * XplatUIX11.cs: Compress code a little bit. Only calculate the
14406         after handle when we need it.
14407
14408 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
14409
14410         * Control.cs: When the parent size changes, recalculate anchor 
14411           positions. Partial fix for #76462
14412
14413 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
14414
14415         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
14416           drawn. Fixes #76462
14417
14418 2005-10-17  Jackson Harper  <jackson@ximian.com>
14419
14420         * MonthCalendar.cs: Don't create the numeric up down until our
14421         handle is created. Otherwise our handle is created in the
14422         constructor and we don't know if we are a WS_CHILD or WS_POPUP
14423         yet.
14424
14425 2005-10-17  Jackson Harper  <jackson@ximian.com>
14426
14427         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
14428         correctly.
14429
14430 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
14431         * TreeNode.cs : small logical fix (was using local var instead of field)
14432         
14433 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
14434
14435         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
14436
14437 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
14438
14439         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
14440
14441 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
14442
14443         * Control.cs: 
14444           - Re-implemented anchoring code. My first version was really broken.
14445             This fixes bug #76033. Unlike the previous implementation we will
14446             no longer have round errors since all numbers are calculated from
14447             scratch every time. Removed various anchor-related obsolete vars.
14448           - InitLayout no longer causes layout event firing and layout to be 
14449             performed
14450
14451 2005-10-16  Jackson Harper  <jackson@ximian.com>
14452
14453         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
14454         which was broken).
14455
14456 2005-10-16  Jackson Harper  <jackson@ximian.com>
14457
14458         * TabControl.cs: Remove debug code.
14459
14460 2005-10-16  Jackson Harper  <jackson@ximian.com>
14461
14462         * XEventQueue.cs: Increase the default queue size (very simple
14463         apps needed to grow the queue).
14464         * Hwnd.cs: No finalizer so we don't need to suppress
14465         finalization. Compute the invalid area manually so a new rectangle
14466         does not newto be created.
14467         * ScrollableControl.cs: Don't set any params (otherwise visibility
14468         isn't set correctly).
14469         * MdiChildContext.cs: New constructor takes the mdi parent so it
14470         doesn't have to be computed and avoids a crash on windows. Draw
14471         the window icon properly, and allow the text to be seen.
14472         * Form.cs: Use new MdiChildContext constructor. Make sure the
14473         child context isn't null in wndproc.
14474         * TabControl.cs: Don't set focus, this is muddling keyboard
14475         behavoir. Expand the tab rows when a window size increase will
14476         allow extra tabs to be seen. Don't allow tabs smaller than the
14477         width of a window to be scrolled out of view.
14478         * TreeNode.cs:
14479         * TreeView.cs: Use measure string to calculate a nodes width, the
14480         width is cached and only updated when the text or the font is
14481         changed. Don't check for expand/collapse clicks on the first level
14482         nodes if root lines are disabled.
14483         
14484 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
14485
14486         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
14487
14488 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
14489
14490         * DataGridBoolColumn.cs: fixes warning
14491
14492 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
14493
14494         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
14495         to match more to match more precisely the MS Net behavior
14496
14497 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
14498
14499         * Hwnd.cs: Added field to track if window is mapped
14500         * XplatUIX11.cs: 
14501           - Unmap windows if they become 0-size, re-map when 
14502             they are >0 again; fixes #76035
14503           - Re-set our error handler after initializing X11Desktop
14504             to override any error handlers Gtk or whatever was called
14505             may have set.
14506
14507 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
14508
14509         * CheckedListBox.cs: Removed unused vars
14510         * ListView.cs: Fixed signatures
14511         * RichTextBox.cs: Removed unused vars
14512         * TextBoxBase.cs: Removed unused vars
14513         * XplatUIWin32.cs: Removed unused vars
14514         * XplatUIX11.cs: Removed unused vars
14515         * XplatUI.cs: Updated version and date to latest published
14516
14517 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
14518
14519         * Cursor.cs: Added private .ctor to work around a bug in
14520           resourceset (Thanks to Geoff Norton for the help on this)
14521         * SplitterEventArgs.cs: Made fields accessible so we don't
14522           waste boatloads of objects and can reuse the same one
14523           in Splitter
14524         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
14525           any captions and borders when generating screen coordinates
14526         * Splitter.cs: Reimplemented control, now fully complete, uses
14527           rubberband drawing, supports and obeys all properties, has
14528           proper cursors
14529
14530 2005-10-13  Miguel de Icaza  <miguel@novell.com>
14531
14532         * Form.cs (Form): Setup default values for autoscale and
14533         autoscale_base_size;  Make these instance variables, not static
14534         variables. 
14535
14536         (OnLoad): on the first load, adjust the size of the form.
14537
14538 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
14539
14540         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
14541           width argument to DrawReversibleRectangle()
14542         * XplatUIWin32.cs, XplatUIX11.cs: 
14543           - Implemented width for DrawReversibleRectangle()
14544           - Added logic to DrawReversibleRectangle that recognizes a zero
14545             width or height and only draws a line in that situation
14546         
14547 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
14548
14549         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
14550         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
14551         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
14552           method (it uses our FosterParent window to get a graphics context)
14553
14554 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
14555
14556         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
14557           and SetWindowBackground methods
14558         * Control.cs:
14559           - Setting proper ControlStyles
14560           - We no longer call XplatUI.SetWindowBackground and XplatUI.
14561             EraseWindowBackground, instead we draw the window background
14562             ourselves in PaintControlBackground. This behaviour is
14563             required to match MS, where, when OnPaintBackground is not
14564             called, the background is not drawn.
14565           - Removed unneeded Refresh() in set_Text
14566         * Hwnd.cs: Dropped the ErasePending support. No longer needed
14567         * XplatUIX11.cs:
14568           - Created DeriveStyles method to translate from CreateParams to
14569             FormBorderStyle and TitleStyle, also handles BorderStyle (which
14570             matches FormBorderStyle enum values)
14571           - Consolidated SetHwndStyles and CalculateWindowRect border/title
14572             style calculations into single DeriveStyles method
14573           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
14574             from redrawing the whole window on any resize or expose.
14575           - Fixed CreateWindow usage of SetWindowValuemask. Before not
14576             all styles were applied to our whole/client window appropriately
14577           - Removed EraseWindowBackground() and SetWindowBackground() methods
14578           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
14579             no longer clear/redraw the background through X
14580           - Removed handling of erase_pending bit, we have no use for it (or
14581             so it seems)
14582         * XplatUIOSX.cs:
14583           - Removed generation and handling of WM_ERASEBKGND message
14584           - Removed EraseWindowBackground() and SetWindowBackground() methods
14585           - Removed handling of hwnd.ErasePending flag
14586         * XplatUIWin32.cs:
14587           - Removed EraseWindowBackground() and SetWindowBackground() methods
14588           - We no longer call EraseWindowBackground on PaintEventStart, we 
14589             ignore the fErase flag, erasing is handled in Control in the
14590             background handler
14591         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
14592           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
14593           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
14594           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
14595           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
14596           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
14597           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
14598
14599 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
14600
14601         * PropertyGrids.cs: Get sub properties
14602         * PropertyGridView.cs: Fix drawing code
14603
14604 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
14605
14606         * ListBox.cs: Fixes 76383
14607
14608 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
14609
14610         * DataGridTextBoxColumn.cs: Sets location and size before attachment
14611         * ThemeWin32Classic.cs: Fixes border drawing and calculations
14612         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
14613
14614
14615 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
14616
14617         * ComboBox.cs: Fixes border drawing
14618
14619 2005-10-10  Miguel de Icaza  <miguel@novell.com>
14620
14621         * MimeIcon.cs: Ignore errors if the file can not be read.
14622
14623 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
14624
14625         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
14626          - Fixed border calculations
14627          - Fixed horizontal scrolling in single column listboxes
14628          - Fixed drawing issues
14629
14630 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
14631
14632         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
14633           FormBorderStyle enum
14634         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
14635           code to determine FormBorderStyles from CreateParams
14636         * Form.cs:
14637           - Fixed bug where we'd set the wrong window styles if we were
14638             not creating an MDI window
14639           - Added call to XplatUI.SetBorderStyle when form borders are set
14640         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
14641         * Hwnd.cs:
14642           - Removed obsolete edge style
14643           - Switched from BorderStyle to FormBorderStyle
14644         
14645 2005-10-10  Jackson Harper  <jackson@ximian.com>
14646
14647         * Form.cs: Use the property to get the window handle instead of
14648         accessing it directly. Prevents a null reference exception.
14649
14650 2005-10-10  Jackson Harper  <jackson@ximian.com>
14651
14652         * TreeView.cs: Don't adjust the rect given to DrawString now that
14653         our libgdiplus draws correctly.
14654
14655 2005-10-08  Jackson Harper  <jackson@ximian.com>
14656
14657         * TreeView.cs: Don't try to find the clicked on node if there are
14658         no nodes in the tree.
14659
14660 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
14661
14662         * RichTextBox.cs:
14663
14664           restore
14665
14666 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
14667
14668         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
14669           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
14670           ErrorProvider.cs:
14671           Use ResPool for brushes and dispose System.Drawing objects that
14672           are not used anymore.
14673
14674 2005-10-07  Jackson Harper  <jackson@ximian.com>
14675
14676         * MdiChildContext.cs: Use the new borders instead of drawing them
14677         ourselves.
14678
14679 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
14680
14681         * Calling UpdateBounds after changing the window's BorderStyle 
14682         since the style can change the ClientSize
14683
14684 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
14685
14686         * Control.cs: Made PaintControlBackground virtual
14687         * Panel.cs: Overriding PaintControlBackground instead of using paint
14688           event; paint event method was interfering with 'real' users of the
14689           event.
14690
14691 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
14692
14693         * ThemeWin32Classic.cs: remove border drawing since it is handled
14694         by the base control class now and was causing double border drawing.
14695
14696 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
14697
14698         * Panel.cs: Redraw our background on paint. Not a pretty solution,
14699           but it does seem to match MS behaviour. This fixes bug #75324
14700
14701 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
14702
14703         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
14704           somewhat hackish looking
14705
14706 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
14707
14708         * TextBoxBase.cs:
14709           - We now accept Enter even if AcceptEnter is false, if the containing
14710             form does not have an AcceptButton configured (fixes bug #76355)
14711           - Calculations are now fixed to no longer use Width/Height, but
14712             ClientSize.Width/Height, since we now support borders (this was
14713             a result of fixing borders and therefore bug #76166)
14714           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
14715             true (fixes bug #76354)
14716         
14717 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
14718
14719         * Control.cs: 
14720           - Defaulting BorderStyle and setting it in XplatUI when our window 
14721             is created
14722           - Added enum check to InternalBorderStyle setter
14723         * XplatUIX11.cs: 
14724           - Added drawing of window borders
14725           - Now properly calculates WM decorations offset for toplevel 
14726             windows (fixes bug #74763)
14727         * XplatUIWin32.cs: 
14728           - Implemented BorderStyles for windows (we're letting win32 draw 
14729             the border for us)
14730           - Fixed the signature for SetWindowLong
14731         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
14732           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
14733           setting borders
14734         * UpDownBase.cs: Remove drawing of borders, this is handled by
14735           the driver, outside the client area
14736         * ListView.cs: Removed bogus border calculations. The control should
14737           be oblivious to borders, since those are not part of the client
14738           area. 
14739         * X11DesktopColors.cs: Commented out (currently) unneeded variables
14740         * ThemeWin32Classic.cs: Removed border calculations from ListView 
14741           drawing code
14742
14743 2005-10-06  Jackson Harper  <jackson@ximian.com>
14744
14745         * MdiChildContext.cs: Clear out the old virtual position remove
14746         all the unneeded calls to CreateGraphics.
14747
14748 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
14749
14750         * TextControl.cs: Use proper color for highlighted text; fixes #76350
14751
14752 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
14753
14754         * Form.cs: 
14755           - Added loading and setting of our new default icon
14756           - Only set icon if window is already created
14757
14758 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
14759
14760         * Label.cs:
14761           - Do not explicitly set the foreground and background colors, to
14762             allow inheriting from parents (fixes #76302)
14763           - Use Control's InternalBorderStyle property to deal with borders
14764
14765 2005-10-06  Jackson Harper  <jackson@ximian.com>
14766
14767         * MdiChildContext.cs: Use the new xplatui function to draw a
14768         reversible rect.
14769
14770 2005-10-06  Jackson Harper  <jackson@ximian.com>
14771
14772         * Form.cs: Add the parent before creating the child context cause
14773         we need the parent when setting up the child.
14774
14775 2005-10-06  Jackson Harper  <jackson@ximian.com>
14776
14777         * FolderBrowserDialog.cs: redo the tree population code so a
14778         second thread isn't used. Should be a lot faster and more stable
14779         now.
14780
14781 2005-10-05  Jackson Harper  <jackson@ximian.com>
14782
14783         * TreeView.cs: There are no expand/collapse boxes if the node has
14784         no children.
14785
14786 2005-10-05  Jackson Harper  <jackson@ximian.com>
14787
14788         * X11DesktopColors.cs: Get menu colours for the gtk theme.
14789
14790 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
14791
14792         * FileDialog.cs: Fix InitialDirectory
14793
14794 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
14795
14796         * ComboBox.cs:
14797                 - Fixes changing between styles
14798                 - Fixes simple mode
14799                 - Fixes last item crashing when navigating with keyboard
14800
14801 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
14802
14803         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
14804
14805 2005-10-05  Jackson Harper  <jackson@ximian.com>
14806
14807         * TreeView.cs: If updating the root node do a full refresh.
14808         * TreeNode.cs: The root node should be expanded by default. Also
14809         added a utility prop to tell if we are the root node.
14810         * TreeNodeCollection.cs: Only refresh if the node we are being
14811         added to is expanded. Also added a comment on a potential
14812         optimization.
14813         
14814 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
14815
14816         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
14817           in dispose method. Fixes #76330
14818
14819 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
14820
14821         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
14822
14823                 - Implements vertical and horizontal scrolling using XplatUI
14824                 - Fixes keyboard navagation
14825                 - Fixes EnsureVisible
14826                 - Drawing fixes
14827                 - Handles and draws focus properly
14828
14829
14830 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
14831
14832         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
14833           Create handle. NET_2_0: Destroy handle when value is null.
14834
14835 2005-10-03  Jackson Harper  <jackson@ximian.com>
14836
14837         * ScrollBar.cs: My last scrollbar patch was broken. This is a
14838         revert and a new patch to prevent the thumb from refreshing so
14839         much.
14840
14841 2005-10-02  Jackson Harper  <jackson@ximian.com>
14842
14843         * ScrollBar.cs: Don't update position if it hasn't actually
14844         changed. This occurs when you hold down the increment/decrement
14845         buttons and the thumb gets to the max/min.
14846
14847 2005-10-01  Jackson Harper  <jackson@ximian.com>
14848
14849         * Form.cs:
14850         * MdiChildContext.cs:
14851         * MdiClient.cs: Implement ActiveMdiChild in Form.
14852
14853 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
14854
14855         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
14856
14857 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
14858
14859         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
14860           be found
14861
14862 2005-09-30  Jackson Harper  <jackson@ximian.com>
14863
14864         * ListBox.cs: Don't do a full refresh unless some data has
14865         actually changed.
14866
14867 2005-09-30  Jackson Harper  <jackson@ximian.com>
14868
14869         * TreeView.cs: Make sure that the checkboxes size is factored in
14870         even when not visible.
14871
14872 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
14873
14874         * FileDialog.cs: Fix Jordi's build break
14875
14876 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
14877
14878         * FileDialog.cs: 
14879                 - Use standard the Windows colours for the combobox as espected
14880                 - Dispose objects that use resouces when no longer need them
14881
14882 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
14883
14884         * X11DesktopColors.cs: Initial incomplete implementation
14885         * XplatUIX11.cs: Added call to initialize X11DesktopColors
14886
14887 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
14888
14889         * Theme.cs: 
14890           - Switched Theme color names to match the names defined in 
14891             System.Drawing.KnownColors. Life's hard enough, no need to make 
14892             it harder.
14893           - Added setters to all theme color properties so themes can set
14894             their color schemes. The setters also propagate the color changes
14895             to System.Drawing.KnownColors via reflection
14896         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
14897           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
14898           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
14899           use the new, more logical theme color names
14900         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
14901           post-NT colors
14902         * ThemeWin32Classic.cs:
14903           - Removed code to set the old classic Windows colors. Instead it
14904             now relies on the colors returned by System.Drawing.KnownColors
14905             which will be either modern static colors (Unix) or colors
14906             read from the user's configuration (Win32)
14907           - Updated to use the new, more logical theme color names
14908           - Switched DataGrid drawing code to use only Theme colors instead of
14909             a mix of System.Drawing.KnownColors and Theme colors
14910           - DrawFrameControl(): Removed code that fills the button area, the
14911             fill would overwrite any previous fill done by a control. This
14912             fixes bug #75338 
14913           - Added DrawReversibleRectangle() stub
14914         * ScrollableControl.cs: Set visible state to false when scrollbars
14915           are removed (pdn fix)
14916         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
14917           DrawReversibleRectangle() method to allow drawing primitive 
14918           'rubber bands'
14919         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
14920
14921 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
14922
14923         * ImageList.cs: Add(Icon): Create handle.
14924
14925 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
14926
14927         * ListView.cs:
14928         * ThemeWin32Classic.cs:
14929                 - Fixes detail mode
14930                 - Sets clippings
14931                 - Issues with drawing
14932
14933 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
14934
14935         * ImageList.cs: Moved RecreateHandle back to ImageList as event
14936           source has to be the ImageList.
14937
14938 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
14939
14940         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
14941
14942 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
14943
14944         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
14945
14946 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
14947
14948         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
14949
14950 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
14951         * GridItem.cs: Fixed TODOs
14952         * GridItemCollection.cs: Added ICollection interface
14953
14954 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
14955
14956         * ImageList.cs: Resize icons when needed.
14957
14958 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
14959
14960         * ListViewItem.cs
14961                 - Fixes GetBounds and returns on screen rects
14962         * ListView.cs:
14963                 - Fixes vertical and horzintal scrolling of items
14964         * ThemeWin32Classic.cs:
14965                 - Fixes drawing
14966                 
14967 2005-09-29  Raja R Harinath  <harinath@gmail.com>
14968
14969         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
14970
14971 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
14972
14973         * ImageList.cs: Added comments about handle creation. Moved Handle,
14974           HandleCreated and OnRecreateHandle implementations to ImageCollection.
14975           Handle is created in Add methods.
14976
14977 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
14978          
14979         * DataGridDrawingLogic.cs: 
14980                 - Takes rows into account on Colum calculations
14981                 - Returns the column when clickig
14982         * DataGrid.cs:
14983                 - Fixes default HitTestInfo values
14984                 - Fixes HitTestInfo.ToString
14985                 - Fixes ResetBackColor          
14986         
14987 2005-09-28  Jackson Harper  <jackson@ximian.com>
14988
14989         * MdiChildContext.cs: Obey rules for fixed sized windows (no
14990         sizing or cursor changes). Also added some temp code to draw the
14991         titlebars text (Makes dev a little easier).
14992
14993 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
14994
14995         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
14996
14997 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
14998          
14999         * ListBox.cs: Fixes bug 76253
15000
15001 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
15002
15003         * ImageList.cs: Added comments about the current implementation. Added
15004           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
15005           Format32bppArgb to preserve transparency and can use Graphics.FromImage
15006           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
15007           with Bitmap.LockBits for better performance. Revised the whole file to
15008           match MS.NET behaviour and provide better performance. Non-public
15009           interface members are calling public members even when they throw
15010           NotSupportedException for better maintainability. Moved ColorDepth,
15011           ImageSize, ImageStream and TransparentColor implementations to
15012           ImageCollection for better performance as these properties are not used
15013           by ImageList.
15014         * ImageListStreamer.cs: Added a new internal constructor that takes an
15015           ImageList.ImageCollection and serializes Images based on
15016           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
15017           match ImageList property name.
15018
15019 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
15020
15021         * ListBox.cs: Fixes IndexFromPoint for last item
15022
15023 2005-09-27  Jackson Harper  <jackson@ximian.com>
15024
15025         * Form.cs: Set the position of new mdi children correctly.
15026
15027 2005-09-27  Jackson Harper  <jackson@ximian.com>
15028
15029         * MdiClient.cs: New mdi children need to be added to the back of
15030         the controls collection so the zorder is set correctly. Also add a
15031         count of all the child windows that have been created.
15032
15033 2005-09-27  Jackson Harper  <jackson@ximian.com>
15034
15035         * Form.cs (CreateParams): Setup MDI forms correctly.
15036
15037 2005-09-27  Jackson Harper  <jackson@ximian.com>
15038
15039         * MdiChildContext.cs:
15040         * MonthCalendar.cs:
15041         * UpDownBase.cs:
15042         * ListBox.cs:
15043         * ListView.cs:
15044         * TextBoxBase.cs:
15045         * TreeView.cs:
15046         * ScrollableControl.cs:
15047         * ComboBox.cs: Add implicit controls using the new implict control
15048         functionality in ControlCollection. Also try to block multiple
15049         control add in a suspend/resume layout to save some cycles.
15050         
15051 2005-09-27  Jackson Harper  <jackson@ximian.com>
15052
15053         * Control.cs: Add functionality to the controls collection to add
15054         'implicit controls' these are controls that are created by the
15055         containing control but should not be exposed to the user. Such as
15056         scrollbars in the treeview.
15057         * Form.cs: The list var of the ControlsCollection is no longer
15058         available because of the potential of implicit controls getting
15059         ignored by someone accessing the list directly.
15060
15061 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
15062
15063         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
15064           loose it's parent. (Fixed bug introduced in r49103 when we added
15065           setting the child parent to null on Remove)
15066
15067 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
15068
15069         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
15070         * Splitter.cs: Added missing attributes for BorderStyle property.
15071         * TextBoxBase.cs: Marked Calculate* methods internal.
15072         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
15073         MS.NET.
15074
15075 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
15076          
15077         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
15078
15079 2005-09-25  Jackson Harper  <jackson@ximian.com>
15080
15081         * TreeView.cs: Update the node bounds correctly regardless of
15082         whether the node is visible.
15083
15084 2005-09-25  Jackson Harper  <jackson@ximian.com>
15085
15086         * ImageList.cs: Don't dispose the image after it is added to the
15087         image list. Only reformat images that need to be resized.
15088
15089 2005-09-25  Jackson Harper  <jackson@ximian.com>
15090
15091         * ImageList.cs: Don't set the format when changing the image.
15092
15093 2005-09-25  Jackson Harper  <jackson@ximian.com>
15094
15095         * TreeView.cs: We can't just assume the node has a font. Use the
15096         treeviews font if no node font is available.
15097
15098 2005-09-25  Jackson Harper  <jackson@ximian.com>
15099
15100         * TreeView.cs: Allow the scrollbars to be reset with negative
15101         values.
15102         - Don't add scrollbars to negative sized windows.
15103
15104 2005-09-23  Jackson Harper  <jackson@ximian.com>
15105
15106         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
15107         old Mono.Posix. Also remove some stray code that shouldn't have
15108         been committed.
15109
15110 2005-09-23  Jackson Harper  <jackson@ximian.com>
15111
15112         * TreeView.cs: Attempt at proper sizing of the horizontal
15113         scrollbar. Also don't resize the scrollbars unless they are
15114         visible.
15115
15116 2005-09-23  Jackson Harper  <jackson@ximian.com>
15117
15118         * TreeView.cs: We don't need to expand the invalid area when the
15119         selection changes, as this is all drawn in the node's bounding
15120         box. The area needs to be expanded (previous typo was contracting
15121         it) when the focus rect moves.
15122
15123 2005-09-23  Jackson Harper  <jackson@ximian.com>
15124
15125         * TreeView.cs: Display the selection box under the correct
15126         circumstances. We were rendering white text with no selection box
15127         before.
15128
15129 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
15130
15131         * TextControl.cs(Split): Now updates selection start/end if it points 
15132           into a line that's being split. Fixes a FIXME and bug #75258
15133
15134 2005-09-23  Jackson Harper  <jackson@ximian.com>
15135
15136         * Binding.cs:
15137         * ListControl.cs: Don't use the path when retrieving binding
15138         managers from the binding context. My bat sense tells me that the
15139         path is only used on insertion.
15140
15141 2005-09-22  Jackson Harper  <jackson@ximian.com>
15142
15143         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
15144
15145 2005-09-22  Jackson Harper  <jackson@ximian.com>
15146
15147         * Splitter.cs: There are special cursors used for splitting.
15148         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
15149
15150 2005-09-22  Jackson Harper  <jackson@ximian.com>
15151
15152         * Splitter.cs: Change the cursor appropriately when the splitter
15153         is moused over, so the user actually knows there is a splitter
15154         there.
15155
15156 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
15157
15158        * Label.cs : Fix ToString method to give same output as MS.NET
15159
15160 2005-09-22  Jackson Harper  <jackson@ximian.com>
15161
15162         * TreeView.cs: Create the scrollbars when the handle is created
15163         and add them right away, just make them invisble. Also account for
15164         the window being shrunk vertically to the point that the vert
15165         scrollbar needs to be added.
15166         - Remove some 0.5 adjustments to get around anti aliasing issues.
15167         
15168 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
15169          
15170         * MainMenu.cs: Fixes default value
15171         * MenuItem.cs: Fixes default value
15172
15173 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
15174
15175         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
15176
15177 2005-09-21  Jackson Harper  <jackson@ximian.com>
15178
15179         * Control.cs: Don't try to set the border style on the window if
15180         it hasn't been created. When the window is created the border
15181         style will be used.
15182
15183 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
15184
15185         * Control.cs (Update): Don't call XplatUI if we don't have a
15186           window handle yet
15187
15188 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
15189
15190         * ContainerControl.cs: Instead of throwing an exception, print
15191           a one-time warning about Validate not being implemented
15192         * XplatUIWin32.cs: Removed debug output
15193
15194 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
15195
15196         * Control.cs: Only set XplatUI background if we expect the windowing
15197           system to handle the background. This stops controls that draw their
15198           own background from flickering
15199
15200         * XplatUIX11.cs: Support custom visuals and colormaps for window 
15201           creation. This allows, amongst other things, using MWF X11 windows 
15202           with OpenGL.
15203
15204 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
15205
15206         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
15207           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
15208           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
15209           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
15210           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
15211           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
15212           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
15213           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
15214           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
15215           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
15216           GridColumnStylesCollection.cs, 
15217           IDataGridColumnStyleEditingNotificationService.cs,
15218           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
15219           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
15220           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
15221           TreeNodeCollection.cs, AmbientProperties.cs, 
15222           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
15223           DataObject.cs, ErrorProvider.cs, Splitter.cs,
15224           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
15225           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
15226           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
15227           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
15228           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
15229           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
15230           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
15231           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
15232           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
15233           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
15234           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
15235           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
15236           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
15237           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
15238           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
15239           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
15240           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
15241           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
15242           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
15243           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
15244           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
15245           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
15246           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
15247           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
15248           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
15249           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
15250           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
15251           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
15252           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
15253           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
15254           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
15255           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
15256           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
15257           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
15258           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
15259
15260 2005-09-21  Jackson Harper  <jackson@ximian.com>
15261
15262         * TreeNode.cs: Call Before/After Expand not Collapse when
15263         expanding.
15264
15265 2005-09-20  Jackson Harper  <jackson@ximian.com>
15266         
15267         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
15268
15269 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
15270          
15271         * ListViewItem.cs:
15272                 - Fixes bug 76120
15273                 - Fixes proper storing of subitems
15274                 - Fixes not updated items
15275
15276 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
15277
15278         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
15279           things if our window handle isn't created yet. Also disabled 
15280           debug for TextBoxBase
15281
15282 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
15283
15284         * MenuAPI.cs: Remove filtering of events to allow menu usage
15285
15286 2005-09-20  Miguel de Icaza  <miguel@novell.com>
15287
15288         * Cursor.cs: Allow null to be passed to Cursor.Current.
15289
15290 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
15291
15292         * ThemeWin32Classic.cs:
15293           - Change some private methods/fields to protected virtual so that 
15294             they can be accessed and overriden in derived classes
15295           - First refactoring of some methods. Derived themes now don't 
15296             need to duplicate the complete code from ThemeWin32Classic
15297         * ThemeNice.cs:
15298           - Added nice StatusBar
15299           - Derive from ThemeWin32Classic and not Theme
15300           - Removed duplicate ThemeWin32Classic code
15301
15302 2005-09-20  Miguel de Icaza  <miguel@novell.com>
15303
15304         * Control.cs (ControlCollection.Add): If the value null is passed
15305         the control is ignored. 
15306
15307         Optimize this loop.
15308
15309 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
15310
15311         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
15312           PostQuitMessage state.
15313         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
15314
15315 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
15316
15317         * Application.cs: Our constructor will never get called, move 
15318           initialization to fields; fixes bug #75933
15319
15320 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
15321
15322         * FileDialog.cs :
15323                 - Allow files to be selected properly using file name
15324                 combo box.
15325                 - Add ability to change diretory (absolute / relative)
15326                 using file name combo box.
15327
15328 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
15329          
15330         * ListBox.cs: 
15331                 - Fixes Multicolumn listboxes item wrong calculations
15332                 - Allows to click when only one item is in the listbox
15333                 - Fixes crash when no items using keyboard navigation
15334
15335 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
15336
15337         * ComboBox.cs: Reverted almost everything from the latest patch which
15338           broke ComboBox
15339
15340 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
15341         
15342         * ToolTip.cs:
15343                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
15344         * ComboBox.cs:
15345                 - When DropDownStyle is Simple, it does not show scrollbar 
15346                 to the last item of the list.
15347                 - When DropDownStyle is Simple, it crashed when the list was 
15348                 scrolled down with the down cursor key.
15349                 - Fixed a bug that when DropDownStyle is DropDownList, the 
15350                 selected item was not shown.
15351                 - The position of the selected item was not preserved when 
15352                 the next dropdown happened.
15353         * ThemeWin32Classic.cs:
15354                 - Items were wrapped at the right end.
15355         * CheckedListBox.cs:
15356                 - Fixed Add method
15357         * ListBox.cs:
15358                 - Items should be fully shown.
15359                 - When resizing and vertical scrollbar disappeared, the item 
15360                 of index 0 should be on the top of the list.
15361                 - GetItemRectangle should consider the size of ver. scrollbar
15362         * StatusBar.cs:
15363                 - SizingGrip area should not be allocated when it is not 
15364                 displayed.
15365                 - Now it reflects MinWidth of the containing panel and 
15366                 fixed a crash that happens when its width becomes so small.
15367
15368 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
15369
15370         * CheckedListBox.cs: Fixes bug 76028
15371         * ListBox.cs: Fixes bug 76028
15372
15373 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
15374
15375         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
15376         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
15377
15378 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
15379
15380         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
15381
15382 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
15383
15384         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
15385
15386 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
15387
15388         * IRootGridEntry.cs: Added
15389         * PropertyGridCommands.cs: Added
15390         * PropertiesTab.cs: Added missing methods and property
15391         * PropertyGridView.cs: Made class internal
15392         * PropertyGridTextBox.cs: Made class internal
15393
15394 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
15395
15396         * MimeIcon.cs: Try to check some other environment variables
15397           if "DESKTOP_SESSION" returns "default"
15398
15399 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
15400
15401         * ThemeNice.cs: Corrected background colors (e.g. menus)
15402         * ColorDialog.cs: Use correct background colors for controls
15403
15404 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
15405
15406         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
15407
15408 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
15409
15410         * RichTextBox.cs: Added initial implementation
15411         * lang.cs: Removed. Was accidentally checked in long time ago
15412         * TODO: Removed. Contents were obsolete
15413
15414 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
15415                                                                                 
15416         * PropertiesTab.cs : Added
15417
15418 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
15419                                                                                 
15420         * PropertyGrid.cs : Update
15421         * PropertyGridView.cs : Update
15422         * System.Windows.Forms.resx : Added images and strings
15423
15424 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
15425
15426         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
15427  
15428 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
15429
15430         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
15431           a busy loop right after the Ungrab the X11 display is otherwise 
15432           blocked
15433
15434 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
15435
15436         * ThemeWin32Classic.cs: Optimise the use of clipping
15437
15438 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
15439
15440         * DataGrid.cs: fixes recursion bug
15441
15442 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
15443
15444         * ThemeNice.cs: 
15445           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
15446           - Cleanup
15447
15448 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
15449
15450         * ThemeNice.cs: Draw nice ProgressBars
15451
15452 2005-09-01  Miguel de Icaza  <miguel@novell.com>
15453
15454         * VScrollBar.cs: Another buglet found by Aaron's tool. 
15455
15456         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
15457         bug finder.
15458
15459 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
15460
15461         * ThemeNice.cs:
15462           - Added nicer menu drawing
15463           - Updated DrawTab
15464           - some refactoring
15465
15466 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
15467
15468         * CreateParams.cs (ToString): Made output match MS
15469         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
15470             handle is already created (to avoid forcing window creation)
15471         * XplatUIX11.cs: Set window text to caption after creating window,
15472           in case Text was set before window was created
15473         * Form.cs: Use this.Text instead of a static string as caption
15474
15475 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
15476
15477         * NotifyIcon.cs: Don't set the window to visible; this screws
15478           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
15479           OnPaint without a bitmap)
15480         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
15481           happen very often anyway; we could add the check to the WM_PAINT 
15482           event generation code
15483
15484 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
15485
15486         * NotifyIcon.cs: Fill the icon area with a background color, to 
15487           avoid 'residue' when transparent icons are drawn
15488         * XplatUIX11.cs:
15489           - Handle whole_window == client_window when destroying windows
15490           - SystrayAdd(): Set client_window to whole_window value to
15491             get mouse and other events passed to NotifyIcon
15492
15493 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
15494
15495         * Form.cs: Set proper default for Opacity property
15496         * NotifyIcon.cs:
15497           - ShowSystray(): Don't bother creating telling the OS
15498             about the systray item if no icon is provided
15499           - Now handles WM_NCPAINT message to deal with whole/client window
15500             split
15501           - Create window as visible to not get caught by Expose optimization
15502         * Hwnd.cs: Removed debug message
15503         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
15504           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
15505             PaintEventStart/End to use new client argument
15506         * TextBoxBase.cs:
15507           - Commented out debug messages
15508           - Switched PaintEventStart/End to use new client argument
15509         * XplatUI.cs: Added client window bool to PaintEventStart()/
15510           PaintEventEnd() calls, to support drawing in non-client areas
15511         * XplatUIDriver.cs: 
15512           - Added client window bool to PaintEventStart()/PaintEventEnd() 
15513             calls, to support drawing in non-client areas
15514           - Added conditional compile to allow using MWF BeginInvoke 
15515             on MS runtime
15516         * XplatUIX11.cs:
15517           - Added some conditional debug output
15518           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
15519             whole/client window split
15520           - Implemented handling of client argument to PaintEventStart()/End()
15521         * Control.cs:
15522           - Throw exception if BeginInvoke() is called and the window handle
15523             or one of the window's parent handles is not created
15524           - Added conditional compile to allow using MWF BeginInvoke on
15525             MS runtime
15526           - get_Parent(): Only sets parent if handle is created. This avoids
15527             forcing window handle creation when parent is set.
15528           - Now fires Layout and Parent changed events in proper order
15529           - Switched to use Handle instead of window.Handle for Z-Order setting,
15530             the get_Parent() patch above causes us to possibly get null for 'window'
15531           - Implemented handling of client argument to PaintEventStart()/End()
15532           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
15533             default handling)
15534           - Now sends a Refresh() to all child windows when Refresh() is called
15535
15536 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
15537
15538         * Form.cs: Added (non-functional) Opacity property
15539         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
15540
15541 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
15542         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
15543           use export MONO_THEME=nice to activate it.
15544           Currently supported controls:
15545           - Button
15546           - ComboBox
15547           - ScrollBar
15548           - TabControl (TabAlignment.Top only, other will follow)
15549         * ThemeEngine.cs: Add theme nice
15550         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
15551           if enabled
15552
15553 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
15554
15555         * Splitter.cs: Resize docked control and its neighbor.
15556
15557 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
15558         -- Making Windows with Menus layout correctly --
15559         * Form.cs : The first leg of the fix
15560                 Menu setter - adjust Client Size as needed to make space for the menu
15561                 SetClientSizeCore - doesn't call base version to be able to pass the 
15562                         menu handle to XplatUI.CalculateWindowRect
15563         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
15564         * XplatUIX11.cs: The critical second leg of the fix
15565                 GetWindowPos needs to use a recalculated client_rect
15566                 so that resizing the window doesn't break layout of child controls. 
15567                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
15568                 Lots of \t\n killed
15569
15570 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
15571
15572         * Label.cs: Now properly recalculates width and height on Font and Text
15573           changes if AutoSize is set
15574
15575 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
15576         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
15577
15578 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
15579
15580         * ImageList.cs: Makes ToString method compatible with MS
15581
15582 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
15583
15584         * MenuAPI.cs: fixes bug 75716
15585
15586 2005-08-11 Umadevi S <sumadevi@novell.com>
15587         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
15588
15589 2005-08-11 Umadevi S <sumadevi@novell.com>
15590         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
15591
15592 2005-08-10  Umadevi S <sumadevi@novell.com>
15593         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
15594
15595 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
15596
15597         * Menu.cs: fixes bug 75700
15598         * MenuAPI.cs: fixes navigation issues
15599
15600 2005-08-09  Umadevi S <sumadevi@novell.com>
15601         * CheckedListBox.cs - simple fix for GetItemChecked.
15602
15603 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
15604
15605         * ComboBox.cs: Serveral fixes
15606         * ListBox.cs: Serveral fixes
15607
15608 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
15609
15610         * ComboBox.cs: Fixes FindString methods and GetItemHeight
15611         * ListBox.cs: Fixes FindString methods
15612
15613 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
15614
15615         * DataGrid.cs: fixes bugs exposed by new tests
15616
15617 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
15618
15619         * Mime.cs: Compile Mono assembly references only if compiling
15620           with Mono (Allows to build with VS.Net again)
15621
15622 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
15623
15624         * Control.cs (PaintControlBackground): Draw background image
15625         corrrectly.
15626         (CheckForIllegalCrossThreadCalls): Stubbed.
15627         
15628         * Form.cs (OnCreateControl): Center when should be centered.
15629         
15630         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
15631
15632 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
15633
15634         * Binding.cs: Binding to properties should be case unsensitive
15635
15636 2005-07-18 vlindos@nucleusys.com
15637
15638         * DataGrid.cs: fixes setmember order
15639
15640 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
15641
15642         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
15643         * FileDialog.cs: FileDialog is now resizable and uses the new
15644           MimeIconEngine
15645
15646 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
15647
15648         * DataGridTextBoxColumn.cs: default value
15649         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
15650         * GridTableStylesCollection.cs: fixes checking MappingName
15651         * DataGridDrawingLogic.cs: fixes drawing logic issues
15652         * DataSourceHelper.cs: rewritten to make compatible with more data sources
15653         * DataGrid.cs: fixes    
15654
15655 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
15656
15657         * MimeGenerated.cs: Use case sensitive comparer for
15658           NameValueCollections
15659
15660 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
15661
15662         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
15663         * ThemeWin32Classic.cs: bug fixes, code refactoring
15664         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
15665         * DataGrid.cs: bug fixes, code refactoring
15666         * DataGridTextBox.cs: bug fixes, code refactoring
15667         * DataGridColumnStyle.cs:  bug fixes, code refactoring
15668         * Theme.cs:  bug fixes, code refactoring
15669
15670 2005-07-01  Peter Bartok  <pbartok@novell.com> 
15671
15672         * TextControl.cs: Quick fix for the reported crash on ColorDialog
15673           and other text box usage
15674
15675 2005-07-01  Jackson Harper  <jackson@ximian.com>
15676
15677         * TabControl.cs: Make sure the bottom of the tab covers the pages
15678         border.
15679
15680 2005-06-30  Peter Bartok  <pbartok@novell.com> 
15681
15682         * Form.cs (ShowDialog): Assign owner of the dialog
15683         * TextBoxBase.cs: Always refresh caret size when deleting, caret
15684           might have been moved to a tag with different height
15685
15686 2005-06-30  Jackson Harper  <jackson@ximian.com>
15687
15688         * Form.cs: Don't create an infinite loop when setting focus
15689         * MenuItem.cs: Don't dirty the parents if we don't have any
15690
15691 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
15692
15693         * LibSupport.cs: Rename
15694
15695 2005-06-29  Peter Bartok  <pbartok@novell.com>
15696
15697         * TextBoxBase.cs: Re-align caret after deleting a character
15698         * TextControl.cs:
15699           - DeleteChars(): Ensure that tag covers the provided position
15700           - StreamLine(): Drop reference for dropped tag
15701
15702 2005-06-29  Peter Bartok  <pbartok@novell.com> 
15703
15704         * TextControl.cs: 
15705           - Selections now work properly, anchoring at the initial location
15706             and properly extending in either direction (SetSelectionToCaret(),
15707             SetSelectionStart() and SetSelectionEnd())
15708           - No longer redraws the whole control on selection change, now
15709             calculates delta between previous and new selection and only
15710             invalidates/redraws that area
15711           - Fixed FindPos() math off-by-one errors
15712           - Changed DeleteChars() to verify the provided tag covers the
15713             provided position, selections may have a tag that doesn't cover
15714             the position if the selection is at a tag border
15715           - Fixed off-by-one errors in DeleteChars()
15716           - Added missing streamlining check in DeleteChars() to remove
15717             zero-length tags
15718           - Implemented Invalidate() method, now properly calculates exposures
15719             between two given lines/positions
15720           - Implemented SetSelection()
15721           - Obsoleted and removed FixupSelection()
15722           - Improved RecalculateDocument() logic, removing code duplication
15723
15724 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15725
15726         * LibSupport.cs: changes to match different input/output arguments.
15727
15728 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15729
15730         * LibSupport.cs: added libsupport.so init routine.
15731
15732 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
15733         
15734         * ControlBindingsCollection.cs
15735                 - Throws an exception on null datasource when adding
15736                 - Checks for duplicated bindings when adding
15737
15738 2005-06-28  Jackson Harper  <jackson@ximian.com>
15739
15740         * TreeView.cs (OnKeyDown): Support left and right properly
15741         (navigates as well as expanding and collapsing.
15742         - Add support for Multiply, this expands all the selected nodes
15743         children.
15744         - Fix some tabbing.
15745
15746 2005-06-28  Jackson Harper  <jackson@ximian.com>
15747
15748         * TreeView.cs: Implement keyboard navigation, currently supports,
15749         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
15750         support for toggling checkboxes with the space bar.
15751
15752 2005-06-28  Jackson Harper  <jackson@ximian.com>
15753
15754         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
15755         tree.
15756
15757 2005-06-28  Jackson Harper  <jackson@ximian.com>
15758
15759         * TreeView.cs: Add missing event.
15760
15761 2005-06-27  Peter Bartok  <pbartok@novell.com> 
15762
15763         * TextControl.cs:
15764           - Made line ending size configurable (now allows for counting 
15765             lineendings as \n or \r\n)
15766           - Added margin to viewport to keep caret visible on right side
15767           - Fixed translation routines for line/pos to documentpos to consider
15768             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
15769           - Fixed some line-endings to be unix style
15770           - Fixed Document.FormatText to perform it's calculations 1-based
15771           - Added descriptions for a few methods that might otherwise get 
15772             used wrong
15773           - Added NOTE section with some basic conventions to remember at 
15774             the top of the file
15775           - Major fixup for RichTextBox selection drawing:
15776             * Fixed crashes when multiple tags on a single line were selected
15777             * fixed selection box drawing not overlaying text
15778             * fixed bogus offset calculation for tags not starting at index 1
15779             * Switched behaviour from using multiple Substrings of a 
15780               StringBuilder.ToString() to using multiple 
15781               StringBuilder.ToString(start, length) statements, hoping this is
15782               faster (kept original version commented out in the code, in case
15783               original version was faster)
15784         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
15785           alignment != Left
15786         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
15787           call it as well
15788
15789 2005-06-27  Jackson Harper  <jackson@ximian.com>
15790
15791         * TabControl.cs: Move to the left and right with the arrow
15792         keys. These keys don't cycle beyond first and last like
15793         tab. Refresh all the tabs when scrolling them to the left or
15794         right.
15795
15796 2005-06-27  Jackson Harper  <jackson@ximian.com>
15797
15798         * TabControl.cs:
15799           - ToString: Added method
15800           - CreateParams: Remove TODO and comment
15801           - OnKeyDown: Cycle through bounds properly.
15802           - SelectedIndex: Scroll to the right or left if we need to
15803           display the newly selected tab.
15804
15805 2005-06-23  Jackson Harper  <jackson@ximian.com>
15806
15807         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
15808         set.
15809
15810 2005-06-23  Jackson Harper  <jackson@ximian.com>
15811
15812         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
15813         CTRL-SHIFT-TAB, and HOME, END are there any others?
15814
15815 2005-06-23  Jackson Harper  <jackson@ximian.com>
15816
15817         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
15818
15819 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
15820         
15821         * DataGridTextBoxColumn.cs: fixes and enhancements
15822         * ThemeWin32Classic.cs: fixes and enhancements
15823         * DataGridBoolColumn.cs:  fixes and enhancements
15824         * DataGridDrawingLogic.cs:  fixes and enhancements
15825         * CurrencyManager.cs: fixes and enhancements
15826         * DataGrid.cs: fixes and enhancements
15827         * DataGridColumnStyle.cs:  fixes and enhancements
15828
15829 2005-06-22  Jackson Harper  <jackson@ximian.com>
15830
15831         * TabControl.cs: Add some missing methods that just call into the
15832         base. Make the TabPageCollection's IList interface behave in the
15833         same manner as the MS implementation.
15834
15835 2005-06-22  Peter Bartok  <pbartok@novell.com> 
15836
15837         * TextControl.cs: Added sanity check
15838         * TextBoxBase.cs: 
15839           - Fixed wrapping behaviour, don't set wrap on single line controls
15840             (this fixes the breakage of colordialog introduced in an earlier
15841              checkin)
15842           - Added rudimentary support for autoscrolling right-aligned controls
15843             (still needs fixing, also, center alignment scroll is missing)
15844
15845 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
15846         
15847         * ScrollBar.cs: Fixes thumbpos on Maximum values
15848
15849 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
15850         
15851         * PropertyGridView.cs: Pass context information to UITypeEditors 
15852
15853 2005-06-21  Peter Bartok  <pbartok@novell.com> 
15854
15855         * TextBoxBase.cs:
15856           - Now calling PositionCaret with absolute space coordinates
15857           - Enabled vertical scrolling
15858           - Better tracking of scrollbar changes, tied into WidthChange
15859             event
15860           - Improved cursor tracking
15861           - Removed debug output
15862         * TextControl.cs:
15863           - PositionCaret coordinates are now works in absolute space, not 
15864             the canvas
15865           - Improved tracking of document size
15866           - Added events for width and height changes
15867
15868 2005-06-21  Peter Bartok  <pbartok@novell.com>
15869
15870         * Form.cs: Set focus to active control when form is activated
15871         * TextControl.cs: 
15872           - Added word-wrap functionality to RecalculateLine() 
15873           - Added some short function descriptions for VS.Net to aid in
15874             writing dependent controls
15875           - Added Caret property, returning the current coords of the caret
15876           - Added ViewPortWidth and ViewPortHeight properties
15877           - Added Wrap property
15878           - Added CaretMoved event
15879           - Removed some old debug code
15880           - Split() can now create soft splits
15881           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
15882           - Added method to format existing text
15883           - Fixed size/alignment calculations to use viewport
15884           - RecalculateDocument now can handle changing line-numbers while
15885             calculating lines
15886
15887         * TextBox.cs:
15888           - Added some wrap logic, we don't wrap if alignment is not left
15889           - Added casts for scrollbar var, base class switched types to
15890             also support RichTextBoxA
15891           - Implemented handling of scrollbar visibility flags
15892
15893         * TextBoxBase.cs:
15894           - Switched scrollbars type to RichTextBoxScrollBars to support
15895             RichTextBox
15896           - Added tracking of canvas width/height
15897           - Switched scrollbars to be not selectable (to keep focus on text)
15898           - Added central CalculateDocument() method to handle all redraw
15899             requirements
15900           - Added ReadOnly support
15901           - Added WordWrap support
15902           - Fixed handling of Enter key (we now treat it as a DialogKey)
15903           - Fixed caret positioning when h or v scroll is not zero
15904           - Fixed placing/generation of vertical scrollbar
15905           - Added CalculateScrollBars() method to allow updating scrollbar
15906             limits and visibility
15907           - Fixed handling of horizontal scroll
15908           - Added handling of vertical scroll
15909           - Implemented auto-'jump' when caret moves to close to a left or
15910             right border and there is text to be scrolled into view (currently
15911             there's the potential for a stack overflow, until a bug in
15912             scrollbar is fixed)
15913
15914 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
15915         
15916         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
15917
15918 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
15919
15920         * Mime.cs:
15921         - added inodes.
15922         - return application/x-zerosize for files with size zero
15923           (if no extension pattern matches).
15924         - check matches collection for strings too.
15925         - return only the first mime type if the name value
15926           collection has more than one mime type.
15927
15928 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
15929         
15930         * PropertyGrid.cs: Cleaned up some TODOs
15931         * PropertyGridView.cs: Added support for UITypeEditors
15932
15933 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
15934         
15935         * DataGrid.cs: clears cached value
15936
15937 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
15938
15939         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
15940         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
15941         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
15942         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
15943         
15944 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
15945
15946         * ThemeWin32Classic.cs: fixes colour
15947
15948 2005-06-15  Peter Bartok  <pbartok@novell.com>
15949
15950         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
15951         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
15952         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
15953         * Control.cs: Added some MWFCategory and MWFDescription attributes
15954         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
15955
15956 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
15957
15958         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
15959         usage
15960
15961 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
15962
15963         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
15964         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
15965         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
15966         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
15967         * DataGrid.cs: default datagrid settings for Default Styles, fixes
15968         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
15969
15970 2005-06-13  Jackson Harper  <jackson@ximian.com>
15971
15972         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
15973         isn't printed when the user enables dropping. (X11 does accept
15974         drops).
15975         
15976 2005-06-13  Jackson Harper  <jackson@ximian.com>
15977
15978         * TreeView.cs: Remove some TODOS.
15979
15980 2005-06-13  Jackson Harper  <jackson@ximian.com>
15981
15982         * Form.cs: Hook into the mdi framework.
15983         * MdiClient.cs: Use the base control collections add method so
15984         parents get setup correctly. Set the default back colour and dock
15985         style.
15986         * MdiChildContext.cs: New class, this bad actor handles an
15987         instance of an MDI window. Right now there is only basic
15988         support. You can drag, close, and resize windows. Minimize and
15989         Maximize are partially implemented.
15990
15991 2005-06-13  Jackson Harper  <jackson@ximian.com>
15992
15993         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
15994         freaky when both vals are negative. NOTE: There are probably other
15995         places in XplatUIX11 that this needs to be done.
15996
15997 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
15998
15999         * DataGrid.cs: implement missing methods, move KeyboardNavigation
16000         * DataGridColumnStyle.cs: fixes signature
16001
16002 2005-06-12  Jackson Harper  <jackson@ximian.com>
16003
16004         * XplatUIX11.cs: Use sizing cursors similar to the ones on
16005         windows.
16006
16007 2005-06-11  Jackson Harper  <jackson@ximian.com>
16008
16009         * StatusBarPanel.cs: Signature cleanups. Implement
16010         BeginInit/EndInit.
16011
16012 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
16013
16014         * DataGridTextBoxColumn.cs: Honors aligment
16015         * GridColumnStylesCollection.cs: Contains is case unsensitive
16016         * GridTableStylesCollection.cs: several fixes
16017         * DataGridTableStyle.cs: default column creation
16018         * DataGridDrawingLogic.cs: fixes
16019         * CurrencyManager.cs: ListName property
16020         * DataGrid.cs: multiple styles support
16021         * DataGridColumnStyle.cs: fixes
16022         
16023
16024 2005-06-10  Peter Bartok  <pbartok@novell.com>
16025
16026         * Control.cs(Select): Moved SetFocus call to avoid potential
16027           loops if controls change the active control when getting focus
16028         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
16029           the up/down buttons
16030
16031 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
16032
16033         * ImageListConverter.cs: Implemented
16034
16035 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
16036
16037         * MonthCalendar.cs: Wired in NumericUpDown control for year
16038
16039 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
16040
16041         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
16042           DoubleClick events, since they are not meant to be fired.
16043
16044 2005-06-09  Peter Bartok  <pbartok@novell.com>
16045
16046         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
16047           Jonathan's standalone controls into MWF, implemented missing
16048           events, attributes and methods; added xxxAccessible classes
16049         * AccessibleObject.cs: Made fields internal so other classes
16050           can change them if needed
16051
16052 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
16053
16054         * UpDownBase.cs: Complete implementation
16055         * NumericUpDown.cs: Complete implementation
16056         * DomainUpDown.cs: Complete implementation
16057
16058 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
16059
16060         * DataGridTextBoxColumn.cs: drawing fixes
16061         * DataGridCell.cs: fixes ToString method to match MSNet
16062         * DataGridTableStyle.cs: fixes
16063         * DataGridBoolColumn.cs: fixes, drawing
16064         * DataGridDrawingLogic.cs: fixes, new methods
16065         * DataGridTextBox.cs: Keyboard and fixes
16066         * DataGrid.cs:
16067                 - Keyboard navigation
16068                 - Scrolling fixes
16069                 - Row selection (single, multiple, deletion, etc)
16070                 - Lots of fixes
16071         
16072 2005-06-07  Jackson Harper  <jackson@ximian.com>
16073
16074         * ThemeWin32Classic.cs: Clear the background area when drawing
16075         buttons.
16076
16077 2005-06-06  Peter Bartok  <pbartok@novell.com>
16078
16079         * ImageListStreamer.cs: Fixed signature for GetData
16080         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
16081         * ComboBox.cs:
16082           - Added missing ChildAccessibleObject class
16083           - Added missing OnXXXFocus overrides, switched to using those
16084             instead of the event handler
16085         * Control.cs:
16086           - Added Parent property for ControlAccessibleObject
16087           - Fixed signatures
16088           - Fixed attributes
16089           - Added ResetBindings()
16090         * ListBindingConverter.cs: Implemented some methods
16091         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
16092         * ImageList.cs: Implemented basic handle scheme, removed TODOs
16093         * ContainerControl.cs: Fixed signature, now subscribing to the
16094           ControlRemoved event instead of overriding the handler, LAMESPEC
16095         * CurrencyManager.cs: Added missing attribute
16096         * MonthCalendar.cs: Added missing properties
16097
16098 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
16099
16100         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
16101         
16102 2005-06-06  Gaurav Vaish and Ankit Jain
16103
16104         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
16105         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
16106         
16107 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
16108
16109         * Control.cs: fixes CreateParams Width / Height.
16110
16111 2005-06-05  Peter Bartok  <pbartok@novell.com>
16112
16113         * Win32DnD.cs: Removed compilation warnings
16114
16115 2005-06-05  Peter Bartok  <pbartok@novell.com>
16116
16117         * Control.cs (CreateParams): Since we don't know if one of the
16118           properties we use is overridden, lets make sure if we fail accessing
16119           we continue with a backup plan
16120
16121 2005-06-05  Peter Bartok  <pbartok@novell.com>
16122
16123         * Win32DnD.cs:
16124           - Removed debug output
16125           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
16126             struct
16127           - Plugged resource leak
16128         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
16129           MS size
16130
16131 2005-06-05  Peter Bartok  <pbartok@novell.com>
16132
16133         * XplatUIWin32.cs: Removed DnD code
16134         * Win32DnD.cs: Implemented drop source and drop target functionality
16135
16136 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16137
16138         * UpDownBase.cs: remove duplicate addition of event, enable some code
16139         that was commented out.
16140         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
16141         Validate input when a key is pressed. It works fine now for every
16142         combination of Hexadecimal. Only missing some drawing love when sharing
16143         space with other controls.
16144
16145 2005-06-04  Peter Bartok  <pbartok@novell.com>
16146
16147         * Control.cs:
16148           - We need to pass a window for DragDrop, so enable callback events
16149           - Added DnD callback events when being a DragSource
16150         * XplatUI.cs (StartDrag): Added window handle argument
16151         * XplatUIDriver.cs (StartDrag): Added window handle argument
16152         * QueryContinueDragEventArgs: Made fields internally accessible so
16153           drivers can set them
16154         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
16155           can set them
16156
16157 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
16158
16159         * DataGridTextBoxColumn.cs: column text editing
16160         * DataGridTableStyle.cs: Respect columns styles created by the user
16161         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
16162         * DataGridBoolColumn.cs: bool column editing
16163         * DataGrid.cs: fixes to scrolling, properties, etc
16164         * DataGridTextBox.cs: handle keyboard
16165         * DataGridColumnStyle.cs: fixes
16166
16167 2005-06-02  Jackson Harper  <jackson@ximian.com>
16168
16169         * ImageListStreamer.cs: Somewhat broken implementation of
16170         GetObjectData. The RLE needs some work to match MS properly.
16171
16172 2005-06-02  Jackson Harper  <jackson@ximian.com>
16173
16174         * X11Dnd.cs: Attempting to keep at least one file in MWF
16175         monostyled.
16176
16177 2005-06-02  Peter Bartok  <pbartok@novell.com>
16178
16179         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
16180           that way
16181
16182 2005-06-02  Peter Bartok  <pbartok@novell.com>
16183
16184         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
16185         * XplatUI.cs: Added DoDragDrop() method
16186         * XplatUIDriver.cs: Added DoDragDrop() method
16187
16188 2005-06-02  Jackson Harper  <jackson@ximian.com>
16189
16190         * Splitter.cs: Implement BorderStyle.
16191
16192 2005-06-02  Jackson Harper  <jackson@ximian.com>
16193
16194         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
16195         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
16196         X11 using XDND.
16197
16198 2005-06-02  Peter Bartok  <pbartok@novell.com>
16199
16200         * DataObject.cs:
16201           - Added Data setter
16202           - Fixed broken insertion code for SetData, now also
16203             overwrites any existing entry of the same format name
16204         * Hwnd.cs: Added list of pointers that automatically gets
16205           freed when the window is disposed
16206         * XplatUI.cs: Call driver initialization method when loading
16207           a driver
16208         * Control.cs:
16209           - OnDragLeave takes EventArgs, not DragEventArgs
16210           - Added setting of WS_EX_ACCEPTFILES style when dropping is
16211             supported
16212           - Forces style update when drop state changes
16213         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
16214           not perfect since we cannot (yet) call the IDataObject.GetData()
16215           method, we keep getting 0x80004005 error, dunno why)
16216
16217 2005-06-02  Peter Bartok  <pbartok@novell.com>
16218
16219         * DragEventArgs.cs: Make fields internal so we can cache the
16220           object and re-set the fields from XplatUI
16221
16222 2005-06-02  Jackson Harper  <jackson@ximian.com>
16223
16224         * Control.cs: Add some internal methods so the DnD subsystem can
16225         raise DnD events. Also call into the driver when AllowDrop is set.
16226         * XplatUI.cs:
16227         * XplatUIDriver.cs: New method for setting whether or not a window
16228         is allowed to accept drag and drop messages.
16229                 
16230 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
16231         
16232         * ScrollBar.cs: Make sure that values sent in Scroll events
16233         are always between Maximum and Minimum.
16234
16235 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
16236
16237         * Menu.cs: Call MenuChanged when menuitem visibility has been
16238         changed.
16239         * MenuItem.cs: Rebuild menu when item is (not) visible.
16240         * MainMenu.cs: MainMenu has special MenuChanged.
16241         * Theme.cs: Caption and FrameBorderSize are not fixed.
16242         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
16243         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
16244         * XplatUIX11.cs,
16245         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
16246         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
16247
16248 2005-05-30  Jackson Harper  <jackson@ximian.com>
16249
16250         * DataFormat.cs: We can't statically initialize this stuff because
16251         it calls into the xplatui and could create a loop. So we lazy init
16252         it.
16253
16254 2005-05-28  Jackson Harper  <jackson@ximian.com>
16255
16256         * Control.cs: Proper implementation of Product(Name/Version).
16257
16258 2005-05-27  Jackson Harper  <jackson@ximian.com>
16259
16260         * DataObject.cs: Dont crash if no data is found.
16261
16262 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
16263         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
16264                 as per status page, guessing it should be set to true
16265
16266 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
16267
16268         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
16269         * DataGridTableStyle.cs: set proper formatting text, def header text
16270         * ThemeWin32Classic.cs: new themable paramaters
16271         * DataGridBoolColumn.cs: paint check box, get data, fixes
16272         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
16273         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
16274         * DataGridColumnStyle.cs: fixes
16275         * Theme.cs: new themable paramaters
16276                 
16277 2005-05-26  Peter Bartok  <pbartok@novell.com>
16278
16279         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
16280
16281 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
16282         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
16283
16284 2005-05-24  Peter Bartok  <pbartok@novell.com>
16285
16286         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
16287           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
16288           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
16289           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
16290           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
16291           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
16292           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
16293           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
16294           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
16295           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
16296           missing attributes, etc
16297         * DataGridPreferredColumnWidthTypeConverter.cs: Added
16298
16299 2005-05-24  Peter Bartok  <pbartok@novell.com>
16300
16301         * Help.cs: Added, implemented trivial functions, throws up MessageBox
16302           when user tries to get help
16303         * DataObject.cs, DataFormats.cs, LinkArea.cs,
16304           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
16305           to suppress warnings
16306         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
16307           avoid unreachable code warning
16308
16309 2005-05-20  Peter Bartok  <pbartok@novell.com>
16310
16311         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
16312
16313 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
16314
16315         * DataGridTextBoxColumn.cs: Basic painting methods
16316         * DataGridTableStyle.cs: Set table style in the column
16317         * ThemeWin32Classic.cs: Use Theme for colors
16318         * DataGridDrawingLogic.cs: Implement more drawing
16319         * DataGrid.cs: drawing, theming, enhacements, fixes
16320         * DataGridColumnStyle.cs: fixes, drawing
16321         * Theme.cs: theming for Datagrid
16322
16323 2005-05-20  Peter Bartok  <pbartok@novell.com>
16324
16325         * Cursor.cs: Implemented GetObjectData() method
16326
16327 2005-05-20  Peter Bartok  <pbartok@novell.com>
16328
16329         * Cursors.cs: Added setting of cursor name
16330         * Cursor.cs:
16331           - Implemented constructors
16332           - Implemented Draw and DrawStretched
16333           - Implemented Current property
16334           - Implemented == and != operators
16335           - Implemented Dispose()
16336           - Implemented ToString
16337           - Added missing attributes
16338         * XplatUIX11.cs:
16339           - Added missing reset for OverrideCursor when DoEvents is called
16340           - Fixed creation of cursor, logic was wrong
16341         * XplatUIWin32.cs:
16342           - Added missing reset for OverrideCursor when DoEvents is called
16343           - Fixed creation of cursor, bit arrays were swapped
16344         * Clipboard.cs: Removed obsolete MonoTODO attribute
16345
16346 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
16347
16348         * ComboBox.cs: fixes OnSelectedItemChanged
16349         * ControlBindingsCollection.cs: fixes item range check
16350
16351 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
16352
16353         * UpDownBase.cs:
16354                 - Calc preferred height properly
16355                 - Implement missing properties
16356                 
16357         * NumericUpDown.cs: Implement missing events
16358
16359 2005-05-19  Jackson Harper  <jackson@ximian.com>
16360
16361         * TabControl.cs: New method that resizes the tab pages before
16362         redrawing them. This as needed as the control is double buffered
16363         and sizing will not be recalculated unless ResizeTabPages is
16364         called.
16365         * TabPage.cs: Set base.Text instead of Text in the constructor so
16366         that UpdateOwner does not get called. Use the new Redraw method of
16367         TabControl instead of Refresh so the sizing is recalculated.
16368         * ThemeWin32Classic.cs: Draw the text for button tabs.
16369
16370 2005-05-19  Jackson Harper  <jackson@ximian.com>
16371
16372         * Control.cs: Paint control background images. Fix typo where
16373         PaintControlBackground was not getting called correctly.
16374
16375 2005-05-19  Peter Bartok  <pbartok@novell.com>
16376
16377         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
16378           I can investigate, apparently I broke FileDialog
16379
16380 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
16381
16382         * AxHost.cs: Some simple properties.
16383         * Control.cs: window must be accessible after ctor.
16384         * Form.cs: Added TransparencyKey property.
16385         * TextBoxBase.cs: Implemented Clear. Text property can be null.
16386         * XplatUIWin32.cs: SetBorderStyle implemented.
16387
16388 2005-05-18  Peter Bartok  <pbartok@novell.com>
16389
16390         * DataObject.cs: Entries are not global but particular to the
16391           DataObject, now it behaves that way
16392         * XplatUIWin32.cs: Implemented Clipboard methods
16393         * Clipboard.cs: Implemented
16394         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
16395         * XplatUIOSX.cs: Updated to final clipboard prototypes
16396         * XplatUIX11.cs: Implemented Clipboard methods
16397         * XplatUIDriver.cs: Updated to final clipboard prototypes
16398         * XplatUIStructs.cs:
16399           - Added BITMAPINFOHEADER struct
16400           - Added ClipboardFormats enum
16401         * X11Structs.cs:
16402           - Added ClipboardStruct
16403           - Added Atom enum items for clipboard types
16404           - Fixed atom types for Selection event structures
16405         * DataFormats.cs:
16406           - Added internal properties and methods for drivers to enumerate
16407             all known formats
16408           - Switched initialization method to allow drivers to assign their
16409             own IDs even for the MS predefined clipboard IDs
16410         * XplatUI.cs: Updated to final clipboard interface
16411
16412 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
16413         * PropertyGridView.cs: Fixed compiler warnings.
16414
16415 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
16416         * PropertyGrid.cs: Added some event calls
16417         * PropertyGridView.cs: Change drawing code to use double buffering
16418         * PropertyGridTextBox.cs: Changed Text property name
16419         * GridItem.cs: Added Bounds property.
16420         * GridEntry.cs: Added Bounds property.
16421
16422 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
16423
16424         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
16425         since GetType() may not return the correct type if the object is
16426         a remoting proxy.
16427
16428 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
16429
16430         * TreeNodeCollection.cs: fixes get/set item ranges
16431         
16432 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
16433
16434         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
16435                 
16436 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
16437
16438         * ComboBox.cs: Fix item range comparation
16439         * ListView.cs: Fix item range comparation
16440
16441 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
16442
16443         * FontDialog.cs:
16444           - Clear example panel when OnPaint is called
16445           - Better solution for displaying the example panel text
16446           - Select default indexes in the ListBoxes
16447
16448 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
16449
16450         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
16451
16452 2005-05-11  Peter Bartok  <pbartok@novell.com>
16453
16454         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
16455         * SelectionRangeConverter.cs: Implemented
16456         * PropertyGrid.cs: Fixed attribute value
16457         * Control.cs:
16458           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
16459           - Added Sebastien Pouliot's CAS Stack Propagation fixes
16460         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
16461           that's common to all drivers. First methods to go there are
16462           Sebastien Pouliot's CAS Stack Propagation helper methods
16463         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
16464           Sebastien Pouliot for CAS Stack Propagation
16465
16466 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
16467
16468         * OSXStructs.cs:
16469           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
16470
16471 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
16472
16473         * DataGridTextBoxColumn.cs: fixed some members
16474         * GridColumnStylesCollection.cs: indexed column is case insensitive
16475         * DataGridTableStyle.cs: fixes
16476         * ThemeWin32Classic.cs: add new theme parameter
16477         * Theme.cs: add new theme parameter
16478         * DataGridDrawingLogic.cs: Datagrid's drawing logic
16479         * DataGrid.cs: fixes, new internal properties, etc.
16480         * DataGridColumnStyle.cs: allows to set grid value
16481         *
16482
16483 2005-05-10  Peter Bartok  <pbartok@novell.com>
16484
16485         * AccessibleObject.cs:
16486           - Removed MonoTODO attribute on help, method is correct
16487           - Fixed Bounds property
16488         * AxHost.cs: Moved MonoTODO
16489         * ButtonBase.cs: Now setting AccessibleObject properties
16490         * RadioButton.cs: Setting proper AccessibleObject role
16491         * CheckBox.cs: Setting proper AccessibleObject role
16492         * ControlBindingsCollection.cs: Added properties, methods and attributes
16493         * DataFormats.cs: Fixed awkward internal API, and changed to enable
16494           userdefined DataFormats.Format items as well
16495         * ListControl.cs: Removed data_member from the public eye
16496         * OpenFileDialog.cs:
16497           - Made class sealed
16498           - Added missing attributes
16499         * SaveFileDialog.cs: Added missing attributes
16500         * ImageListStreamer.cs: Fixed code that caused warnings
16501         * LinkLabel.cs: Removed unreachable code
16502         * TreeView.cs: Fixed code that caused warnings
16503         * PropertyGridView.cs: Fixed code that caused warnings
16504         * GridColumnStylesCollection.cs: Added missing attributes
16505         * GridTableStylesCollection: Added missing attribute
16506         * PropertyManager: Added .ctor
16507         * SecurityIDType: Added
16508         * DataObject.cs: Implemented class
16509         * LinkArea.cs: Added missing attribute
16510
16511 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
16512
16513         * RadioButton.cs: call base method to allow to fire OnClick event
16514         * UpDownBase.cs: OnMouseUp call base method
16515         * CheckedListBox.cs: call base method before returning
16516         * TrackBar.cs: call base method before returning
16517         
16518
16519 2005-05-10  Peter Bartok  <pbartok@novell.com>
16520
16521         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
16522           for messages
16523
16524 2005-05-10  Peter Bartok  <pbartok@novell.com>
16525
16526         * DataFormats.cs: Implemented
16527         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
16528           XplatUIX11.cs: Added Clipboard APIs
16529         * XplatUIWin32.cs: Implemented Clipboard APIs
16530         * FolderBrowserDialog.cs: Added missing event, attributes
16531
16532 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
16533
16534         * CheckBox.cs: call base method to allow to fire OnClick event
16535
16536 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
16537
16538         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
16539
16540 2005-05-06  Peter Bartok  <pbartok@novell.com>
16541
16542         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
16543         * Screen.cs: Implemented
16544         * HelpNavigator.cs: Added
16545         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
16546           property
16547         * HelpProvider.cs: Implemented all we can do until we have a CHM
16548           help library (which means that "What's This" does work now)
16549
16550 2005-05-06  Jackson Harper  <jackson@ximian.com>
16551
16552         * XplatUIX11.cs: Fix waking up the main loop.
16553                 
16554 2005-05-05  Peter Bartok  <pbartok@novell.com>
16555
16556         * XplatUI.cs: Updated revision
16557         * Form.cs: Removed enless loop
16558         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
16559         * Label.cs (OnPaint): Added call to base.OnPaint()
16560         * ToolTip.cs: Made ToolTipWindow reusable for other controls
16561         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
16562         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
16563         * AxHost.cs: Added
16564         * ButtonBase.cs: Moved base.OnPaint() call to end of method
16565         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
16566           to ToolTip.ToolTipWindow for drawing and size methods; this allows
16567           reuse of ToolTipWindow by other controls
16568         * SizeGrip.cs: Moved base.OnPaint() call to end of method
16569         * XplatUIX11.cs: Now clipping drawing area (experimental)
16570         * PictureBox.cs: Moved base.OnPaint() call to end of method
16571         * Theme.cs: Fixed ToolTip abstracts to match new format
16572         * ErrorProvider.cs: Implemented
16573
16574 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
16575
16576         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
16577         * LinkLabel.cs:
16578                 - Adds cursors
16579                 - Handles focus
16580                 - Implements LinkBehavior
16581                 - Fixes many issues
16582
16583 2005-05-03  Jackson Harper  <jackson@ximian.com>
16584
16585         * ListView.cs: Calculate the scrollbar positioning on resize and
16586         paint, so they get put in the correct place.
16587
16588 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
16589
16590         * ColorDialogs.cs: The small color panels are now handled by
16591           SmallColorControl. This fixes drawing of the focus rectangle
16592           and adds a 3D border.
16593
16594 2005-05-03  Peter Bartok  <pbartok@novell.com>
16595
16596         * Control.cs: Modified version of Jonathan Chamber's fix for
16597           double-buffering
16598
16599 2005-05-03  Jackson Harper  <jackson@ximian.com>
16600
16601         * ListView.cs: Remove redraw variable. Control now handles whether
16602         or not a redraw needs to be done, and will only raise the paint
16603         event if redrawing is needed.
16604
16605 2005-05-03  Jackson Harper  <jackson@ximian.com>
16606
16607         * Splitter.cs: No decorations for the splitter form. Cache the
16608         hatch brush.
16609
16610 2005-05-03  Jackson Harper  <jackson@ximian.com>
16611
16612         * TreeView.cs: Use dashed lines to connect nodes. Use the
16613         ControlPaint method for drawing the focus rect instead of doing
16614         that in treeview.
16615
16616 2005-05-02  Peter Bartok  <pbartok@novell.com>
16617
16618         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
16619
16620 2005-04-29  Jackson Harper  <jackson@ximian.com>
16621
16622         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
16623         entire image buffer. Just clear the clipping rectangle.
16624
16625 2005-04-29  Jackson Harper  <jackson@ximian.com>
16626
16627         * ThemeWin32Classic.cs: Don't draw list view items that are
16628         outside the clipping rectangle.
16629
16630 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
16631
16632         * ListBox.cs: added horizontal item scroll
16633
16634 2005-04-29  Jackson Harper  <jackson@ximian.com>
16635
16636         * ThemeWin32Classic.cs: Remove some old debug code that was
16637         causing flicker with the new double buffering code.
16638
16639 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
16640
16641         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
16642         behave like combobox and comboboxlist (still not sure if this is
16643         correct though).
16644
16645 2005-04-28  Jackson Harper  <jackson@ximian.com>
16646
16647         * ThemeWin32Classic.cs: Don't fill the middle of progress
16648         bars. This fills areas outside of the clip bounds that don't need
16649         to be filled.
16650
16651 2005-04-28  Jackson Harper  <jackson@ximian.com>
16652
16653         * Control.cs: Don't expose functionality to touch the image buffers.
16654         * ProgressBar.cs:
16655         * ListView.cs: We do not need to (and no longer can) manipulate
16656         the image buffers directly. All of this is handled by Control.
16657
16658 2005-04-28  Peter Bartok  <pbartok@novell.com>
16659
16660         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
16661           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
16662           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
16663
16664 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
16665
16666         * Combobox:
16667                 - Adjust control's height for non-simple comboboxes (bug fix)
16668                 - Remove dead code
16669         * MenuAPI.cs: remove unused var
16670         * ScrollBar.cs: remove unsed var
16671                  
16672         * ListBox.cs: unselect items when clearing
16673
16674 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
16675
16676         * ListControl.cs: honors OnPositionChanged and default Selected Item
16677         * ListBox.cs: unselect items when clearing
16678
16679 2005-04-27  Jackson Harper  <jackson@ximian.com>
16680
16681         * X11Keyboard.cs: Initialize a default keyboard and give a warning
16682         if a "correct" keyboard is not found. This will make us not crash,
16683         but might give some users bad keyboard layouts...seems to be the
16684         same thing rewind does.
16685
16686 2005-04-27  Jackson Harper  <jackson@ximian.com>
16687
16688         * BindingManagerBase.cs: Attach the current/position changed
16689         handlers to their respective events.
16690
16691 2005-04-27  Jackson Harper  <jackson@ximian.com>
16692
16693         * Control.cs: Make sure that the first WM_PAINT does a full draw,
16694         not just a blit.
16695         * ThemeWin32Classic.cs: Don't fill the background for picture
16696         boxes. This could overright user drawing.
16697         * ComboBox.cs: Just fill the clipping rect not the entire client
16698         rect when drawing the background. This prevents pieces of the
16699         image buffer from getting overwritten and is theoretically faster.
16700
16701 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
16702
16703         * ComboBox.cs: Databinding support fixes, fire missing events
16704         * ListControl.cs: implement missing methods and properties, fixes
16705         * ThemeWin32Classic.cs: Databiding support on Drawing
16706         * CheckedListBox.cs: Databinding support fixes, fire missing events
16707         * ListBox.cs: Databinding support fixes, fire missing events
16708         
16709 2005-04-25  Peter Bartok  <pbartok@novell.com>
16710
16711         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
16712
16713 2005-04-25  Jackson Harper  <jackson@ximian.com>
16714
16715         * TreeView.cs: Use the horizontal scrollbars height not width when
16716         determining how much of the client area is available.
16717
16718 2005-04-25  Jackson Harper  <jackson@ximian.com>
16719
16720         * Control.cs: Double buffering is handled differently now. As per
16721         the spec, the extra buffer is created in the WM_PAINT message and
16722         passed down to the control's drawing code.
16723         * GroupBox.cs:
16724         * Label.cs:
16725         * CheckBox.cs:
16726         * ProgressBar.cs:
16727         * RadioButton.cs:
16728         * ColorDialog.cs:
16729         * ComboBox.cs:
16730         * PropertyGridView.cs:
16731         * UpDownBase.cs:
16732         * MessageBox.cs:
16733         * MenuAPI.cs:
16734         * ListView.cs:
16735         * ButtonBase.cs:
16736         * SizeGrip.cs:
16737         * ScrollBar.cs:
16738         * ListBox.cs:
16739         * TrackBar.cs:
16740         * ToolBar.cs:
16741         * PictureBox.cs:
16742         * DateTimePicker.cs:
16743         * StatusBar.cs:
16744         * TreeView.cs: Update to new double buffering system.
16745         * MonthCalendar.cs: Uncomment block, as Capture is now
16746         working. Update to new double buffering
16747         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
16748         * PaintEventArgs.cs: New internal method allows us to set the
16749         graphics object. This is used for double buffering.
16750         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
16751         rectangle. The internal paint_area var has been removed from
16752         StatusBar. The clipping rect should be used instead.
16753         * Theme.cs: Give the PictureBox drawing method a clipping rect.
16754         * TabPage.cs: The RefreshTabs method was removed, so just call the
16755         tab controls Refresh method now.
16756         * TabControl.cs: Update to new double buffering. Make sure the
16757         handle is created before sizing the tab pages, otherwise we will
16758         get stuck in a loop.
16759
16760 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
16761
16762         * LinkLabel.cs: Fix typo, bug #74719; patch
16763           from Borja Sanchez Zamorano
16764
16765 2005-04-22  Jackson Harper  <jackson@ximian.com>
16766
16767         * TreeNode.cs: Implement Handle stuff.
16768         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
16769
16770 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
16771
16772         * DataGridTextBoxColumn.cs: call base constructors, fixes
16773         * GridColumnStylesCollection.cs: missing events, methods, and functionality
16774         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
16775         * DataGridTableStyle.cs: implements create default column styles
16776         * DataGridBoolColumn.cs: which types can handle
16777         * DataGrid.cs: missing methods, fixes, new functionality
16778         * DataGridColumnStyle.cs: fixes
16779
16780 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
16781         * FolderBrowserDialog.cs:
16782         - Use a thread to fill the TreeView
16783         - Adjusted some sizes
16784
16785 2005-04-19  Peter Bartok  <pbartok@novell.com>
16786
16787         * LinkLabel.cs: (Re-)create the pieces when setting the Text
16788           property. Fixes #74360.
16789
16790 2005-04-19  Jackson Harper  <jackson@ximian.com>
16791
16792         * XEventQueue.cs: Lock when getting the lockqueue size.
16793         * PictureBox.cs: Call base OnPaint
16794         
16795 2005-04-19  Peter Bartok  <pbartok@novell.com>
16796
16797         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
16798           messages were no longer being processed (this broke BeginInvoke)
16799
16800           
16801 2005-04-18  Jackson Harper  <jackson@ximian.com>
16802
16803         * TreeView.cs: buglet that caused node images to get drawn
16804         regardless of whether or not they were in the clipping rectangle.
16805
16806 2005-04-18  Jackson Harper  <jackson@ximian.com>
16807
16808         * CurrencyManager.cs: There are four rules for GetItemProperties:
16809         - If the type is an array use the element type of the array
16810         - If the type is a typed list, use the type
16811         - If the list contains an Item property that is not an object, use
16812         that property
16813         - use the first element of the list if there are any elements in
16814         the list.
16815         
16816 2005-04-17  Jackson Harper  <jackson@ximian.oom>
16817
16818         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
16819         click. This handles offsets for scrolling properly and reduces
16820         memory. Also fixed GetNode to not offset now that TopNode works
16821         properly.
16822         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
16823         
16824 2005-04-17  Jackson Harper  <jackson@ximian.com>
16825
16826         * CursorConverter.cs: Initial implementation.
16827
16828 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
16829
16830         * ListControl.cs: work towards complex data binding support on ListControl
16831         * CurrencyManager.cs: work towards complex data binding support on ListControl
16832         * ListBox.cs: work towards complex data binding support on ListControl
16833
16834
16835 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
16836
16837         * GridTableStylesCollection.cs: fixes name and constructor
16838         * DataGridTableStyle.cs: fixes
16839         * DataGridBoolColumn.cs: fixes names and constructors
16840         * DataGrid.cs: define methods and properties. Some init implementations
16841         * DataGridCell.cs: define methods and properties. Some init implementations
16842         * GridTablesFactory.cs: Define methods and properties
16843
16844 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
16845
16846         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
16847         graphics port changes.  We still want the coordinates in global screen
16848         coordinates.
16849
16850 2005-04-14  Jackson Harper  <jackson@ximian.com>
16851
16852         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
16853         check plus minus or checkbox clicks unless those features are enabled.
16854
16855 2005-04-14  Jackson Harper  <jackson@ximian.com>
16856
16857         * TreeView.cs: Add methods for setting the top and bottom visible
16858         nodes. TreeNode::EnsureVisible uses these methods.
16859         * TreeNode.cs: Implement EnsureVisible
16860
16861 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
16862
16863         * Form.cs: Pospone menu assignation if the window has not been created yet
16864         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
16865         size and position
16866
16867 2005-04-12  Jackson Harper  <jackson@ximian.com>
16868
16869         * TreeView.cs: Set the TopNode properly when scrolling
16870         occurs. This has the added benifit of reducing the amount of
16871         walking that needs to be done when drawing. Also removed an old
16872         misleading TODO.
16873         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
16874         
16875 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
16876
16877         * Timer.cs: fixes interval setting when the timer is already enabled
16878         
16879 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
16880
16881         * FolderBrowserDialog.cs: First approach
16882
16883 2005-04-09  Peter Bartok  <pbartok@novell.com>
16884
16885         * FolderBrowserDialog: Added
16886
16887 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
16888
16889         * LinkLabel.cs: move drawing code into the theme
16890         * ThemeWin32Classic.cs: drawing code and painting background bugfix
16891         * Theme.cs: define DrawLinkLabel method
16892
16893 2005-04-05  Jackson Harper  <jackson@ximian.com>
16894
16895         * BindingContext.cs: Use weak references so these bad actors don't
16896         stay alive longer then they need to.
16897
16898 2005-04-05  Jackson Harper  <jackson@ximian.com>
16899
16900         * ListControl.cs: Basic implementation of complex databinding.
16901         * ComboBox.cs:
16902         * ListBox.cs: Add calls to ListControl databinding methods.
16903
16904 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
16905
16906         * FileDialog.cs:
16907           - Don't change PopupButtonState to Normal when the
16908             PopupButton gets pressed several times.
16909           - Renamed ButtonPanel to PopupButtonPanel
16910
16911 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
16912
16913         * ColorDialog.cs: Use cached objects instead of creating them
16914         * LinkLabel.cs: Use cached objects instead of creating them
16915         * Splitter.cs: Use cached objects instead of creating them
16916         * FontDialog.cs: Use cached objects instead of creating them
16917         * PropertyGridView.cs: Use cached objects instead of creating them
16918         * MessageBox.cs: Use cached objects instead of creating them
16919         * FileDialog.cs: Use cached objects instead of creating them
16920         * ThemeWin32Classic.cs: Use cached objects instead of creating them
16921         * TreeView.cs: Use cached objects instead of creating them
16922         
16923 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
16924
16925         * Control.cs: use Equals to compare the font since no == op
16926         * ScrollBar.cs: use Equals to compare the font since no == op
16927
16928 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
16929
16930         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
16931
16932 2005-04-01  Jackson Harper  <jackson@ximian.com>
16933
16934         * Binding.cs: Implement IsBinding.
16935         * BindingManagerBase.cs:
16936         * PropertyManager.cs:
16937         * CurrencyManager.cs: Add IsSuspended property.
16938
16939 2005-04-01  Jackson Harper  <jackson@ximian.com>
16940
16941         * Binding.cs: Had some IsAssignableFrom calls backwards.
16942
16943 2005-04-01  Jackson Harper  <jackson@ximian.com>
16944
16945         * Binding.cs: Handle null data members when pulling data.
16946         * PropertyManager.cs: Handle the data member being a property that
16947         does not exist.
16948
16949 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
16950
16951         * DataGridTextBoxColumn.cs: fixes signature
16952         * DataGrid.cs: calls right constructor
16953
16954 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
16955
16956         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
16957         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
16958         * GridTableStylesCollection.cs: implements GridTableStylesCollection
16959         * DataGridTableStyle.cs: implements DataGridTableStyle
16960         * DataGridBoolColumn.cs: implements DataGridBoolColumn
16961         * DataGridTextBox.cs: implements DataGridTextBox
16962         * DataGridColumnStyle.cs: implements DataGridColumnStyle
16963
16964 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
16965
16966         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
16967
16968 2005-03-29  Peter Bartok  <pbartok@novell.com>
16969
16970         * Application.cs:
16971           - Properly implemented CompanyName property
16972           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
16973             returns a path that includes CompanyName, ProductName and
16974             Version (fixes bug #70330)
16975
16976 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
16977
16978         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
16979           fixes bug #72588.
16980
16981 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
16982
16983         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
16984         
16985           - Added ReadOnly CheckBox
16986           - Further refactoring: moved some code from Open-/SaveFileDialog
16987             to FileDialog
16988
16989 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
16990
16991         * OpenFileDialog.cs: Fixed CheckFileExists
16992         * FileDialog.cs:
16993           Moved FileView and DirComboBox outside FileDialog class.
16994           They can now be used outside FileDialog
16995
16996 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
16997
16998         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
16999         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
17000
17001 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
17002
17003         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
17004           - Added missing CreatePrompt property in SaveDialog
17005           - Overall SaveDialog handling should be better now
17006           - Added non standard ShowHiddenFiles property
17007           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
17008           - Added InitialDirectory and RestoreDirectory support
17009
17010 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
17011
17012         * FileDialog.cs: Made dirComboBox usable
17013
17014 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
17015
17016         * FileDialog.cs: Added Filter support (case sensitiv)
17017
17018 2005-03-24  Jackson Harper  <jackson@ximian.com>
17019
17020         * TabControl.cs: Need a couple more pixels for the lines.
17021
17022 2005-03-23  Jackson Harper  <jackson@ximian.com>
17023
17024         * TabControl.cs: Give the tab page focus when it is selected.
17025
17026 2005-03-23  Jackson Harper  <jackson@ximian.com>
17027
17028         * TabControl.cs: Account for the drawing of tabs borders when
17029         invalidating. If the slider was clicked dont do click detection on
17030         the tabs.
17031
17032 2005-03-23  Jackson Harper  <jackson@ximian.com>
17033
17034         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
17035
17036 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
17037
17038         * CategoryGridEntry.cs: Added
17039         * GridItem.cs: Added helper properties
17040         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
17041         * GridEntry.cs: Updated code for collection
17042         * PropertyGrid.cs: Cleaned up some formatting
17043         * PropertyGridView.cs: Added drop down functionality for enums.
17044         * GridItemCollection.cs: Added enumerator logic
17045         * PropertyGridEntry.cs: Added
17046
17047 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
17048
17049         * FileDialog.cs:
17050           - Removed unnecessary commented code
17051           - Fixed handling for entering the filename manually in the combobox
17052
17053 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
17054
17055         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
17056
17057 2005-03-18  Peter Bartok  <pbartok@novell.com>
17058
17059         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
17060           them being touching the border
17061
17062 2005-03-18  Peter Bartok  <pbartok@novell.com>
17063
17064         * TextControl.cs: Quick hack to center text better
17065
17066 2005-03-18  Peter Bartok  <pbartok@novell.com>
17067
17068         * ControlPaint.cs:
17069           - Don't throw NotImplemented exceptions, just print a notice once
17070             instead (requested by Miguel). This makes running existing SWF
17071             apps a bit easier
17072         * Control.cs:
17073           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
17074           - Added context menu trigger on right click
17075         * Panel.cs: Trigger invalidate on resize
17076         * StatusBar.cs:
17077           - Removed old double-buffer drawing
17078           - Added ResizeRedraw style to force proper update of statusbar
17079         * ListView.cs:
17080           - Removed debug output
17081         * ThemeWin32Classic.cs:
17082           - Fixed drawing of status bar, now draws Text property if there
17083             are no defined panels
17084
17085 2005-03-18  Jackson Harper  <jackson@ximian.com>
17086
17087         * ImageList.cs: When the image stream is set pull all the images
17088         from it.
17089         * ImageListStreamer.cs: Implement reading image list streams.
17090
17091 2005-03-18  Peter Bartok  <pbartok@novell.com>
17092
17093         * ThemeWin32Classic.cs (DrawPictureBox):
17094           - Fixed calculations for centered drawing
17095           - Fixed drawing for normal mode, not scaling the image on normal
17096
17097 2005-03-18  Peter Bartok  <pbartok@novell.com>
17098
17099         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
17100           textbox
17101         * FileDialog.cs:
17102           - Made Open/Save button the accept button for FileDialog
17103           - Tied the cancel button to the IButtonControl cancel button
17104           - Save/Open now properly builds the pathname
17105           - Now handles user-entered text
17106           - Preventing crash on right-click if no item is selected
17107           - Fixed Text property, now uses contents of textbox
17108           - Fixed SelectedText property, now just returns the text part that
17109             is selected in the text box
17110
17111 2005-03-18  Jackson Harper  <jackson@ximian.com>
17112
17113         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
17114         rect, make sure to de-adjust the interior rect after drawing the
17115         tab text.
17116
17117 2005-03-18  Peter Bartok  <pbartok@novell.com>
17118
17119         * MenuAPI.cs: Remove menu *before* executing selected action to
17120           prevent the menu from 'hanging around'
17121           
17122 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
17123
17124         * XplatUIOSX.cs: Implemented WorkingArea property
17125
17126 2005-03-17  Peter Bartok  <pbartok@novell.com>
17127
17128         * XplatUIX11.cs: Fixed menu coord calculations
17129         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
17130           for calculating offsets
17131
17132 2005-03-17  Peter Bartok  <pbartok@novell.com>
17133
17134         * Hwnd.cs: Do not consider menu presence for default client
17135           rectangle location/size
17136         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
17137           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
17138           translation functions
17139         * FileDialog.cs: Fixed (what I presume is a) typo
17140
17141 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
17142
17143         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
17144           X access (avoids X-Async errors)
17145
17146 2005-03-16  Jackson Harper  <jackson@ximian.com>
17147
17148         * TabControl.cs: Raise the SelectedIndexChanged event.
17149
17150 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
17151
17152         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
17153           - Removed vertical ToolBar and replaced it with a custom panel
17154             (desktop and home button already work)
17155           - Added Help button (some controls get resized or relocated then)
17156           - Draw correct text depending on Open or Save.
17157           - Fixed some typos...
17158
17159 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
17160
17161         * ScrollBar.cs:
17162           - Only change Maximum and Minimum when need it (bug fix)
17163
17164 2005-03-15  Peter Bartok  <pbartok@novell.com>
17165
17166         * Form.cs: Use Handle for icon, to trigger creation if
17167           the window does not yet exist
17168         * Control.cs:
17169           - CanSelect: Slight performance improvement
17170           - Focus(): Preventing possible recursion
17171           - Invalidate(): Removed ControlStyle based clear flag setting
17172           - WM_PAINT: fixed logic for calling OnPaintBackground
17173           - WM_ERASEBKGND: Fixed logic, added call to new driver method
17174             EraseWindowBackground if the control doesn't paint background
17175         * XplatUIWin32.cs:
17176           - Moved EraseWindowBackground() method to internal methods
17177           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
17178             is sent via SendMessage on BeginPaint call on Win32
17179         * XplatUIX11.cs:
17180           - Added EraseWindowBackground() method
17181           - No longer sends WM_ERASEBKGND on .Expose, but on call to
17182             PaintEventStart, which more closely matches Win32 behaviour
17183           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
17184           - Fixed SetFocus() to properly deal with client and whole windows
17185         * Hwnd.cs: Added ErasePending property
17186         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
17187         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
17188
17189 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
17190
17191         * XplatUIOSX.cs:
17192           - Fix hard loop when timers exist.
17193           - Fix bugs with middle and right click for 3 button mice.
17194
17195 2005-03-11  Peter Bartok  <pbartok@novell.com>
17196
17197         * XplatUIX11.cs:
17198           - get_WorkingArea: Need to call X directly, GetWindowPos only
17199             returns cached data now
17200           - Added sanity check to GetWindowPos hwnd usage
17201
17202 2005-03-11  Jackson Harper  <jackson@ximian.com>
17203
17204         * BindingManagerBase.cs: This method isn't used anymore as
17205         PullData now updates the data in the control.
17206
17207 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
17208
17209         * Form.cs: fixes menu drawing on X11
17210         * MenuAPI.cs:  fixes menu drawing on X11
17211
17212 2005-03-11  Peter Bartok  <pbartok@novell.com>
17213
17214         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
17215           from Jonathan Gilbert; should fix bug #73606
17216         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
17217           in Screen coordinates. Thanks, Jordi.
17218         * Form.cs: Added missing attribute
17219
17220 2005-03-11  Peter Bartok  <pbartok@novell.com>
17221
17222         * Form.cs:
17223           - Rudimentary Mdi support
17224           - Removed outdated FormParent code
17225           - Implemented lots of missing properties and methods, still missing
17226             transparency support
17227           - Added missing attributes
17228           - Implemented support for MaximumBounds
17229           - Added firing of various events
17230         * XplatUI.cs: Added SetIcon() method
17231         * XplatUIDriver.cs: Added SetIcon() abstract
17232         * XplatUIOSX.cs: Stubbed out SetIcon() method
17233         * XplatUIX11.cs:
17234           - Implemented SetIcon() support
17235           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
17236           - Switched to unix line endings
17237         * XplatUIWin32.cs:
17238           - Made POINT internal so for can access it as part of MINMAX
17239           - Implemented SetIcon() support
17240           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
17241             native Mdi support again, might have to go managed)
17242         * Control.cs: Now fires the StyleChanged event
17243         * MdiClient.cs: Added; still mostly empty
17244
17245 2005-03-10  Peter Bartok  <pbartok@novell.com>
17246
17247         * SaveFileDialog.cs: Added emtpy file
17248
17249 2005-03-08  Peter Bartok  <pbartok@novell.com>
17250
17251         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
17252           in turn triggers OnCreateContro) when creating a handle for the
17253           first time.
17254         * TextControl.cs: Fixed endless loop in certain cases when
17255           replacing the current selection
17256
17257 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
17258
17259         * ScrollBar.cs:
17260           - Honors NewValue changes in Scroll events allowing apps to change it
17261           - Adds First and Last Scroll events
17262           - Fixes Thumb events
17263
17264 2005-03-07  Peter Bartok  <pbartok@novell.com>
17265
17266         * Hwnd.cs: Added DefaultClientRectangle property
17267         * XplatUI.cs: Now using the X11 driver Where() method, which provides
17268           more detailed debug information
17269         * XplatUIX11.cs:
17270           - Fixed size-change feedback loop, where we would pull an old size
17271             off the queue and mistakenly change our window's size to an
17272             earlier value
17273           - Now compressing ConfigureNotify events, to reduce looping and
17274             redraw issues
17275         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
17276           is called
17277
17278 2005-03-07  Jackson Harper  <jackson@ximian.com>
17279
17280         * Binding.cs: Push data pushes from data -> property. Check if the
17281         property is readonly when attempting to set it.
17282
17283 2005-03-07  Jackson Harper  <jackson@ximian.com>
17284
17285         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
17286         instead of IsSubclassOf. Pulling data now sets the value on the
17287         control.
17288         * PropertyManager.cs:
17289         * CurrencyManager.cs: Just need to pull data when updating now,
17290         because PullData will set the value on the control.
17291
17292 2005-03-04  Jackson Harper  <jackson@ximian.com>
17293
17294         * Binding.cs: Implement data type parsing and converting on pulled
17295         data. TODO: Are there more ways the data can be converted?
17296
17297 2005-03-04  Jackson Harper  <jackson@ximian.com>
17298
17299         * Binding.cs: Support <Property>IsNull checks. Also bind to the
17300         controls Validating method so we can repull the data when the
17301         control loses focus.
17302
17303 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
17304
17305         * ColumnHeader.cs:
17306           - Fixes null string format
17307           
17308         * ListView.cs:
17309           - Adds enum type checks
17310           - Fixes redrawing and recalc need after changing some properties
17311           - Fixes on focus_item set after the event
17312           - Fixes adding columns after the control has been created
17313           
17314         * ThemeWin32Classic.cs:
17315           - Fixes CheckBox focus rectangle
17316           - Fixes ColumnHeader drawing
17317
17318
17319 2005-03-03  Jackson Harper  <jackson@ximian.com>
17320
17321         * Binding.cs: Bind to <Property>Changed events so we can detect
17322         when properties are changed and update the data.
17323
17324 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
17325
17326         * ImageList.cs:
17327           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
17328           - Fixes ImageList constructor with ImageList container
17329           - Fixes image scaling (wrong parameters at DrawImage)
17330
17331 2005-02-02  Jackson Harper  <jackson@ximian.com>
17332
17333         * Binding.cs: Make property searches case-insensitive. Eliminate
17334         some duplicated code.
17335
17336 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
17337
17338         * ComboBox.cs:
17339                 - Handle focus event
17340                 - Fix scrollbar events
17341                 - Discard highlighted item if remove it
17342                 - Fixes SelectedItem with strings
17343
17344 2005-03-01  Peter Bartok  <pbartok@novell.com>
17345
17346         * Control.cs:
17347           - Fixed Visible property, now follows (once again) parent chain
17348             to return false if any control in the chain is visible=false
17349           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
17350           - Fixed several places where is_visible instead of Visible was used
17351           - Implemented FIXME related to focus selection when setting focused
17352             control to be invisible
17353
17354         * XplatUIWin32.cs: Now using proper method to find out if window is
17355           visible. Thanks to Jordi for pointing it out
17356
17357 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
17358
17359         * ComboBox.cs: show/hide scrollbar instead of creating it
17360
17361 2005-02-27  Jackson Harper  <jackson@ximian.com>
17362
17363         * CurrencyManager.cs: Add PositionChanged stuff.
17364
17365 2005-02-27  Peter Bartok  <pbartok@novell.com>
17366
17367         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
17368         * XplatUIOSX.cs: Added GetMenuOrigin() stub
17369         * XplatUIWin32.cs: Implemented GetMenuOrigin()
17370         * XplatUIX11.cs:
17371           - Implemented GetMenuDC()
17372           - Implemented GetMenuOrigin()
17373           - Implemented ReleaseMenuDC()
17374           - Implemented generation of WM_NCPAINT message
17375           - Implemented generation and handling of WM_NCCALCSIZE message
17376         * Form.cs: Added debug helper message for Jordi's menu work
17377         * Hwnd.cs:
17378           - Modified ClientRect property; added setter, fixed getter to handle
17379             setting of ClientRect
17380           - Added MenuOrigin property
17381
17382 2005-02-26  Peter Bartok  <pbartok@novell.com>
17383
17384         * XplatUIX11.cs:
17385           - Destroys the caret if a window that's being destroyed contains it
17386           - Ignores expose events coming from the X11 queue for windows that
17387             already are destroyed
17388           - Now uses the proper variable for handling DestroyNotify, before we
17389             marked the wrong window as destroyed
17390           - Improved/added some debug output
17391
17392 2005-02-26  Peter Bartok  <pbartok@novell.com>
17393
17394         * X11Keyboard.cs: Fixes to work on 64bit systems
17395
17396 2005-02-26  Peter Bartok  <pbartok@novell.com>
17397
17398         * Control.cs:
17399           - Now calling OnHandleDestroyed from DestroyHandle()
17400             instead of Dispose()
17401           - Removed bogus call to controls.Remove() from DestroyHandle()
17402
17403 2005-02-26  Peter Bartok  <pbartok@novell.com>
17404
17405         * Control.cs: Properly destroy child windows when our handle is
17406           destroyed
17407
17408 2005-02-25  Peter Bartok  <pbartok@novell.com>
17409
17410         * XplatUI.cs:
17411           - Added 'DriverDebug' define to allow tracing XplatUI API calls
17412           - Alphabetized Static Methods and Subclasses
17413
17414         * XplatUIX11.cs:
17415           - Added XException class to allow custom handling of X11 exceptions
17416           - Created custom X11 error handler, tied into XException class
17417           - Added support for MONO_XEXCEPTIONS env var to allow the user
17418             to either throw an exception on X errors or continue running
17419             after displaying the error
17420           - Added handling of DestroyNotify message
17421           - Added handler for CreateNotify message (still disabled)
17422           - Improved (tried to at least) Where method to provide file and lineno
17423         * X11Structs.cs:
17424           - Added XErrorHandler delegate
17425           - Added XRequest enumeration (to suppor translation of errors)
17426
17427 2005-02-25  Jackson Harper  <jackson@ximian.com>
17428
17429         * PropertyManager.cs: Implement editing features
17430         * CurrencyManager.cs:
17431         * Binding.cs: First attempt at UpdateIsBinding
17432         * BindingManagerBase.cs: Call UpdateIsBinding before
17433         pushing/pulling data.
17434
17435 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
17436
17437         * MenuAPI.cs: Respect disabled items
17438         * ThemeWin32Classic.cs
17439                 - Caches ImageAttributes creation for DrawImageDisabled
17440                 - Fixes vertical menu line drawing
17441                 - Draws disabled arrows in disable menu items
17442
17443 2005-02-24  Peter Bartok  <pbartok@novell.com>
17444
17445         * Hwnd.cs:
17446           - Added UserData property to allow associating arbitrary objects
17447             with the handle
17448           - Fixed leak; now removing Hwnd references from static windows array
17449         * XplatUIWin32.cs:
17450           - Fixed Graphics leak in PaintEventEnd
17451           - Removed usage of HandleData, switched over to Hwnd class
17452         * HandleData.cs: Removed, obsoleted by Hwnd.cs
17453
17454 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
17455
17456         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
17457         * ScrollBar.cs: Fixes bug
17458         * TrackBar.cs: removes death code, clipping, mimize refreshes,
17459          keyboard navigation enhancements
17460
17461 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
17462
17463         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
17464         * GroupBox.cs: Add control styles
17465         * Label.cs: Add control styles
17466         * UpDownBase.cs: Add control styles
17467         * ListBox.cs: Add control styles
17468         * XplatUIWin32.cs: Fixes wrong parameter order
17469
17470
17471 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
17472
17473         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
17474
17475 2005-02-23  Jackson Harper  <jackson@ximian.com>
17476
17477         * PropertyManager.cs: Implement property binding. This doesn't
17478         seem to work yet though as (I think) there are some bugs in
17479         System.ComponentModel.PropertyDescriptor.
17480         * BindingContext.cs: Use new PropertyManager constructor.
17481
17482 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
17483
17484         * ProgressBar.cs: use clip region in ProgressBar
17485         * ThemeWin32Classic.cs: use clip region in ProgressBar
17486
17487 2004-02-22  Jackson Harper  <jackson@ximian.com>
17488
17489         * BindingsCollection.cs: Remove some debug code.
17490
17491 2005-02-22  Jackson Harper  <jackson@ximian.com>
17492
17493         * BindingContext.cs:
17494         * ControlBindingsCollection.cs:
17495         * CurrencyManager.cs:
17496         * Binding.cs:
17497         * BindingManagerBase.cs: Initial implementation
17498         * BindingsCollection.cs: Add an internal contains method that the
17499         BindingManagerBase uses to ensure bindings aren't added twice to
17500         the collection.
17501         * PropertyManager.cs: Stubbed out.
17502         * Control.cs:
17503         * ContainerControl.cs: Hook up databinding
17504         
17505 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
17506
17507         * XplatUIOSX.cs:
17508           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
17509           Fixed Invalidate/Update chain.
17510           Fixed tons of other minor bugs (this is almost a complete rewrite).
17511
17512 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
17513
17514         * ComboBox.cs: do subcontrol creation when the control is created
17515
17516 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
17517
17518         * Label.cs: fixes image drawing (image and imagelist)
17519         * ThemeWin32Classic.cs: cache brushes
17520         
17521 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
17522
17523         * Form.cs: Move menu drawing code to Theme class
17524         * ComboBox.cs: Move ComboBox drawing code to Theme class
17525         * MenuItem.cs: Move menu drawing code to Theme class
17526         * MenuAPI.cs: Move menu drawing code to Theme class
17527         * ThemeWin32Classic.cs: New methods
17528         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
17529         * ListBox.cs: Move Listbox drawing code to Theme class
17530         * Theme.cs: New methods
17531
17532 2005-02-20  Peter Bartok  <pbartok@novell.com>
17533
17534         * Control.cs:
17535           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
17536             only process mnemonics on those)
17537           - Fixed event sequence for key handling; first calling
17538             ProcessKeyEventArgs now
17539         * TextBoxBase.cs:
17540           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
17541             for processing non-character keys
17542           - Fixed WM_CHAR to generate proper event sequence before processing
17543         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
17544           generation
17545
17546 2005-02-19  Peter Bartok  <pbartok@novell.com>
17547
17548         * UserControl.cs: Added TextChanged event; added attributes
17549         * SizeGrip.cs: Implemented resizing and optional display of grip
17550         * Form.cs: Fixed attribute
17551         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
17552           Changed meaning of ScrollWindow bool argument; instead of the
17553           clear attribute (which will be true usually anyway), it gives the
17554           option of moving child controls as well.
17555         * XplatUIX11.cs:
17556           - Changed to match new ScrollWindow argument
17557           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
17558             now handles the implicit parent window a WM puts around us
17559         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
17560           to work)
17561         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
17562         * TreeView.cs: Adjusted to new ScrollWindow arguments
17563
17564 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
17565
17566         * Form.cs: Menu integration with non-client area
17567         * MenuItem.cs: Menu integration with non-client area
17568         * MenuAPI.cs: Menu integration with non-client area
17569
17570 2005-02-18  Peter Bartok  <pbartok@novell.com>
17571
17572         * MethodInvoker.cs: Added
17573         * MdiLayout.cs: Added
17574         * SendKeys.cs: Started implementation
17575         * ErrorIconAlignment.cs: Added
17576
17577 2005-02-18  Peter Bartok  <pbartok@novell.com>
17578
17579         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
17580         * Form.cs: Added handling for Menu-related Non-client messages
17581
17582 2005-02-17  Peter Bartok  <pbartok@novell.com>
17583
17584         * UpDownBase.cs: Fixed typo, compilation errors
17585         * DomainUpDown.cs: Fixed attribute value
17586
17587 2005-02-16  Miguel de Icaza  <miguel@novell.com>
17588
17589         * UpDownBase.cs: Attach entry events.
17590         Propagate events.
17591         Add ForeColor property, Focused, InterceptArrowKeys (interception
17592         does not work yet).
17593
17594 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
17595
17596         * Form.cs:
17597                 - Redraw non client are on Setmenu
17598                 - Calc proper menu starting point
17599
17600 2005-02-17  Peter Bartok  <pbartok@novell.com>
17601
17602         * Application.cs: Fixed message_filter check
17603
17604 2005-02-17  Peter Bartok  <pbartok@novell.com>
17605
17606         * Application.cs: Now calls registered message filters
17607         * DockStyle.cs: Fixed attribute
17608         * Form.cs: Fixed attribute
17609         * Menu.cs: Fixed attribute
17610         * ToolTip.cs: Fixed attribute
17611         * TreeNode.cs: Added missing attributes and arranged in regions
17612         * PropertyGrid.cs: Fixed signatures
17613         * TreeNodeCollection.cs: Added attributes
17614         * Splitter.cs: Added missing attributes; arranged into regions
17615         * TabPage.cs: Added missing attributes; arranged into regions
17616         * TextBoxBase.cs: Added missing attributes
17617         * TextBox.cs: Added missing attributes
17618         * ArrangeDirection.cs: Added missing attributes
17619         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
17620         * ToolBarButton.cs: Fixed attributes
17621         * AnchorStyles.cs: Fixed attribute
17622         * TrackBar.cs: Fixed attributes
17623         * TabControl.cs: Added missing attributes and arranged into regions
17624         * ToolBar.cs: Fixed attribute
17625         * StatusBar.cs: Fixed signature, organized into regions and added
17626           attributes
17627         * StatusBarPanel.cs: Fixed attributes
17628         * ContentsResizedEventArgs.cs: Implemented
17629         * ContentsResizedEventHandler.cs: Implemented
17630         * DateBoldEventArgs.cs: Implemented
17631         * DateBoldEventHandler.cs: Implemented
17632         * UpDownEventArgs.cs: Implemented
17633         * UpDownEventHandler.cs: Implemented
17634         
17635 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
17636
17637         * Form.cs: first Menu NC refactoring
17638         * MenuAPI.cs: first Menu NC refactoring
17639         
17640 2005-02-16  Peter Bartok  <pbartok@novell.com>
17641
17642         * ImeMode.cs: Added missing attributes
17643         * Menu.cs: Fixed attribute
17644         * GroupBox.cs: Fixed attribute
17645         * Label.cs: Fixed attribute
17646         * ColorDialog.cs (RunDialog): Removed TODO attribute
17647         * ComboBox.cs: Fixed attributes
17648         * ListControl.cs: Added missing attributes
17649         * PropertyGrid.cs: Fixed attributes
17650         * Control.cs: Fixed attributes
17651         * ListViewItem.cs: Added TypeConverter attribute
17652         * NotifyIcon.cs: Fixed attributes
17653         * ListView.cs: Fixed attributes
17654         * ButtonBase.cs: Fixed attribute
17655         * ImageList.cs: Added missing attributes
17656         * ContainerControl.cs: Fixed signature
17657         * CheckedListBox.cs: Fixed attribute; added missing attributes
17658         * Panel.cs: Fixed attributes
17659         * PropertyTabChangedEventArgs.cs: Added missing attribute
17660         * PropertyValueChangedEventArgs.cs: Added missing attribute
17661         * Binding.cs: Fixed attribute
17662         * ListViewItemConverter: Implemented ListViewSubItemConverter class
17663         * ListBox.cs: Fixed attribute; added missing attributes;
17664         * ScrollableControl.cs: Added missing attributes
17665         * PictureBox.cs: Added missing attributes; implemented missing property
17666         * DateTimePicker.cs: Added missing attributes
17667         * Theme.cs (ToolWindowCaptionHeight): Fixed type
17668         * MonthCalendar.cs: Fixed attributes
17669         * StatusBarPanel.cs: Added missing attributes
17670         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
17671
17672 2005-02-16  Peter Bartok  <pbartok@novell.com>
17673
17674         * TextBoxBase.cs: The previous method to enforce height yet remember
17675           the requested high was less than ideal, this is an attempt to do
17676           it better.
17677         * Control.cs: Added comment about possible problem
17678         * Copyright: Updated format
17679         * GridItemType.cs: Fixed swapped values
17680
17681 2005-02-15  Jackson Harper  <jackson@ximian.com>
17682
17683         * BaseCollection.cs: Use property so we never access an
17684         uninitialized list. Also initialize the list in the property.
17685
17686 2005-02-15  Peter Bartok  <pbartok@novell.com>
17687
17688         * GroupBox.cs (ProcessMnemonic): Implemented
17689         * Label.cs (ProcessMnemonic): Implemented
17690         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
17691           hotkeys
17692
17693 2005-02-15  Peter Bartok  <pbartok@novell.com>
17694
17695         * RadioButton.cs (ProcessMnemonic): Implemented
17696         * CheckBox.cs (ProcessMnemonic): Implemented
17697         * Control.cs:
17698           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
17699             handling
17700           - Added internal method to allow calling ProcessMnemonic from other
17701             controls
17702         * ContainerControl.cs:
17703           - Started support for handling validation chain handling
17704           - Implemented ProcessMnemonic support
17705           - Added Select() call to Active, to make sure the active control
17706             receives focus
17707         * Form.cs: Setting toplevel flag for Forms (this was lost in the
17708           FormParent rewrite)
17709         * ThemeWin32Classic.cs:
17710           - DrawCheckBox(): Fixed stringformat to show hotkeys
17711           - DrawRadioButton(): Fixed stringformat to show hotkeys
17712         * CommonDialog.cs: Removed WndProc override, not needed
17713
17714 2005-02-14  Peter Bartok  <pbartok@novell.com>
17715
17716         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
17717           missed those in the rewrite
17718
17719 2005-02-14  Miguel de Icaza  <miguel@novell.com>
17720
17721         * NumericUpDown.cs (Increment, ToString): Add.
17722         (DecimalPlaces): implement.
17723         
17724         Add attributes.
17725         
17726         * UpDownBase.cs: Add the designer attributes.
17727
17728 2005-02-13  Peter Bartok  <pbartok@novell.com>
17729
17730         * Panel.cs: Removed border_style, now in Control
17731         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
17732           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
17733
17734 2005-02-13  Peter Bartok  <pbartok@novell.com>
17735
17736         * MouseButtons.cs: Added missing attributes
17737         * XplatUIStructs.cs: Added enumeration for title styles
17738         * LeftRightAlignment.cs: Added missing attributes
17739         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
17740           it compatible with Graphics.FromHwnd()
17741         * SelectedGridItemChangedEventArgs.cs: Fixed property type
17742         * Keys.cs: Added missing attributes
17743         * SelectionRange.cs: Added missing attributes
17744         * SelectionRangeConverter.cs: Added
17745         * XplatUI.cs:
17746           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
17747             ReleaseMenuDC methods
17748           - Renamed ReleaseWindow to UngrabWindow
17749           - Added proper startup notice to allow version identification
17750         * Form.cs:
17751           - Added missing attributes
17752           - Removed FormParent concept
17753         * Label.cs: Removed border_style field, now in Control
17754         * RadioButton.cs: Now properly selects RadioButton when focus is
17755           received
17756         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
17757         * Control.cs:
17758           - Added missing attributes
17759           - Added borderstyle handling
17760           - Removed FormParent concept support
17761           - Fixed calls to XplatUI to match changed APIs
17762           - Fixed bug that would case us to use disposed Graphics objects
17763           - Removed unneeded internal methods
17764           - PerformLayout(): Fixed to handle DockStyle.Fill properly
17765           - SelectNextControl(): Fixed to properly check common parents
17766         * TextBoxBase.cs: Removed border_style field (now in Control)
17767         * MessageBox.cs:
17768           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
17769             fixed calculations for form size
17770           - Added support for localized strings and icons
17771           - Improved form size calculations, added border
17772         * ListView.cs: Removed border_style field (now in Control)
17773         * X11Structs.cs: Moved several structs from X11 driver here
17774         * X11Keyboard.cs: Changed debug message
17775         * Application.cs: Removed FormParent concept support
17776         * CommonDialog.cs:
17777           - Resetting end_modal flag
17778           - Removed FormParent concept support
17779         * NativeWindow.cs: Removed FormParent concept support
17780         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
17781           Client area and Non-Client whole window to allow support for WM_NC
17782           messages
17783         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
17784           prevent using it until it supports Hwnd as per Geoff Norton's request
17785         * ToolBar.cs: Fixed drawing, was not doing proper drawing
17786         * PictureBox.cs: Removed border_style field, now in Control
17787         * XplatUIWin32.cs: Added new driver methods
17788
17789 2005-02-12  Peter Bartok  <pbartok@novell.com>
17790
17791         * OpacityConverter.cs: Implemented
17792         * Hwnd.cs: Internal class to support drivers that need to emulate
17793           client area/non-client area window behaviour
17794
17795 2005-02-11  Peter Bartok  <pbartok@novell.com>
17796
17797         * KeysConverter.cs: Implemented
17798
17799 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
17800
17801         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
17802         * LinkLabel: Added missing attributes
17803         * MainMenu.cs: fixes ToString
17804         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
17805         * ListBox.cs: fixes event position
17806         * TrackBar.cs: adds missing attributes and events
17807         
17808 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
17809
17810         * MenuItem.cs: Use SystemInformation and bug fixes
17811         * MenuAPI.cs: Use SystemInformation and bug fixes
17812
17813 2005-02-09  Jackson Harper  <jackson@ximian.com>
17814
17815         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
17816         their keystate otherwise things like VK_MENU get stuck "on".
17817
17818 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
17819
17820         * ListBox.cs: Fixes AddRange bug
17821         
17822 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
17823
17824         * ProgressBar.cs
17825                 - Add missing attributes
17826                 - Add missing method
17827                 
17828         * CheckedListBox.cs: Added missing attributes
17829                 - Add missing attributes
17830                 - Remove extra method
17831         
17832         * ComboBox.cs: Added missing attributes
17833         * VScrollBar.cs: Added missing attributes
17834         * ScrollBar.cs:  Added missing attributes
17835         * ListBox.cs: Fixes signature, add missing consts
17836         * LinkArea.cs:   Added missing attributes
17837         
17838
17839 2005-02-08  Peter Bartok  <pbartok@novell.com>
17840
17841         * Menu.cs: Added missing attributes
17842         * MainMenu.cs: Added missing attributes
17843         * GroupBox.cs: Added missing attributes
17844         * Label.cs: Added missing attributes
17845         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
17846         * ColorDialog.cs:
17847           - Added Instance and Options properties
17848           - Added missing attributes
17849         * Cursor.cs: Made Serializable
17850         * NotifyIcon: Added missing attributes
17851         * MenuItem.cs: Added missing attributes
17852         * TextBoxBase.cs: Implemented AppendText() and Select() methods
17853         * Panel.cs: Added Missing attributes
17854         * MonthCalendar.cs: Fixed CreateParams
17855
17856 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
17857         
17858         * LinkLabel.cs:
17859                 - Fixes signature
17860                 - Fixes issues with links
17861                 - Adds the class attributes
17862
17863 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
17864         
17865         * ComboBox.cs:
17866                 - Fixes button when no items available in dropdown
17867                 - Fixes repainting problems
17868                 - Adds the class attributes
17869                 
17870 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
17871
17872         * XplatUIOSX.cs: Detect the menu bar and title bar height from
17873         the current theme.  Cache these on startup.
17874
17875 2005-02-07  Jackson Harper  <jackson@ximian.com>
17876
17877         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
17878         the scrollbar buttons when they are depressed.
17879
17880 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
17881
17882         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
17883         Get the display size from the main displayid.  We currently dont
17884         support multiple display configurations.
17885
17886 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
17887
17888         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
17889
17890 2005-02-07  Miguel de Icaza  <miguel@novell.com>
17891
17892         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
17893
17894 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
17895
17896         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
17897
17898 2005-02-04  Jackson Harper  <jackson@ximian.com>
17899
17900         * ThemeWin32Classic.cs: Respect the clipping rect when
17901         drawing. Only fill the intersection of clips and rects so there
17902         isn't a lot of large fills.
17903         * ScrollBar.cs: Pass the correct clipping rect to the theme
17904         engine. Remove some debug code.
17905
17906 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
17907         
17908         * DateTimePicker.cs:
17909                 - Fixed crash on DateTime.Parse, use Constructor instead
17910
17911 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
17912         
17913         * MenuItem.cs:
17914         * MenuAPI.cs:
17915                 - Owner draw support (MeasureItem and DrawItem)
17916
17917 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
17918         
17919         *  Menu.cs:
17920                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
17921                 - Fixes MenuItems.Add range
17922         * MenuItem.cs:
17923                 - MergeMenu and Clone and CloneMenu functions
17924
17925 2005-02-03  Jackson Harper  <jackson@ximian.com>
17926
17927         * ScrollBar.cs: Make abstract
17928         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
17929         is abstract.
17930
17931 2005-02-03  Jackson Harper  <jackson@ximian.com>
17932
17933         * ScrollBar.cs: First part of my scrollbar fixups. This removes
17934         all the unneeded refreshes and uses invalidates with properly
17935         computed rects.
17936
17937 2005-02-03  Peter Bartok  <pbartok@novell.com>
17938
17939         * ComponentModel.cs: Added
17940         * IDataGridEditingService.cs: Added
17941         * Timer.cs: Added missing attributes
17942         * ToolTip.cs: Added missing attributes
17943
17944 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
17945
17946         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
17947
17948 2005-02-03  Peter Bartok  <pbartok@novell.com>
17949
17950         * ListBox.cs: Added missing attributes
17951
17952 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
17953         
17954         * ListBox.cs:
17955                 - Fixes font height after font change
17956                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
17957                 
17958 2005-02-02  Peter Bartok  <pbartok@novell.com>
17959
17960         * HandleData.cs: Introduced static methods to allow class
17961           to be more self-contained and track it's own HandleData objects
17962         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
17963           HandleData to use new static methods
17964
17965 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
17966
17967         * Combobox.cs:
17968                 - Fixes default size and PreferredHeight
17969                 - Missing events
17970                 - ObjectCollection.Insert implementation
17971                 
17972         * ListControl.cs
17973                 - Fixes signature
17974         * ListBox.cs:
17975                 - Several fixes
17976                 - ObjectCollection.Insert implementation
17977                 - No selection after clean
17978                 - Small fixes
17979
17980 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
17981
17982         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
17983
17984 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
17985
17986         * Combobox.cs:
17987                 - Caches ItemHeight calculation for OwnerDrawVariable
17988                 - Handles dropdown properly
17989                 - Fixes several minor bugs
17990
17991 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
17992
17993         * ListBox.cs:
17994                 - Fixes 71946 and 71950
17995                 - Fixes changing Multicolumn on the fly
17996                 - Fixes keyboard navigation on Multicolumn listboxes
17997
17998 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
17999         
18000         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
18001         crash reporter log.
18002
18003 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
18004
18005         * XplatUIOSX.cs: Allow applications to actually exit.
18006
18007 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
18008
18009         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
18010         their parent at creation time rather than lazily later.  Fixes a major
18011         regression we were experiencing.
18012
18013 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
18014
18015         * ThemeWin32Classic.cs: more date time picker painting fixes
18016         * DateTimePicker.cs: more monthcalendar drop down fixes
18017         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
18018
18019 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
18020
18021         * ScrollBar.cs:
18022                 - When moving the thumb going outside the control should stop the moving
18023                 - Adds the firing of missing events
18024                 - Fixes no button show if Size is not specified
18025                 - End / Home keys for keyboard navigation
18026
18027 2005-01-30  Peter Bartok  <pbartok@novell.com>
18028
18029         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
18030           sanity check to prevent theoretical loop
18031         * XplatUIWin32.cs (SetVisible): Removed debug output
18032         * XplatUIX11.cs (SystrayChange): Added sanity check
18033         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
18034         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
18035           behaviour, valid until the X11 client window rewrite is done
18036         * TextBox.cs (ctor): Setting proper default foreground and background
18037           colors
18038
18039 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
18040
18041         * Theme: Added DrawDateTimePicker to interface
18042         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
18043         * DateTimePicker.cs: Created (still needs keys and painting code)
18044         * DateTimePickerFormat.cs: added
18045         * MonthCalendar.cs: fixed CreateParams for popup window mode
18046           
18047 2005-01-29  Peter Bartok  <pbartok@novell.com>
18048
18049         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
18050           this should also the calculations for ligher/darker
18051         * Theme.cs: Fixed defaults for ScrollBar widths/heights
18052
18053 2005-01-29  Peter Bartok  <pbartok@novell.com>
18054
18055         * ArrangeDirection.cs: Added
18056         * ArrangeStartingPositon.cs: Added
18057         * SystemInformation.cs: Implemented
18058         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
18059           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
18060           used by SystemInformation class
18061         * X11Strucs.cs: Added XSizeHints structure
18062         * MenuAPI.cs:
18063           - Fixed CreateParams to make sure the menu window is always visible
18064           - TrackPopupMenu: Added check to make sure we don't draw the
18065             menu offscreen
18066
18067 2005-01-29  Peter Bartok  <pbartok@novell.com>
18068
18069         * HandleData.cs: Added method for altering invalid area
18070         * TextBoxBase.cs: Implemented TextLength
18071
18072 2005-01-28  Peter Bartok  <pbartok@novell.com>
18073
18074         * XplatUIX11.cs: Improvement over last patch, not sending
18075           the WM_PAINT directly anymore, instead we scroll any pending
18076           exposed areas and let the system pick out the WM_PAINT later
18077
18078 2005-01-28  Peter Bartok  <pbartok@novell.com>
18079
18080         * SWF.csproj: Deleted, no longer used. Instead,
18081           Managed.Windows.Forms/SWF.csproj should be used
18082         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
18083           directly, to avoid a potential race condition with the next
18084           scroll
18085
18086 2005-01-28  Peter Bartok  <pbartok@novell.com>
18087
18088         * XplatUI.cs: Made class internal
18089
18090 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
18091
18092         * CheckedListBox.cs:
18093                 - Draw focus
18094                 - Fixed Drawing
18095                 - Missing methods and events
18096
18097 2005-01-27  Peter Bartok  <pbartok@novell.com>
18098
18099         * Application.cs (Run): Don't use form if we don't have one
18100
18101 2005-01-27  Peter Bartok  <pbartok@novell.com>
18102
18103         * TextBoxBase.cs (get_Lines): Fixed index off by one error
18104
18105 2005-01-27  Peter Bartok  <pbartok@novell.com>
18106
18107         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
18108         * GridItem.cs: Added; Patch by Jonathan S. Chambers
18109         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
18110         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
18111         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
18112         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
18113         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
18114         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
18115         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
18116         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
18117         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
18118         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
18119
18120 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
18121
18122         * Combobox.cs:
18123                 - Draw focus on Simple Combobox
18124                 - Fixes drawing issues
18125                 - fixes 71834
18126
18127 2005-01-27  Peter Bartok  <pbartok@novell.com>
18128
18129         * Form.cs:
18130           - Place window in default location, instead of hardcoded 0/0
18131           - Send initial LocationChanged event
18132         * Control.cs:
18133           - UpdateBounds after creation to find out where the WM placed us
18134           - Make sure that if the ParentForm changes location the Form
18135             is notified
18136         * XplatUIX11.cs: XGetGeometry will not return the coords relative
18137             to the root, but to whatever the WM placed around us.
18138             Translate to root coordinates before returning toplevel
18139             coordinates
18140         * XplatUIWin32.cs: Removed debug output
18141         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
18142           flag to GetWindowPos, to allow translation of coordinates on X11
18143
18144 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
18145
18146         * ListBox.cs: connect LostFocus Event
18147
18148 2005-01-27  Peter Bartok  <pbartok@novell.com>
18149
18150         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
18151           XplatUIX11.cs: Extended the Systray API
18152         * Form.cs: Removed debug output
18153         * Application.cs: Fixed focus assignment, always need to call
18154           XplatUI.Activate() since Form.Activate() has rules that may
18155           prevent activation
18156         * NotifyIcon.cs: Should be complete now
18157         * ToolTip.cs: Worked around possible timer bug
18158
18159 2005-01-27  Jackson Harper  <jackson@ximian.com>
18160
18161         * TabControl.cs:
18162         - Only invalidate the effected tabs when the
18163         selected index changes. This reduces drawing and gets rid of some
18164         flicker.
18165         - Only refresh if the tabs need to be shifted, otherwise only
18166         invalidate the slider button.
18167         - On windows the tabs are not filled to right if the slider is
18168         visible.
18169         
18170 2005-01-27  Jackson Harper  <jackson@ximian.com>
18171
18172         * TabControl.cs: Only refresh on mouseup if we are showing the
18173         slider. Also only invalidate the button whose state has changed.
18174
18175 2005-01-26  Peter Bartok  <pbartok@novell.com>
18176
18177         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
18178         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
18179           and SystrayRemove() methods
18180         * XplatUIOSX.cs: Stubbed Systray methods
18181         * XplatUIX11.cs:
18182           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
18183             methods
18184           - Fixed broken XChangeProperty calls (marshalling messed up things)
18185         * X11Structs.cs: Added enums and structs required for Size hinting
18186         * NotifyIcon.cs: Added & implemented
18187
18188 2005-01-26  Jackson Harper  <jackson@ximian.com>
18189
18190         * TabControl.cs: Space vertically layed out tabs properly.
18191
18192 2005-01-26  Peter Bartok  <pbartok@novell.com>
18193
18194         * Form.cs (CreateClientParams): Always set the location to 0,0
18195           since we're a child window.
18196
18197         * Control.cs (SetVisibleCore): Always explicitly setting the location
18198           of a toplevel window, apparently X11 doesn't like to move windows
18199           while they're not mapped.
18200
18201 2005-01-26  Jackson Harper  <jackson@ximian.com>
18202
18203         * TabControl.cs: Implement FillToRight size mode with vertically
18204         rendered tabs.
18205
18206 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
18207
18208         * ControlPaint.cs, ThemeWin32Classic.cs
18209                 - Fixes DrawFocusRectangle
18210
18211 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
18212
18213         * MenuAPI.cs:
18214                 - MenuBar tracking only starts when item is first clicked
18215                 - Fixes menu hidding for multiple subitems
18216                 - Unselect item in MenuBar when item Executed
18217                 - Fixes bug 71495
18218
18219 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
18220
18221         * ListControl.cs:
18222                 - IsInputKey for ListBox
18223         * ListBox.cs:
18224                 - Focus item
18225                 - Shift and Control item selection
18226                 - Implement SelectionMode.MultiExtended
18227                 - Fixes RightToLeft
18228         * ComboBox.cs:
18229                 - IsInputKey implemented
18230                 - Do not generate OnTextChangedEdit on internal txt changes
18231                 
18232 2005-01-23  Peter Bartok  <pbartok@novell.com>
18233
18234         * AccessibleObject.cs: Partially implemented Select()
18235         * MonthCalendar.cs: Added missing attributes and events
18236         * Form.cs: Fixed CreateParams behaviour, now controls derived from
18237           form can properly override CreateParams.
18238         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
18239           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
18240           Control performs Invalidate & Update
18241         * NativeWindow (CreateHandle): Added special handling for Form
18242           and Form.FormParent classes to allow overriding of From.CreateParams
18243         * Control.cs:
18244           - ControlNativeWindow: Renamed 'control' variable to more intuitive
18245             name 'owner'
18246           - ControlNativeWindow: Added Owner property
18247           - Removed usage of Refresh() on property changes, changed into
18248             Invalidate(), we need to wait until the queue is processed for
18249             updates, direct calls might cause problems if not all vars for
18250             Paint are initialized
18251           - Added call to UpdateStyles() when creating the window, to set any
18252             styles that CreateWindow might have ignored.
18253           - Added support for Form CreateParent overrides to UpdateStyles()
18254         * MessageBox.cs: Removed no longer needed FormParent override stuff,
18255           CreateParams are now properly overridable
18256         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
18257           CreateParams are now properly overridable
18258
18259 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
18260
18261         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
18262         OnTextBoxChanged.
18263
18264         Capture LostFocus and OnTextBoxChanged.  The later introduces a
18265         recursive invocation that I have not figured out yet.
18266
18267         Reset the timer when not using (it was accumulating).
18268
18269
18270         (OnTextBoxChanged): Set UserEdit to true here to track whether the
18271         user has made changes that require validation.
18272
18273         Reset changing to avoid loops.
18274
18275 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
18276
18277         * NumericUpDown.cs: Display value at startup.
18278
18279         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
18280         ValidateEditText.
18281
18282         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
18283         filled in.  Added some basic parsing of text.
18284
18285         Still missing the OnXXX method overrides, and figuring out the
18286         events that must be emitted.
18287
18288         * UpDownBase.cs: Handle UserEdit on the Text property.
18289         
18290 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
18291
18292         * ComboBox.cs:
18293           - Fixes IntegralHeight
18294           - ToString method
18295
18296 2005-01-21  Jackson Harper  <jackson@ximian.com>
18297
18298         * TabControl.cs: Set the SelectedIndex property when SelectedTab
18299         is set so that the page visibility is updated and the tabs are
18300         sized correctly.
18301
18302 2005-01-21  Jackson Harper  <jackson@ximian.com>
18303
18304         * TabControl.cs: Use cliping rectangle for blitting. Give the
18305         theme the clipping rect so we can do clipping while
18306         drawing. Remove some debug code.
18307
18308 2005-01-21  Jackson Harper  <jackson@ximian.com>
18309
18310         * TabPage.cs: Add a new method so tab pages can force the tab
18311         control to recalculate the tab page sizes.
18312         * TabControl.cs: UpdateOwner needs to make the tab control recalc
18313         sizes.
18314
18315 2005-01-20  Jackson Harper  <jackson@ximian.com>
18316
18317         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
18318
18319 2005-01-20  Jackson Harper  <jackson@ximian.com>
18320
18321         * TreeView.cs: Set the bounds for nodes properly. They were
18322         getting screwed up when checkboxes were not enabled, but images
18323         were.
18324
18325 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
18326
18327         * ListBox.cs:
18328                 - Owner draw support
18329                 - Fixes
18330                 
18331 2005-01-20  Jackson Harper  <jackson@ximian.com>
18332
18333         * XplatUIStructs.cs: More misc keys
18334         * X11Keyboard.cs: Ignore some control keys.
18335
18336 2005-01-20  Jackson Harper  <jackson@ximian.com>
18337
18338         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
18339         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
18340
18341 2005-01-19  Peter Bartok  <pbartok@novell.com>
18342
18343         * Control.cs: Un-selecting the control when it is loosing focus
18344
18345 2005-01-19  Jackson Harper  <jackson@ximian.com>
18346
18347         * TreeView.cs: Hook up to the text controls leave event so we can
18348         end editing when the users clicks outside the text box.
18349         
18350 2005-01-19  Jackson Harper  <jackson@ximian.com>
18351
18352         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
18353         get set in the conversion array.
18354
18355 2005-01-19  Peter Bartok  <pbartok@novell.com>
18356
18357         * Application.cs (ModalRun): Added a call to CreateControl to ensure
18358           focus is properly set
18359         * Button.cs:
18360           - Added missing attributes
18361           - removed styles, those are already set in the base class
18362         * ButtonBase.cs:
18363           - Added missing attributes
18364           - Added clip window styles
18365         * CheckBox.cs: Added missing attributes
18366         * CommonDialog.cs:
18367           - FormParentWindow.CreateParams: Added required clip styles
18368         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
18369           also filters modifier keys
18370         * MessageBox.cs:
18371           - Added assignment of Accept and Cancel button to enable Enter
18372             and Esc keys in MessageBox dialogs
18373           - FormParentWindow.CreateParams: Added required clip styles
18374         * RadioButton.cs: Added missing attributes
18375         * TextControl.cs: No longer draws selection if control does not
18376           have focus
18377         * TextBoxBase.cs:
18378           - Now draws simple rectangle around test area to make it obvious
18379             there's a control. This is a hack until we properly support borders
18380           - A few simple fixes to support selections better, now erases selected
18381             text when typing, and resets selection when using movement keys
18382
18383 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
18384
18385         * UpDownBase.cs: Added some new properties.
18386
18387         * DomainUpDown.cs: Implement a lot to get my test working.
18388
18389 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
18390
18391         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
18392
18393 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
18394
18395         * OSXStructs (WindowAttributes): Fixed csc complaints
18396
18397 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
18398
18399         * XplayUIOSX.cs:
18400           OSXStructs.cs: Initial refactor to move enums and consts into
18401           OSXStructs and use them in the driver for greater readability.
18402
18403 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
18404
18405         * XplatUIOSX.cs: Initial support for Standard Cursors.
18406         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
18407
18408 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
18409
18410         * ComboBox.cs: ability to change style when the ctrl is already
18411         created, missing methods and events, bug fixes, signature fixes
18412
18413 2005-01-19  Peter Bartok  <pbartok@novell.com>
18414
18415         * Cursors.cs (ctor): Added ctor to fix signature
18416
18417 2005-01-18  Peter Bartok  <pbartok@novell.com>
18418
18419         * Button.cs: Implemented DoubleClick event
18420         * ButtonBase.cs:
18421           - Fixed keyboard handling to behave like MS, where the press of
18422             Spacebar is equivalent to a mousedown, and the key release is
18423             equivalent to mouseup. Now a spacebar push will give the same
18424             visual feedback like a mouse click.
18425           - Added missing attributes
18426           - Added ImeModeChanged event
18427           - Added support for generating DoubleClick event for derived classes
18428         * CheckBox.cs:
18429           - Implemented DoubleClick event
18430           - Added missing attributes
18431         * CommonDialog.cs: Added missing attribute
18432         * ContextMenu.cs: Added missing attributes
18433         * RadioButton.cs:
18434           - AutoChecked buttons do not allow to be unselected when clicked
18435             (otherwise we might end up with no selected buttons in a group)
18436           - Added missing attributes
18437           - Implemented DoubleClickEvent
18438         * ThreadExceptionDialog.cs: Enabled TextBox code
18439
18440 2005-01-18  Peter Bartok  <pbartok@novell.com>
18441
18442         * Form.cs: Removed debug output
18443         * Button.cs: Added support for DoubleClick method
18444
18445 2005-01-18  Peter Bartok  <pbartok@novell.com>
18446
18447         * Form.cs:
18448           - Added method to parent window that allows triggering size
18449             calculations when a menu is added/removed
18450           - set_Menu: Cleaned up mess from early days of Form and Control,
18451             now properly triggers a recalc when a menu is added/removed
18452           - Added case to select form itself as focused form if no child
18453             controls exist
18454           - Added PerformLayout call when showing dialog, to ensure properly
18455             placed controls
18456         * Control.cs:
18457           - Select(): Made internal so Form can access it
18458           - Focus(): Only call Xplat layer if required (avoids loop), and sets
18459             status
18460         * Application.cs (Run): Removed hack and calls PerformLayout instead
18461           to trigger calculation when Form becomes visible
18462
18463 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
18464
18465         * ComboBox.cs: fixes for ownerdraw
18466
18467 2005-01-18  Peter Bartok  <pbartok@novell.com>
18468
18469         * TextControl.cs:
18470           - Sentinel is no longer static, each Document gets it's own, this
18471             avoids locking or alternatively overwrite problems when more
18472             than one text control is used simultaneously.
18473           - Switched to use Hilight and HilightText brushes for text selection
18474
18475         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
18476
18477 2005-01-18  Peter Bartok  <pbartok@novell.com>
18478
18479         * Control.cs:
18480           - Hooked up the following events:
18481                 o ControlAdded
18482                 o ControlRemoved
18483                 o HandleDestroyed
18484                 o ImeModeChanged
18485                 o ParentChanged
18486                 o TabStopChanged
18487                 o Invalidated
18488                 o SystemColorsChanged
18489                 o ParentFontChanged
18490                 o Move
18491           - Removed debug output
18492           - Added a call to the current theme's ResetDefaults when a color change
18493             is detected
18494         * Form.cs: Now setting the proper ImeMode
18495         * Theme.cs: Defined a method to force recreation of cached resources
18496           and rereading of system defaults (ResetDefaults())
18497         * ThemeWin32Classic.cs: Added ResetDefaults() stub
18498
18499 2005-01-17  Peter Bartok  <pbartok@novell.com>
18500
18501         * Control.cs: Added missing attributes
18502
18503 2005-01-17  Jackson Harper  <jackson@ximian.com>
18504
18505         * TreeNode.cs: Implement editing. Add missing properties selected
18506         and visible.
18507         * TreeView.cs: Implement node editing. Also some fixes to use
18508         Invalidate (invalid area) instead of Refresh when selecting.
18509
18510 2005-01-17  Peter Bartok  <pbartok@novell.com>
18511
18512         * Control.cs:
18513           - Implemented InvokeGotFocus() method
18514           - Implemented InvokeLostFocus() method
18515           - Implemented InvokePaint() method
18516           - Implemented InvokePaintBackground() method
18517           - Implemented InvokeClick() method
18518           - Implemented FindForm() method
18519           - Implemented RectangleToClient() method
18520           - Implemented ClientToRectangle() method
18521           - Implemented ResetBackColor() method
18522           - Implemented ResetCursor() method
18523           - Implemented ResetFont() method
18524           - Implemented ResteForeColor() method
18525           - Implemented ResetImeMode() method
18526           - Implemented ResetLeftToRight() method
18527           - Implemented ResetText() method
18528           - Implemented Scale() methods
18529           - Implemented ScaleCore() method
18530           - Implemented Update() method
18531           - Removed unused variables
18532           - Stubbed AccessibilityNotifyClients and
18533             ControlAccessibleObject.NotifyClients() methods (dunno what to do
18534             with those yet)
18535           - Now setting proper default for RightToLeft property
18536           - Fixed bug in SetClientSizeCore that would cause windows to get
18537             really big
18538           - Now sending Click/DoubleClick events
18539           - Now selecting controls when left mouse button is clicked on
18540             selectable control
18541         * AccessibleEvents.cs: Added
18542         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
18543         * XplatUIOSX.cs: Stubbed UpdateWindow() method
18544         * XplatUIWin32.cs: Implemented UpdateWindow() method
18545         * XplatUIX11.cs: Implemented UpdateWindow() method
18546         * Form.cs: Removed stray semicolon causing CS0162 warning
18547         * ThemeWin32Classic.cs: Fixed unused variable warnings
18548         * ScrollableControl.cs: Now calls base method for ScaleCore
18549         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
18550           style to avoid interference with internal click handler (which is
18551           different than standard Control click handling)
18552         * RadioButton.cs:
18553           - Now unchecks all sibling radio buttons when control is
18554             selected (Fixes #68756)
18555           - Removed internal tabstop variable, using the one inherited from
18556             Control
18557
18558 2005-01-17  Jackson Harper  <jackson@ximian.com>
18559
18560         * NavigateEventArgs.cs: Fix base type.
18561         * LinkLabel.cs: Sig fix
18562         
18563 2005-01-17  Jackson Harper  <jackson@ximian.com>
18564
18565         * TreeView.cs: Only invalidate the effected nodes bounds when
18566         selecting nodes.
18567
18568 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
18569
18570         * XplatUIWin32.cs: fixes Win32 marshaling
18571         * XplatUIX11.cs: fixes method signature
18572
18573 2005-01-17  Peter Bartok  <pbartok@novell.com>
18574
18575         * XplatUIX11.cs: Clean up resources when we no longer need them
18576
18577 2005-01-17  Peter Bartok  <pbartok@novell.com>
18578
18579         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
18580           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
18581           and DestroyCursor() methods.
18582         * Cursor.cs: Partially implemented, now supports standard cursors;
18583           still contains some debug code
18584         * Cursors.cs: Implemented class
18585         * Control.cs:
18586           - WndProc(): Added handling of WM_SETCURSOR message, setting the
18587             appropriate cursor
18588           - Implemented Cursor property
18589           - Replaced break; with return; more straightforwar and possibly
18590             faster
18591           - Now properly setting the result for WM_HELP
18592         * X11Structs.cs: Added CursorFontShape enum
18593         * XplatUIStructs.cs:
18594           - Added StdCursor enum (to support DefineStdCursor() method)
18595           - Added HitTest enum (to support sending WM_SETCURSOR message)
18596         * XplatUIX11.cs:
18597           - Now sends the WM_SETCURSOR message
18598           - Implemented new cursor methods
18599         * XplatUIOSX.cs: Stubbed new cursor methods
18600         * XplatUIWin32.cs:
18601           - Implemented new cursor methods
18602           - Added GetSystemMetrics function and associated enumeration
18603
18604 2005-01-15  Peter Bartok  <pbartok@novell.com>
18605
18606         * Control.cs:
18607           - WndProc(): Now handles EnableNotifyMessage
18608           - SelectNextControl(): Fixed bug where if no child or sibling
18609             controls exist we looped endlessly
18610
18611 2005-01-14  Jackson Harper  <jackson@ximian.com>
18612
18613         * TreeView.cs: Recalculate the tab pages when a new one is added
18614         so that the proper bounding rects are created.
18615
18616 2005-01-14  Jackson Harper  <jackson@ximian.com>
18617
18618         * TreeView.cs: Draw a gray box instead of a grip in the lower
18619         right hand corner when there are both horizontal and vertical
18620         scroll bars.
18621
18622 2005-01-14  Jackson Harper  <jackson@ximian.com>
18623
18624         * Control.cs: When erasing backgrounds use FromHwnd instead of
18625         FromHdc when there is a NULL wparam. This occurs on the X driver.
18626         * XplatUIX11.cs: Set the wparam to NULL.
18627
18628 2005-01-13  Jackson Harper  <jackson@ximian.com>
18629
18630         * PictureBox.cs: Implement missing methods (except ToString, need
18631         to test that on windows) and events. When visibility is changed we
18632         need to redraw the image because the buffers are killed. When size
18633         is changed refresh if the sizemode needs it.
18634
18635 2005-01-13  Peter Bartok  <pbartok@novell.com>
18636
18637         * Control.cs (SelectNextControl): Was using wrong method to select
18638           a control
18639
18640 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
18641
18642         * ComboBox.cs: fixes dropstyle
18643
18644 2005-01-13  Peter Bartok  <pbartok@novell.com>
18645
18646         * Form.cs:
18647           - Implemented Select() override
18648           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
18649           - Now sets keyboard focus on startup
18650         * Control.cs (SelectNextControl): Now properly handles directed=true
18651         * TextBoxBase.cs:
18652           - WndProc: Now passes tab key on to base if AcceptTabChar=false
18653           - Added (really bad) focus rectangle (mostly for testing)
18654         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
18655           to enforce redraw on focus changes
18656         * ContainerControl.cs:
18657           - Fixed detection of Shift-Tab key presses
18658           - Fixed traversal with arrow keys
18659         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
18660           gonna keep this or if it's complete yet
18661         
18662 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
18663
18664         * ComboBox.cs: missing properties, fixes
18665
18666 2005-01-13  Peter Bartok  <pbartok@novell.com>
18667
18668         * Panel.cs (ctor): Setting Selectable window style to off
18669         * Splitter.cs (ctor): Setting Selectable window style to off
18670         * GroupBox.cs (ctor): Setting Selectable window style to off
18671         * Label.cs (ctor): Setting Selectable window style to off
18672
18673 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
18674
18675         * UpDownBase.cs (InitTimer): If the timer has been already
18676         created, enable it.
18677
18678         Use a TextBox instead of a Label.
18679
18680 2005-01-12  Jackson Harper  <jackson@ximian.com>
18681
18682         * TreeView.cs: Refresh the tree after sorting the nodes. Always
18683         draw the connecting node lines (when ShowLines is true).
18684         * TreeNode.cs: The nodes index can now be updated. This is used
18685         when a node collection is sorted.
18686         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
18687         insert or an existing unsorted node collection can be sorted.
18688         
18689 2005-01-12  Peter Bartok  <pbartok@novell.com>
18690
18691         * ContainerControl.cs: Implemented ProcessDialogKeys()
18692
18693 2005-01-12  Peter Bartok  <pbartok@novell.com>
18694
18695         * Control.cs:
18696           - Implemented SelectNextControl() method
18697           - Several focus related bug fixes
18698           - Fixed Docking calculations to match MS documentation and
18699             behaviour
18700
18701 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
18702
18703         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
18704         bug fixes
18705
18706 2005-01-12  Peter Bartok  <pbartok@novell.com>
18707
18708         * Control.cs:
18709           - Fixed broken Contains() method
18710           - Implemented GetNextControl() method. Finally. This is the pre-
18711             requisite for focus handling.
18712
18713 2005-01-12  Peter Bartok  <pbartok@novell.com>
18714
18715         * OSXStrucs.cs: Added
18716
18717 2005-01-12  Peter Bartok  <pbartok@novell.com>
18718
18719         * XplatUIWin32.cs:
18720           - Removed PeekMessageFlags
18721           - Implemented SetWindowStyle() method
18722         * XplatUIStructs.cs: Added PeekMessageFlags
18723         * X11Structs: Added missing border_width field to XWindowChanges struct
18724         * XplatUIX11.cs:
18725           - PeekMessage: Now throws exception if flags which are not yet
18726             supported are passed
18727           - Implemented SetWindowStyle() method
18728           - Fixed SetZOrder to handle AfterHwnd properly
18729         * XplatUI.cs: Added SetWindowStyle() method
18730         * XplatUIDriver.cs: Added SetWindowStyle() abstract
18731         * Control.cs:
18732           - Implemented UpdateStyles() method
18733           - Implemented UpdateZOrder() method
18734         * XplatUIOSX.cs: Added SetWindowStyle() stub
18735
18736 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
18737
18738         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
18739         button mouse).
18740
18741
18742 2005-01-11  Jackson Harper  <jackson@ximian.com>
18743
18744         * TreeView.cs: Still need to draw lines to siblings even if out of
18745         the current node is out of the clip.
18746
18747 2005-01-11  Jackson Harper  <jackson@ximian.com>
18748
18749         * TreeView.cs: When setting the hbar/vbar/grip position use
18750         SetBounds so that perform layout is only called once. Also suspend
18751         and resume layout so layout is only done once for all controls.
18752         - Removed some debug fluff
18753         * SizeGrip.cs: Call base implmentation in overriding methods.
18754         - When visibility is changed the drawing buffers are killed so we
18755         need to redraw.
18756
18757 2005-01-11  Jackson Harper  <jackson@ximian.com>
18758
18759         * TreeView.cs: Calculate the open node count while drawing. This
18760         saves us an entire tree traversal for every paint operation. Use
18761         a member var for the open node count so less vars are passed around.
18762
18763 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
18764
18765         * MonthCalendar.cs:
18766         - fixed selection to use mousemove, not mouse polling on timer
18767         * ThemeWin32Classic.cs
18768         - removed redundant unused variable "no_more_content"
18769         
18770 2005-01-11  Peter Bartok  <pbartok@novell.com>
18771
18772         * XplatUIX11.cs (DoEvents): Needs to return when no more events
18773           are pending, so it now calls PeekMessage instead of GetMessage;
18774           implemented a incomplete version of PeekMessage
18775         
18776 2005-01-11  Peter Bartok  <pbartok@novell.com>
18777
18778         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
18779           I18n issues
18780         * TextBoxBase.cs: Added sending of TextChanged event
18781
18782 2005-01-10  Jackson Harper  <jackson@ximian.com>
18783
18784         * TreeView.cs: Try not to draw outside the clipping rectangle on
18785         each node element.
18786
18787 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
18788
18789         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
18790
18791 2005-01-10  Jackson Harper  <jackson@ximian.com>
18792
18793         * TreeView.cs:
18794         - Implement fast scrolling. Now only the newly
18795         exposed nodes are drawn and the old image is moved using the
18796         XplatUI::ScrollWindow method.
18797         - Factor in height of nodes when calculating whether or not the
18798         node is in the clipping rect.
18799
18800 2005-01-10  Jackson Harper  <jackson@ximian.com>
18801
18802         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
18803
18804 2005-01-10  Peter Bartok  <pbartok@novell.com>
18805
18806         * Application.cs: Added temporary hack to resolve all our resize
18807           required issues on startup. This will get fixed properly at
18808           some point in the future
18809
18810 2005-01-10  Jackson Harper  <jackson@ximian.com>
18811
18812         * SizeGrip.cs: New internal class that is used as a sizing
18813         grip control...hence the name.
18814
18815 2005-01-10  Peter Bartok  <pbartok@novell.com>
18816
18817         * Control.cs: Implemented proper TabIndex handling, now assigning
18818           a tabindex when a control is added to a container
18819         * GroupBox.cs (ctor): Now sets the Container style bit, required
18820           for Control.GetNextControl()
18821
18822 2005-01-09  Jackson Harper  <jackson@ximian.com>
18823
18824         * TextBoxBase.cs: Clear window when scrolling (fixes build).
18825
18826 2005-01-09  Peter Bartok <pbartok@novell.com>
18827
18828         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
18829           XplatUIX11.cs: Added ability to control ScrollWindow expose and
18830           an overload for ScrollWindow to allow only scrolling a rectangle
18831
18832 2005-01-09  Peter Bartok <pbartok@novell.com>
18833
18834         * Form.cs:
18835           - Implemented SetDesktopBounds method
18836           - Implemented SetDesktopLocation method
18837
18838 2005-01-08  Jackson Harper  <jackson@ximian.com>
18839
18840         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
18841         the node count has changed, this removes to VScroll::Refresh calls
18842         when drawing.
18843
18844 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
18845
18846         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
18847
18848 2005-01-07  Jackson Harper  <jackson@ximian.com>
18849
18850         * TreeNode.cs: Just update the single node when it is
18851         checked. Don't refresh after toggling, the Expand/Collapse already
18852         handles this.
18853         * TreeView.cs: Respect clipping a little more when drawing. Try
18854         not to redraw things that don't need to be redrawn. Just hide the
18855         scrollbars when they are no longer needed instead of removing
18856         them, so they don't have to be created again and again.
18857         
18858 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
18859
18860         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
18861         coordinates to window space to place the caret properly, FIXED.
18862         Implement GetWindowState & SetWindowState
18863
18864 2005-01-06  Peter Bartok <pbartok@novell.com>
18865
18866         * Form.cs:
18867           - Implemented ClientSize property
18868           - Implemented DesktopBounds property
18869           - Implemented DesktopLocation property
18870           - Implemented IsRestrictedWindow property
18871           - Implemented Size property
18872           - Implemented TopLevel property
18873           - Implemented FormWindowState property
18874         * Control.cs:
18875           - Implemented GetTopLevel() method
18876           - Implemented SetTopLevel() method
18877         * X11Structs.cs (Atom):
18878           - Added AnyPropertyType definition
18879           - Added MapState definiton and updated XWindowAttribute struct
18880         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
18881         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
18882         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
18883         * XplatUIWin32.cs:
18884           - Implemented GetWindowState() and SetWindowState() methods
18885           - Fixed Win32GetWindowLong return type
18886         * XplatUIX11.cs:
18887           - Introduced central function for sending NET_WM messages
18888           - Implemented GetWindowState() and SetWindowState() methods
18889         * TextBoxBase.cs (set_Lines):
18890           - Now uses Foreground color for text added via Text property (Duh!)
18891           - Added code to remember programmatically requested size (fixes
18892             behaviour when Multiline is set after Size)
18893           - Added AutoSize logic
18894
18895 2005-01-06  Jackson Harper  <jackson@ximian.com>
18896
18897         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
18898
18899 2005-01-06  Jackson Harper  <jackson@ximian.com>
18900
18901         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
18902         set to less then 0.
18903
18904 2005-01-06  Jackson Harper  <jackson@ximian.com>
18905
18906         * ScrollableControl.cs: Lazy init the scrollbars.
18907         
18908 2005-01-06  Jackson Harper  <jackson@ximian.com>
18909
18910         * Theme.cs: Speed up getting pens and solid brushes, by using
18911         their ARGB as a hash instead of tostring and not calling Contains.
18912
18913 2005-01-06  Peter Bartok <pbartok@novell.com>
18914
18915         * Form.cs:
18916           - Implemented OnActivated and OnDeactivate event trigger
18917           - Implemented Activate() method
18918           - Fixed ShowDialog() to activate the form that was active before
18919             the dialog was shown
18920         * XplatUIX11.cs:
18921           - Added global active_window var that tracks the currently active
18922             X11 window
18923           - Now always grabs Property changes from the root window to always
18924             catch changes on the active window property
18925           - Added code to PropertyNotify handler to send Active/Inactive
18926             messages when state changes. This puts X11 and Win32 en par on
18927             WM_ACTIVATE notifications (except for double notifications when
18928             the user clicks away from our modal window to another one of our
18929             windows)
18930
18931 2005-01-05  Jackson Harper  <jackson@ximian.com>
18932
18933         * ImageList.cs: Implment ctor
18934
18935 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
18936
18937         * XplatUIOSX.cs: Implement Activate/SetTopmost
18938
18939 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
18940
18941         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
18942
18943 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
18944
18945         * XplatUIOSX.cs: Implement GetActive/SetFocus.
18946
18947 2005-01-05  Peter Bartok <pbartok@novell.com>
18948
18949         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
18950           XplatUIOSX.cs: Added GetActive method to return the currently
18951           active window for the application (or null, if none is active)
18952         * Form.cs:
18953           - Implemented ActiveForm
18954           - Commented out owner assignment for modal dialogs (causes problems
18955             on Win32, since the owner will be disabled)
18956           - Reworked some Active/Focus handling (still incomplete)
18957         * CommonDialog.cs: Commented out owner assignment for modal dialogs
18958           (causes problems on Win32, since the owner will be disabled)
18959         * IWin32Window: Added ComVisible attribute
18960
18961 2005-01-05  Peter Bartok <pbartok@novell.com>
18962
18963         * ToolTip.cs (WndProc): Enable setting focus now that we have the
18964           required XplatUI functions.
18965
18966 2005-01-05  Peter Bartok <pbartok@novell.com>
18967
18968         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
18969           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
18970           to implement focus and activation handling; still incomplete and
18971           with debug output
18972
18973 2005-01-04  Peter Bartok <pbartok@novell.com>
18974
18975         * TextBoxBase.cs: Changed access level for Document property to
18976           match switch to internal for TextControl
18977
18978 2005-01-04  Peter Bartok <pbartok@novell.com>
18979
18980         * AccessibleObject: Added ComVisible attribute
18981
18982 2005-01-04  Jackson Harper  <jackson@ximian.com>
18983
18984         * X11Keyboard.cs: Remove unneeded var.
18985
18986 2005-01-04  Jackson Harper  <jackson@ximian.com>
18987
18988         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
18989         but PAINT.
18990         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
18991         ClientMessage. This makes apps exit cleanly (more often).
18992         
18993 2005-01-04  Jackson Harper  <jackson@ximian.com>
18994
18995         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
18996         handling focus, return correct colors and fonts,
18997         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
18998         handle selection, horizontal scrolling, and mouse interaction.
18999
19000 2005-01-04  Peter Bartok <pbartok@novell.com>
19001
19002         * ICommandExecutor.cs: Added
19003         * IDataGridColumnStyleEditingNotificationService.cs: Added
19004         * IFeatureSupport.cs: Added
19005         * IFileReaderService.cs: Added
19006         * IDataObject.cs: Added ComVisible attribute
19007         * AmbientProperties.cs: Added
19008         * BaseCollection.cs: Added missing attributes
19009         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
19010         * BaseCollection.cs: Added missing attributes
19011         * Binding.cs: Added TypeConverter attribute
19012         * BindingContext.cs: Added DefaultEvent attribute
19013         * BindingsCollection.cs: Added DefaultEvent attribute
19014         * Button.cs: Added DefaultValue attribute
19015         * DragEventArgs.cs: Added ComVisible attribute
19016         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
19017         * KeyEventArgs.cs: Added ComVisible attribute
19018         * KeyPressEventArgs.cs: Added ComVisible attribute
19019         * MouseEventArgs.cs: Added ComVisible attribute
19020         * NavigateEventArgs.cs: Added
19021         * NavigateEventHandler.cs: Added
19022         * FeatureSupport.cs: Added
19023         * OSFeature.cs: Added
19024         * Theme.cs: Added abstract Version property to support OSFeature
19025         * ThemeWin32Classic.cs: Added Version property to
19026           support OSFeature.Themes
19027         * ProgressBar.cs: Removed OnPaintBackground override, not required since
19028           the proper styles to avoid background drawing are set, also doesn't
19029           match MS signature
19030         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
19031         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
19032         * ScrollEventArgs.cs: Added ComVisible attribute
19033         * SplitterEventArgs.cs: Added ComVisible attribute
19034         * AccessibleSelection.cs: Added Flags attribute
19035         * Appearance.cs: Added ComVisible attribute
19036         * Border3DSide.cs: Added ComVisible attribute
19037         * Border3DStyle.cs: Added ComVisible attribute
19038         * BorderStyle.cs: Added ComVisible attribute
19039         * DragAction.cs: Added ComVisible attribute
19040         * ErrorBlinkStyle.cs: Added
19041         * ScrollEventType.cs: Added ComVisible attribute
19042         * AnchorStyles.cs: Added Editor attribute
19043         * DockStyle.cs: Added Editor attribute
19044         * HorizontalAlignment.cs: Added ComVisible attribute
19045         * HelpEventArgs.cs: Added ComVisible attribute
19046         * PaintEventArgs.cs: Added IDisposable
19047
19048 2005-01-04  Peter Bartok <pbartok@novell.com>
19049
19050         * TextControl.cs: Switched Line, LineTag and Document classes to
19051           internal
19052
19053 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
19054
19055         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
19056         Simple mode, fixes, IntegralHeight, etc.
19057
19058 2005-01-04  Peter Bartok <pbartok@novell.com>
19059
19060         * TextBoxBase.cs: Using proper font variable now
19061
19062 2005-01-04  Peter Bartok <pbartok@novell.com>
19063
19064         * Form.cs (ShowDialog): Set parent to owner, if provided
19065         * GroupBox.cs: Removed unused vars
19066         * TextControl.cs:
19067           - Added GetHashCode() for Document and LineTag classes
19068           - Removed unused variables
19069           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
19070             to allow translation between continuous char position and line/pos
19071         * CheckBox.cs: Removed vars that are provided by base class
19072         * RadioButton.cs: Removed vars that are provided by base class, added
19073           new keyword where required
19074         * LinkLabel.cs: Added new keyword where required
19075         * Control.cs (WndProc): Removed unused variable
19076         * TextBoxBase.cs:
19077           - Finished SelectionLength property
19078           - Implemented SelectionStart property
19079           - Implemented Text property
19080           - Removed unused vars
19081         * MessageBox.cs: Added new keyword where required
19082         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
19083           WndProc signature
19084         * MenuAPI.cs: Added new keyword where required
19085         * ButtonBase.cs: Removed vars that are provided by base class, added
19086           new keyword where required
19087         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
19088           argument to double, to allow compiling with csc 2.0 (Atsushi ran
19089           into this)
19090         * Application.cs (Run): Now triggers the ThreadExit event
19091         * CommonDialog.cs: Added new keyword where required; now properly sets
19092           parent (owner) for dialog
19093         * XplatUIX11.cs: Commented out unused vars
19094         * StatusBar.cs: Fixed signature for Text property
19095         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
19096
19097 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
19098
19099         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
19100         TrackBar.cs, MonthCalendar.cs: remove unused vars
19101
19102 2005-01-03  Jackson Harper  <jackson@ximian.com>
19103
19104         * ThemeWin32Classic.cs:
19105         * X11Keyboard.cs: Remove unused vars.
19106
19107 2005-01-03  Peter Bartok  <pbartok@novell.com>
19108
19109         * TextBox.cs:
19110           - set_Text: Tied into TextControl
19111           - set_TextAlignment: Tied into TextControl
19112         * TextControl.cs:
19113           - Added alignment properties and implemented alignment handling
19114             and drawing (still has a bug, not generating proper expose events)
19115           - Added new Line() constructor to allow passing the line alignment
19116           - Fixed selection setting, properly handling end<start now
19117           - Added aligment considerations to RecalculateDocument()
19118         * TextBoxBase.cs:
19119           - Now properly enforces control height for single line controls
19120           - Added support for CharacterCasing
19121           - Added IsInputKey override
19122           - Fixed Keys.Enter logic
19123           - Added SetBoundsCore override
19124           - Fixed mouse selection handling
19125
19126 2005-01-03  Jackson Harper  <jackson@ximian.com>
19127
19128         * TreeView.cs:
19129           - Collapse and uncheck all nodes when CheckBoxes is disabled.
19130           - Checkboxes are always aligned to the bottom of the node,
19131           regardless of item height.
19132           - Use the node bounds to draw the text so we can center it when
19133           the item height is greater then the font height.
19134           - Node::Bounds are only the text part of the node.
19135         * TreeNode.cs: New method to combine collapsing and unchecking all
19136           nodes recursively.
19137
19138 2005-01-02  Jackson Harper  <jackson@ximian.com>
19139
19140         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
19141         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
19142         tree when a check is changed. TODO: Only refresh the checked node.
19143
19144 2004-12-30  Jackson Harper  <jackson@ximian.com>
19145
19146         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
19147         * TreeNode.cs: When collapsing make sure to never collapse the
19148         root node.
19149
19150 2004-12-29  Jackson Harper  <jackson@ximian.com>
19151
19152         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
19153         
19154 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
19155
19156         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
19157
19158 2004-12-28  Peter Bartok  <pbartok@novell.com>
19159
19160         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
19161           not yet assigned
19162
19163 2004-12-28  Peter Bartok  <pbartok@novell.com>
19164
19165         * Control.cs (WndProc): Added WM_HELP handler, now generates
19166           HelpRequested event
19167         * Form.cs: Added HelpButton property and required support code
19168         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
19169
19170 2004-12-28  Peter Bartok  <pbartok@novell.com>
19171
19172         * CommonDialog.cs:
19173           - Made DialogForm.owner variable internal
19174           - Added check to ensure owner form is set before setting
19175             owner properties in CreateParams
19176
19177 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
19178
19179         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
19180           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
19181           GetCursorPos.  Fix major visibility issues.  Rework the windowing
19182           system to support borderless/titleless windows (implements menus).
19183           Fix GetWindowPos.  Implement initial background color support for
19184           views.
19185
19186 2004-12-28  Peter Bartok  <pbartok@novell.com>
19187
19188         * Form.cs (get_CreateParams): Make sure we have an owner before using
19189           the owner variable. Implement proper default if no owner exists
19190
19191 2004-12-28  Peter Bartok  <pbartok@novell.com>
19192
19193         * In preparation for making Managed.Windows.Forms the default build target
19194           for System.Windows.Forms, the following stubbed files were added.
19195           Dialogs are currently being implemented by contributors and are only
19196           short-term place holders.
19197         * ColorDialog.cs: Initial check-in (minmal stub)
19198         * DataGrid.cs: Initial check-in (minimal stub)
19199         * DataGridLineStyle.cs: Initial check-in (minimal stub)
19200         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
19201         * DataGridTableStyle.cs: Initial check-in (minimal stub)
19202         * FontDialog.cs: Initial check-in (minimal stub)
19203         * FileDialog.cs: Initial check-in (minimal stub)
19204         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
19205         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
19206         * OpenFileDialog: Initial check-in (minimal stub)
19207         * IComponentEditorPageSite.cs: Initial check-in
19208         * Splitter.cs: Initial check-in (for Jackson)
19209         * SplitterEventArgs.cs: Initial check-in (for Jackson)
19210         * SplitterEventHandler.cs: Initial check-in (for Jackson)
19211         * TextBox.cs: Initial check-in; still needs some wiring to
19212           TextControl backend
19213         * Form.cs: Implemented ControlBox property
19214         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
19215         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
19216         * TextControl.cs: Added selection functionality; added todo header
19217         * TextBoxBase.cs:
19218           - Implemented Lines property
19219           - Implemented TextHeight property
19220           - Implemented SelectedText property
19221           - Implemented SelectionLength property
19222           - Implemented SelectAll method
19223           - Implemented ToString method
19224           - Removed and cleaned up some debug code
19225           - Implemented (still buggy) mouse text selection
19226
19227 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
19228
19229         * ComboBox.cs: Complete DropDownList implementation, fixes.
19230
19231 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
19232
19233         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
19234         * ComboBoxStyle.cs: ComboBoxStyle enum
19235         * ComboBox.cs: Initial work on ComboBox control
19236
19237 2004-12-21  Peter Bartok  <pbartok@novell.com>
19238
19239         * Control.cs (ctor, CreateParams): Moved setting of is_visible
19240           forward so that anything that creates a window gets the default,
19241           also no longer uses Visible property in CreateParams to avoid
19242           walking up the parent chain and possibly get the wrong visible
19243           status. Fixed IsVisible to no longer walk up to the parent.
19244
19245 2004-12-21  Peter Bartok  <pbartok@novell.com>
19246
19247         * Form.cs (ShowDialog): Unset modality for the proper window
19248  
19249 2004-12-20  Peter Bartok  <pbartok@novell.com>
19250
19251         * CommonDialog.cs: Initial check-in
19252
19253 2004-12-20  Peter Bartok  <pbartok@novell.com>
19254
19255         * Control.cs (Visible): Now uses the parent window instead of the
19256           client area window for the property
19257
19258         * Form.cs
19259           - ShowDialog(): Now uses the proper window for modality
19260           - The default visibility state for the form parent is now false. This
19261             will prevent the user from seeing all the changes to the form and
19262             its controls before the application hits Application.Run()
19263           - Removed some stale commented out code
19264
19265         * NativeWindow.cs:
19266           - Added FindWindow() method to have a method to check for existence
19267             of a window handle
19268           - Added ability to override default exception handling (for example
19269             when debugging with VS.Net; to do this the ExternalExceptionHandler
19270             define must be set
19271           - Removed some useless debug output
19272
19273         * XplatUIX11.cs:
19274           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
19275             not working as expected
19276           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
19277             property to allow switching back to the modal window if focus is
19278             given to another one of our windows (Application Modal)
19279           - Now only sets override_redirect if we create a window
19280             without WS_CAPTION
19281           - Moved EventMask selection before mapping of newly created window
19282             so we can catch the map event as well
19283           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
19284           - Added various Atom related DllImports
19285           - Implemented Exit() method
19286           - .ctor() : No longer shows window if WS_VISIBLE is not defined
19287             in the CreateParams
19288
19289         * MessageBox.cs: Now properly deals with the FormParent window by
19290           providing an override the FormParent CreateParams property to
19291           set as POPUP instead of OVERLAPPED window.
19292
19293 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
19294
19295         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
19296         Minor code cleanup.
19297
19298 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
19299         
19300         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
19301
19302 2004-12-18  Peter Bartok  <pbartok@novell.com>
19303
19304         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
19305           implementing SetModal() method
19306
19307 2004-12-18  Peter Bartok  <pbartok@novell.com>
19308
19309         * X11Structs.cs (XGCValues): Fixed type of function element
19310         * XplatUI.cs: Added ScrollWindow() method
19311         * XplatUIDriver.cs: Added ScrollWindow() abstract
19312         * XplatUIWin32.cs: Implemented ScrollWindow() method
19313         * XplatUIX11.cs: Implemented ScrollWindow() method
19314         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
19315
19316 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
19317
19318         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
19319         Some more keyboard support (INCOMPLETE)
19320
19321 2004-12-17  Peter Bartok  <pbartok@novell.com>
19322
19323         * TextControl.cs:
19324         - Added color attribute to line tags.
19325         - Added color argument to all functions dealing with tags
19326         - Added color argument support to various functions
19327         - Fixed miss-calculation of baseline/shift in certain circumstances
19328
19329         * TextBoxBase.cs: Added new color option to test code
19330
19331 2004-12-17  Jackson Harper  <jackson@ximian.com>
19332
19333         * TreeNode.cs:
19334         * MonthCalendar.cs: Signature fixes
19335
19336 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
19337
19338         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
19339         keyboard event moved it.  Create a new graphics context for each paint resolves this
19340
19341 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
19342
19343         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
19344         Make caret exist and go blink blink.  Initial keyboard support.
19345         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
19346         works.
19347
19348 2004-12-17  Jackson Harper  <jackson@ximian.com>
19349
19350         * XplatUIStructs.cs: Updated set of virtual keycodes.
19351         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
19352
19353 2004-12-17  Jackson Harper  <jackson@ximian.com>
19354
19355         * XplatUIX11.cs: Prune old keyboard code.
19356
19357 2004-12-17  Jackson Harper  <jackson@ximian.com>
19358
19359         * XplatUIX11.cs: When generating mouse wparams get the modifier
19360         keys from the ModifierKeys property.
19361
19362 2004-12-17  Jackson Harper  <jackson@ximian.com>
19363
19364         * X11Keyboard.cs: Send up/down input when generating
19365         messages. Remove some unused vars.
19366
19367 2004-12-17  Jackson Harper  <jackson@ximian.com>
19368
19369         * TabControl.cs:
19370         * TreeView.cs: get rid of warnings.
19371
19372 2004-12-17  Jackson Harper  <jackson@ximian.com>
19373
19374         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
19375
19376 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
19377
19378         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
19379           CheckedListBox.cs: Implementation
19380
19381 2004-12-17  Peter Bartok  <pbartok@novell.com>
19382
19383         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
19384
19385 2004-12-16  Peter Bartok  <pbartok@novell.com>
19386
19387         * TextControl.cs:
19388           - InsertCharAtCaret(): Fixed start pos fixup
19389           - CaretLine_get: No longer derives the line from the tag, the tag
19390             could be stale if lines in the document have been added or deleted
19391           - RebalanceAfterDelete(): Fixed bug in balancing code
19392           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
19393           - Line.Streamline(): Now can also elminate leading empty tags
19394           - DumpTree(): Added a few more tests and prevented exception on
19395             uninitialized data
19396           - Added Debug section for Combining lines
19397           - Delete(): Now copies all remaining properties of a line
19398           
19399         * TextBoxBase.cs:
19400           - Left mousebutton now sets the caret (and middle button still acts
19401             as formatting tester, which must go away soon)
19402           - Added Debug section for Deleting/Combining lines
19403           - Fixed calculations for UpdateView after Combining lines
19404
19405 2004-12-16  Peter Bartok  <pbartok@novell.com>
19406
19407         * TextControl.cs: Now properly aligns text on a baseline, using the
19408           new XplatUI.GetFontMetrics() method. Simplified several calculations
19409         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
19410           defined
19411
19412 2004-12-16  Peter Bartok  <pbartok@novell.com>
19413
19414         * XplatUI.cs: Added GetFontMetrics() method
19415         * XplatUIDriver.cs: Added GetFontMetrics() abstract
19416         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
19417           into libgdiplus, our private GetFontMetrics function
19418         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
19419         * XplatUIWin32.cs: Implemented GetFontMetrics() method
19420
19421 2004-12-16  Jackson Harper  <jackson@ximain.com>
19422
19423         * XplatUIStruct.cs: Add enum for dead keys
19424         * X11Keyboard.cs: Map and unmap dead keys.
19425
19426 2004-12-16  Jackson Harper  <jackson@ximian.com>
19427
19428         * X11Keyboard.cs: Detect and use the num lock mask.
19429
19430 2004-12-16  Peter Bartok  <pbartok@novell.com>
19431
19432         * Control.cs (CreateGraphics): Added check to make sure the
19433           handle of the window exists before calling Graphics.FromHwnd()
19434
19435 2004-12-16  Peter Bartok  <pbartok@novell.com>
19436
19437         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
19438           contains a lot of code that's not supposed to be there for the
19439           real thing, but required for developing/testing the textbox
19440           backend.
19441
19442 2004-12-16  Peter Bartok  <pbartok@novell.com>
19443
19444         * TextControl.cs:
19445         - Fixed Streamline method
19446         - Added FindTag method to Line
19447         - Added DumpTree method for debugging
19448         - Added DecrementLines() method for deleting lines
19449         - Fixed UpdateView to update the cursor to end-of-line on single-line
19450           updates
19451         - Added PositionCaret() method
19452         - Fixed MoveCaret(LineDown) to move into the last line, too
19453         - Added InsertChar overload
19454         - Fixed InsertChar tag offset calculations
19455         - Added DeleteChar() method
19456         - Added Combine() method for folding lines
19457         - Fixed Delete() method, no longer allocates wasted Line object and
19458           now copies all properties when swapping nodes
19459         - Delete() method now updates document line counter
19460
19461 2004-12-15  Jackson Harper  <jackson@ximian.com>
19462
19463         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
19464         * X11Keyboard.cs: Expose the currently selected modifier keys
19465         through a property.
19466
19467 2004-12-15  Peter Bartok  <pbartok@novell.com>
19468
19469         * TextControl.cs: Initial check-in. Still incomplete
19470
19471 2004-12-15  Jackson Harper  <jackson@ximian.com>
19472
19473         * TreeNode.cs:
19474         * TreeView.cs: Fix build on csc (second time today ;-))
19475
19476 2004-12-15  Jackson Harper  <jackson@ximian.com>
19477
19478         * TreeView.cs: Store the treenodes plus/minus box bounds when it
19479         is calculated and use this for click testing.
19480         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
19481
19482 2004-12-15  Jackson Harper  <jackson@ximian.com>
19483
19484         * TreeView.cs: Pass the nodes image index to the image list when
19485         drawing that image.
19486
19487 2004-12-15  Jackson Harper  <jackson@ximian.com>
19488
19489         * X11Keyboard.cs: Set messages hwnd.
19490         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
19491         post_message calls.
19492
19493 2004-12-15  Jackson Harper  <jackson@ximian.com>
19494
19495         * X11Keyboard.cs: Fix to compile with csc.
19496         
19497 2004-12-15  Jackson Harper  <jackson@ximian.com>
19498
19499         * X11Structs.cs: Add key mask values
19500         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
19501         * X11Keyboard.cs: New file - Extrapolates and interpolates key
19502         down/up foo into WM_CHAR foo
19503         * KeyboardLayouts.cs: Common keyboard layouts
19504         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
19505         post messages into the main queue.
19506
19507 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
19508
19509         * Button.cs: implement ProcessMnemonic
19510         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
19511           brushes everytime
19512         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
19513         * ButtonBase.cs: Show HotkeyPrefix (not the &)
19514
19515 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
19516         
19517         * MonthCalendar.cs: Implemented click-hold for next/previous month
19518           and date selection
19519           
19520 2004-12-11  Peter Bartok  <pbartok@novell.com>
19521
19522         * X11Structs.cs:
19523           - Added XKeyboardState (moved from XplatUIX11.cs)
19524           - Added XCreateGC related enums and structures
19525           - Added GXFunction for XSetFunction
19526
19527         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
19528
19529         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
19530           CaretVisible() calls
19531
19532         * ToolTip.cs: Added code to prevent stealing focus from app windows
19533
19534         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
19535           DestroyCaret, SetCaretPos and CaretVisible)
19536
19537         * XplatUIX11.cs:
19538           - Added implementation for caret functions
19539           - Moved hover variables into a struct, to make it a bit easier
19540             on the eyes and to debug
19541           - Removed XKeyboardState (moved to XplatUIX11.cs)
19542           - Moved Keyboard properties into the properties region
19543
19544         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
19545           call to get a graphics context for our control
19546
19547         * XplatUIOSX.cs: Added empty overrides for the new caret functions
19548
19549         * TreeView.cs: Fixed bug. No matter what color was set it would always
19550           return SystemColors.Window
19551
19552         * XplatUIWin32.cs: Implemented caret overrides
19553
19554 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
19555
19556         * ListBox.cs: fire events, implement missing methods and properties,
19557         sorting.
19558
19559 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
19560
19561         * MonthCalendar.cs: invalidation bug fixing
19562         * ThemeWin32Classic.cs: paint fixing
19563
19564 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
19565
19566         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
19567         prepare the CGContextRef there now.
19568
19569 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
19570
19571         * MonthCalendar.cs:
19572           - optimisationL only invalidate areas that have changed
19573         * ThemeWin32Classic.cs:
19574           - only paint parts that intersect with clip_area
19575
19576 2004-12-09  Peter Bartok  <pbartok@novell.com>
19577
19578         * Application.cs: Undid changes from r37004 which cause problems
19579         on X11
19580
19581 2004-12-09  Ravindra  <rkumar@novell.com>
19582
19583         * ToolBar.cs: Added support for displaying ContextMenu
19584         attached to a button on ToolBar.
19585         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
19586         property.
19587
19588 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
19589
19590         * Label.cs: autosize works in text change and removes unnecessary
19591         invalidate
19592
19593 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
19594
19595         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
19596         remove warnings
19597
19598 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
19599
19600         * XplatUIOSX.cs: Added mouse move/click/grab support
19601         Remove some debugging WriteLines not needed anymore.
19602         Add window resizing/positioning.
19603         Fix visibility on reparenting.
19604
19605 2004-12-08  Peter Bartok  <pbartok@novell.com>
19606
19607         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
19608
19609 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
19610
19611         * XplatUIOSX.cs: Initial checkin
19612         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
19613
19614 2004-12-03  Ravindra <rkumar@novell.com>
19615
19616         * ListView.cs: Added some keybindings and fixed scrolling.
19617         ScrollBars listen to ValueChanged event instead of Scroll
19618         Event. This would let us take care of all changes being
19619         done in the scrollbars' values programmatically or manually.
19620         * ListView.cs (CanMultiselect): Added a check for shift key.
19621         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
19622         * ListViewItem.cs (Clone): Fixed. We need to make a copy
19623         of ListViewSubItemCollection as well.
19624
19625 2004-12-06  Peter Bartok <pbartok@novell.com>
19626
19627         * Control.cs (Parent): Added check and exception to prevent
19628         circular parenting
19629
19630 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
19631
19632         * ListBox.cs: implemented clipping, selection single and multiple,
19633         bug fixing
19634
19635 2004-12-03  Ravindra <rkumar@novell.com>
19636
19637         * ListView.cs (ListView_KeyDown):
19638         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
19639         when CTRL key is pressed.
19640         * ListViewItem.cs (Selected): Fixed setting the property.
19641
19642 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
19643
19644         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
19645
19646         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
19647         MinimizeBox, ShowInTaskbar, TopMost properties.
19648
19649         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
19650         will be implemented).
19651
19652 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
19653
19654         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
19655
19656         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
19657         tests.
19658         
19659         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
19660         
19661         * TreeView.cs: BackColor is Colors.Window.
19662
19663 2004-12-01  Jackson Harper  <jackson@ximian.com>
19664
19665         * TreeView.cs: When resizing the tree if the user is making it
19666         smaller we don't get expose events, so we need to handle adding
19667         the horizontal scrollbar in the size changed handler as well as
19668         the expose handler.
19669
19670 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
19671
19672         * DrawItemState.cs: fixes wrong enum values
19673
19674 2004-12-01  Jackson Harper  <jackson@ximian.com>
19675
19676         * TreeView.cs: Resize the hbar as well as the vbar on resize.
19677
19678 2004-12-01  Jackson Harper  <jackson@ximian.com>
19679
19680         * NodeLabelEditEventArgs.cs:
19681         * NodeLabelEditEventHandler.cs:
19682         * OpenTreeNodeEnumerator.cs:
19683         * TreeNode.cs:
19684         * TreeNodeCollection.cs:
19685         * TreeView.cs:
19686         * TreeViewAction.cs:
19687         * TreeViewCancelEventArgs.cs:
19688         * TreeViewCancelEventHandler.cs:
19689         * TreeViewEventArgs.cs:
19690         * TreeViewEventHandler.cs: Initial implementation.
19691
19692 2004-12-01  Ravindra <rkumar@novell.com>
19693
19694         * ListView.cs (CalculateListView): Fixed scrolling related
19695         calculations. Also, removed some debug statements from other
19696         places.
19697         * ListViewItem.cs: Changed access to 'selected' instance variable
19698         from private to internal.
19699         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
19700
19701 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
19702
19703         * ThemeWin32Classic.cs: remove cache of brush and pens for
19704         specific controls and use the global system, fixes scrollbutton
19705         bugs (for small sizes, disabled, etc)
19706         
19707         * ScrollBar.cs: does not show the thumb for very small controls
19708         (as MS) and allow smaller buttons that the regular size
19709
19710 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
19711
19712         * UpDownBase.cs: Add abstract methods for the interface.
19713         Add new virtual methods (need to be hooked up to TextEntry when it
19714         exists).
19715         Add override methods for most features.
19716         Computes the size, forces the height of the text entry.
19717
19718         * NumericUpDown.cs: Put here the current testing code.
19719
19720         * Set eol-style property on all files that do not have mixed line
19721         endings, to minimize the future problems.  There are still a few
19722         files with mixed endings, and someone should choose whether they
19723         want to move it or not.
19724
19725 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
19726
19727         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
19728         System.Colors
19729         
19730 2004-11-30  Ravindra <rkumar@novell.com>
19731
19732         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
19733         drawing and replaced use of SystemColors by theme colors.
19734         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
19735         * ListView.cs (ListViewItemCollection.Add): Throw exception when
19736         same ListViewItem is being added more than once.
19737
19738 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
19739
19740         * MonthCalendar.cs:
19741           - ControlStyles love to make the control not flicker
19742           
19743 2004-11-30  Peter Bartok  <pbartok@novell.com>
19744
19745         * CharacterCasing.cs: Added
19746
19747 2004-11-29  Peter Bartok  <pbartok@novell.com>
19748
19749         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
19750           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
19751           I am removing these files as they conflict with already completed
19752           work. While it is fantastic to get contributions to MWF, I
19753           respectfully ask that everyone please coordinate their contributions
19754           through mono-winforms-list or #mono-winforms at this time. We're
19755           explicitly avoiding stubbing and don't want controls that don't have
19756           their basic functionality implemented in svn. Please also see
19757           http://www.mono-project.com/contributing/winforms.html
19758
19759
19760 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
19761
19762         * Application.cs (ModalRun): Don't hang after exit.
19763
19764         * Theme.cs: New TreeViewDefaultSize property.
19765
19766         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
19767         with less hardcoded SystemColors constant.
19768         Implemented TreeViewDefaultSize.
19769
19770         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
19771         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
19772
19773
19774 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
19775
19776         * MonthCalendar.cs:
19777           - Fix NextMonthDate and PrevMonthDate click moving calendar
19778
19779 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
19780
19781         * MonthCalendar.cs:
19782           - Fix usage of ScrollChange Property when scrolling months
19783
19784 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
19785
19786         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
19787          - Fixes menu destroying
19788          - Support adding and removing items on already created menus
19789
19790 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
19791
19792         * MonthCalendar.cs:
19793           - Re-worked all bolded dates handling to match win32
19794         * ThemeWin32Classic.cs:
19795           - Fixed rendering with bolded dates
19796
19797 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
19798
19799         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
19800         - Horizontal scroolbar
19801         - Multicolumn
19802         - Fixes
19803
19804
19805 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
19806
19807         * MonthCalendar.cs:
19808           - Fix Usage of MaxSelectionCount from SelectionRange
19809           - Fixed Shift + Cursor Selection
19810           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
19811           - Fixed normal cursor selection to be compat with win32
19812           - Fixed Shift + Mouse Click selection
19813
19814 2004-11-24  Peter Bartok <pbartok@novell.com>
19815
19816         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
19817         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
19818         * XplatUIX11.cs:
19819           - CreatedKeyBoardMsg now updates keystate with Alt key
19820           - Added workaround for timer crash to CheckTimers, Jackson will
19821             develop a proper fix and check in later
19822           - Implemented DispatchMessage
19823           - Removed calling the native window proc from GetMessage (call
19824             now moved to DispatchMessage)
19825
19826         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
19827           the keydata (Fixes bug #69831)
19828
19829         * XplatUIWin32.cs:
19830           - (DispatchMessage): Switched to return IntPtr
19831           - Added DllImport for SetFocus
19832
19833 2004-11-24  Ravindra <rkumar@novell.com>
19834
19835         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
19836         background drawing.
19837         * ListViewItem.cs: Fixed various properties, calculations
19838         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
19839         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
19840         and some internal properties. Fixed MouseDown handler and Paint
19841         method.
19842
19843 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
19844
19845         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
19846
19847 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
19848
19849         * ContainerControl.cs: correct accidental check in of local changes
19850
19851 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
19852
19853         * ThemeWin32Classic.cs:
19854                 - Fixed Drawing Last month in grid (sometimes not showing)
19855         * MonthCalendar.cs:
19856                 - Fixed title width calculation bug (makeing title small)
19857
19858 2004-11-23  Peter Bartok <pbartok@novell.com>
19859
19860         * XplatUIX11.cs:
19861           - Added generation of WM_MOUSEHOVER event
19862           - Added missing assignment of async_method atom
19863           - Fixed WM_ERASEBKGND; now only redraws the exposed area
19864
19865 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
19866
19867         * ThemeWin32Classic.cs:
19868                 - Fixed Drawing of today circle when showtodaycircle not set
19869                 - fixed drawing of first and last month in the grid (gay dates)
19870         * MonthCalendar.cs:
19871                 - Fixed Drawing of today circle
19872                 - Fixed drawing of grady dates
19873                 - Fixed HitTest for today link when ShowToday set to false
19874                 - Fixed DefaultSize to obey ShowToday
19875
19876 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
19877
19878         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
19879         * System.Windows.Forms/Theme.cs
19880         * MonthCalendar.cs: added for MonthCalendar
19881         * SelectionRange.cs: added for MonthCalendar
19882         * Day.cs: added for MonthCalendar: added for MonthCalendar
19883         * DateRangeEventArgs.cs: added for MonthCalendar
19884         * DateRangeEventHandler.cs: added for MonthCalendar
19885
19886 2004-11-22  Ravindra <rkumar@novell.com>
19887
19888         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
19889         property.
19890
19891 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
19892
19893         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
19894         event handler.
19895         
19896         * NumericUpDown.cs: Added new implementation.
19897         * UpDownBase.cs: Added new implementation.
19898
19899         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
19900         implementations.
19901         
19902         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
19903         implementations.
19904
19905         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
19906         methods.
19907
19908 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
19909
19910         * Timer.cs  (Dispose): Should call the base dispose when
19911         overriding.
19912
19913 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
19914
19915         * ScrollBar.cs: updates thumb position when max, min or increment
19916         is changed
19917
19918 2004-11-21  Ravindra <rkumar@novell.com>
19919
19920         * ListView.cs: Implemented item selection, activation and
19921         column header style. Fixed properties to do a redraw, if
19922         required. Added support for MouseHover, DoubleClick, KeyDown
19923         and KeyUp event handling and some minor fixes.
19924         * ListViewItem.cs: Fixed constructor.
19925         * ThemeWin32Classic.cs: Improved drawing for ListView.
19926
19927 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
19928
19929         * ThemeWin32Classic.cs: initial listbox drawing code
19930         * DrawMode.cs: new enumerator
19931         * ListControl.cs: stubbed class
19932         * ListBox.cs: initial implementation
19933         * Theme.cs: new methods definitions
19934         * SelectionMode.cs: new enumerator
19935
19936 2004-11-17  Peter Bartok  <pbartok@novell.com>
19937
19938         * XplatUIWin32.cs: Added double-click events to the class style
19939         * Control.cs (WndProc):
19940           - Added handling of click-count to MouseDown/ MouseUp events.
19941           - Added handling of middle and right mouse buttons
19942           - Removed old debug code
19943
19944 2004-11-17  Jackson Harper  <jackson@ximian.com>
19945
19946         * XplatUIX11.cs: Use the new Mono.Unix namespace.
19947
19948 2004-11-17  Ravindra <rkumar@novell.com>
19949
19950         * ListView.cs: Added event handling for MouseMove/Up/Down.
19951         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
19952         * ThemeWin32Classic.cs: We need to clear the graphics context and
19953         draw column header in a proper state.
19954
19955
19956 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
19957
19958         *  Menu.cs: fixes signature
19959
19960 2004-11-16  Peter Bartok  <pbartok@novell.com>
19961
19962         * XplatUIX11.cs (GetMessage): Implemented generation of
19963           double click mouse messages
19964
19965 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
19966
19967         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
19968         not by menu
19969
19970 2004-11-11  Peter Bartok  <pbartok@novell.com>
19971
19972         * HandleData.cs: Added Visible property
19973         * XplatUIX11.cs (IsVisible): Now uses Visible property from
19974           HandleData
19975         * XplatUIX11.cs: Removed old debug leftovers
19976         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
19977         * Control.cs (WndProc): Removed old debug leftovers,
19978           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
19979           needed WM_SIZE handling
19980
19981 2004-11-11  Jackson Harper  <jackson@ximian.com>
19982
19983         * OwnerDrawPropertyBag.cs:
19984         * TreeViewImageIndexConverter.cs: Initial implementation
19985
19986 2004-11-10  Jackson Harper  <jackson@ximian.com>
19987
19988         * ThemeWin32Classic.cs:
19989         * TabControl.cs: instead of moving tabs by the slider pos just
19990         start drawing at the tab that is offset by the slider. This way
19991         scrolling always moves by exactly one tab.
19992
19993 2004-11-10  Jackson Harper  <jackson@ximian.com>
19994
19995         * TabControl.cs: You can only scroll left when the slider has
19996         already ben moved right.
19997         
19998 2004-11-10  Jackson Harper  <jackson@ximian.com>
19999
20000         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
20001         the clip area.
20002         
20003 2004-11-10  Jackson Harper  <jackson@ximian.com>
20004
20005         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
20006         clip area.
20007         
20008 2004-11-09  Jackson Harper  <jackson@ximian.com>
20009
20010         * TabControl.cs (CalcXPos): New helper method so we can determine
20011         the proper place to start drawing vertical tabs.
20012         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
20013         
20014 2004-11-09  Jackson Harper  <jackson@ximian.com>
20015
20016         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
20017         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
20018         and Bottom, left and right are illegal values for this and
20019         multiline is enabled when the alignment is set to left or right.
20020         (DrawTab): Each alignment block should draw the text itself now
20021         because Left requires special love. Also add rendering for Left
20022         aligned tabs.
20023         
20024 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
20025
20026         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
20027         does not destroy the windows, removes debugging messages
20028
20029 2004-11-09  jba  <jba-mono@optusnet.com.au>
20030
20031         * ThemeWin32Classic.cs
20032         (DrawButtonBase): Fix verticle text rect clipping in windows
20033         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
20034         rendering and incorrect text rect clipping
20035         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
20036         rendering and incorrect text rect clipping
20037         
20038 2004-11-08  Jackson Harper  <jackson@ximian.com>
20039
20040         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
20041         bottom when they are bottom aligned so the bottoms of the tabs get
20042         displayed.
20043         * TabControl.cs (DropRow): Move rows up instead of down when the
20044         tab control is bottom aligned.
20045
20046 2004-11-08 13:59  pbartok
20047
20048         * XplatUIX11.cs:
20049           - Added handling for various window styles
20050           - Added handling for popup windows
20051           - Added SetTopmost handling
20052
20053 2004-11-08 13:55  pbartok
20054
20055         * XplatUIWin32.cs:
20056           - Added argument to SetTopmost method
20057           - Fixed broken ClientToScreen function
20058
20059 2004-11-08 13:53  pbartok
20060
20061         * XplatUIStructs.cs:
20062           - Added missing WS_EX styles
20063
20064 2004-11-08 13:53  pbartok
20065
20066         * XplatUI.cs, XplatUIDriver.cs:
20067           - Added argument to SetTopmost
20068
20069 2004-11-08 13:52  pbartok
20070
20071         * X11Structs.cs:
20072           - Added XSetWindowAttributes structure
20073           - Improved XWindowAttributes structure
20074           - Added SetWindowValuemask enum
20075           - Added window creation arguments enum
20076           - Added gravity enum
20077           - Added Motif hints structure
20078           - Added various Motif flags and enums
20079           - Added PropertyMode enum for property functions
20080
20081 2004-11-08 13:50  pbartok
20082
20083         * Form.cs:
20084           - Fixed arguments for updated SetTopmost method
20085
20086 2004-11-08 13:49  pbartok
20087
20088         * ToolTip.cs:
20089           - Fixed arguments for updated SetTopmost function
20090           - Fixed usage of PointToClient
20091
20092 2004-11-08 13:44  pbartok
20093
20094         * MenuAPI.cs:
20095           - Added Clipping of children and siblings
20096
20097 2004-11-08 13:41  pbartok
20098
20099         * MainMenu.cs:
20100           - Removed SetMenuBarWindow call. We do this in Form.cs
20101
20102 2004-11-08 13:40  jackson
20103
20104         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
20105           scrolling jimmi in the correct location with bottom aligned tabs
20106
20107 2004-11-08 13:36  pbartok
20108
20109         * ContainerControl.cs:
20110           - Implemented BindingContext
20111           - Implemented ParentForm
20112
20113 2004-11-08 12:46  jackson
20114
20115         * TabControl.cs: Put bottom rendered tabs in the right location
20116
20117 2004-11-08 07:15  jordi
20118
20119         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
20120           removes dead code
20121
20122 2004-11-05 17:30  jackson
20123
20124         * TabControl.cs: When selected tabs are expanded make sure they
20125           don't go beyond the edges of the tab control
20126
20127 2004-11-05 14:57  jackson
20128
20129         * TabControl.cs: Reset show_slider so if the control is resized to
20130           a size where it is no longer needed it's not displayed anymore
20131
20132 2004-11-05 13:16  jackson
20133
20134         * TabControl.cs: Make tab pages non visible when added to the
20135           control
20136
20137 2004-11-05 12:42  jackson
20138
20139         * TabControl.cs: Implement SizeMode.FillToRight
20140
20141 2004-11-05 12:16  jackson
20142
20143         * Control.cs: Do not call CreateHandle if the handle is already
20144           created
20145
20146 2004-11-05 11:46  jackson
20147
20148         * TabControl.cs: Remove superflous call to CalcTabRows
20149
20150 2004-11-05 09:07  jackson
20151
20152         * XplatUIX11.cs: Update for Mono.Posix changes
20153
20154 2004-11-05 07:00  ravindra
20155
20156         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
20157           scrolling.
20158
20159 2004-11-04 22:47  jba
20160
20161         * ThemeWin32Classic.cs:
20162           - Fix Button rendering for FlatStyle = Flat or Popup
20163           - Fix RadioButton and CheckBox rendering when Appearance = Button
20164             (normal and flatstyle).
20165           - Correct outer rectangle color when drawing focus rectangle
20166           - Adjust button bounds to be 1 px smaller when focused
20167           - Make button not draw sunken 3d border when pushed (windows compat)
20168           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
20169           - Offset the text in RadioButton and Checkbox when being rendered as
20170           a button.
20171           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
20172           radiobuttons
20173           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
20174           - Fixed disabled text rendering for normally rendered radiobuttons
20175
20176 2004-11-04 10:26  jackson
20177
20178         * TabControl.cs: Recalculate tab rows when resizing
20179
20180 2004-11-04 07:47  jordi
20181
20182         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
20183           collection completion, drawing issues, missing features
20184
20185 2004-11-04 05:03  ravindra
20186
20187         * ScrollBar.cs:
20188                 - We need to recalculate the Thumb area when
20189                 LargeChange/maximum/minimum values are changed.
20190           - We set the 'pos' in UpdatePos() method to minimum, if it's less
20191                 than minimum. This is required to handle the case if large_change is
20192                 more than max, and use LargeChange property instead of large_change
20193                 variable.
20194           - We return max+1 when large_change is more than max, like MS does.
20195
20196 2004-11-04 04:29  ravindra
20197
20198         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
20199                 - Changed default value signatures (prefixed all with ListView).
20200                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
20201                 ListView.
20202           - Fixed calculations for ListViewItem and implemented Clone()
20203           method.
20204
20205 2004-11-04 04:26  ravindra
20206
20207         * Theme.cs, ThemeWin32Classic.cs:
20208                 - Changed default ListView values signatures (prefixed all with
20209                 ListView).
20210           - Fixed default size values for VScrollBar and HScrollBar.
20211                 - Fixed DrawListViewItem method.
20212
20213 2004-11-04 04:05  ravindra
20214
20215         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
20216
20217 2004-11-04 04:04  ravindra
20218
20219         * ImageList.cs: Implemented the missing overload for Draw method.
20220
20221 2004-11-03 19:29  jackson
20222
20223         * TabControl.cs: Handle dropping rows on selection properly
20224
20225 2004-11-03 11:59  jackson
20226
20227         * TabControl.cs: remove debug code
20228
20229 2004-11-03 11:52  jackson
20230
20231         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
20232           the scrolly widgerywoo
20233
20234 2004-11-02 13:52  jackson
20235
20236         * TabControl.cs: Resize the tab pages and tabs when the tab control
20237           is resized
20238
20239 2004-11-02 13:40  jackson
20240
20241         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
20242           selected tab to the bottom
20243
20244 2004-11-02 13:39  jackson
20245
20246         * TabPage.cs: Store the tab pages row
20247
20248 2004-11-02 12:33  jordi
20249
20250         * MenuItem.cs: fixes handle creation
20251
20252 2004-11-02 11:42  jackson
20253
20254         * TabControl.cs: signature fix
20255
20256 2004-11-02 08:56  jackson
20257
20258         * TabControl.cs: Calculate whether the tab is on an edge properly.
20259           Remove top secret debugging code
20260
20261 2004-11-01 19:57  jackson
20262
20263         * TabControl.cs: Add click handling, and proper sizing
20264
20265 2004-11-01 19:47  jackson
20266
20267         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
20268           tab controls
20269
20270 2004-11-01 19:39  jackson
20271
20272         * TabPage.cs: add internal property to store the bounds of a tab
20273           page
20274
20275 2004-10-30 04:23  ravindra
20276
20277         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
20278           values.
20279
20280 2004-10-30 04:21  ravindra
20281
20282         * ListView.cs, ListViewItem.cs: Added support for scrolling and
20283           fixed calculations.
20284
20285 2004-10-30 03:06  pbartok
20286
20287         * XplatUIX11.cs:
20288           - Removed extension of DllImported libs
20289
20290 2004-10-29 09:55  jordi
20291
20292         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
20293           navigation, itemcollection completion, menu fixes
20294
20295 2004-10-27 22:58  pbartok
20296
20297         * XplatUIX11.cs:
20298           - Now throws a nice error message when no X display could be opened
20299
20300 2004-10-26 13:51  jordi
20301
20302         * ListView.cs: removes warning
20303
20304 2004-10-26 03:55  ravindra
20305
20306         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
20307           ThemeWin32Classic.cs: Some formatting for my last checkins.
20308
20309 2004-10-26 03:36  ravindra
20310
20311         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
20312           control and default values.
20313
20314 2004-10-26 03:35  ravindra
20315
20316         * Theme.cs: Added some default values for ListView control.
20317
20318 2004-10-26 03:33  ravindra
20319
20320         * ToolBar.cs: ToolBar should use the user specified button size, if
20321           there is any. Added a size_specified flag for the same.
20322
20323 2004-10-26 03:33  ravindra
20324
20325         * ColumnHeader.cs: Added some internal members and calculations for
20326           ColumnHeader.
20327
20328 2004-10-26 03:32  ravindra
20329
20330         * ListViewItem.cs: Calculations for ListViewItem.
20331
20332 2004-10-26 03:31  ravindra
20333
20334         * ListView.cs: Added some internal members and calculations for
20335           ListView.
20336
20337 2004-10-22 13:31  jordi
20338
20339         * MenuAPI.cs: speedup menus drawing
20340
20341 2004-10-22 13:16  jackson
20342
20343         * XplatUIX11.cs: Make sure to update exposed regions when adding an
20344           expose event
20345
20346 2004-10-22 11:49  jackson
20347
20348         * Control.cs: oops
20349
20350 2004-10-22 11:41  jackson
20351
20352         * Control.cs: Check to see if the window should have its background
20353           repainted by X when drawing.
20354
20355 2004-10-22 11:31  jackson
20356
20357         * XplatUIX11.cs: When invalidating areas only use XClearArea if
20358           clear is true, this way we do not get flicker from X repainting the
20359           background
20360
20361 2004-10-22 11:28  jackson
20362
20363         * XEventQueue.cs: Queue properly
20364
20365 2004-10-21 09:38  jackson
20366
20367         * XEventQueue.cs: Fix access modifier
20368
20369 2004-10-21 09:36  jackson
20370
20371         * XEventQueue.cs: Don't loose messages
20372
20373 2004-10-21 09:22  jackson
20374
20375         * XEventQueue.cs: Don't loose messages
20376
20377 2004-10-20 04:15  jordi
20378
20379         * BootMode.cs: enum need it by SystemInfo
20380
20381 2004-10-19 21:58  pbartok
20382
20383         * XplatUIWin32.cs:
20384           - Small sanity check
20385
20386 2004-10-19 21:56  pbartok
20387
20388         * Form.cs:
20389           - Added private FormParentWindow class which acts as the container
20390             for our form and as the non-client area where menus are drawn
20391           - Added/Moved required tie-ins to Jordi's menus
20392           - Fixed/Implemented the FormStartPosition functionality
20393
20394 2004-10-19 21:52  pbartok
20395
20396         * Control.cs:
20397           - Removed unneeded locals
20398           - Added code to all size and location properties to understand and
20399             deal with the parent container of Form
20400
20401 2004-10-19 21:33  pbartok
20402
20403         * Application.cs:
20404           - Fixed to deal with new Form subclasses for menus
20405
20406 2004-10-19 17:48  jackson
20407
20408         * XEventQueue.cs: commit correct version of file
20409
20410 2004-10-19 16:50  jackson
20411
20412         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
20413
20414 2004-10-19 16:15  jordi
20415
20416         * MenuAPI.cs: MenuBarCalcSize returns the height
20417
20418 2004-10-19 08:31  pbartok
20419
20420         * Control.cs:
20421           - Added missing call to PreProcessMessage before calling OnXXXKey
20422           methods
20423
20424 2004-10-19 00:04  ravindra
20425
20426         * ToolTip.cs: Fixed constructor.
20427
20428 2004-10-18 09:31  jordi
20429
20430         * MenuAPI.cs: menuitems in menubars do not have shortcuts
20431
20432 2004-10-18 09:26  jordi
20433
20434         * MenuItem.cs: fixes MenuItem class signature
20435
20436 2004-10-18 08:56  jordi
20437
20438         * MenuAPI.cs: prevents windows from showing in the taskbar
20439
20440 2004-10-18 00:28  ravindra
20441
20442         * ToolTip.cs: Suppressed a warning message.
20443
20444 2004-10-18 00:27  ravindra
20445
20446         * Control.cs: Default value of visible property must be true.
20447
20448 2004-10-17 23:19  pbartok
20449
20450         * ToolTip.cs:
20451           - Complete implementation
20452
20453 2004-10-17 23:19  pbartok
20454
20455         * XplatUIX11.cs:
20456           - Added EnableWindow method
20457           - Added SetModal stub
20458           - Added generation of WM_ACTIVATE message (still needs testing)
20459           - Added SetTopMost stub
20460           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
20461
20462 2004-10-17 23:17  pbartok
20463
20464         * XplatUIWin32.cs:
20465           - Removed VirtualKeys to XplatUIStructs
20466           - Implemented SetTopMost method
20467           - Implemented EnableWindow method
20468           - Bugfix in ScreenToClient()
20469           - Bugfixes in ClientToScreen()
20470
20471 2004-10-17 22:51  pbartok
20472
20473         * XplatUIStructs.cs:
20474           - Added WS_EX styles to WindowStyles enumeration
20475
20476 2004-10-17 22:50  pbartok
20477
20478         * XplatUI.cs, XplatUIDriver.cs:
20479           - Added method for enabling/disabling windows
20480           - Added method for setting window modality
20481           - Added method for setting topmost window
20482
20483 2004-10-17 22:49  pbartok
20484
20485         * ThemeWin32Classic.cs:
20486           - Added ToolTip drawing code
20487
20488 2004-10-17 22:49  pbartok
20489
20490         * Theme.cs:
20491           - Added ToolTip abstracts
20492
20493 2004-10-17 22:47  pbartok
20494
20495         * Form.cs:
20496           - Fixed Form.ControlCollection to handle owner relations
20497           - Added Owner/OwnedForms handling
20498           - Implemented Z-Ordering for owned forms
20499           - Removed unneeded private overload of ShowDialog
20500           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
20501             so I hope)
20502           - Fixed Close(), had wrong default
20503           - Added firing of OnLoad event
20504           - Added some commented out debug code for Ownership handling
20505
20506 2004-10-17 22:16  pbartok
20507
20508         * Control.cs:
20509           - Fixed/implemented flat list of controls
20510
20511 2004-10-17 22:14  pbartok
20512
20513         * Application.cs:
20514           - Added code to simulate modal dialogs on Win32
20515
20516 2004-10-17 16:11  jordi
20517
20518         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
20519           mouse event
20520
20521 2004-10-17 13:39  jordi
20522
20523         * MenuAPI.cs: menu drawing fixes
20524
20525 2004-10-15 09:10  ravindra
20526
20527         * StructFormat.cs: General Enum.
20528
20529 2004-10-15 09:09  ravindra
20530
20531         * SizeGripStyle.cs: Enum for Form.
20532
20533 2004-10-15 09:08  ravindra
20534
20535         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
20536           in Theme for ListView.
20537
20538 2004-10-15 09:06  ravindra
20539
20540         * ColumnHeader.cs: Flushing some formatting changes.
20541
20542 2004-10-15 09:05  ravindra
20543
20544         * ListViewItem.cs: Implemented GetBounds method and fixed coding
20545           style.
20546
20547 2004-10-15 09:03  ravindra
20548
20549         * ListView.cs: Implemented Paint method and fixed coding style.
20550
20551 2004-10-15 07:34  jordi
20552
20553         * MenuAPI.cs: fix for X11
20554
20555 2004-10-15 07:32  ravindra
20556
20557         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
20558                 - Renamed Paint() method to Draw() for clarity. Also, moved
20559                 DrawImage() to OnPaint().
20560
20561 2004-10-15 07:25  ravindra
20562
20563         * CheckBox.cs, RadioButton.cs:
20564                 - Removed Redraw (), we get it from ButtonBase.
20565                 - Implemented Paint (), to do class specific painting.
20566
20567 2004-10-15 07:16  ravindra
20568
20569         * ButtonBase.cs:
20570                 - Redraw () is not virtual now.
20571                 - Added an internal virtual method Paint (), so that
20572                 derived classes can do their painting on their own.
20573                 - Modified OnPaint () to call Paint ().
20574
20575 2004-10-15 06:43  jordi
20576
20577         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
20578           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
20579
20580 2004-10-15 00:30  ravindra
20581
20582         * MessageBox.cs:
20583                 - MessageBox on windows does not have min/max buttons.
20584                 This change in CreateParams fixes this on Windows. We
20585                 still need to implement this windowstyle behavior in
20586                 our X11 driver.
20587
20588 2004-10-14 05:14  ravindra
20589
20590         * ToolBar.cs:
20591                 - Changed Redraw () to do a Refresh () always.
20592                 - Fixed the MouseMove event handling when mouse is pressed,
20593                 ie drag event handling.
20594                 - Replaced the usage of ToolBarButton.Pressed property to
20595                 ToolBarButton.pressed internal variable.
20596
20597 2004-10-14 05:10  ravindra
20598
20599         * ToolBarButton.cs:
20600                 - Added an internal member 'inside' to handle mouse move
20601                 with mouse pressed ie mouse drag event.
20602                 - Changed 'Pressed' property to return true only when
20603                 'inside' and 'pressed' are both true.
20604                 - Some coding style love.
20605
20606 2004-10-14 00:17  ravindra
20607
20608         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
20609           public method.
20610
20611 2004-10-14 00:15  ravindra
20612
20613         * ButtonBase.cs: Redraw () related improvements.
20614
20615 2004-10-14 00:14  ravindra
20616
20617         * MessageBox.cs: Moved InitFormSize () out of Paint method and
20618           removed unnecessary calls to Button.Show () method.
20619
20620 2004-10-13 17:50  pbartok
20621
20622         * XplatUIX11.cs:
20623           - Formatting fix
20624           - Removed destroying of window until we solve the problem of X
20625             destroying the window before us on shutdown
20626
20627 2004-10-13 16:32  pbartok
20628
20629         * ButtonBase.cs:
20630           - Now Redraws on MouseUp for FlatStyle Flat and Popup
20631
20632 2004-10-13 14:18  pbartok
20633
20634         * XplatUIX11.cs:
20635           - Added code to destroy the X window
20636
20637 2004-10-13 14:18  pbartok
20638
20639         * XplatUIWin32.cs:
20640           - Added code to destroy a window
20641
20642 2004-10-13 14:12  pbartok
20643
20644         * ButtonBase.cs:
20645           - Added the Redraw on Resize that got dropped in the last rev
20646
20647 2004-10-13 09:06  pbartok
20648
20649         * ThemeWin32Classic.cs:
20650           - Path from John BouAntoun:
20651             * Fix check rendering (centre correctly for normal style, offset
20652               correctly for FlatStyle).
20653             * Fix border color usage (use backcolor) for FlatStyle.Popup
20654             * Use checkbox.Capture instead of checkbox.is_pressed when
20655               rendering flatstyle states.
20656
20657 2004-10-12 21:48  pbartok
20658
20659         * ThemeWin32Classic.cs:
20660           - Removed all occurences of SystemColors and replaced them with the
20661             matching theme color
20662
20663 2004-10-12 21:41  pbartok
20664
20665         * ThemeWin32Classic.cs:
20666           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
20667             him using the function for flatstyle drawing
20668           - Changed functions to use the new version of CPDrawBorder3D
20669
20670 2004-10-12 21:15  pbartok
20671
20672         * ControlPaint.cs:
20673           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
20674             match MS documentation. They need to return defined colors if the
20675             passed color matches the configured control color. Thanks to John
20676             BouAntoun for pointing this out.
20677
20678 2004-10-12 20:57  pbartok
20679
20680         * Control.cs:
20681           - Fix from John BouAntoun: Raise ForeColorChanged event when text
20682             color is changed
20683
20684 2004-10-12 20:46  pbartok
20685
20686         * CheckBox.cs:
20687           - Fix from John BouAntoun: Now properly sets the Appearance property
20688
20689 2004-10-12 20:45  pbartok
20690
20691         * ThemeWin32Classic.cs:
20692           - Fixes from John BouAntoun: now handles forecolors and backcolors
20693             for flatstyle rendered controls much better; It also fixes normal
20694             checkbox rendering when pushed or disabled.
20695
20696 2004-10-08 02:50  jordi
20697
20698         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
20699           work
20700
20701 2004-10-07 08:56  jordi
20702
20703         * ThemeWin32Classic.cs: Removes deletion of cached brushes
20704
20705 2004-10-06 03:59  jordi
20706
20707         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
20708           XplatUIWin32.cs: removes warnings from compilation
20709
20710 2004-10-05 12:23  jackson
20711
20712         * RadioButton.cs: Fix ctor
20713
20714 2004-10-05 11:10  pbartok
20715
20716         * MessageBox.cs:
20717           - Partial implementation by Benjamin Dasnois
20718
20719 2004-10-05 10:15  jackson
20720
20721         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
20722           by John BouAntoun
20723
20724 2004-10-05 03:07  ravindra
20725
20726         * ToolBar.cs:
20727                 - Removed a private method, Draw ().
20728                 - Fixed the ButtonDropDown event handling.
20729                 - Fixed MouseMove event handling.
20730
20731 2004-10-05 03:04  ravindra
20732
20733         * ThemeWin32Classic.cs:
20734                 - Added DrawListView method and ListViewDefaultSize property.
20735                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
20736                 - Changed DOS style CRLF to Unix format (dos2unix).
20737
20738 2004-10-05 03:03  ravindra
20739
20740         * Theme.cs:
20741                 - Added DrawListView method and ListViewDefaultSize property.
20742
20743 2004-10-05 02:42  ravindra
20744
20745         * ToolBarButton.cs: Added an internal member dd_pressed to handle
20746           clicks on DropDown arrow.
20747
20748 2004-10-04 22:56  jackson
20749
20750         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
20751           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
20752           Control handle the buffers, derived classes should not have to
20753           CreateBuffers themselves.
20754
20755 2004-10-04 21:20  jackson
20756
20757         * StatusBar.cs: The control handles resizing the buffers now.
20758
20759 2004-10-04 21:18  jackson
20760
20761         * Control.cs: When resizing the buffers should be invalidated. This
20762           should be handled in Control not in derived classes.
20763
20764 2004-10-04 14:45  jackson
20765
20766         * TabPage.cs: oops
20767
20768 2004-10-04 02:14  pbartok
20769
20770         * LeftRightAlignment.cs:
20771           - Initial check-in
20772
20773 2004-10-04 01:09  jordi
20774
20775         * ThemeWin32Classic.cs: fixes right button position causing right
20776           button not showing on horizontal scrollbars
20777
20778 2004-10-02 13:12  pbartok
20779
20780         * XplatUIX11.cs:
20781           - Simplified the Invalidate method by using an X call instead of
20782             generating the expose ourselves
20783           - Added an expose when the window background is changed
20784           - Implemented ClientToScreen method
20785
20786 2004-10-02 13:08  pbartok
20787
20788         * XplatUIWin32.cs:
20789           - Added Win32EnableWindow method (test for implementing modal
20790           dialogs)
20791           - Added ClientToScreen method and imports
20792
20793 2004-10-02 13:07  pbartok
20794
20795         * XplatUI.cs, XplatUIDriver.cs:
20796           - Added ClientToScreen coordinate translation method
20797
20798 2004-10-02 13:06  pbartok
20799
20800         * KeyPressEventArgs.cs:
20801           - Fixed access level for constructor
20802
20803 2004-10-02 13:06  pbartok
20804
20805         * NativeWindow.cs:
20806           - Changed access level for the window_collection hash table
20807
20808 2004-10-02 13:05  pbartok
20809
20810         * Form.cs:
20811           - Added KeyPreview property
20812           - Added Menu property (still incomplete, pending Jordi's menu work)
20813           - Implemented ProcessCmdKey
20814           - Implemented ProcessDialogKey
20815           - Implemented ProcessKeyPreview
20816
20817 2004-10-02 13:02  pbartok
20818
20819         * Control.cs:
20820           - Added private method to get the Control object from the window
20821           handle
20822           - Implemented ContextMenu property
20823           - Implemented PointToScreen
20824           - Implemented PreProcessMessage
20825           - Implemented IsInputChar
20826           - Implemented IsInputKey
20827           - Implemented ProcessCmdKey
20828           - Completed ProcessKeyEventArgs
20829           - Fixed message loop to call the proper chain of functions on key
20830           events
20831           - Implemented ProcessDialogChar
20832           - Implemented ProcessDialogKey
20833           - Implemented ProcessKeyMessage
20834           - Implemented ProcessKeyPreview
20835           - Added RaiseDragEvent stub (MS internal method)
20836           - Added RaiseKeyEvent stub (MS internal method)
20837           - Added RaiseMouseEvent stub (MS Internal method)
20838           - Added RaisePaintEvent stub (MS Internal method)
20839           - Added ResetMouseEventArgs stub (MS Internal method)
20840           - Implemented RtlTranslateAlignment
20841           - Implemented RtlTranslateContent
20842           - Implemented RtlTranslateHorizontal
20843           - Implemented RtlTranslateLeftRight
20844           - Added generation of KeyPress event
20845
20846 2004-10-02 05:57  ravindra
20847
20848         * ListViewItem.cs: Added attributes.
20849
20850 2004-10-02 05:32  ravindra
20851
20852         * ListView.cs: Added attributes.
20853
20854 2004-10-01 11:53  jackson
20855
20856         * Form.cs: Implement the Close method so work on MessageBox can
20857           continue.
20858
20859 2004-09-30 14:06  pbartok
20860
20861         * XplatUIX11.cs:
20862           - Bug fixes
20863
20864 2004-09-30 11:34  jackson
20865
20866         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
20867
20868 2004-09-30 07:26  ravindra
20869
20870         * ListViewItemConverter.cs: Converter for ListViewItem.
20871
20872 2004-09-30 07:26  ravindra
20873
20874         * SortOrder.cs: Enum for ListView control.
20875
20876 2004-09-30 07:25  ravindra
20877
20878         * ColumnHeader.cs: Supporting class for ListView control.
20879
20880 2004-09-30 07:24  ravindra
20881
20882         * ListView.cs, ListViewItem.cs: Initial implementation.
20883
20884 2004-09-30 07:20  ravindra
20885
20886         * ItemActivation.cs: Enum for ListView Control.
20887
20888 2004-09-29 20:29  pbartok
20889
20890         * XplatUIX11.cs:
20891           - Added lookup of pixel value for background color; tries to get a
20892             color 'close' to the requested color, it avoids having to create a
20893             colormap.  Depending on the display this could mean the used color
20894             is slightly off the desired color. Might have to change it to a more
20895             resource intensive colormap approach, but it will work as a
20896           workaround to avoid red screens.
20897
20898 2004-09-29 14:27  jackson
20899
20900         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
20901
20902 2004-09-28 12:44  pbartok
20903
20904         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
20905           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
20906           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
20907           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
20908           TrackBar.cs, VScrollBar.cs:
20909           - Streamlined Theme interfaces:
20910             * Each DrawXXX method for a control now is passed the object for
20911               the control to be drawn in order to allow accessing any state the
20912               theme might require
20913
20914             * ControlPaint methods for the theme now have a CP prefix to avoid
20915               name clashes with the Draw methods for controls
20916
20917             * Every control now retrieves it's DefaultSize from the current
20918             theme
20919
20920 2004-09-28 12:17  jackson
20921
20922         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
20923           drawing
20924
20925 2004-09-24 14:57  jackson
20926
20927         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
20928           Gives us a nice little performance boost.
20929
20930 2004-09-24 12:02  jackson
20931
20932         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
20933           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
20934           Control and supporting classes. Initial checkin
20935
20936 2004-09-23 13:08  jackson
20937
20938         * Form.cs: Temp build fixage
20939
20940 2004-09-23 01:39  ravindra
20941
20942         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
20943           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
20944           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
20945           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
20946           EventHandlers needed by ListView Control.
20947
20948 2004-09-22 14:12  pbartok
20949
20950         * ScrollableControl.cs:
20951           - Implemented DockPadding property
20952           - Implemented AutoScroll property
20953           - Implemented AutoScrollMargin property
20954           - Implemented AutoScrollMinSize property
20955           - Implemented AutoScrollPosition property
20956           - Implemented DisplayRectangle property (still incomplete)
20957           - Implemented CreateParams property
20958           - Implemented HScroll property
20959           - Implemented VScroll property
20960           - Implemented OnVisibleChanged property
20961
20962 2004-09-22 14:09  pbartok
20963
20964         * Form.cs:
20965           - Added Form.ControllCollection class
20966           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
20967             RemoveOwnedForm (still incomplete, missing on-top and common
20968             minimize/maximize behaviour)
20969           - Added StartPosition property (still incomplete, does not use when
20970             creating the form)
20971           - Added ShowDialog() methods (still incomplete, missing forcing the
20972             dialog modal)
20973
20974 2004-09-22 14:05  pbartok
20975
20976         * Application.cs:
20977           - Added message loop for modal dialogs
20978
20979 2004-09-22 14:02  pbartok
20980
20981         * GroupBox.cs:
20982           - Fixed wrong types for events
20983
20984 2004-09-22 14:00  pbartok
20985
20986         * Shortcut.cs, FormWindowState.cs:
20987           - Fixed wrong values
20988
20989 2004-09-22 12:01  jackson
20990
20991         * Control.cs: Text is never null
20992
20993 2004-09-20 22:14  pbartok
20994
20995         * XplatUIWin32.cs:
20996           - Fixed accessibility level for Idle handler
20997
20998 2004-09-20 18:54  jackson
20999
21000         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21001           XplatUIX11.cs: New message loop that uses poll so we don't get a
21002           busy loop
21003
21004 2004-09-17 10:43  pbartok
21005
21006         * ScrollBar.cs:
21007           - Fixed behaviour of arrow buttons. Now properly behaves like
21008             Buttons (and like Microsoft's scrollbar arrow buttons)
21009
21010 2004-09-17 10:14  pbartok
21011
21012         * ScrollBar.cs:
21013           - Added missing release of keyboard/mouse capture
21014
21015 2004-09-17 06:18  jordi
21016
21017         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
21018           Theme.cs: Very early menu support
21019
21020 2004-09-16 17:45  pbartok
21021
21022         * XplatUIWin32.cs:
21023           - Fixed sending a window to the front
21024           - Added overload for SetWindowPos to avoid casting
21025
21026 2004-09-16 17:44  pbartok
21027
21028         * Control.cs:
21029           - Added SendToBack and BringToFront methods
21030
21031 2004-09-16 07:00  ravindra
21032
21033         * Copyright: Added Novell URL.
21034
21035 2004-09-16 07:00  ravindra
21036
21037         * ToolBar.cs: Invalidate should be done before redrawing.
21038
21039 2004-09-15 21:19  ravindra
21040
21041         * ColumnHeaderStyle.cs: Enum for ListView Control.
21042
21043 2004-09-15 21:18  ravindra
21044
21045         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
21046           ListView Control.
21047
21048 2004-09-13 18:26  jackson
21049
21050         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
21051           properly
21052
21053 2004-09-13 18:13  jackson
21054
21055         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
21056           a second thread and post messages into the main threads message
21057           queue. This makes timing much more consistent. Both win2K and XP
21058           have a minimum timer value of 15 milliseconds, so we now do this
21059           too.
21060
21061 2004-09-13 15:18  pbartok
21062
21063         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21064           XplatUIX11.cs:
21065           - Added Z-Ordering methods
21066
21067 2004-09-13 10:56  pbartok
21068
21069         * Form.cs:
21070           - Fixed #region names
21071           - Moved properties and methods into their proper #regions
21072
21073 2004-09-13 10:51  pbartok
21074
21075         * Form.cs:
21076           - Added Accept and CancelButton properties
21077           - Added ProcessDialogKey() method
21078
21079 2004-09-13 08:18  pbartok
21080
21081         * IWindowTarget.cs:
21082           - Initial check-in
21083
21084 2004-09-10 21:50  pbartok
21085
21086         * Control.cs:
21087           - Added DoDragDrop() [incomplete]
21088           - Properly implemented 'Visible' handling
21089           - Added SetVisibleCore()
21090           - Implemented FindChildAtPoint()
21091           - Implemented GetContainerControl()
21092           - Implemented Hide()
21093
21094 2004-09-10 19:28  pbartok
21095
21096         * Control.cs:
21097           - Moved methods into their appropriate #regions
21098           - Reordered methods within regions alphabetically
21099
21100 2004-09-10 18:57  pbartok
21101
21102         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
21103           - Added method to retrieve text from window
21104
21105 2004-09-10 18:56  pbartok
21106
21107         * Control.cs:
21108           - Moved some internal functions into the internal region
21109           - Implemented FontHeight
21110           - Implemented RenderRightToLeft
21111           - Implemented ResizeRedraw
21112           - Implemented ShowFocusCues
21113           - Implemented ShowKeyboardCues
21114           - Implemented FromChildHandle
21115           - Implemented FromHandle
21116           - Implemented IsMnemonic
21117           - Implemented ReflectMessage
21118           - All public and protected Static Methods are now complete
21119
21120 2004-09-10 16:54  pbartok
21121
21122         * Control.cs:
21123           - Implemented remaining missing public instance properties
21124           - Alphabetized some out of order properties
21125
21126 2004-09-10 05:51  ravindra
21127
21128         * PictureBox.cs: Added a check for null image.
21129
21130 2004-09-10 00:59  jordi
21131
21132         * GroupBox.cs: remove cvs tag
21133
21134 2004-09-09 05:25  ravindra
21135
21136         * ToolBar.cs: Make redraw accessible from ToolBarButton.
21137
21138 2004-09-09 05:23  ravindra
21139
21140         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
21141           parent redraw.
21142
21143 2004-09-09 02:28  pbartok
21144
21145         * ThemeWin32Classic.cs:
21146           - Improve disabled string look
21147
21148 2004-09-09 01:15  jordi
21149
21150         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
21151           args and handler
21152
21153 2004-09-08 23:56  ravindra
21154
21155         * ItemBoundsPortion.cs: It's enum, not a class!
21156
21157 2004-09-08 23:47  ravindra
21158
21159         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
21160           Enums for Form.
21161
21162 2004-09-08 21:13  ravindra
21163
21164         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
21165           ListView control.
21166
21167 2004-09-08 21:03  ravindra
21168
21169         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
21170           avoid crash.
21171
21172 2004-09-08 21:01  ravindra
21173
21174         * ScrollableControl.cs: Removed unreachable code.
21175
21176 2004-09-08 06:45  jordi
21177
21178         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
21179
21180 2004-09-08 01:00  jackson
21181
21182         * XplatUIX11.cs: Only run the timers when updating the message
21183           queue. This effectively gives X messages a higher priority then
21184           timer messages. Timers still need love though
21185
21186 2004-09-07 14:01  jackson
21187
21188         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
21189           this for us and the handle is no longer valid.
21190
21191 2004-09-07 13:59  jackson
21192
21193         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
21194           loop that manages to not crash. TODO: Add poll and cleanup timers
21195
21196 2004-09-07 11:12  jordi
21197
21198         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
21199
21200 2004-09-07 03:40  jordi
21201
21202         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
21203           fixes, methods, multiple links
21204
21205 2004-09-06 06:55  jordi
21206
21207         * Control.cs: Caches ClientRectangle rectangle value
21208
21209 2004-09-05 02:03  jordi
21210
21211         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
21212           certain situations
21213
21214 2004-09-04 11:10  jordi
21215
21216         * Label.cs: Refresh when font changed
21217
21218 2004-09-02 16:24  pbartok
21219
21220         * Control.cs:
21221           - Added sanity check to creation of double buffer bitmap
21222
21223 2004-09-02 16:24  pbartok
21224
21225         * ButtonBase.cs:
21226           - Fixed selection of text color
21227           - Fixed handling of resize event; now properly recreates double
21228             buffering bitmap
21229           - Added missing assignment of TextAlignment
21230           - Added proper default for TextAlignment
21231
21232 2004-09-02 14:26  pbartok
21233
21234         * RadioButton.cs:
21235           - Added missing RadioButton.RadioButtonAccessibleObject class
21236
21237 2004-09-02 14:26  pbartok
21238
21239         * Control.cs:
21240           - Added missing Control.ControlAccessibleObject class
21241           - Started to implement Select()ion mechanisms, still very incomplete
21242
21243 2004-09-02 14:25  pbartok
21244
21245         * AccessibleObject.cs:
21246           - Added missing methods
21247
21248 2004-09-02 14:23  pbartok
21249
21250         * AccessibleNavigation.cs, AccessibleSelection.cs:
21251           - Initial check-in
21252
21253 2004-09-02 10:32  jordi
21254
21255         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
21256           pool for pens, brushes, and hatchbruses
21257
21258 2004-09-01 15:30  jackson
21259
21260         * StatusBar.cs: Fix typo
21261
21262 2004-09-01 14:44  pbartok
21263
21264         * RadioButton.cs:
21265           - Fixed state
21266
21267 2004-09-01 14:39  pbartok
21268
21269         * Button.cs, RadioButton.cs:
21270           - Functional initial check-in
21271
21272 2004-09-01 14:01  pbartok
21273
21274         * CheckBox.cs:
21275           - Added missing default
21276           - Added missing region mark
21277
21278 2004-09-01 09:10  jordi
21279
21280         * Label.cs: fixes method signatures, new methods, events, fixes
21281           autosize
21282
21283 2004-09-01 07:19  jordi
21284
21285         * Control.cs: Init string variables with an empty object
21286
21287 2004-09-01 04:20  jordi
21288
21289         * Control.cs: fires OnFontChanged event
21290
21291 2004-08-31 20:07  pbartok
21292
21293         * ButtonBase.cs:
21294           - Enabled display of strings
21295
21296 2004-08-31 20:05  pbartok
21297
21298         * Form.cs:
21299           - Added (partial) implementation of DialogResult; rest needs to be
21300             implemented when the modal loop code is done
21301
21302 2004-08-31 19:55  pbartok
21303
21304         * CheckBox.cs:
21305           - Fixed to match the removal of the needs_redraw concept
21306
21307 2004-08-31 19:55  pbartok
21308
21309         * ButtonBase.cs:
21310           - Removed the rather odd split between 'needs redraw' and redrawing
21311           - Now handles the events that require regeneration (ambient
21312             properties and size)
21313
21314 2004-08-31 19:41  pbartok
21315
21316         * Control.cs:
21317           - Added firing of BackColorChanged event
21318           - Added TopLevelControl property
21319           - Fixed handling of WM_ERASEBKGRND message
21320
21321 2004-08-31 12:49  pbartok
21322
21323         * ButtonBase.cs:
21324           - Removed debug
21325           - Minor fixes
21326
21327 2004-08-31 12:48  pbartok
21328
21329         * CheckBox.cs:
21330           - Finished (famous last words)
21331
21332 2004-08-31 04:35  jordi
21333
21334         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
21335           scrolling bugs, adds new methods
21336
21337 2004-08-30 14:42  pbartok
21338
21339         * CheckBox.cs:
21340           - Implemented CheckBox drawing code
21341
21342 2004-08-30 14:42  pbartok
21343
21344         * ButtonBase.cs:
21345           - Made Redraw() and CheckRedraw() virtual
21346           - Improved mouse up/down/move logic to properly track buttons
21347
21348 2004-08-30 09:44  pbartok
21349
21350         * CheckBox.cs:
21351           - Updated to fix broken build. Not complete yet.
21352
21353 2004-08-30 09:28  pbartok
21354
21355         * CheckState.cs:
21356           - Initial checkin
21357
21358 2004-08-30 09:17  pbartok
21359
21360         * Appearance.cs:
21361           - Initial check-in
21362
21363 2004-08-27 16:12  ravindra
21364
21365         * ToolBarButton.cs: Added TypeConverter attribute.
21366
21367 2004-08-27 16:07  ravindra
21368
21369         * ImageIndexConverter.cs: Implemented.
21370
21371 2004-08-27 14:17  pbartok
21372
21373         * Control.cs:
21374           - Removed unneeded stack vars
21375           - First attempt to fix sizing issues when layout is suspended
21376
21377 2004-08-25 15:35  jordi
21378
21379         * ScrollBar.cs: more fixes to scrollbar
21380
21381 2004-08-25 14:04  ravindra
21382
21383         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
21384           Added the missing divider code and grip for ToolBar Control.
21385
21386 2004-08-25 13:20  pbartok
21387
21388         * Control.cs:
21389           - Control now properly passes the ambient background color to child
21390             controls
21391
21392 2004-08-25 13:20  jordi
21393
21394         * ScrollBar.cs: small bug fix regarding bar position
21395
21396 2004-08-25 12:33  pbartok
21397
21398         * Timer.cs:
21399           - Now only calls SetTimer or KillTimer if the enabled state has
21400           changed
21401
21402 2004-08-25 12:33  pbartok
21403
21404         * XplatUIWin32.cs:
21405           - Fixed timer handling, now seems to work
21406           - Improved error message for window creation
21407
21408 2004-08-25 12:32  pbartok
21409
21410         * Control.cs:
21411           - Fixed generation of MouseUp message
21412
21413 2004-08-25 12:29  jordi
21414
21415         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
21416           and fixes for progressbar
21417
21418 2004-08-24 18:43  ravindra
21419
21420         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
21421           in ToolBar control.
21422
21423 2004-08-24 17:15  pbartok
21424
21425         * Panel.cs:
21426           - Added #region
21427           - Added missing events
21428           - Alphabetized
21429
21430 2004-08-24 17:14  pbartok
21431
21432         * StatusBar.cs, PictureBox.cs:
21433           - Now uses Control's CreateParams
21434
21435 2004-08-24 16:36  pbartok
21436
21437         * XplatUIX11.cs:
21438           - Fixed background color handling
21439           - Fixed sending of enter/leave events on a grab
21440
21441 2004-08-24 16:35  pbartok
21442
21443         * X11Structs.cs:
21444           - Refined definitions for CrossingEvent
21445
21446 2004-08-24 12:37  jordi
21447
21448         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
21449           formmating, methods signature, and adds missing events
21450
21451 2004-08-24 12:24  jordi
21452
21453         * Control.cs: fire OnEnabledChanged event
21454
21455 2004-08-24 11:17  pbartok
21456
21457         * XplatUIWin32.cs:
21458           - Implemented SetTimer() and KillTimer()
21459
21460 2004-08-24 11:16  pbartok
21461
21462         * XplatUIX11.cs:
21463           - Now uses Remove instead of Add to kill the timer
21464
21465 2004-08-24 10:16  jackson
21466
21467         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
21468           picture boxes in the theme now. Draw picture box borders and obey
21469           sizing modes
21470
21471 2004-08-24 05:49  jackson
21472
21473         * Timer.cs: Remove top secret debugging code
21474
21475 2004-08-24 05:34  jackson
21476
21477         * PictureBox.cs: Temp hack to make picture boxes draw their full
21478           image
21479
21480 2004-08-24 05:29  jackson
21481
21482         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
21483           XplatUIX11.cs: Move timers to the driver level. On X they are
21484           queued by the driver and checked on idle.
21485
21486 2004-08-24 01:07  jackson
21487
21488         * XplatUIX11.cs: Use a queue for async messages instead of passing
21489           them as ClientMessages since that was totally broken. Also simply
21490           check for events and return an idle message if none are found. This
21491           gives us an idle handler, and prevents deadlocking when no messages
21492           are in the queue.
21493
21494 2004-08-23 18:19  ravindra
21495
21496         * XplatUIWin32.cs: Removed the unwanted destructor.
21497
21498 2004-08-23 17:27  pbartok
21499
21500         * ButtonBase.cs:
21501           - Finishing touches. Works now, just needs some optimizations.
21502
21503 2004-08-23 16:53  jordi
21504
21505         * ScrollBar.cs: small fix
21506
21507 2004-08-23 16:45  pbartok
21508
21509         * Application.cs:
21510           - Removed debug output
21511           - Simplifications
21512
21513 2004-08-23 16:43  jordi
21514
21515         * ScrollBar.cs: [no log message]
21516
21517 2004-08-23 16:10  pbartok
21518
21519         * Form.cs:
21520           - Fixed handling of WM_CLOSE message
21521           - Removed debug output
21522
21523 2004-08-23 16:09  pbartok
21524
21525         * Application.cs:
21526           - Added handling of Idle event
21527           - Added handling of form closing
21528           - Fixed reporting of MessageLoop property
21529           - Removed some unneeded code, should provide a bit of a speedup
21530
21531 2004-08-23 15:22  pbartok
21532
21533         * Control.cs:
21534           - Added InitLayout() method
21535           - Added code to properly perform layout when Anchor or Dock property
21536             is changed
21537           - Changed 'interpretation' of ResumeLayout. MS seems to have a
21538             LAMESPEC, tried to do it in a way that makes sense
21539
21540 2004-08-23 14:10  jordi
21541
21542         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
21543           properties and methods
21544
21545 2004-08-23 13:55  pbartok
21546
21547         * Control.cs:
21548           - Properly fixed Jordi's last fix
21549           - Now uses Cursor's Position property instead of calling XplatUI
21550           directly
21551
21552 2004-08-23 13:44  jordi
21553
21554         * PaintEventHandler.cs: Adding missing attribute
21555
21556 2004-08-23 13:39  pbartok
21557
21558         * Cursor.cs:
21559           - Implemented Position property
21560
21561 2004-08-23 13:39  pbartok
21562
21563         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
21564           - Added method to move mouse cursor
21565
21566 2004-08-23 13:39  pbartok
21567
21568         * XplatUIX11.cs:
21569           - Fixed setting of background color
21570           - Added method to move mouse cursor
21571
21572 2004-08-23 13:16  jordi
21573
21574         * Control.cs: avoids null exception
21575
21576 2004-08-22 17:46  jackson
21577
21578         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
21579           PictureBox
21580
21581 2004-08-22 17:40  jackson
21582
21583         * XplatUIX11.cs: Add some missing locks
21584
21585 2004-08-22 15:10  pbartok
21586
21587         * Control.cs, Form.cs:
21588           - Removed OverlappedWindow style from Control, instead it's default
21589             now is child
21590           - Made form windows OverlappedWindow by default
21591
21592 2004-08-22 13:34  jackson
21593
21594         * ScrollBar.cs: Update the position through the Value property so
21595           the OnValueChanged event is raised.
21596
21597 2004-08-22 12:04  pbartok
21598
21599         * SWF.csproj:
21600           - Added Cursor.cs and UserControl.cs
21601
21602 2004-08-22 12:03  pbartok
21603
21604         * Cursor.cs:
21605           - Started implementation, not usable yet
21606
21607 2004-08-22 12:00  pbartok
21608
21609         * UserControl.cs:
21610           - Implemented UserControl (complete)
21611
21612 2004-08-21 19:20  ravindra
21613
21614         * ToolBar.cs: Correcting the formatting mess of VS.NET.
21615
21616 2004-08-21 18:49  ravindra
21617
21618         * ToolBar.cs: Probably this completes the missing attributes in
21619           toolbar control.
21620
21621 2004-08-21 18:03  ravindra
21622
21623         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
21624           Fixed toolbar control signatures.
21625
21626 2004-08-21 16:32  pbartok
21627
21628         * LinkLabel.cs:
21629           - Signature Fixes
21630
21631 2004-08-21 16:30  pbartok
21632
21633         * Label.cs:
21634           - Signature fixes
21635
21636 2004-08-21 16:19  pbartok
21637
21638         * Control.cs, Label.cs:
21639           - Signature fixes
21640
21641 2004-08-21 15:57  pbartok
21642
21643         * ButtonBase.cs:
21644           - Added loads of debug output for development
21645           - Fixed typo in method name
21646
21647 2004-08-21 15:52  pbartok
21648
21649         * ToolBarButtonClickEventArgs.cs:
21650           - Added missing base class
21651
21652 2004-08-21 14:53  pbartok
21653
21654         * Control.cs:
21655           - Updated to match new GrabWindow signature
21656
21657 2004-08-21 14:51  pbartok
21658
21659         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21660           - Added method to get default display size
21661
21662 2004-08-21 14:23  pbartok
21663
21664         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
21665           - Added method to query current grab state
21666           - Added argument to allow confining a grab to a window
21667
21668 2004-08-21 14:22  pbartok
21669
21670         * Keys.cs:
21671           - Added [Flags] attribute so that modifiers can be used in bitwise
21672           ops
21673
21674 2004-08-21 14:21  pbartok
21675
21676         * TrackBar.cs, ScrollBar.cs:
21677           - Replaced direct XplatUI calls with their Control counterpart
21678
21679 2004-08-21 13:32  pbartok
21680
21681         * Control.cs:
21682           - Implemented Created property
21683
21684 2004-08-21 13:28  pbartok
21685
21686         * Control.cs:
21687           - Implemented ContainsFocus
21688
21689 2004-08-21 13:26  pbartok
21690
21691         * Control.cs:
21692           - Implemented CausesValidation
21693
21694 2004-08-21 13:21  pbartok
21695
21696         * Control.cs:
21697           - Implemented CanFocus
21698           - Implemented CanSelect
21699           - Implemented Capture
21700
21701 2004-08-21 12:35  pbartok
21702
21703         * XplatUIWin32.cs:
21704           - Fixed bug with Async message handling
21705           - Implemented getting the ModifierKeys
21706
21707 2004-08-21 12:32  jackson
21708
21709         * AsyncMethodResult.cs: Make sure we have the mutex before we
21710           release it. Fixes BeginInvoke on windows
21711
21712 2004-08-21 11:31  pbartok
21713
21714         * XplatUIWin32.cs, XplatUIX11.cs:
21715           - Drivers now return proper mouse state
21716
21717 2004-08-21 10:54  jackson
21718
21719         * Control.cs: Implement EndInvoke
21720
21721 2004-08-21 10:48  jackson
21722
21723         * Timer.cs: Remove unneeded finalizer
21724
21725 2004-08-20 19:52  ravindra
21726
21727         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
21728           in mouse event handling in the ToolBar control.
21729
21730 2004-08-20 19:50  ravindra
21731
21732         * ImageList.cs: Changed draw method to use the arguments passed in
21733           to draw the image.
21734
21735 2004-08-20 18:58  pbartok
21736
21737         * XplatUIStructs.cs:
21738           - Added private message for async communication
21739
21740 2004-08-20 17:38  ravindra
21741
21742         * Control.cs: Made RightToLeft property virtual and removed a
21743           Console.WriteLine.
21744
21745 2004-08-20 14:39  jordi
21746
21747         * ThemeGtk.cs: use style_attach
21748
21749 2004-08-20 14:39  pbartok
21750
21751         * XplatUIWin32.cs:
21752           - Added jackson's Async code from X11 to Win32
21753
21754 2004-08-20 14:09  pbartok
21755
21756         * SWF.csproj:
21757           - Added all new files
21758
21759 2004-08-20 14:09  pbartok
21760
21761         * Control.cs:
21762           - Added call to set window background color
21763
21764 2004-08-20 14:03  pbartok
21765
21766         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
21767           - Added method for setting the window background
21768
21769 2004-08-20 14:02  pbartok
21770
21771         * XplatUIWin32.cs:
21772           - Added method for setting the background color
21773           - Added handling for erasing the window background
21774
21775 2004-08-20 13:45  jordi
21776
21777         * TrackBar.cs: fixes timer, new properties and methods
21778
21779 2004-08-20 13:34  jackson
21780
21781         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
21782           correct thread
21783
21784 2004-08-20 13:22  jackson
21785
21786         * Timer.cs: Timer Tick events are now handed through Controls Async
21787           mechanism so the callbacks are executed in the same thread as X
21788
21789 2004-08-20 13:19  jackson
21790
21791         * XplatUIDriver.cs: Expose functionality to send async messages
21792           through the driver
21793
21794 2004-08-20 13:18  jackson
21795
21796         * Control.cs: Implement Begininvoke
21797
21798 2004-08-20 13:14  jackson
21799
21800         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
21801           messages through the driver
21802
21803 2004-08-20 13:12  jackson
21804
21805         * XplatUIX11.cs: Lock before all X operations. Also added Async
21806           method functionality through XSendEvent
21807
21808 2004-08-20 13:11  jackson
21809
21810         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
21811           This will screw up on 64 bit systems)
21812
21813 2004-08-20 13:10  jackson
21814
21815         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
21816           Async messages through X/Win32
21817
21818 2004-08-19 19:39  pbartok
21819
21820         * XplatUIX11.cs:
21821           - Updated code to match new HandleData.DeviceContext type
21822
21823 2004-08-19 19:38  pbartok
21824
21825         * HandleData.cs:
21826           - Made DeviceContext a generic object to allow usage from various
21827           drivers
21828           - Added support for queueing Windows messages
21829
21830 2004-08-19 19:37  pbartok
21831
21832         * XplatUIWin32.cs:
21833           - Added generation of MouseEnter, MouseLeave and MouseHover events
21834           - Added cleanup on EndPaint
21835
21836 2004-08-19 19:17  pbartok
21837
21838         * Control.cs:
21839           - Added handling of WM_MOUSEHOVER
21840           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
21841           code
21842
21843 2004-08-19 18:55  jordi
21844
21845         * ThemeGtk.cs: fixes button order
21846
21847 2004-08-19 18:12  jordi
21848
21849         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
21850
21851 2004-08-19 17:09  pbartok
21852
21853         * Control.cs:
21854           - Added Right property
21855           - Added RightToLeft property
21856
21857 2004-08-19 16:27  jordi
21858
21859         * ThemeGtk.cs: experimental GTK theme support
21860
21861 2004-08-19 16:26  jordi
21862
21863         * ITheme.cs, Theme.cs: move themes from an interface to a class
21864
21865 2004-08-19 16:25  jordi
21866
21867         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
21868           theme enhancaments
21869
21870 2004-08-19 16:04  pbartok
21871
21872         * XplatUIX11.cs:
21873           - Added colormap basics
21874           - Added a way to re-initialize with a different display handle
21875           - Fixed setting of the window background color
21876           - Added various X11 imports related to colors and colormaps
21877
21878 2004-08-19 15:51  pbartok
21879
21880         * X11Structs.cs:
21881           - Removed packing hints (Paolo suggested this a while back)
21882           - fixed colormap type
21883           - Added default Atom types
21884           - Added Screen and color structs and enums
21885
21886 2004-08-19 15:39  pbartok
21887
21888         * ImageList.cs:
21889           - Added missing Draw() method
21890           - Added missing RecreateHandle event
21891
21892 2004-08-19 15:30  pbartok
21893
21894         * Form.cs:
21895           - Added handling of WM_CLOSE
21896
21897 2004-08-18 13:16  jordi
21898
21899         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
21900           a table
21901
21902 2004-08-18 09:56  jordi
21903
21904         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
21905
21906 2004-08-17 15:31  ravindra
21907
21908         * SWF.csproj: Updated project.
21909
21910 2004-08-17 15:25  pbartok
21911
21912         * Control.cs:
21913           - Drawing improvement; don't call UpdateBounds if we are not visible
21914             (or have been minimized)
21915
21916 2004-08-17 15:24  pbartok
21917
21918         * XplatUIWin32.cs:
21919           - Finished IsVisible
21920           - Added Win32GetWindowPlacement
21921
21922 2004-08-17 15:08  jackson
21923
21924         * Panel.cs: Initial checkin of the Panel
21925
21926 2004-08-17 14:25  pbartok
21927
21928         * Control.cs:
21929           - Fixed broken handling of default window sizes
21930
21931 2004-08-17 13:29  jackson
21932
21933         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
21934           has a large startup time.
21935
21936 2004-08-17 10:25  jackson
21937
21938         * HandleData.cs: union areas properly
21939
21940 2004-08-17 10:12  jackson
21941
21942         * HandleData.cs: union areas properly
21943
21944 2004-08-16 20:00  ravindra
21945
21946         * ToolBar.cs, ToolBarButton.cs: Added attributes.
21947
21948 2004-08-16 18:48  ravindra
21949
21950         * ToolBar.cs: Added attributes.
21951
21952 2004-08-16 17:17  ravindra
21953
21954         * SWF.csproj: Updated project.
21955
21956 2004-08-16 17:16  jackson
21957
21958         * XplatUIX11.cs: Check for more expose events before sending a
21959           WM_PAINT so they can all be grouped together. This makes dragging a
21960           window across another window redraw in a sane way.
21961
21962 2004-08-16 15:47  pbartok
21963
21964         * Control.cs:
21965           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
21966             support OnMouseEnter/Leave()
21967           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
21968             exposure handling
21969
21970 2004-08-16 15:46  pbartok
21971
21972         * XplatUIStructs.cs, XplatUIX11.cs:
21973           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
21974           OnMouseEnter/Leave()
21975
21976 2004-08-16 15:34  jackson
21977
21978         * XplatUIX11.cs: Group multiple expose events in HandleData, make
21979           sure messages get the message field set to WM_NULL if they are not
21980           handled.
21981
21982 2004-08-16 15:24  jackson
21983
21984         * HandleData.cs: HandleData is used for storing message information
21985           for window handles
21986
21987 2004-08-15 17:23  ravindra
21988
21989         * ColorDepth.cs: Added attribute.
21990
21991 2004-08-15 17:23  ravindra
21992
21993         * SWF.csproj: Updated project for ToolBar Control.
21994
21995 2004-08-15 17:20  ravindra
21996
21997         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
21998           control and also dos2unix format.
21999
22000 2004-08-15 17:13  ravindra
22001
22002         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
22003           ToolBarButtonClickEventArgs.cs,
22004           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
22005           ToolBarTextAlign.cs: First Implementation of ToolBar control.
22006
22007 2004-08-15 15:31  pbartok
22008
22009         * ButtonBase.cs:
22010           - First (mostly) working version
22011
22012 2004-08-13 16:15  pbartok
22013
22014         * Control.cs:
22015           - Fixed Anchor default
22016
22017 2004-08-13 15:43  pbartok
22018
22019         * Control.cs:
22020           - Changed GetCursorPos signature
22021
22022 2004-08-13 15:42  pbartok
22023
22024         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
22025           - Changed signature for GetCursorPos
22026
22027 2004-08-13 15:25  pbartok
22028
22029         * XplatUIX11.cs:
22030           - Cleanup
22031           - Fixed resizing/exposure handling
22032
22033 2004-08-13 15:22  jordi
22034
22035         * ThemeWin32Classic.cs: removes redundant code and fixes issues
22036           with tickposition
22037
22038 2004-08-13 14:55  jordi
22039
22040         * TrackBar.cs: change from wndproc to events
22041
22042 2004-08-13 13:00  jordi
22043
22044         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
22045           XplatUIX11.cs: implements PointToClient (ScreenToClient)
22046
22047 2004-08-13 12:53  pbartok
22048
22049         * XplatUIWin32.cs:
22050           - Changed GetWindowPos to also provide client area size
22051           - Fixed broken prototypes for several win32 functions
22052
22053 2004-08-13 12:53  pbartok
22054
22055         * XplatUI.cs, XplatUIDriver.cs:
22056           - Changed GetWindowPos to also provide client area size
22057
22058 2004-08-13 12:52  pbartok
22059
22060         * XplatUIX11.cs:
22061           - Added generation of WM_POSCHANGED
22062           - Changed GetWindowPos to also provide client area size
22063
22064 2004-08-13 12:52  pbartok
22065
22066         * Control.cs:
22067           - Added Dispose() and destructor
22068           - Fixed resizing and bounds calculation
22069           - Fixed Layout
22070           - Added memory savings for invisible windows
22071
22072 2004-08-13 12:46  jordi
22073
22074         * TrackBar.cs: adds timer and grap window
22075
22076 2004-08-13 10:25  jackson
22077
22078         * Timer.cs: SWF Timer
22079
22080 2004-08-12 16:59  pbartok
22081
22082         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
22083           - Implemented method to get current mouse position
22084
22085 2004-08-12 14:29  jordi
22086
22087         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
22088           enhancement, fix mouse problems, highli thumb, etc
22089
22090 2004-08-12 13:31  pbartok
22091
22092         * Control.cs:
22093           - Fixed Anchoring bugs
22094
22095 2004-08-12 13:01  jackson
22096
22097         * StatusBar.cs: Don't forget things
22098
22099 2004-08-12 12:54  jackson
22100
22101         * ThemeWin32Classic.cs: Handle owner draw status bars
22102
22103 2004-08-12 12:54  jackson
22104
22105         * StatusBar.cs: Implement missing properties, events, and methods.
22106           Handle mouse clicking
22107
22108 2004-08-12 10:19  jackson
22109
22110         * StatusBarPanelClickEventArgs.cs,
22111           StatusBarPanelClickEventHandler.cs: Classes for handling status
22112           bar panel click events
22113
22114 2004-08-12 10:10  jackson
22115
22116         * Control.cs: Add missing properties
22117
22118 2004-08-12 09:46  pbartok
22119
22120         * BindingsManagerBase.cs:
22121           - Name changed to BindingManagerBase.cs
22122
22123 2004-08-12 09:25  jordi
22124
22125         * ScrollableControl.cs: calls ctrlbase instead of exeception
22126
22127 2004-08-11 16:28  pbartok
22128
22129         * InputLanguageChangingEventArgs.cs:
22130           - Never check in before compiling. Fixes the last check-in
22131
22132 2004-08-11 16:26  pbartok
22133
22134         * InputLanguageChangingEventArgs.cs:
22135           - More signature fixes
22136
22137 2004-08-11 16:20  pbartok
22138
22139         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
22140           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
22141           ImageListStreamer.cs, InputLanguage.cs,
22142           InputLanguageChangedEventArgs.cs,
22143           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
22144           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
22145           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
22146           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
22147           - Signature fixes
22148
22149 2004-08-11 16:16  pbartok
22150
22151         * Application.cs:
22152           - Fixed Signature
22153           - Added .Net 1.1 method
22154
22155 2004-08-11 15:25  pbartok
22156
22157         * SWF.csproj:
22158           - Fixed BindingManagerBase.cs filename
22159
22160 2004-08-11 15:22  pbartok
22161
22162         * BindingManagerBase.cs:
22163           - Was checked in with wrong filename
22164
22165 2004-08-11 14:50  pbartok
22166
22167         * SWF.csproj:
22168           - Updated
22169
22170 2004-08-11 13:41  jordi
22171
22172         * XplatUIWin32.cs: Fixes ClientRect
22173
22174 2004-08-11 13:19  pbartok
22175
22176         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
22177           XplatUIX11.cs:
22178           - We had SetWindowPos and MoveWindow to set window positions and
22179             size, removed MoveWindow. We have GetWindowPos, so it made sense to
22180             keep SetWindowPos as matching counterpart
22181           - Added some X11 sanity checking
22182
22183 2004-08-11 12:59  pbartok
22184
22185         * Control.cs:
22186           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
22187             (It seems that SetBounds is just a front for SetBoundsCore and
22188              SetBoundsCore updates the underlying window system and
22189              UpdateBounds is responsible for updating the variables associated
22190              with the Control and sending the events)
22191           - Major cleanup of Size handling; we now have two sizes, client_size
22192             and bounds. Bounds defines the window with decorations, client_size
22193             without them.
22194
22195 2004-08-11 12:55  pbartok
22196
22197         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
22198           - Added method to calculate difference between decorated window and
22199             raw client area
22200
22201 2004-08-11 12:54  pbartok
22202
22203         * Label.cs:
22204           - Forcing redraw on resize
22205
22206 2004-08-11 11:43  pbartok
22207
22208         * ImageList.cs:
22209           - Removed disposing of the actual images when the list is disposed
22210
22211 2004-08-11 09:13  pbartok
22212
22213         * Control.cs:
22214           - Now properly reparents windows
22215
22216 2004-08-11 08:37  pbartok
22217
22218         * Control.cs:
22219           - Duh!
22220
22221 2004-08-11 07:47  pbartok
22222
22223         * Control.cs:
22224           - Rewrote the collection stuff. Might not be as fast now, not
22225             keeping the number of children around and accessible directly, but
22226             it's more straightforward
22227
22228 2004-08-11 07:44  pbartok
22229
22230         * AccessibleObject.cs:
22231           - Fixed to match ControlCollection rewrite
22232
22233 2004-08-11 07:43  pbartok
22234
22235         * ImageList.cs:
22236           - Added missing creation of the collection list
22237
22238 2004-08-10 20:08  jackson
22239
22240         * StatusBar.cs: Get the paint message from WndProc
22241
22242 2004-08-10 19:31  jackson
22243
22244         * ThemeWin32Classic.cs: Create Brushes as little as possible
22245
22246 2004-08-10 19:20  jackson
22247
22248         * UICues.cs: Add Flags attribute
22249
22250 2004-08-10 19:19  jackson
22251
22252         * StatusBarPanel.cs: Signature cleanup
22253
22254 2004-08-10 19:10  jackson
22255
22256         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
22257           Initial implementation of status bar item drawing
22258
22259 2004-08-10 17:27  jordi
22260
22261         * TrackBar.cs: add missing methods, properties, and restructure to
22262           hide extra ones
22263
22264 2004-08-10 16:24  jackson
22265
22266         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
22267           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
22268           attribute
22269
22270 2004-08-10 13:21  jordi
22271
22272         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
22273           enhancements and standarize on win colors defaults
22274
22275 2004-08-10 12:52  jackson
22276
22277         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
22278           ThemeWin32Classic.cs: Implement DrawItem functionality
22279
22280 2004-08-10 12:47  jordi
22281
22282         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
22283
22284 2004-08-10 12:32  jordi
22285
22286         * Control.cs: throw ontextchange event
22287
22288 2004-08-10 11:43  pbartok
22289
22290         * Control.cs:
22291           - Added more to the still unfinished Dock/Anchor layout code
22292
22293 2004-08-10 11:39  pbartok
22294
22295         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
22296           - Added GetWindowPos method
22297
22298 2004-08-10 11:36  pbartok
22299
22300         * XplatUIWin32.cs:
22301           - Implemented several methods
22302
22303 2004-08-10 09:47  jackson
22304
22305         * TrackBar.cs: Allow control to handle buffering
22306
22307 2004-08-10 09:41  jackson
22308
22309         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
22310
22311 2004-08-10 09:24  jackson
22312
22313         * Label.cs, LinkLabel.cs: Let Control handle buffering.
22314
22315 2004-08-10 09:09  jackson
22316
22317         * StatusBar.cs: Let Control handle all the buffering.
22318
22319 2004-08-10 09:08  jackson
22320
22321         * Control.cs: Control will now handle the buffering code, so each
22322           control does not have to implement this.
22323
22324 2004-08-10 08:34  jackson
22325
22326         * XplatUIDriver.cs: Use default colors from the theme
22327
22328 2004-08-09 17:12  pbartok
22329
22330         * ImageList.cs:
22331           - Fixed several bugs Ravindra pointed out
22332
22333 2004-08-09 16:11  pbartok
22334
22335         * Control.cs:
22336           - Added incomplete dock layout code
22337           - Added support for mouse wheel
22338
22339 2004-08-09 16:09  pbartok
22340
22341         * XplatUIX11.cs:
22342           - Added handling for middle and right mousebutton
22343           - Added handling for mouse wheel
22344           - Added handling for key state and mouse state and position
22345           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
22346           messages
22347
22348 2004-08-09 15:40  jackson
22349
22350         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
22351           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
22352           checkin
22353
22354 2004-08-09 15:37  jackson
22355
22356         * StatusBar.cs: Initial implementation of StatusBar
22357
22358 2004-08-09 15:36  jackson
22359
22360         * ITheme.cs: Add support for drawing status bar and getting status
22361           bar item sizes
22362
22363 2004-08-09 15:35  pbartok
22364
22365         * MouseButtons.cs:
22366           - Fixed values
22367
22368 2004-08-09 15:34  jackson
22369
22370         * ThemeWin32Classic.cs: Add support for drawing status bar and get
22371           status bar item sizes
22372
22373 2004-08-09 15:21  jackson
22374
22375         * ThemeWin32Classic.cs: Use known colors for default control
22376           colours
22377
22378 2004-08-09 15:12  jackson
22379
22380         * ThemeWin32Classic.cs: Make the default font static, it is static
22381           in control so this doesn't change functionality and creating fonts
22382           is sloooooow.
22383
22384 2004-08-09 14:56  pbartok
22385
22386         * X11Structs.cs:
22387           - Added GrabMode enum
22388
22389 2004-08-09 14:55  pbartok
22390
22391         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
22392           - Removed Run method, was only required for initial development
22393
22394 2004-08-09 14:51  pbartok
22395
22396         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
22397           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
22398           capture
22399
22400 2004-08-09 13:48  pbartok
22401
22402         * XplatUIX11.cs:
22403           - Fixed default sizing for child windows
22404
22405 2004-08-09 12:56  pbartok
22406
22407         * XplatUIX11.cs:
22408           - Added generation of WM_DESTROY message
22409           - Added handling of window manager induced shutdown
22410
22411 2004-08-09 11:31  jackson
22412
22413         * ThemeWin32Classic.cs: New names for control properties
22414
22415 2004-08-09 11:25  jackson
22416
22417         * Control.cs: Use new color names
22418
22419 2004-08-09 11:02  jackson
22420
22421         * XplatUI.cs: Get default window properties from the theme
22422
22423 2004-08-09 11:01  jackson
22424
22425         * ITheme.cs: The theme engine now controls default window
22426           properties
22427
22428 2004-08-09 11:00  jackson
22429
22430         * ThemeWin32Classic.cs: Add default window color properties
22431
22432 2004-08-09 10:17  jackson
22433
22434         * ThemeWin32Classic.cs: Use correct default back color
22435
22436 2004-08-09 10:05  jackson
22437
22438         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
22439           the theme now.
22440
22441 2004-08-09 09:56  jackson
22442
22443         * XplatUI.cs: Remove defaults, these are handled by the theme now.
22444
22445 2004-08-09 09:54  jackson
22446
22447         * Control.cs: Get default properties from the theme.
22448
22449 2004-08-09 09:53  jackson
22450
22451         * ITheme.cs: Themes now handle default control properties
22452
22453 2004-08-09 09:53  jackson
22454
22455         * ThemeWin32Classic.cs: Themes now handle default control
22456           properties so coloring will be consistent
22457
22458 2004-08-08 16:54  jordi
22459
22460         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
22461
22462 2004-08-08 15:08  jordi
22463
22464         * XplatUIX11.cs: fixes keyboard crash
22465
22466 2004-08-08 13:47  jordi
22467
22468         * Label.cs: add cvs header info
22469
22470 2004-08-08 12:09  jackson
22471
22472         * ThemeWin32Classic.cs: Add pen_buttonface
22473
22474 2004-08-08 11:52  jordi
22475
22476         * Label.cs, LinkLabel.cs: [no log message]
22477
22478 2004-08-08 11:34  jordi
22479
22480         * ThemeWin32Classic.cs: Use Windows Standard Colours
22481
22482 2004-08-07 17:32  jordi
22483
22484         * TrackBar.cs: throw exceptions of invalid enums values
22485
22486 2004-08-07 17:31  jordi
22487
22488         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
22489           draw method name
22490
22491 2004-08-07 16:56  jackson
22492
22493         * HorizontalAlignment.cs: Initial checkin
22494
22495 2004-08-07 13:16  jordi
22496
22497         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
22498           methods
22499
22500 2004-08-07 13:05  jordi
22501
22502         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
22503           GetSysColor defines
22504
22505 2004-08-06 18:01  pbartok
22506
22507         * ThemeWin32Classic.cs:
22508           - Fixed some rounding issues with float/int
22509
22510 2004-08-06 18:00  jackson
22511
22512         * DockStyle.cs, AnchorStyles.cs:
22513
22514                   Add flags and serializable attributes.
22515
22516 2004-08-06 17:46  pbartok
22517
22518         * XplatUIX11.cs:
22519           - Implemented GetParent
22520
22521 2004-08-06 17:18  pbartok
22522
22523         * TrackBar.cs:
22524           - Fixed some rounding issues with float/int
22525
22526 2004-08-06 17:17  pbartok
22527
22528         * X11Structs.cs, XplatUIX11.cs:
22529           - Fixed Refresh and Invalidate
22530
22531 2004-08-06 15:30  pbartok
22532
22533         * Control.cs, X11Structs.cs, XplatUIX11.cs:
22534           - Fixed recursive loop when resizing
22535           - Improved/fixed redrawing on expose messages
22536
22537 2004-08-06 09:53  jordi
22538
22539         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
22540           keyboard navigation
22541
22542 2004-08-06 08:02  pbartok
22543
22544         * X11Structs.cs, XplatUIX11.cs:
22545           - Fixed reparenting
22546           - Fixed window border creation
22547
22548 2004-08-05 15:38  pbartok
22549
22550         * XplatUIX11.cs:
22551           - Attempted fix for reparenting problems
22552
22553 2004-08-04 15:14  pbartok
22554
22555         * Control.cs:
22556           - Fixed Invalidation bug (calculated wrong client area)
22557           - Added ClientSize setter
22558
22559 2004-08-04 15:13  pbartok
22560
22561         * Form.cs:
22562           - Added AutoScale properties
22563
22564 2004-08-04 15:13  pbartok
22565
22566         * SWF.csproj:
22567           - Added latest files
22568
22569 2004-08-04 14:11  pbartok
22570
22571         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
22572           XplatUIX11.cs:
22573           - Added Invalidate handling
22574
22575 2004-08-03 17:09  jordi
22576
22577         * XplatUIDriver.cs: fixes spelling mistake
22578
22579 2004-07-27 09:53  jordi
22580
22581         * TrackBar.cs: fixes trackbar events, def classname, methods
22582           signature
22583
22584 2004-07-27 09:29  jordi
22585
22586         * ScrollBar.cs: fixes scrollbar events
22587
22588 2004-07-27 04:38  jordi
22589
22590         * Control.cs: changes to be able to run winforms samples
22591
22592 2004-07-26 11:42  jordi
22593
22594         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
22595           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
22596
22597 2004-07-26 05:41  jordi
22598
22599         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
22600           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
22601           implementation
22602
22603 2004-07-22 09:22  jordi
22604
22605         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
22606           check link overlapping, implement events, and fixes
22607
22608 2004-07-21 10:28  jordi
22609
22610         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
22611
22612 2004-07-21 10:19  jordi
22613
22614         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
22615           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
22616           LinkLabelLinkClickedEventArgs.cs,
22617           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
22618           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
22619           implementation
22620
22621 2004-07-19 13:09  jordi
22622
22623         * Control.cs, Label.cs: label control re-written: added missing
22624           functionlity, events, and properties
22625
22626 2004-07-19 10:49  jordi
22627
22628         * Control.cs: fixes SetBounds logic
22629
22630 2004-07-19 01:29  jordi
22631
22632         * Control.cs: Call RefreshWindow only if the window has created
22633
22634 2004-07-15 14:05  pbartok
22635
22636         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
22637           - Implemented ImageList and ImageList.ImageCollection classes
22638           - Added ColorDepth enumeration
22639           - Updated SWF VS.Net project
22640
22641 2004-07-15 11:06  jordi
22642
22643         * XplatUIStructs.cs: added MsgButons enum
22644
22645 2004-07-15 11:03  jordi
22646
22647         * Control.cs: added basic mouse handeling events
22648
22649 2004-07-15 03:38  jordi
22650
22651         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
22652           Vertical TrackBar control implementation
22653
22654 2004-07-13 09:33  jordi
22655
22656         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
22657
22658 2004-07-13 09:31  jordi
22659
22660         * Control.cs, Form.cs: commit: new properties and fixes form size
22661           problems
22662
22663 2004-07-09 14:13  miguel
22664
22665         * ProgressBar.cs: Spelling
22666
22667 2004-07-09 11:25  pbartok
22668
22669         * ProgressBar.cs:
22670           - Removed usage of Rectangle for drawing. Miguel pointed out it's
22671           faster
22672
22673 2004-07-09 11:17  miguel
22674
22675         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
22676
22677                 * ProgressBar.cs: Fixed spelling for `block'
22678
22679                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
22680                 style guidelines.
22681
22682                 Avoid using the += on rect.X, that exposed a bug in the compiler.
22683
22684 2004-07-08 23:21  pbartok
22685
22686         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
22687           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
22688           BaseCollection.cs, Binding.cs, BindingContext.cs,
22689           BindingMemberInfo.cs, BindingsCollection.cs,
22690           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
22691           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
22692           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
22693           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
22694           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
22695           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
22696           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
22697           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
22698           FrameStyle.cs, GiveFeedbackEventArgs.cs,
22699           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
22700           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
22701           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
22702           InputLanguageChangedEventArgs.cs,
22703           InputLanguageChangedEventHandler.cs,
22704           InputLanguageChangingEventArgs.cs,
22705           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
22706           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
22707           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
22708           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
22709           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
22710           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
22711           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
22712           QueryAccessibilityHelpEventArgs.cs,
22713           QueryAccessibilityHelpEventHandler.cs,
22714           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
22715           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
22716           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
22717           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
22718           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
22719           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
22720           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
22721           XplatUIX11.cs, lang.cs:
22722           - Initial check-in
22723