- We don't need to position the caret on mouse up, since
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
blob0aa4000e1b4488feb63bf369261450ef8ffc1779
1 2006-11-13  Jackson Harper  <jackson@ximian.com>
3         * TextBoxBase.cs: Don't select the word if we are on a line with
4         no text.
5         - We don't need to position the caret on mouse up, since the mouse
6         move handler should be doing this
7         - When double clicking a blank line, the caret is advanced to the
8         next line.
10 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
12         * TreeNodeCollection.cs: Avoid duplicating indexer code.
14 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
16         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
17         Fixes part of bug #79910.
19 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
21         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
22           (bug #79903). Some minor string updates to match ms.
24 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
26         * FileDialog.cs: Don't add an extension if the filename
27           already ends with that extension.
29 2006-11-10  Jackson Harper  <jackson@ximian.com>
31         * TreeView.cs: Use the currently highlighted node for the
32         BeforeSelect event.
33         * TextBoxBase.cs: There is no need to expand selection on
34         MouseMove.
35         - CanUndo means 'is there any undo operations', not 'is undo
36         allowed on this textcontrol. Fixed ClearUndo unit test.
38 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
40         * Button.cs: only perform click when button is Selectable (so as 
41         not to activate default buttons when they're disabled)
42         
43         * Control.cs: Rewrite of the SelectNextControl and related 
44         methods. HandleClick now selects next control if the current one
45         is being disabled.
46         
47         * Form.cs: OnActivated selects next active control only if Load 
48         has already occurred. If Load hasn't run, there's no point in 
49         selecting here, Load might change the state of controls.
50         
51         * FocusTest.cs: Tests marked as working again for these fixes
53 2006-11-10  Chris Toshok  <toshok@ximian.com>
55         * XplatUIX11.cs: a couple of fixes.
57         - use XInternAtoms with almost all the atoms we need to register,
58         instead of many, many calls to XInternAtom.  should help a bit on
59         startup time, at the expense of making the code look a little
60         worse.
62         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
63         isn't reparented (which seems to be a clue that we're running fon
64         compiz) and they have an Owner form.  This fixes the tool windows
65         in paint.net when running under compiz.
67         - when setting the opacity of a window, support both the case
68         where the window has been reparented and also when it hasn't been.
69         Since compiz/beryl doesn't seem to reparent windows, and these are
70         the only window managers which support translucency, I'm not sure
71         why we need the hwnd.reparented case at all.. but leave it in.
72         now we get translucent windows in paint.net under compiz/beryl.
74 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
76         * FileDialog.cs: Always return the value for FilterIndex that
77           was set. Internally convert it to values that make sense.
79 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
80         
81         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
83 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
85         * Toolbar.cs: Change default value of DropDownArrows to true, the 
86         signature still using false to make it compatible with MS but the 
87         initial value is true. Fixes #79855.
89 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
91         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
92           only available on Linux.
94 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
96         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
97         reduce number of calls to redraw method during toolbar creation.
99 2006-11-09  Mike Kestner  <mkestner@novell.com>
101         * ListView.cs : raise SelectedIndexChanged when an item is selected
102         programmatically via the Item.Selected property.  Gert's nice 
103         ListViewSelectedIndexChanged test fixture now runs clean.
105 2006-11-09  Mike Kestner  <mkestner@novell.com>
107         * ListView.cs : raise SelectedIndexChanged when a selected item is
108         removed from the item collection using Remove or RemoveAt.
110 2006-11-09  Mike Kestner  <mkestner@novell.com>
112         * ListView.cs : raise SelectedIndexChanged once per selected item
113         for compat with MS.  Fixes #79849+.
115 2006-11-09  Chris Toshok  <toshok@ximian.com>
117         * TabControl.cs: initialize row_count to 0, and set it to 1 when
118         we need to (if we have any tab pages).  Fixes unit test.
120 2006-11-09  Chris Toshok  <toshok@ximian.com>
122         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
123         width is 0, not 3.  Fixes a unit test.
125 2006-11-09  Mike Kestner  <mkestner@novell.com>
127         * ListView.cs : use Implicit scrollbars so that focus isn't 
128         stolen from the listview when they are clicked. Fixes #79850.
130 2006-11-09  Chris Toshok  <toshok@ximian.com>
132         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
133         have a root item.  Fixes #79879.
135 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
137         * FileDialog.cs:
138           - Fix ToString ()
139           - An ArgumentException is now thrown if a wrong filter
140             is applied (matches ms). The previous filter doesn't change
141             anymore if an exception is thrown.
142           - Changing the FileName property also affects FileNames
143         * ColorDialog.cs: The length of the CustomColors array is always
144           16. It doesn't matter if we use a smaller array or null to update
145           or change the custom colors property.
146         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
147           for RootFolder if we get a undefined value.
149 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
151         * StatusBarPanel.cs: 
152         - Width is set to MinWidth if Width is smaller than
153         MinWidth. Fixes #79842.
154         - MinWidth now always overrides Width (MSDN says MinWidth
155         is set to Width when AutoSize = None, but they do not 
156         behave like that).
157         - Style has now the the correct default value.
158         
159 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
161         * TrackBar.cs: 
162         - The control is completely invalidated on 
163         Got/LostFocus to draw the focus rectangle correctly.
164         - When AutoSize then height is always 45 (width for 
165         vertical controls).
166         
167         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
168         on the mouse when moved and it doesn't move when grabbed
169         until the mouse moves as well. Also fixed some wrong 
170         calculations when clicking on the thumb (control thought
171         click was outside of thumb and didn't grab it).
172         Fixes some of the issues in #79718.
174 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
176         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
178 2006-11-08  Chris Toshok  <toshok@ximian.com>
180         * PropertyGridView.cs: only call ToggleValue if the item is not
181         readonly.
183 2006-11-08  Jackson Harper  <jackson@ximian.com>
185         * TextBoxBase.cs: The RichTextBox and textbox have very different
186         word selection methods.  Implement the textbox's simple word
187         selection here, and let the RichTextBox override and provide it's
188         own.
189         - Don't do extra selection on mouseup
190         * RichTextBox.cs: Use the documents word selection algorithm, I
191         think ideally, this function will be pulled into the
192         RichTextBox.cs code someday.
194 2006-11-08  Chris Toshok  <toshok@ximian.com>
196         * RootGridEntry.cs: new class to represent GridItemType.Root.
198         * CategoryGridEntry.cs: reformat, and add boilerplate.
199         
200         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
201         returns the UI parent anyway, and we need special handling to
202         implement the GetTarget method in the face of it.  Also, implement
203         Select().
205         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
206         a root grid item, and use that instead of PropertyGrid.grid_items.
207         Also, make use of TypeConverters (and add limitted support for
208         ICustomTypeDescriptors) when initially populating the grid.
209         Arrays now show up more or less properly.
211 2006-11-08  Chris Toshok  <toshok@ximian.com>
213         * Application.cs: set the modal dialog to non modal after we close
214         it.  Fixes bug #79866.
216 2006-11-08  Jackson Harper  <jackson@ximian.com>
218         * TextControl.cs: When combining lines carry over the line end
219         style from the end line.
220         - Invalidate the selected area when setting it, if it is visible.
221         * TextBoxBase.cs: Only rich text box can do full line selects.
222         - Make sure to set the cursor position when there is a click,
223         otherwise two clicks in separate areas could cause a large chunk
224         to be selected.
226 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
228         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
229         Fixes #79863.
231 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
233         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
234         time. Remove tooltips when ToolButton click events.  Fixes #79856.
236 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
238         * MenuAPI.cs: Ignore right click for menu actions and fixes
239         menu border when clicked.  Fixes #79846.
241 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
243         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
244         MouseState after create wParam for message, this fixes mouse button 
245         equal none in mouse up events.
246         
247 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
249         * Control.cs : Focus() now calls Select to set the Container's
250         Active Control and to give it focus. To avoid infinite recursion
251         (because ActiveControl also calls Focus at one point), a check 
252         is made in Focus with the help of a new internal variable
253         is_focusing.
255 2006-11-07  Mike Kestner  <mkestner@novell.com>
257         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
258         if there's a selection.  Fixes #79849.
260 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
262         * PropertyGrid.cs: Avoid fixed height of help description label.
263         Fixes part of bug #79829.
265 2006-11-07  Chris Toshok  <toshok@ximian.com>
267         * XplatUIX11.cs: fix #79790 again, by using the
268         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
270 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
272         * ToolBar.cs: Fix left click checking.
274 2006-11-07  Chris Toshok  <toshok@ximian.com>
276         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
278 2006-11-07  Chris Toshok  <toshok@ximian.com>
280         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
281         PropertyManager unit tests.
283         * PropertyManager.cs: make property_name internal.
285 2006-11-07  Chris Toshok  <toshok@ximian.com>
287         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
288         pass a unit test.  Also, don't set image_index to anything in
289         response to setting the ImageList property.
291 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
293         * ToolBar.cs: Ignore click events when mouse button is not a
294         left button, only accepts other button for dropdown menus.  
295         Fixes #79854.
297 2006-11-07  Chris Toshok  <toshok@ximian.com>
299         * DataGrid.cs: make the back and parent row buttons a little less
300         ugly.
302 2006-11-07  Jackson Harper  <jackson@ximian.com>
304         * TextBoxBase.cs: When converting to Text don't put line breaks in
305         for soft line breaks.
306         * TextControl.cs: There is an initial "fake" line in the document,
307         this is now a soft break line, so that an extra line feed doesn't
308         get added to the end of documents.
310 2006-11-07  Chris Toshok  <toshok@ximian.com>
312         [ fix bug #79778 ]
313         
314         * CurrencyManager.cs: if the list is readonly, don't bother
315         checking if IBindingList.AllowNew is true.
317         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
318         for non-DataRowView datasources..  or rather, make it not crash.
319         (DataGridPaintRelationRow): make sure we limit the row painting to
320         the area not covered by the row header, and make our cell width at
321         least large enough to cover the relation area.  This allows grids
322         that have relations but no rows to render correctly.
323         (DataGridPaintRowContents): same type of changes here.
324         (SetDataSource): move back to always calling
325         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
326         navigating back through relations.
327         (HitTest): handle the case where we have no cells but have
328         relations.  Right now we generate a hit in cell 0 of whatever the
329         row is, not sure if this is strictly correct, but it works for our
330         purposes.
331         
332         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
333         bother doing anything.
335 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
337         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
338         early version of StatusStrip.  Not responsible for eaten
339         application or firstborn children.
341 2006-11-06  Chris Toshok  <toshok@ximian.com>
343         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
344         call GetTabRect with a -1 index.  Fixes #79847.
346 2006-11-06  Jackson Harper  <jackson@ximian.com>
348         * TreeNodeCollection.cs: Update scrollbars after clearing.
350 2006-11-06  Chris Toshok  <toshok@ximian.com>
352         * NumericUpDown.cs: fix the ToString method for some unit test
353         love.
355 2006-11-06  Chris Toshok  <toshok@ximian.com>
357         * PropertyGrid.cs:
358         - set the initial SelectedGridItem if we can.
360         - Exclude non-mergable properties only if we're merging > 1
361         object.  Merging 1 object isn't really merging, obviously.
363         - Handle PropertySort.NoSort just like Alphabetical, which is
364         wrong of course, but at least gets things on the screen.
365         
366         * PropertyGridView.cs:
367         - Add method "FindFirstItem" which finds the first property grid
368         item, so we can select it by default.
370         - make use of GridEntry.CanResetValue.
372         - Don't call RedrawBelowItemOnExpansion here anymore, the
373         individual GridEntry's will do that.
375         - Remove the ITypeDescriptorContextImpl internal class.
376         
377         * GridEntry.cs:
378         - this class needs to implement ITypeDescriptorContext, as it's
379         what MS's PropertyDescriptorGridEntry does, which means we can
380         remove the ITypeDescriptorContextImpl internal class from
381         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
383         - keep a reference to our PropertyGridView, and move the call to
384         RedrawBelowItemOnExpansion here from PGV.  This means
385         programmaticly setting Expanded actually does something visible.
387         - add a CanResetValue() function which takes into account our
388         possibly multiple "selected_objects" in the merged case.  Shifting
389         PropertyGridView to use this method fixes another unreported
390         crasher found running the test for #79829.
392         - when Top or Bounds is updated, make sure the PropertyGridTextBox
393         is updated to reflect this.
395         * CategoryGridEntry.cs: the ctor takes the PGV now.
396         
397 2006-11-06  Jackson Harper  <jackson@ximian.com>
399         * TextControl.cs: These are 1 based.
400         * TextBoxBase.cs: When setting the selected text, don't change the
401         selected text tags, this is done by ReplaceText, just position the
402         cursor at the end of the new text.
404 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
406         * ListView.cs: Allow label edit only when, when LabelEdit is
407           set to true.
409 2006-11-06  Jackson Harper  <jackson@ximian.com>
411         * TextControl.cs: If a suitable wrapping position isn't found,
412         just wrap right in the middle of a word.
414 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
416         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
417           bug #79820.
419 2006-11-06  Jackson Harper  <jackson@ximian.com>
421         * TreeView.cs: Can't use the VisibleCount property when setting
422         scrollbar heights, because this doesn't take into account whether
423         or not the horz scrollbar just came visible.
425 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
427         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
428         activated.  Fixes #79369, #79832.
430 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
432         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
433           had to remove support for links that point to a directory. FileInfo
434           returns no usefull information (means, the directory they point to)
435           for such links. Replaced some empty string ("") with String.Empty.
437 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
439         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
440         NullReferenceException when attempting to remove node that is not in
441         collection. Throw NullReferenceException when null is passed to 
442         Remove. Allow first element of the collection to be removed. Fixes
443         bug #79831.  In GetEnumerator ().Current return null if positioned 
444         before the first element of the collection. In GetEnumerator ().Reset,
445         position before first element of the collection.
447 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
449         * PropertyGrid.cs: To match MS, remove default title and description
450         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
451         buttons.
453 2006-11-04  Chris Toshok  <toshok@ximian.com>
455         * Theme.cs: add a Clamp method, just for kicks.
457         * ThemeWin32Classic.cs: clamp all color components to [0..255].
459 2006-11-04  Chris Toshok  <toshok@ximian.com>
461         * Form.cs: if the form isn't visible, Close() does nothing.
463 2006-11-03  Chris Toshok  <toshok@ximian.com>
465         * Form.cs (Close): if the form is modal, don't Dispose of it, only
466         Hide it.
467         (WndProc): don't Dispose after handling the WM_CLOSE message.
469         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
470         them as such, instead of using casts from Control to Form.  Also,
471         don't Dispose of the modal dialog when we fall out of the loop -
472         Close() it instead.
474         fixes bug #79813.
476 2006-11-03  Chris Toshok  <toshok@ximian.com>
478         * Control.cs (Dispose): only go through the dispose thing if we're
479         @disposing, and we haven't already been disposed.  Fixes bug
480         #79814.
482         * Form.cs: no reason to call "base.Dispose()" here instead of
483         "Dispose()".
485 2006-11-03  Mike Kestner  <mkestner@novell.com>
487         * ComboBox.cs : use ToString instead of casts in AddItem for
488         sorting functionality.  Fixes #79812.
490 2006-11-03  Chris Toshok  <toshok@ximian.com>
492         * Application.cs: pave the way for actually using the thread
493         exception dialog.  it's ifdefed out at the moment.
495 2006-11-03  Chris Toshok  <toshok@ximian.com>
497         * ThreadExceptionDialog.cs: until we get a better layout, actually
498         hide the details textbox and label when we shouldn't see them.
500 2006-11-03  Jackson Harper  <jackson@ximian.com>
502         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
503         multiline textboxes anymore.  This method also determines the
504         width/height of a textboxes canvas area.
505         - Sorta a revert of the last patch.  For multiline just position
506         the controls, then bail.  This way the scrollbar width won't be
507         altered.
509 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
511         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
512         it dont need.  Fixes #79537.
514 2006-11-02  Jackson Harper  <jackson@ximian.com>
516         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
517         send the status after firing the DndOver event.
519 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
521         * TrackBar.cs: Now orientation only switches height / width if
522         the control's handle is created (Win32 does it like this). Also 
523         fixed a typo in ToString() for a test to pass, changed the 
524         exception thrown in set_LargeChange and set_SmallChange to 
525         match Win32 behaviour, and added TrackBar tests to the unit 
526         tests.
528 2006-11-02  Chris Toshok  <toshok@ximian.com>
530         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
531         not _NET_WM_STATE_NO_TASKBAR.
533 2006-11-02  Jackson Harper  <jackson@ximian.com>
535         * TextControl.cs: Increment count by one, since in the update view
536         count - 1 is used.
538 2006-11-02  Jackson Harper  <jackson@ximian.com>
540         * TextBoxBase.cs: Use client rectangle not bounds for checking if
541         the mouse is in the client rectangle (duh).
543 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
544         
545         * TrackBar.cs: Fixed trackbar jumping around when clicking
546         on it - the trackbar was not detecting correctly at which
547         side of the thumb the click was done. (fixes #79718)
549 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
551         * ListBox.cs: scroll visible area when change SelectedIndex to
552         a non visible area.  Fixes #79481.
554 2006-11-01  Jackson Harper  <jackson@ximian.com>
556         * TextControl.cs: When replacing the selection move the selection
557         start/end/anchor to the end of the new text.
559 2006-11-01  Jackson Harper  <jackson@ximian.com>
561         * XplatUIWin32.cs: When setting the parent change the controls
562         visibility to it's visibility flag, not to it's old parents
563         visibility (.Visible walks the parent chain).
565 2006-11-01  Chris Toshok  <toshok@ximian.com>
567         * XplatUIX11.cs: revert the #79790 fix, as the simple.
568         XSetTransientForHint fix breaks paint .net's tool windows.  more
569         work needed for that one.
571 2006-11-01  Chris Toshok  <toshok@ximian.com>
573         * ScrollBar.cs: throw ArgumentException instead of Exception in
574         LargeChange/SmallChange setters.  fixes unit tests.
576 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
578         * ContainerControl.cs: reverted rev.67183 (which was itself
579         a reversion of rev.66853... eh).
580         
581         * Control.cs: Fixes Reflector hang by changing Focus() call
582         to what it was before rev.66643 (calling Select() here sets 
583         ActiveControl, which in some situations calls back Focus and 
584         eventually does a stack overflow). Temp fix.    
585         Changes to GetNextControl() to not look for children to select when
586         parent cannot be selectable (so it looks for siblings instead)  
587         
588 2006-10-31  Mike Kestner  <mkestner@novell.com>
590         * CheckedListBox.cs : off by one error in returned index from
591         ObjectCollection.Add.  Fixes #79758.
593 2006-10-31  Chris Toshok  <toshok@ximian.com>
595         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
596         calls for the textbox/spinner, to keep from recursing to the point
597         where we crash.  Fixes #79760.
599 2006-10-31  Chris Toshok  <toshok@ximian.com>
601         * ListControl.cs (set_SelectedValue): don't throw exceptions on
602         null/"" value, just return.  matches ms's behavior and fixes some
603         failing tests.
605 2006-10-31  Chris Toshok  <toshok@ximian.com>
607         * Control.cs (set_Capture): make a logic a little easier to
608         follow.
610         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
611         if it's being destroyed.  A necessary fix surely, but a bandaid
612         also, to fix the stuck capture problem in bug #78413.
614 2006-10-31  Chris Toshok  <toshok@ximian.com>
616         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
617         convention of clearing hwnd.ClientRect when we set the
618         width/height (so it'll be recalculated by Hwnd).
620 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
622         * ContainerControl.cs: reversed Contains check from
623         ActiveControl due to hanging problems. This fix
624         partly regresses #79667 (button does not have
625         initial focus), so this might be a symptom for 
626         a larger parenting problem (set_ActiveControl
627         is being called but the child control does
628         not have the parent set yet?)   
629         
630 2006-10-31  Mike Kestner  <mkestner@novell.com>
632         * MenuAPI.cs : fix keynav when menu is click activated.
634 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
636         * ToolStrip*: Version 0.2.
638         * MenuStrip.cs: Version 0.1.
640         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
642 2006-10-30  Chris Toshok  <toshok@ximian.com>
644         [ fixes the oversized notify icon issue in bug #79745 ]
645         
646         * NotifyIcon.cs: scale the icon down to the size we're given by
647         the XplatUI layer (this would be faster if we did it once instead
648         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
649         since it's never invoked.
651         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
652         pixels high by default, so let's hardcode our systray icon to that
653         size.  The SYSTEM_TRAY protocol should really have a way for
654         client apps to query for the correct icon size.. but oh well.  A
655         couple of patches to deal with the screwy client_window ==
656         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
657         instance, and also make sure we don't XSelectInput twice).
659 2006-10-30  Chris Toshok  <toshok@ximian.com>
661         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
662         recreating forms.  Control recreation is the bane of my existence.
663         Fix it in a way that keeps everyone happy.
665 2006-10-30  Chris Toshok  <toshok@ximian.com>
667         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
668         just non-CHILD ones.  otherwise sometimes scrollbars end up with
669         client_windows not being resized to the proper size (ReportBuilder
670         shows this extremely well).
672 2006-10-30  Chris Toshok  <toshok@ximian.com>
674         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
675         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
676         showing up in the gnome taskbar.  Fixes bug #79790.
678 2006-10-30  Chris Toshok  <toshok@ximian.com>
680         * ApplicationContext.cs: guard against a NRE.
682         * Application.cs: null out the old MainForm for the context, so we
683         don't try to use it again once it's disposed.  Fixes bug #79783.
685 2006-10-30  Chris Toshok  <toshok@ximian.com>
687         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
688         BindingContext, set the data source directly, otherwise do the
689         lazy approach - the actual ListManager will be created when we get
690         a BindingContext. Fixes bug #79700.
692 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
694         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
695           XplatUIX11.cs: Remove old 2 parameter SetVisible.
697         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
699 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
701         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
702         of SetVisible that allows a window to be shown, but not activated.
703         This is needed on Windows for MenuStrip, and can probably be used
704         with MainMenu and ComboBox to fix the focus stealing issues on
705         Windows.
707         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
709 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
711         * PictureBox.cs: Fix the output of the ToString method.
713 2006-10-29  Chris Toshok  <toshok@ximian.com>
715         * Control.cs (get_TopLevelControl): fix bug #79781.
717 2006-10-29  Chris Toshok  <toshok@ximian.com>
719         * ListControl.cs (set_DataSource): throw Exception here, not
720         ArgumentException, to match MS behavior.
722 2006-10-29  Chris Toshok  <toshok@ximian.com>
724         * Form.cs: remove the try-catch's around calls to GetWindowState.
725         We can just check the return value.
727         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
728         Instead return -1.
730         * XplatUI.cs: Add note about additional return value for
731         GetWindowState.
733 2006-10-29  Chris Toshok  <toshok@ximian.com>
735         * Control.cs (CreateHandle): when we create our handle, we also
736         create the handles of our child controls.  Fixes one of the
737         Control unit tests (CH11).
739 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
741         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
743 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
745         * ThemeClearlooks.cs: A little speedup.
747 2006-10-27  Chris Toshok  <toshok@ximian.com>
749         * Control.cs: implement Control.FromChildHandle in a way that
750         matches the docs (and fixes the failed test.)
752 2006-10-27  Chris Toshok  <toshok@ximian.com>
754         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
755         comments).
757         * DataGrid.cs: implement ResetForeColor such that the tests
758         succeed.
759         
760 2006-10-27  Chris Toshok  <toshok@ximian.com>
762         * ToolBarButton.cs: setting text/tooltiptext to null results in it
763         being set to "".  Fixes bug #79759.
765 2006-10-27  Jackson Harper  <jackson@ximian.com>
767         * TextControl.cs: We need to clear the entire selection area when
768         setting the start, otherwise multiline selections are still
769         visible.
771 2006-10-26  Chris Toshok  <toshok@ximian.com>
773         * PropertyGridView.cs: 
775         - ifdef all the code specific to the double
776         buffer case, and provide some alternatives in the non-doublebuffer
777         code, which makes heavy use of XplatUI.ScrollWindow to move things
778         around without having to invalidate (and cause flicker).  There
779         are still some drawing problems in the non-doublebuffered case, so
780         DOUBLEBUFFER is defined by default.
782         - Fix the way dropdowns are handled.  now we explicitly watch for
783         the events which might cause the dropdown to close, and break out
784         of the nested event loop there.  This gets rid of all Capture
785         code, at the expense of the Msg special casing.  Seems to work,
786         though, and fixes bug #79743.
788 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
789         * Control.cs: SetIsRecreating now recreates implicitly added
790         child controls as well. Finally fixes #79629. The flag passed to 
791         SetIsRecreating has also been removed since it wasn't used.
792         
793 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
795         * PageSetupDialog.cs: Clean some code, fix some bits, 
796         add some checks, and add a printer sub-dialog.
798 2006-10-26  Chris Toshok  <toshok@ximian.com>
800         * PropertyGrid.cs: make set_SelectedObject call
801         set_SelectedObjects, and move the duplicate logic to the
802         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
804         * PropertyGridView.cs: hide the textbox when we get a
805         SelectedObjectsChanged event.
807         Fixes bug #79748.
809 2006-10-26  Chris Toshok  <toshok@ximian.com>
811         * PropertyGridView.cs: deal with the type converter not supporting
812         GetStandardValues() or GetStandardValues() returning null, which
813         is does in the default case.  Fixes #79742.
815 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
817         * CheckedListBox.cs: nunit no longer crashes when selecting 
818         Project/Edit menu option
819         
820 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
822         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
823         is no menu selected. fixes #79739
825 2006-10-25  Chris Toshok  <toshok@ximian.com>
827         * PropertyGridView.cs: factor out the splitter invalidation code
828         into the SplitterPercent setter, and for kicks implement the
829         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
830         amount in either direction.
832 2006-10-25  Chris Toshok  <toshok@ximian.com>
834         * PropertyGridView.cs: do some cleanup of the brush used to draw
835         text - read only fields should be grayed out.  not sure how to do
836         this with the textbox, though.  but the textbox's should also be
837         readonly now at least.  Also, hide/show the textbox when resizing
838         the control.
839         
840         * CursorConverter.cs: use System.Reflection when getting the
841         properties of Cursors, as TypeDescriptor.GetProperties isn't
842         returning static properties.
844 2006-10-25  Chris Toshok  <toshok@ximian.com>
846         * PropertyGridView.cs: factor out the up/down handling, and reuse
847         it for page up/down.  also add End/Home support.
849 2006-10-25  Chris Toshok  <toshok@ximian.com>
851         * PropertyGridView.cs:
853         - ensure the selected grid item is visible in the scrolled area,
854         fixes bug #79572.
856         - fix Keys.Down handling when you're on the last item in the
857         propertygrid.
859 2006-10-25  Mike Kestner  <mkestner@novell.com>
861         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
862         clicks too.  Fixes #79725.
864 2006-10-24  Chris Toshok  <toshok@ximian.com>
866         * PropertyGrid.cs: use property.Converter instead of
867         TypeDescriptor.GetConverter(property.PropertyType), so we catch
868         TypeConverters declared on the property as well as on the
869         PropertyType.  Fixes bug #79678.
871 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
873         * MimeIcon.cs, Mime.cs:
874           Fallback to the default platform handler if no shared mime info
875           stuff exists (fixes #79693).
877 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
878         * ContainerControl.cs: Incorrect contains check in ActiveControl 
879         from previous fix (duh).
881 2006-10-20  Chris Toshok  <toshok@ximian.com>
883         * PropertyGridView.cs: the dropdown should be MIN(number of items
884         in list, 15).  Fixes #79551.
886 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
887         Fixes #79384, #79394, #79652, #79667
888         * Application.cs: 
889         
890         - Modal windows are now destroyed in the proper order for windows
891         
892         * ContainerControl.cs:
893         
894         - ActiveControl setter has more conditions on when to return:
895                 - if we're reselecting the active control, but it actually
896                 didn't have focus (window hidden or some such), it runs
897                 - if the active control being selected doesn't actually 
898                 exist in the container, it returns
899         
900         * Form.cs
901         
902         - The ShowDialog now gets the current form as the owner when
903         invoking without parameters, and correctly activates the owner 
904         when returning
905         
906         * MessageBox.cs
907         
908         - MessageBox now catches the Escape key to exit
910 2006-10-20  Chris Toshok  <toshok@ximian.com>
912         * PropertyGridView.cs: fix a number of issues (bug #78565, and
913         most of bug #79676):
915         - you can navigate around the property grid with the arrow keys.
917         - the dropdown is sized properly when the pg has a vertical
918         scrollbar.
920         - fix the indentation for subentries, and properly select the
921         entire label rect.
923         - fix the gray bar's drawing (only draw it to the last element,
924         not for the height of the control.  Also make sure we draw that
925         last horizontal grid line.
927         - use the same mechanism the datagrid uses wrt the editing textbox
928         when scrolling/resizing/etc.  Namely, we hide it first, do the
929         operation, then show it again (if it's still visible).
930         
931         - aggressively remove a lot of unnecessary refreshes (and also
932         calls to Invalidate(). call more limited variants, and only redraw
933         what we need.)
934         
935         * PropertyGrid.cs:
937         - when we're populating the merged collection, fill in the UI
938         parent with either the passed in item, or the category item we
939         create.
941         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
943         * GridItem.cs: drop some fully qualified names.
944         
945         * GridEntry.cs: add a "UIParent", which is basically the parent
946         treenode.
948         * GridItemCollection.cs: add an IndexOf method.
950 2006-10-20  Mike Kestner  <mkestner@novell.com>
952         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
953         a working win32 NC invalidation mechanism, we can't invalidate
954         menus.  [Fixes #79705]
956 2006-10-20  Mike Kestner  <mkestner@novell.com>
958         * ListBox.cs : don't update the VScrollbar if the list is empty,
959         just hide it.  [Fixes #79692]
961 2006-10-20  Jackson Harper  <jackson@ximian.com>
963         * RichTextBox.cs: Handle some special chars better, and don't skip
964         the entire group when we encounter a special char that we don't
965         handle correctly.
967 2006-10-18  Chris Toshok  <toshok@ximian.com>
969         * PropertyGridView.cs: address a number of issues from bug #79676,
970         mostly of the cosmetic variety.
972         - The highlight rectangle for indented items not extends all the
973         way to the left.
975         - Indented items aren't indented so much.
977         - the dropdown is properly sized width-wise if the pg has a
978         vertical scrollbar.
980 2006-10-18  Chris Toshok  <toshok@ximian.com>
982         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
983         systray stuff is rather convoluted to begin with.
985         systray icons are a single window for some reason (that I haven't
986         figured out yet), and for them, client_window == whole_window.
987         Given the way the tests are structured elsewhere to determine
988         which paints are pending (client vs. nc), that situation will
989         always yield PAINT, not NCPAINT.  So, if we have a pending
990         nc_expose and no pending expose, remove the hwnd from the paint
991         queue, and also set nc_expose_pending to false, to keep us from
992         blocking further expose's adding the hwnd to the paint queue.
994         phew.  like i said, a rather convoluted change.  Fixes the
995         notifyicon repaint issues in bug #79645.
997 2006-10-18  Chris Toshok  <toshok@ximian.com>
999         * Form.cs: when getting the backcolor of the form, don't get
1000         base.BackColor, as this allows parents to influence the background
1001         color.  This breaks mdi forms.  Instead, if the background_color
1002         is empty, return the default.
1004 2006-10-18  Chris Toshok  <toshok@ximian.com>
1006         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
1007         to being private instead of internal static.
1009         * Control.cs: remove all the stupid ParentWaitingOnRecreation
1010         crap, it wasn't working for more deeply nested controls anyway,
1011         and we already have the is_recreating flag - use that instead.
1012         Before calling DestroyHandle in RecreateHandle, recurse through
1013         the control tree setting it to true.  this returns the recreate
1014         code to much of its original simplicity, while now guaranteeing we
1015         actually recreate everything we're supposed to.  This change gets
1016         fyireporting actually showing mdi children.
1018 2006-10-17  Chris Toshok  <toshok@ximian.com>
1020         * Form.cs: remove some debug spew, and collapse some duplicate
1021         code at the end of SetClientSizeCore.
1023         * XplatUIX11.cs: 
1024         - add some more debug spew here too wrt Destroy handling.
1025         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
1026         in Control's handling of WM_DESTROY.
1027         - Remove the handling of zombie window DestroyNotifies from the
1028         event loop - we don't need it.  Now the only DestroyNotifies we
1029         actually handle are ones generated by X.
1030         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
1031         match gtk's (functioning) handling of this. This keep metacity
1032         from leaving droppings in the form of wm borders with no window
1033         contents all over the place.
1035         * Control.cs:
1036         - add a bunch of debug spew wrt control recreation.
1037         - fix a bug where we weren't tracking Visible properly on
1038         recreated hwnds.
1039         - fixed the WM_PAINT double buffer handling to support re-entrant
1040         calls (yes, i know it's gross, but it's happening to us).
1042 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1043         * ThemeWin32Classic.cs: changed drawing of selected days
1044         to make them look better.
1046 2006-10-16  Chris Toshok  <toshok@ximian.com>
1048         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
1049         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
1051         * XplatUIX11.cs: move away from using hwnd.client_dc and
1052         hwnd.non_client_dc and on to a stack of dc's (and in window's
1053         case, PAINTSTRUCT's), so we can deal with nested Paint calls
1054         without puking or not disposing of Graphics objects.
1056         * XplatUIOSX.cs: same.
1058         * XplatUIWin32.cs: same.
1060 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
1062         * FileDialog.cs: Don't call on_directory_changed inside
1063           OnSelectedIndexChanged (it changes the SelectedIndex too).
1064           Instead move it to OnSelectionChangeCommitted.
1066 2006-10-13  Chris Toshok  <toshok@ximian.com>
1068         * XplatUIX11.cs: more Destroy work.  the current code does the
1069         following things, in order:
1071         1. Enumerates all handles of all controls at or below the one
1072         being destroyed, in pre-order.  As it is doing this, it marks the
1073         handles as zombie and clears all references to them.
1074         
1075         2. calls XDestroyWindow on the window passed in.
1077         3. SendMessage's WM_DESTROY to all he handles in the accumulated
1078         list.
1080 2006-10-13  Chris Toshok  <toshok@ximian.com>
1082         * XplatUIX11.cs: set hwnd.zombie to true before calling
1083         SendMessage (WM_DESTROY).  this keeps us from marking the new
1084         window a zombie, and also keeps us from calling sendmessage at
1085         all.
1087 2006-10-13  Jackson Harper  <jackson@ximian.com>
1089         * TextControl.cs: Do not show the caret and selection at the same
1090         time.  Reduces ugliness by 35%.
1092 2006-10-13  Chris Toshok  <toshok@ximian.com>
1094         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
1095         zombie after we do the recursive call, so we actually do call
1096         SendMessage on the children controls.
1097         (GetMessage): if we find a pending paint event for a zombie hwnd,
1098         remove the hwnd from the paint queue, or else it will always be
1099         there (and we'll effectively loop infinitely)
1101 2006-10-13  Mike Kestner  <mkestner@novell.com>
1103         * MenuItem.cs : add Selected format under keynav too.
1104         Fixes #79528.
1106 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1108         * PropertyGrid.cs: Fixed some NRE's and small difference between our
1109         implementation and that of MS.
1111 2006-10-13  Chris Toshok  <toshok@ximian.com>
1113         * Control.cs (OnInvalidated) only futz with the invalid_region if
1114         the control is double buffered.  this fixes the apparent hang in
1115         the ListView unit tests.  Someone needs to make the
1116         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
1118 2006-10-13  Chris Toshok  <toshok@ximian.com>
1120         * PropertyGridView.cs:
1122         - do a little refactoring so that only one place calls
1123         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
1124         else call that.  Also make it Refresh, since there are redraw bugs
1125         otherwise (we should take a look at that...)
1127         - do a little more refactoring work to share the body of code
1128         involved with the drop down.  it was duplicated in the code
1129         dealing with the listbox handling and in the code dealing with the
1130         UITypeEditors.
1132         - add a Capture to the dropdown form's control once it's
1133         displayed, and add a MouseDown handler that checks to make sure
1134         the position is inside the control.  If it's not, close the
1135         dropdown.  This fixes #78190.
1137         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
1138         if the value is different than the initial value.
1139         
1140 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
1142         * Control.cs: see #78650
1143         - Fixed GetNextControl for several cases:
1144                 - Changed FindFlatForward to return 
1145                 correct sibling control when more than one
1146                 control has same TabIndex as the currently 
1147                 focused one.
1148                 - Changed FindFlatBackward to loop children
1149                 from last to first and apply same logic as in
1150                 FindFlatForward
1151                 - Changed FindControlForward to search for
1152                 children when control is not a container
1153                 but has children, or search for siblings if
1154                 control is a container...
1155                 - Changed FindControlBackward   to continue
1156                 searching for child controls when hitting 
1157                 Panel-like parents
1158                 
1159         - Fixed Focus method to update ActiveControl
1160         (FocusTest.FocusSetsActive failure)
1161         
1162         * TabControl.cs:
1163         - Focus rectangle now refreshes when gaining
1164         or losing focus
1165         - Removed grab for Tab key on IsInputKey that 
1166         was keeping tab navigation from working (#78650)
1168 2006-10-13  Chris Toshok  <toshok@ximian.com>
1170         * PropertyGridView.cs:
1171         - Rewrite SetPropertyValue to loop over SelectedGridItem's
1172         SelectedObjects.
1174         - Deal with GridItem.Value == null a few places.
1176         * PropertyGrid.cs: 
1177         - replace the PopulateGridItemCollection with a pair of methods
1178         which compute the intersection of all the properties in the
1179         SelectedObjects array.  Fixes #79615.
1181         - Throw ArgumentException from set_SelectedObjects if there's a
1182         null in the array.
1184         - Add GetTarget method which can be used to traverse up the
1185         GridItem.Parent chain.  It depends on the assumption that
1186         selected_objects for different GridEntries are always in the same
1187         order (a safe assumption).  Use this method and loop over all the
1188         selected objects in the entry when calling RemoveValueChanged and
1189         AddValueChanged.
1190         
1191         * GridEntry.cs: Make this handle multiple selected objects.
1192         .Value returns null if not all the selected objects share the same
1193         value.
1195 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
1196         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
1197           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
1198           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
1199           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
1200           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
1201         add additional functionality.
1203 2006-10-12  Mike Kestner  <mkestner@novell.com>
1205         * ErrorProvider.cs : new ToolTipWindow ctor sig.
1206         * HelpProvider.cs : new ToolTipWindow ctor sig.
1207         * ToolTip.cs : remove ToolTip param from Window sig since it is
1208         not used.
1209         * ToolBar.cs : add tooltip support.  Fixes #79565.
1211 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1213         * ComboBox.cs: move the events in set_SelectedIndex to 
1214         after the call to HighlightIndex in order to avoid 
1215         possible recursion and subsequent problems with the call
1216         to HighlightIndex and include a range check in 
1217         set_HighlightIndex. Fixes #79588
1218         
1219 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1221         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
1222         to ui thread's settings instead of sunday. 
1223         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
1225 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
1227         * DateTimePicker.cs
1228         * MonthCalendar.cs
1229         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
1230         and implement missing functionality (selecting different parts 
1231         of the date and edit them individually with the keyboard).
1232         
1233 2006-10-11  Chris Toshok  <toshok@ximian.com>
1235         * Control.cs (OnInvalidated): fix NRE relating to last change.
1237 2006-10-11  Chris Toshok  <toshok@ximian.com>
1239         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
1240         atoms in _NET_WM_STATE here if the window is maximized.  We need
1241         to do this because we're *replacing* the existing _NET_WM_STATE
1242         property, so those atoms will be lost otherwise, and any further
1243         call to GetWindowState will return Normal for a window which is
1244         actually maximized.  Fixes #79338.
1246 2006-10-11  Jackson Harper  <jackson@ximian.com>
1248         * TextControl.cs: Special case for setting selection end to
1249         selection start, we basically kill the anchor.
1250         - some todo comments.
1252 2006-10-11  Chris Toshok  <toshok@ximian.com>
1254         * Control.cs: switch to using an "invalid_region" to track which
1255         parts of the image buffer need updating.  This is more code than
1256         the simple fix from r66532.  That version just attempted to always
1257         fill the entire buffer on redraw, which turns out to be
1258         inefficient when invalidating small rectangles.  This version
1259         simply adds the invalid rectangle to the invalid region.  When we
1260         get any WM_PAINT message we see if it can be filled using the
1261         image buffer, and if it can't (if the paint event's clip rectangle
1262         is visible in the invalid region) we first fill the image buffer.
1263         So, the image buffer is still a cache, we just fill it lazily.
1265         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
1266         need it any longer.
1268 2006-10-11  Chris Toshok  <toshok@ximian.com>
1270         * XplatUIX11.cs (SetWindowPos): we need to update both position as
1271         well as size after calling XMoveResizeWindow.  This keeps us from
1272         ignoring future SetWindowPos calls.  Fixes the disappearing
1273         DateTimePicker in the ToolBarDockExample from bug #72499.
1275 2006-10-11  Chris Toshok  <toshok@ximian.com>
1277         * TextBoxBase.cs: reorder things a bit when it comes to
1278         resizing-causing-recalculation.  we were recalculating the
1279         document when our position was changed, which shouldn't happen.
1280         We only care about size changes.  Clear up some more redundant
1281         recalculation calls while I'm at it.  This makes the toolbar dock
1282         example snappy when you're just dragging toolbars around (since it
1283         causes a relayout whenever you move one.)
1285 2006-10-11  Chris Toshok  <toshok@ximian.com>
1287         * ToolBarButton.cs (get_Rectangle): this only returns
1288         Rectangle.Empty if Visible == false, or Parent == null.
1289         Parent.Visible doesn't matter.
1291 2006-10-10  Chris Toshok  <toshok@ximian.com>
1293         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
1294         by .net 1.1, so switch to an internal method instead.
1296 2006-10-10  Chris Toshok  <toshok@ximian.com>
1298         * Control.cs (WM_PAINT): when a control is double buffered we draw
1299         initially to the ImageBuffer and then copy from there.  But when a
1300         parent control which has child controls is double buffered, the
1301         initial drawing doesn't encompass the entire ClientRectangle of
1302         the parent control, so we end up with uninitialized bits (this is
1303         easily seen by dragging the top toolbar in
1304         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
1305         manually set the ClipRectangle of the paint_event (only the one we
1306         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
1307         of the nastiness in bug #72499.
1309         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
1310         which we use in Control.cs's WM_PAINT handling.
1312 2006-10-10  Jackson Harper  <jackson@ximian.com>
1314         * TextBoxBase.cs: Finish off the autoscrolling stuff.
1316 2006-10-10  Chris Toshok  <toshok@ximian.com>
1318         * Cursor.cs: Apply a slightly different patch to the one suggested
1319         in #79609.
1321 2006-10-10  Jackson Harper  <jackson@ximian.com>
1323         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
1324         not the parent form.
1325         * TextControl.cs: use difference in old line count vs new count to
1326         calculate how many lines were added, this takes into account soft
1327         line breaks properly.
1329 2006-10-10  Chris Toshok  <toshok@ximian.com>
1331         * LinkLabel.cs: don't call MeasureCharacterRanges against a
1332         rectangle located at 0,0 and the size of the text.  Use
1333         ClientRectangle instead.  This fixes rendering of non-left aligned
1334         link labels.
1336 2006-10-10  Jackson Harper  <jackson@ximian.com>
1338         * TextBoxBase.cs: When we set the selection start position the
1339         caret.
1340         * TextControl.cs: Need to update the caret when we decrement it to
1341         zero.
1342         - Make sure that the selection_visible flag gets reset to false if
1343         the selection isn't visible.  Before this you could get it set to
1344         visible by changing the selection start, then changing the end to
1345         equal the start.
1347 2006-10-09  Jackson Harper  <jackson@ximian.com>
1349         * TreeView.cs: Don't update scrollbars when we aren't visible.
1350         * TreeNodeCollection.cs: Only need to update scrollbars if being
1351         added to an expanded visible node or the root node.
1353 2006-10-09  Chris Toshok  <toshok@ximian.com>
1355         * XplatUIX11.cs (SendMessage): fix NRE.
1357 2006-10-09  Jackson Harper  <jackson@ximian.com>
1359         * TextBoxBase.cs: Implement horizontal autoscrolling.
1360         * TextControl.cs: Add a movement types that allows moving forward
1361         and backwards without wrapping.
1363 2006-10-09  Mike Kestner  <mkestner@novell.com>
1365         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
1366         with focus "expansion" of labels.  Fixes #79532 and then some.
1367         * ThemeWin32Classic.cs : add LineLimit to ListView label format
1368         when wrapping.
1370 2006-10-09  Jackson Harper  <jackson@ximian.com>
1372         * TextBoxBase.cs: Set the default max values to MaxValue since
1373         we use the scrollbar for autoscrolling and the default value is
1374         100.  If we don't do this the caret won't keep up with typing
1375         after about 18 characters.
1376         * TextControl.cs: Make sure the selection is offset by the
1377         viewport x.  This fixes selection when using auto scrolling.
1379 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
1380         
1381         * Form.cs: The active control should be selected after the 
1382         OnLoad so that any child control initialization that affects
1383         the selection is done. Fixes #79406
1385 2006-10-06  Chris Toshok  <toshok@ximian.com>
1387         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
1388         to have no evil effects.
1390         - Stop selecting StructureNotifyMask on non-toplevel windows.
1392           The only way children should be resized is by using the SWF api,
1393           and we already send WM_WINDOWPOSCHANGED messages in those cases.
1394           Toplevel windows can be interacted with via the window manager,
1395           and so we keep the input mask there.
1397           The other event StructureNotifyMask gives us (that we care
1398           about) is DestroyNotify.  The code is already structured such
1399           that it assumes we won't be getting a DestroyNotify event for
1400           the window we pass to XDestroyWindow (which is what
1401           StructureNotifyMask is supposed to guarantee.)  So, that code
1402           shouldn't be affected by this either.
1404         - Stop selecting VisibilityChangeMask altogether.
1406           We weren't doing anything with the resulting events anyway.
1407         
1408         This vastly reduces the number of X requests and events we see
1409         when resizing/laying out a large ui.
1411 2006-10-06  Chris Toshok  <toshok@ximian.com>
1413         * ScrollableControl.cs (DisplayRectangle): we need to take into
1414         account the DockPadding regardless of whether or not auto_scroll
1415         == true.  rework this slightly to this effect, and fix bug #79606,
1416         and part of #72499 (you can now see the drag handles and drag
1417         toolbars around).
1419 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
1421         * ListViewItem.cs: Collections of selected and checked items are now
1422         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
1423         we mark the collection "dirty".
1424         * ListView.cs: Marked collections readonly. Modified UpdateSelection
1425         to only clear SelectedItems when a new item is selected and MultiSelect
1426         is enabled. CheckedItems and SelectedItems now subscribe to Changed
1427         event of ListViewItemCollection, and mark its list dirty whenever
1428         that event is fire. This allows us to return selected/checked items 
1429         in the same order as they are in the Items collection. This matches
1430         the MS behavior.
1432 2006-10-06  Chris Toshok  <toshok@ximian.com>
1434         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
1435         right mouse clicks.  Fixes bug #79593.
1437 2006-10-06  Chris Toshok  <toshok@ximian.com>
1439         * Splitter.cs: doh, fix splitters that don't want to cancel the
1440         movement when you drag them.  Also, impose the limits on the
1441         values we send to the SplitterMovingEvent.  Fixes #79598.
1443 2006-10-06  Jackson Harper  <jackson@ximian.com>
1445         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
1446         since we use this for auto scrolling also.
1448 2006-10-05  Chris Toshok  <toshok@ximian.com>
1450         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
1451         beginning to think that most datagrid column types don't need this
1452         method.  Fixes bug #79392.
1454 2006-10-05  Chris Toshok  <toshok@ximian.com>
1456         * DataGrid.cs: move back to a more lazy scheme for creating the
1457         CurrencyManager, so we aren't updating it every time you set
1458         either DataSource or DataMember.  Also, don't call
1459         RecreateDataGridRows if the currency manager hasn't changed.
1461 2006-10-05  Chris Toshok  <toshok@ximian.com>
1463         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
1464         emitted, SelectedIndex should already be updated.  Fixes bug
1465         #78929.
1467 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
1469         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
1470           ToolStripTextBox.cs: Initial commit.
1471         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
1473 2006-10-05  Jackson Harper  <jackson@ximian.com>
1475         * TabControl.cs: We need to invalidate the tab control area when
1476         new ones are added (duh).
1478 2006-10-03  Chris Toshok  <toshok@ximian.com>
1480         * Form.cs (ProcessDialogKey): if the focused control is in this
1481         form and is a button, call its PerformClick method here.  Fixes
1482         #79534.
1484 2006-10-04  Jackson Harper  <jackson@ximian.com>
1486         * TabPage.cs: Ignore setting of Visible, and add an internal
1487         method for setting the controls visibility.  TabPage's Visible
1488         property is a little strange on MS, this seems to make us
1489         compatible, and fixes cases where people set all the tab pages to
1490         visible.
1491         * TabControl.cs: Use the new internal setting on tab pages
1492         visibility.
1494 2006-10-03  Mike Kestner  <mkestner@novell.com>
1496         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
1498 2006-10-03  Mike Kestner  <mkestner@novell.com>
1500         * ListView.cs : use is_visible instead of Visible to check if 
1501         scrollbars should be placed/sized.  Also some max_wrap_width
1502         love for LargeIcon view.  [Fixes #79533]
1504 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
1506         * TextControl.cs :
1507           Make set_TextAlign() do actually update the align. Fixed #78403.
1509 2006-10-03  Chris Toshok  <toshok@ximian.com>
1511         * DataGrid.cs: fix a crash when switching datasources if the
1512         vertical scrollbar is at someplace other than Value = 0.  Also,
1513         reduce the number of recalculation passes we do in SetDataSource
1514         from 2 to 1.
1516 2006-10-03  Jackson Harper  <jackson@ximian.com>
1518         * TextBoxBase.cs: Move the if value the same bail check up, we
1519         don't want to empty the document if it is already empty, this
1520         seems to severly mess up the caret.  TODO: I should probably fix
1521         the empty statement to update teh caret somehow.
1523 2006-10-03  Chris Toshok  <toshok@ximian.com>
1525         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
1526         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
1527         reflection, an internal row type, properties on said type, etc.)
1528         will work with our datagrid.  Fixes #79531.
1530 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
1532         * FileDialog.cs: Don't crash if a path is not accessible
1533           (System.UnauthorizedAccessException). Fixes #79569.
1534         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
1535           a ':' too. Return unknown icon for those paths/files.
1537 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
1539         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
1540         GetContainerControl returns null.
1542 2006-10-02  Chris Toshok  <toshok@ximian.com>
1544         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
1545         call to XGetWindowAttributes instead of "handle".  fixes an X
1546         error using notifyicon after the NotifyIconWindow to Form base
1547         class switch.
1549 2006-10-02  Chris Toshok  <toshok@ximian.com>
1551         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
1552         server grab and looping we need to do to get down to the most
1553         deeply nested child window.
1554         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
1555         QueryPointer again after the WarpPointer so we can generate a
1556         proper (fake) MotionNotify event to be enqueued in the destination
1557         window's queue.
1558         (GetCursorPos): call QueryPointer.
1560         Fixes #79556.
1562 2006-10-02  Jackson Harper  <jackson@ximian.com>
1564         * NotifyIcon.cs: Derive the notify icon from a form, so things
1565         like FindForm work on it.
1566         - Swallow the WM_CONTEXTMENU message, since that is generated on
1567         mouse down, and context menu is a mouse up kinda guy.  I believe
1568         the correct fix here is probably to make the notify icon entirely
1569         NC area, but this seems to work fine for anyone not manipulating
1570         WndProc.
1572 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
1574         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
1575           ToolStripItemCollection.cs, ToolStripLabel.cs,
1576           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
1577           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
1578           Initial implementation.
1579         * TextRenderer.cs: Provide padding to MeasureText.
1581 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
1583         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
1584         of ButtonBaseAccessibleObject. Fix bug #79552.
1586 2006-10-02  Jackson Harper  <jackson@ximian.com>
1588         * MdiWindowManager.cs: When maximizing use the containers client
1589         rect, not it's bounds, so nc area is accounted correctly.
1590         - Use the parent form's size for the menu position, since the
1591         client isn't always the full form size.
1593 2006-10-01  Chris Toshok  <toshok@ximian.com>
1595         * ScrollableControl.cs: make sure neither right_edge or
1596         bottom_edge are < 0, since they're used as LargeChange for the
1597         horiz/vert scrollbars respectively.  Fixes #79539.
1599 2006-10-01  Chris Toshok  <toshok@ximian.com>
1601         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
1602         the xplatuix11 code can cause us to destroy/recreate our handle.
1604         * XplatUIX11.cs
1605         (SystrayAdd):
1606         - this code can be invoked many times for the same Hwnd.  Make
1607           sure we only destroy the client window once (the first time this
1608           method is called).  This fixes bug #79544.
1609         - Remove the call to the improperly bound XSync.  why we had two
1610           bindings to this, I will never know, but this call resulted in
1611           events being discarded from the queue(!).
1612         - correct a misunderstanding of _XEMBED_INFO - the second atom is
1613           not our current state but the state we wish to be in.  So, 0 if
1614           we don't want to be mapped.  Change it to 1.
1615         (SystrayRemove): The XEMBED spec makes mention of the fact that
1616         gtk doesn't support the reparent of client windows away from the
1617         embedder.  Looking at gtksocket-x11.c seems to agree with this.
1618         The only avenue we have for removing systray icons is to destroy
1619         them.  We don't want the handle to go away for good, though, so
1620         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
1621         #79545.
1622         
1623 2006-10-01  Chris Toshok  <toshok@ximian.com>
1625         * Form.cs (WndProc): inline the native_enabled variable usage into
1626         the cases in which it's used.  Fixes #79536.
1628 2006-09-29  Mike Kestner  <mkestner@novell.com>
1630         * ListView.cs : toggle the selection state for ctrl clicks in 
1631         multiselect mode. [Fixes #79417]
1633 2006-09-29  Mike Kestner  <mkestner@novell.com>
1635         * ListView.cs : kill CanMultiSelect and refactor the selection
1636         code to support multiselection in the absence of mod keys. Steal
1637         arrow/home/end keys by overriding InternalPreProcessMessage to
1638         restore regressed keynav behavior.
1639         [Fixes #79416]
1641 2006-09-29  Jackson Harper  <jackson@ximian.com>
1643         * MdiClient.cs: Repaint the titlebars when the active window is
1644         changed.
1646 2006-09-29  Chris Toshok  <toshok@ximian.com>
1648         * Application.cs: when entering a runloop with a modal, make sure
1649         the hwnd is enabled.  Fixes #79480.
1651 2006-09-29  Chris Toshok  <toshok@ximian.com>
1653         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
1654         when ListManager.CanAddRows == false, bump us back one.
1656         * DataGridColumnStyle.cs (ParentReadOnly): remove the
1657         listmanager.CanAddRows check.  This makes ArrayLists uneditable
1658         using a datagrid, which is not right.
1659         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
1660         is an IEditable, but call property_descriptor.SetValue regardless.
1661         fixes #79435.
1663 2006-09-29  Chris Toshok  <toshok@ximian.com>
1665         * DataGridBoolColumn.cs: we need to test equality in the face of
1666         possible null values (as is the case with the default NullValue).
1667         This patch keeps us from crashing in that case.
1669 2006-09-29  Jackson Harper  <jackson@ximian.com>
1671         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
1672         here, since it will get called for every node collection in the
1673         tree. This is now done in the treeview once the sorting is
1674         finished.
1675         * TreeView.cs: Recalculate the visible order, and update the
1676         scrollbars after sorting, set the top nope to the root so that the
1677         recalc actually works.
1679 2006-09-29  Chris Toshok  <toshok@ximian.com>
1681         * LinkLabel.cs: more handling of the default link collection in
1682         the face of LinkArea manipulation.  The default link collection
1683         contains 1 element (start=0,length=-1).  If the user sets LinkArea
1684         to anything and the links collection is the default, clear it.
1685         Then only add the link if its nonempty.  Fixes #79518.
1687 2006-09-29  Chris Toshok  <toshok@ximian.com>
1689         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
1690         piece correctly when we hit a '\n'.  Fixes #79517.
1692 2006-09-29  Chris Toshok  <toshok@ximian.com>
1694         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
1695         change the binding of gdk_init_check to take two IntPtr's, and
1696         pass IntPtr.Zero for both of them.  Fixes #79520.
1698 2006-09-29  Mike Kestner  <mkestner@novell.com>
1700         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
1701         [Fixes #78779]
1703 2006-09-28  Jackson Harper  <jackson@ximian.com>
1705         * XplatUIX11.cs: When translating NC messages make sure we go from
1706         whole window to screen, not client window to screen.
1707         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
1708         method doesn't exist
1709         - Skip over controls that aren't forms when arranging.
1711 2006-09-28  Jackson Harper  <jackson@ximian.com>
1713         * XplatUIWin32.cs: Clip the rect to the parent window.
1714         * XplatUIStructs.cs: Add clipping modes struct.
1715         * InternalWindowManager.cs: New private method that factors title
1716         bar heights in when calculating the pos of an NC mouse message.
1717         - Use SendMessage to force a paint when the form's size is changed
1718         instead of painting the decorations immediately.
1719         - Don't let the NC button click messages get to DefWndProc,
1720         because they will attempt to handle windowing themself, and this
1721         messes up z-order (it will put them in front of the scrollbars).
1722         * XplatUIX11.cs: Make sure that we don't reset window managers if
1723         we already have one (ie the window is an MDI window).
1725 2006-09-28  Chris Toshok  <toshok@ximian.com>
1727         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
1728         menu code really needs going over.
1730 2006-09-27  Chris Toshok  <toshok@ximian.com>
1732         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
1733         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
1734         window is maximizable.  So, we need to make sure that even if we
1735         clear the border/wm frame of those functions, they're still
1736         available (basically, we remove the decoration without removing
1737         the function).  Half the fix for #79338.
1739 2006-09-27  Chris Toshok  <toshok@ximian.com>
1741         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
1742         Fixes bug #79515.
1744 2006-09-27  Chris Toshok  <toshok@ximian.com>
1746         * Splitter.cs: reorder things a bit so that we don't actually
1747         draw/move the splitter until after calling OnSplitterMoving.  This
1748         lets users cancel/disallow the movement by explicitly setting
1749         event.SplitX/SplitY.  Fixes #79372.
1751 2006-09-27  Jackson Harper  <jackson@ximian.com>
1753         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
1754         because it is most likely on a window being destroyed, and that
1755         will give us an X11 error.
1757 2006-09-27  Chris Toshok  <toshok@ximian.com>
1759         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
1760         the dropdown button now toggles between showing and hiding the
1761         dropdown.  Also, get rid of dropdown_form_showing and just use
1762         dropdown_form.Visible.  We still don't do a grab, but I'll leave
1763         that part to someone who has handled Capture-fu before.
1765 2006-09-27  Chris Toshok  <toshok@ximian.com>
1767         * DataGrid.cs: return false if alt isn't pressed when '0' is
1768         pressed.  this keeps the '0' key from being swallowed, and fixes
1769         bug #79350.
1771 2006-09-27  Chris Toshok  <toshok@ximian.com>
1773         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
1774         Calling Refresh (in response to a scrollbar event) screws up the
1775         scrollbar painting.  Fixes bug #78923.
1777 2006-09-27  Chris Toshok  <toshok@ximian.com>
1779         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
1780         then insert into hashtable" blocks threadsafe.
1782 2006-09-27  Chris Toshok  <toshok@ximian.com>
1784         * MessageBox.cs (CreateParams): the styles should be |'ed with our
1785         baseclass's, since otherwise the
1786         ControlBox/MinimizeBox/MaximizeBox assignments above have no
1787         effect.  This gets the close button back in messageboxes.
1789 2006-09-27  Chris Toshok  <toshok@ximian.com>
1791         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
1792         flag, not just != 0.  this makes flags that are actually multiple
1793         bits (like WS_CAPTION) work.  fixes bug #79508.
1795 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
1797         * PageSetupDialog.cs: add support for getting and settings the 
1798         paper size, source and orientation.
1800 2006-09-26  Chris Toshok  <toshok@ximian.com>
1802         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
1803         and caption == "", we need to remove the resize handles as well as
1804         the title bar.
1806         * Control.cs (set_Text): turns out that setting Text on a form
1807         should change the WM styles on the window, since if ControlBox ==
1808         false, the only way to get a window border is to have a non-""
1809         Text property.  check winforms/forms/text.cs for an example.  so,
1810         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
1811         update both window styles and title.  This fixes a lot of dialogs
1812         (including the preferences dialog in MonoCalendar.)
1814 2006-09-26  Chris Toshok  <toshok@ximian.com>
1816         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
1817         control isn't a Form), call Win32ShowWindow to hide the window,
1818         but don't update the control Visible property.  When we reparent
1819         back to a parent control, call SetVisible in order for the
1820         window's visibility to be reinstated.
1822         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
1823         the FosterParent.
1825         * Control.cs (ControlCollection.Remove): remove that value.Hide()
1826         call for good, since it breaks MonoCalendar (and other things I'm
1827         sure.) Also, set all_controls to null *after* the owner calls,
1828         which end up regenerating it.
1829         (ChangeParent): allow new_parent to be == null, passing
1830         IntPtr.Zero down to XplatUI.
1832         this fixes #79294 the right way.
1834 2006-09-26  Mike Kestner  <mkestner@novell.com>
1836         * GridEntry.cs : internal SetParent method.
1837         * PropertyGrid.cs : attach to property changed on the proper
1838         target if we have a hierarchical grid with subobjects. Setup
1839         GridItem.Parent for hierarchical items.
1840         * PropertyGridView.cs : Set value on the correct target for
1841         hierarchical grids. [Fixes #78903]
1843 2006-09-26  Chris Toshok  <toshok@ximian.com>
1845         * Control.cs (ChildNeedsRecreating): this should return true if
1846         either we're being recreated and the child is in our list, or our
1847         parent is waiting for our recreation.
1849 2006-09-26  Chris Toshok  <toshok@ximian.com>
1851         * Control.cs (ControlCollection.Remove): reinstate the
1852         value.Hide() call as suggested in bug #79294.
1854 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
1856         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
1857         coordinates (versus a relative move).
1859 2006-09-26  Chris Toshok  <toshok@ximian.com>
1861         * Control.cs: rework child recreation a little bit.  It turns out
1862         that we race between the DestroyNotify the WM_DESTROY message.  If
1863         the parent gets its DestroyNotify before the child gets the
1864         WM_DESTROY message, the child ends up not recreating (since the
1865         parent finishes its recreation on DestroyNotify, and the child
1866         checks ParentIsRecreating.)
1868         So, instead we store off a list of all the child controls which
1869         need to be recreated when the parent control starts to recreate
1870         itself.  Then, when child controls get their WM_DESTROY message we
1871         check to see if they're in the parent's pending recreation list,
1872         and if so, we recreate.  This removes all dependency on ordering
1873         from the code and fixes the initial MonoCalendar upgrade dialog.
1874         
1875 2006-09-26  Jackson Harper  <jackson@ximian.com>
1877         * TextControl.cs: Use the Line to get the length of the line,
1878         since soft line breaks can change the end line.
1880 2006-09-26  Chris Toshok  <toshok@ximian.com>
1882         * Control.cs (ControlCollection.AddImplicit): don't add the
1883         control again if it's already in one of our lists.  This keeps us
1884         from adding controls over and over again for comboboxes when their
1885         handle gets recreated (as the combobox adds implicit controls in
1886         OnHandleCreated).  Fixes the X11 errors in bug #79480.
1888 2006-09-26  Jackson Harper  <jackson@ximian.com>
1890         * TextControl.cs: When deleting characters make sure that any
1891         orphaned zero lengthed tags get deleted.
1892         - Fix ToString for zero lengthed tags.
1894 2006-09-25  Jackson Harper  <jackson@ximian.com>
1896         * TextControl.cs: When getting a tag at the location there can be
1897         multiple tags at the same spot, these are 0-lengthed tags that
1898         appear when extra formatting has been stuck in a location.  We
1899         need to pull out the last of these 0 lengthed tags.
1901 2006-09-25  Jackson Harper  <jackson@ximian.com>
1903         * TextControl.cs: Fix print out in debug method.
1904         * TextBoxBase.cs: When text is set bail if we are setting to the
1905         previous value.
1906         
1907 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
1909         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
1910           It is now possible to change the selected index in a FontXXXListBox
1911           with the up and down arrow keys from the FontXXXTextBoxes.
1912           Also, send the FontXXXTextBox mouse wheel event to the corresponding
1913           FontXXXListBoxes to match ms.
1915 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
1917         * SystemInformation.cs: Return a clone of the theme's MenuFont because
1918         anyone can dispose it, anytime. All other properties returns enums, 
1919         structs or basic types so they don't need such tricks.
1921 2006-09-22  Jackson Harper  <jackson@ximian.com>
1923         * XplatUI.cs:
1924         * XplatUIWin32.cs:
1925         * Clipboard.cs:
1926         * DataFormats.cs:
1927         * XplatUIOSX.cs:
1928         * XplatUIDriver.cs: Update interface to add a primary selection
1929         flag, so the driver can use the primary selection buffer if
1930         needed.
1931         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
1933         * RichTextBox.cs: We need to supply the data object to paste now
1934         (so we can choose to supply CLIPBOARD or PRIMARY).
1935         * TextBoxBase.cs: Supply data object to paste (see above).
1936         - Middle click uses the primary selection data object.
1937         
1938 2006-09-21  Chris Toshok  <toshok@ximian.com>
1940         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
1941         of SetWMStyles.  It's still a rat's nest and is largely
1942         order-dependent which I dislike immensely.  This also fixes the X
1943         button disappearing from toplevel forms.
1945 2006-09-21  Mike Kestner <mkestner@novell.com>
1947         * ListBox.cs: move Jordi's click/dblclick raising code to the
1948         mouse up handler.
1950 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
1952         * ListBox.cs: Fixes 79450
1954 2006-09-21  Mike Kestner <mkestner@novell.com>
1956         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
1957         to deal with people updating the TreeNodeCollection after the tree
1958         is disposed.  "Fixes" 79330.
1960 2006-09-20  Jackson Harper <jackson@ximian.com>
1962         * TextControl.cs: Push the cursor record onto the undo stack
1963         before the delete action. This fixes 78651.
1965 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
1967         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
1968         CreateParams. Fixes 79329.
1970 2006-09-19  Chris Toshok  <toshok@ximian.com>
1972         * XplatUIX11.cs: a couple of blanket code massage passes to clean
1973         things up a bit.  First, get rid of the NetAtoms array (and the NA
1974         enum), and just embed the atoms as static fields.  Also, add a
1975         couple of functions (StyleSet and ExStyleSet) to clean up all the
1976         bitmask testing of styles.
1978         * X11Structs.cs: remove the NA enum, not needed anymore.
1979         
1980 2006-09-19  Chris Toshok  <toshok@ximian.com>
1982         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
1983         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
1984         added cleanup to get MessageBox titles appearing again, which were
1985         broken by my earlier fix for caption-less/ControlBox-less windows.
1987 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
1989         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
1990           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
1991           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
1992           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
1993           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
1994           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
1995           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
1996           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
1997           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
1998           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
1999           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
2000             Inital import.
2001         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
2002           ToolStripButton.cs: Stubs needed for above.
2003         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
2005 2006-09-15  Chris Toshok  <toshok@ximian.com>
2007         * XplatUIX11.cs:
2008         - make the MessageQueues hashtable Synchronized.
2009         
2010         - SendMessage: if the Hwnd is owned by a different thread, use the
2011         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
2012         thread.  Fixes bug #79201.
2014 2006-09-15  Chris Toshok  <toshok@ximian.com>
2016         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
2017         ControlBox == false, we disallow maximize/minimize/close.  If the
2018         form Caption is "" we also disallow move (and get rid of the Title
2019         decoration).  Unfortunately, regardless of how things are set,
2020         we're stuck with the Title and WM menu.
2022 2006-09-15  Chris Toshok  <toshok@ximian.com>
2024         * Application.cs: add locking around the static message_filters
2025         ArrayList, part of #79196.
2027 2006-09-15  Chris Toshok  <toshok@ximian.com>
2029         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
2030         Form.ControlBox == false, the window has no titlebar nor resize
2031         handles.  fixes bug #79368.
2033 2006-09-15  Chris Toshok  <toshok@ximian.com>
2035         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
2036         >= 0.  Fixes bug #79370.
2038 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
2039         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
2040         * Control.cs:
2041             Add properties: LayoutEngine, Margin, DefaultMargin.
2042             Add method: GetPreferredSize.
2043             Move layout logic from PerformLayout to layout engines. 
2045 2006-09-13  Chris Toshok  <toshok@ximian.com>
2047         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
2048         fix for #79326 broke #78718, so this change addresses that.
2050         - in SendWMDestroyMessages remove the call to
2051         CleanupCachedWindows, since we might be recreating the control and
2052         need to maintain the references to right Hwnd handles.  Also, set
2053         the zombie flag to true for each of the children in the hierarchy
2054         instead of calling hwnd.Dispose.  This will cause GetMessage to
2055         ignore all events for the window except for DestroyNotify.
2057         - In GetMessage, ignore messages except for DestroyNotify for
2058         zombie hwnds.
2059         
2060         * Control.cs: revert the is_recreating fix from the last
2061         ChangeLog.  It's definitely "right", but it breaks switching from
2062         an MDI form to a non-MDI form.  Will need to revisit that.
2064         * Hwnd.cs: add a zombie flag, which means "the
2065         client_window/whole_window handles are invalid, but we're waiting
2066         for the DestroyNotify event to come in for them".  Set the flag to
2067         false explicitly if setting WholeWindow/ClientWindow, and also
2068         when Disposing.
2069         
2070 2006-09-13  Chris Toshok  <toshok@ximian.com>
2072         * XplatUIX11.cs: rework window destruction slightly.
2074         - when destroying the windows associated with a control, we don't
2075         need 2 separate XDestroyWindow calls.  Just the one for the
2076         whole_window (or for client_window if whole_window is somehow
2077         IntPtr.Zero -- can this happen?) is enough.
2079         - reworked SendWMDestroyMessages slightly, so we always dispose
2080         the child control hwnd's after sending the messages.
2081         
2082         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
2083         the two places it was used (one was even using hwnd.Handle and the
2084         other hwnd.client_window.  ugh), adding another call in
2085         SendWMDestroyMessages.  We need this new call because now the
2086         DestroyNotify events in the queue will be ignored for the child
2087         controls (as their hwnd's were disposed, and the window id's
2088         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
2090         - this fixes bug #79326.
2092 2006-09-13  Chris Toshok  <toshok@ximian.com>
2094         * Control.cs: don't always set is_recreating to false at the end
2095         of RecreateHandle, since sometimes we're not done (and won't be
2096         until WndProc handles the WM_DESTROY message).  Also, set
2097         is_recreating to false in the WM_DESTROY handling code.  Part of
2098         the fix for bug #79326.
2100 2006-09-13  Miguel de Icaza  <miguel@novell.com>
2102         * X11DesktopColors.cs: Start the droppage of debugging messages.
2104         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
2106 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
2108         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
2110 2006-09-12  Chris Toshok  <toshok@ximian.com>
2112         * DataGrid.cs (get_ListManager): if the list_manager is null, try
2113         to create it using SetDataSource.  Fixes bug #79151.
2115 2006-09-11  Chris Toshok  <toshok@ximian.com>
2117         * XEventQueue.cs: add a DispatchIdle property.
2119         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
2120         either the queue is null, or the queue has DispatchIdle set to
2121         true.
2122         (DoEvents): set queue.DispatchIdle to false around the
2123         peek/translate/dispatch message loop in this method.  This keeps
2124         Application.Doevents from emitting idle events.  Part of the fix
2125         for #78823.
2127 2006-09-11  Chris Toshok  <toshok@ximian.com>
2129         * DataGrid.cs (set_DataSource): make this work for both the
2130         winforms/datagrid test and ReportBuilder.  It seems as though when
2131         we've created a ListManager (or maybe it's if we have a
2132         BindingContext?), when we set the DataSource it clears the
2133         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
2134         #79333.
2136 2006-09-11  Chris Toshok  <toshok@ximian.com>
2138         * XplatUIX11.cs: deal with queue being null, which happens in all
2139         the Clipboard functions.  Fixes one of the two problems mentioned
2140         in #78612.
2142 2006-09-11  Chris Toshok  <toshok@ximian.com>
2144         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
2145         button on various spots (including outside the menu) works closer
2146         to MS, and doesn't crash.  Fixes #79343.
2148 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
2150         * ListView.cs: Do not initialize item_sorter in init. To match MS,
2151         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
2152         and the internal comparer is set. When a new ListViewItemSorter is set,
2153         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
2154         was specified. No further processing is necessary if SortOrder is set
2155         to it's current value. If Sorting is modified to None, and View is
2156         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
2157         (either custom or our internal ItemComparer) to null, on 1.0 profile
2158         only set item_sorter to null if its our internal IComparer. If Sorting
2159         is modified to Ascending or Descending, then use our internal IComparer
2160         if none is set, and if the current IComparer is our internal one then:
2161         on 2.0 profile always replace it with one for new Sorting, and on 1.0
2162         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
2163         Enum.IsDefined to verify whether a valid View value is specified in
2164         its setter. Automatically sort listview items when listview is
2165         created. In Sort, do nothing if ListView is not yet created, or if
2166         no item_sorter is set (no Sorting was set, Sorting was explicitly set
2167         to None or ListViewItemSorter was set to null). Added Sort overload
2168         taking a bool to indicate whether the ListView should be redrawn when
2169         items are sorted (we use this in ListViewItemCollection to avoid double
2170         redraws). Modified our internal IComparer to take the sort order into
2171         account. In Add and AddRange methods of ListViewItemCollection, also
2172         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
2173         view), but use overload with noredraw option to avoid double redraw.
2174         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
2175         true when View is Tile, and do the same when attempting to set View to
2176         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
2177         for selected/checked indices, as it involves overhead when sorting is
2178         done while these collections are not used all that often. Instead
2179         we'll build the indices on demand. Modified IList implementation of
2180         CheckedIndexCollection to use public methods if object is int.
2181         Modified CheckedListViewItemCollection to hide checked items if
2182         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
2183         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
2184         IList implementation in SelectedIndexCollection to use public methods
2185         if object is int. Modified SelectedListViewItemCollection to hide
2186         selected items if listview is not yet created.
2187         * ListViewItem.cs: CheckedIndices list no longer needs to be
2188         maintained separately (see ListView changes). Also clone font, fixes
2189         test failure.
2191 2006-09-11  Mike Kestner  <mkestner@novell.com>
2193         * ComboBox.cs: if we are updating the contents of the currently
2194         selected index, refresh the control or the textbox selection.
2195         [Fixes #79066]
2197 2006-09-11  Mike Kestner  <mkestner@novell.com>
2199         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
2200         the 'specified' logic has been moved there.  This seems like a bug 
2201         in Control.cs, since our current SetBoundsCore completely ignores 
2202         the specified parameter.  Peter's commit seems to indicate that is 
2203         the way the MS control implementation works.  [Fixes #79325]
2205 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
2207         * XplatUI.cs: Set default_class_name to be composed
2208         of current domain id. This allows MWF to be loaded in multiple
2209         domains on Win32.
2211 2006-09-09  Miguel de Icaza  <miguel@novell.com>
2213         * X11Keyboard.cs: If we are unable to obtain the input method, do
2214         not call CreateXic to create the input context.   Should fix
2215         #78944/79276.
2217 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
2219         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
2220           Simplified gnome support by adding more pinvokes to get the
2221           icon for a file or mime type.
2223 2006-09-08  Jackson Harper  <jackson@ximian.com>
2225         * MenuAPI.cs: Deslect popup context menu items before closing the
2226         window, so that you don't see the previously selected item
2227         selected when you reopen the menu.
2228         * TextControl.cs: Update the cursor position even if we don't have
2229         focus.  This fixes typing in things like the ComboBox.  I'm not
2230         totally sure we should always set the visibility if we don't have
2231         focus, but couldn't find any corner cases where the cursor showed
2232         up when it shouldn't.
2234 2006-09-08  Chris Toshok  <toshok@ximian.com>
2236         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
2237         our arrays are length 256.  & 0xff before indexing.  Fixes the
2238         crash in bug #78077.
2239         
2240 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2242         * ThemeWin32Classic.cs: 
2243         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
2244         is true. Handle that check box too.
2246 2006-09-07  Chris Toshok  <toshok@ximian.com>
2248         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
2249         79244.
2251 2006-09-07  Chris Toshok  <toshok@ximian.com>
2253         * Control.cs: in set_BackColor only do the work if
2254         background_color != value.
2256         * XplatUIX11.cs: move the clearing of invalid areas (both client
2257         and nc) to the same block of code where we set (nc_)expose_pending
2258         to false.  That is, move it from PaintEventEnd to PaintEventStart,
2259         so things that cause invalidates from within OnPaint will trigger
2260         another call to OnPaint.  Fixes bug #79262.
2262 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
2264         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
2265         * FileDialog.cs: Fix typo
2267 2006-09-07  Jackson Harper  <jackson@ximian.com>
2269         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
2270         for tab pages if they have any.
2272 2006-09-06  Mike Kestner  <mkestner@novell.com>
2274         * Splitter.cs: use the "current" rect when finishing drag handle
2275         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
2277 2006-09-06  Mike Kestner  <mkestner@novell.com>
2279         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
2280         support offset splitters. [Fixes #79298]
2282 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
2284         * Mime.cs: Fixed a bug that could override the global mime type
2285           result.
2287 2006-09-05  Jackson Harper  <jackson@ximian.com>
2289         * TabControl.cs: Better calculation method for setting the slider
2290         pos. Prevents crashes on really wide tabs.
2291         - Draw Image on tab pages if an image list is used.
2293 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2295         * MonthCalendar.cs: When Font changes, the Size should be
2296         updated to fit the new font's space requirements.
2298 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
2300         * ListBox.cs: If the items are cleared with Items.Clear set
2301           top_index to 0.
2303 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2305         * MonthCalendar.cs: Handle arrow keys as input keys. Also
2306         fire DateChanged event instead of DateSelected event when
2307         the date was changed by keyboard interaction.
2309 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2311         * DateTimePicker.cs: Handle DateChanged for the associated
2312         month_calendar control, and set month_calendar.Font from 
2313         OnFontChanged method, as well as resize the height of the
2314         control when needed. Make PreferredHeight proportional.
2316 2006-09-01  Chris Toshok  <toshok@ximian.com>
2318         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
2319         properties.
2321         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
2323 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
2325         * FileDialog.cs: Set ClientSize instead of window size, to allow space
2326           for decorations (Fixes #79219)
2328 2006-09-01  Mike Kestner  <mkestner@novell.com>
2330         * ComboBox.cs: first stab at sorting plus some selection handling
2331         fixes to bring us more in line with MS behavior.  Also switches back
2332         to index based selection.  Alternative patches for index-based 
2333         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
2334         and latency@gmx.de on bug 78848.  I assume they were similar to this
2335         code I've had simmering in my tree forever.
2336         [Fixes #78848]
2338 2006-09-01  Chris Toshok  <toshok@ximian.com>
2340         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
2341         when setting list position guard against ending up with a -1 index
2342         (the other part of the fix for #78812).  Should probably make sure
2343         we don't need the analogous fix in the ItemDeleted case.
2345         * DataGrid.cs:
2346         - in SetDataSource, work around the fact that the way
2347         OnBindingContextChanged is invoked will cause us to re-enter this
2348         method.  I'll remove the hack once I investigate
2349         OnBindingContextChanged.
2351         - fix the logic in set_DataSource and set_DataMember (basically
2352         what to do if the other of the two is null.)
2353         
2354         - in OnListManagerItemChanged, we need to take into account the
2355         edit row when deciding whether or not to call RecreateDataGridRows
2356         (part of the fix for #78812).
2358 2006-09-01  Jackson Harper  <jackson@ximian.com>
2360         * Splitter.cs: Don't do anything if there is no control to affect
2361         (prevents us from crashing in weird tet cases).
2362         * TreeView.cs: Bounding box for the mouse movement reverting
2363         focus/selection back to previously selected node.  This matches
2364         MS, and makes the tree a lot more useable.
2365         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
2366         use clipping so they are not drawn.  This fixes when the control
2367         is set to have a transparent background, or if it was over an
2368         image.
2370 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
2372         * MimeIcon.cs: Improved handling for reading default icons when
2373           using gnome (2.16 made it necessary). Check and read svg icons
2374           first, then 48x48 and then 32x32 icons.
2376 2006-08-31  Chris Toshok  <toshok@ximian.com>
2378         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
2379         visible.
2381         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
2382         ProcessKeyPreview.  Fixes part of #77806.
2384         * DataGrid.cs: big patch.
2386         - revert the queueing up of DataSource/DataMember if inside
2387         BeginInit/EndInit calls.  That's not the way the datagrid achieves
2388         its delayed databinding.  Instead, call SetDataSource in
2389         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
2390         #78811.
2392         - Also, it wasn't mentioned in #78811, but the test case exhibits
2393         behavior that was lacking in our datagrid implementation - Columns
2394         that have mapping names that don't exist in the datasource's
2395         properties aren't shown.  Yuck.  To fix this I added the bound
2396         field to the column style, and basically any calculation to figure
2397         out anything about columns uses a loop to find the bound columns.
2398         still need to investigate if I can cache an array of the bound
2399         columns or if the indices must be the same.
2401         - When setting CurrentCell, we no longer abort if the cell being
2402         edited was in the add row.  This fixes the other part of #77806.
2404         - The new code also fixes #78807.
2405         
2406         * ThemeWin32Classic.cs: perpetrate the same disgusting
2407         column.bound field hack, and only render bound fields.
2409 2006-08-31  Chris Toshok  <toshok@ximian.com>
2411         * DataGridColumnStyle.cs: add bound field.  this field is true if
2412         the datasource has a property corresponding to the mapping name.
2414         * DataGridTableStyle.cs: set the bound field on the column styles
2415         depending on whether or not we have a column for that property.
2417 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
2419         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
2420           splitter control (fixes #79228)
2422 2006-08-31  Chris Toshok  <toshok@ximian.com>
2424         * DataGridColumnStyle.cs: we need to delay the assignment of
2425         property descriptor until the last possible moment due to the lazy
2426         databinding stuff in the datagrid.  Also, fix the exceptions
2427         thrown by CheckValidDataSource to match MS.
2429 2006-08-31  Jackson Harper  <jackson@ximian.com>
2431         * Form.cs: When activated select the active control, if there is
2432         no active control, we select the first control.
2433         * XplatUIX11.cs: If there is no focus control when we get a
2434         FocusIn event, find the toplevel form and activate it.  This
2435         occurs when you popup a window, it becomes the focus window, then
2436         you close that window, giving focus back to the main window.
2438 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2440         * MonthCalendar.cs: 
2441         * ThemeWin32Classic.cs: Cache Font in bold style, as well
2442         as StringFormat with Center alignments in MonthCalendar,
2443         instead of creating new ones when drawing the control. 
2444         Also, draw the month name in bold style.
2446 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
2448         * Control.cs:
2449           - PerformLayout(): It would seem MS performs the fill even if the 
2450             control is not visible (part of #79218 fix)
2451           - ResetBackColor(): Use the setter to reset the color, to allow
2452             overriders to catch the change.
2453         * Form.cs:
2454           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
2455           - CreateHandle(): dito (part of $79218 fix)
2456           - Don't set an icon if we have a dialog
2457         * ScrollableControl.cs:
2458           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
2459           - ScrollIntoView(): No need to scroll if control is already visible
2460             (resolves fixme and fixes #79218)
2462 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2464         * MonthCalendar.cs: Change proportions in SingleMonthSize
2465         to match the aspect of the original control.
2467 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
2469         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
2470           get updated when they get maximized.
2472 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
2474         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
2476 2006-08-29  Chris Toshok  <toshok@ximian.com>
2478         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
2480 2006-08-29  Jackson Harper  <jackson@ximian.com>
2482         * TreeView.cs: Need to track selected node and highlighted node,
2483         they aren't always the same thing, when the mouse is down on a
2484         node it is hilighted, but not selected yet.
2485         - Do the HideSelection stuff right
2486         - Need to focus on rbutton mouse down. And redraw selection when
2487         right click is mouse upped.
2489 2006-08-29  Mike Kestner  <mkestner@novell.com>
2491         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
2492         when SubItems.Count < Columns.Count.  [Fixes #79167]
2494 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
2496         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
2498 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
2500         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
2501           from X. Only send based on ConfigureNotify if we don't have the
2502           correct location in hwnd (if the window manager moved us)
2504 2006-08-28  Mike Kestner  <mkestner@novell.com>
2506         * ListView.cs: remove a TODO. 
2507         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
2508         [Fixes ListView part of #79166]
2510 2006-08-28  Mike Kestner  <mkestner@novell.com>
2512         * ListView.cs: move wheel handler to parent since it is focused
2513         instead of the item_control now.  [Fixes #79177]
2515 2006-08-28  Mike Kestner  <mkestner@novell.com>
2517         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
2518         when the control is focused. [Fixes #79171]
2520 2006-08-28  Mike Kestner  <mkestner@novell.com>
2522         * ListView.cs: size the item and header controls for empty and
2523         unscrollable views.
2524         * ThemeWin32Classic.cs: draw disabled backgrounds.
2525         [Fixes #79187]
2527 2006-08-28  Chris Toshok  <toshok@ximian.com>
2529         * Form.cs: remove unused "active_form" static field.
2531         * Hwnd.cs: lock around accesses to static windows collection.
2533         * Application.cs: lock threads in Exit ().
2535 2006-08-28  Chris Toshok  <toshok@ximian.com>
2537         * NativeWindow.cs: lock around accesses to window_collection.
2538         
2539 2006-08-28  Chris Toshok  <toshok@ximian.com>
2541         * Control.cs: err, fix this the right way, by locking on controls
2542         when using it.  not by making it synchronized.
2544 2006-08-28  Chris Toshok  <toshok@ximian.com>
2546         * Control.cs: make the static "controls" field synchronized, as it
2547         gets updated from multiple threads.
2549 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
2551         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
2552           Prevent other threads from exiting when calling thread sets quit state.
2553         * XEventQueue.cs: Added PostQuitState property
2555 2006-08-27  Chris Toshok  <toshok@ximian.com>
2557         * AsyncMethodData.cs: add a slot for the window handle.
2559         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
2560         window (the destination control's window, not the foster window).
2562         * Control.cs (BeginInvokeInternal): store the window's handle in
2563         the AsyncMethodData.
2564         
2566 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
2568         * XplatUIX11.cs:
2569           - PostQuitMessage: Removed resetting S.D display handle, we might have
2570             another loop started after calling PostQuitMessage (Fixes #79119)
2571           - Created destructor to reset S.D handle
2573 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
2575         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
2577 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2579         * TextControl.cs (Insert): Update the caret position even if we don't
2580           have a handle yet, just don't call the driver in that case.
2581         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
2582           to the end of the new selection text (Fixes #79184)
2584 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2586         * Form.cs (Activate): Only activate if the handle is created)
2587         * Control.c:
2588           - Mark window as invisible when it's disposed
2589           - Check if window handle is created when setting window visible, 
2590             instead of relying just on the is_created variable
2591           - Check if object is disposed when creating the control (Fixes #79155)
2593 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2595         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
2596           when allowing layout again. Otherwise we re-generate the anchoring 
2597           distance to the border again and actually alter what the user wanted
2598           This is ugly, it'd be better if we used DisplayRectangle instead of
2599           ClientRectangle for Control.UpdateDistances, but that causes us to
2600           have other problems (initial anchoring positons would be wrong)
2601           (Fixes #78835)
2603 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2605         * Control.cs:
2606           - The size and location setters shouldn't go directly to 
2607             SetBoundsCore, but to SetBounds, which triggers layout on the
2608             parent, then calls SetBoundsCore. (Related to fix for #78835)
2609           - SetBounds: Moved actual location update code into this function
2610             from SetBoundsCore, to match MS. Added call to PerformLayout if
2611             we have a parent (to trigger resizing of anchored parents if the 
2612             child size has changed (see testcase for #78835) 
2613         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
2614           new control code
2615         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
2617 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2619         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
2620           System.Drawing when a toplevel window gets closed; there might
2621           be other toplevel windows belonging to the same app (Fixes #78052)
2623 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
2625         * FileDialog.cs: After reading FileDialog settings from mwf_config
2626           use Desktop prefix only if a real folder doesn't exist anymore.
2627         * FontDialog.cs: Added char sets.
2628           It is now possible to select the font, size or style with the
2629           textboxes.
2631 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
2633         * PrintPreviewDialog.cs: Use assembly name constants.
2635 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2637         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
2638           scrollbar from whacking it's buttons)
2640 2006-08-24  Chris Toshok  <toshok@ximian.com>
2642         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
2643         in this patch (aggregating setting Left/Top/Width/Height to
2644         setting Bounds on the scrollbars), but the crux of the fix is in
2645         Recalculate, where we scroll by the remaining scroll_position if
2646         we're hiding a scrollbar.  The 2*$5 reward in the comment is
2647         serious.
2649 2006-08-24  Jackson Harper  <jackson@ximian.com>
2651         * MdiClient.cs:
2652         * MdiWindowManager.cs: If the form is made a non-mdi window we
2653         need to remove the form closed event so that closing forms works
2654         correctly.
2656 2006-08-24  Jackson Harper  <jackson@ximian.com>
2658         * Control.cs: Make IsRecreating internal so that the driver can
2659         check it
2660         - Temporarily remove the Hide when controls are removed, its
2661         making a whole bunch of things not work because visibility isn't
2662         getting reset elsewhere correctly
2663         * Form.cs: Need to do a full handle recreation when the mdi parent
2664         is set.
2665         * XplatUIX11.cs: If we are recreating handles don't dispose the
2666         HWNDs.  What was happening is the handles were being recreated in
2667         SendWMDestroyMessages, but then flow continued on in that method
2668         and destroyed the new handles.
2670 2006-08-23  Jackson Harper  <jackson@ximian.com>
2672         * Form.cs: MdiClient is always at the back of the bus
2673         * Control.cs: When the order of items in the collection is changed
2674         we need to reset the all_controls array
2675         - do the same sorta setup thats done when adding a control when a
2676         control is set on the collection.
2678 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
2680         * TextBoxBase.cs (get_Text): Return an empty array if our document
2681           is empty (fixes #79052)
2683 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2685         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
2686           on WM_SYSCHAR messages (fixes #79053)
2688 2006-08-23  Chris Toshok  <toshok@ximian.com>
2690         * DataGrid.cs: fix flickering when scrolling vertically.
2692 2006-08-23  Chris Toshok  <toshok@ximian.com>
2694         * DataGrid.cs (EndEdit): only invalidate the row header when we
2695         need to.
2697 2006-08-23  Chris Toshok  <toshok@ximian.com>
2699         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
2700         methods.  fixes the flicker when scrolling around.
2702 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2704         * FileDialog.cs: Making sure the control is created before we get a 
2705           chance to use it with BeginInvoke (Fixes #79096)
2707 2006-08-23  Chris Toshok  <toshok@ximian.com>
2709         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
2710         width to use when painting the rows.
2712 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
2714         * TextBoxBase.cs:
2715           - Throw ArgumentException if a negative value is passed to SelectionLength
2716           - Update the selection end if start is moved. end needs to be always
2717             after start. (Fixes #79095)
2718           - Track selection length; MS keeps the selection length even if start
2719             is changed; reset on all other operations affection selection
2721 2006-08-22  Jackson Harper  <jackson@ximian.com>
2723         * TreeView.cs: Make sure both scrollbars get displayed and sized
2724         correctly when the other bar is visible.
2725         - Use the original clip rectangle for checking if the area between
2726         the two scrollbars is visible, not the viewport adjusted clipping
2727         rectangle.
2729 2006-08-22  Jackson Harper  <jackson@ximian.com>
2731         * Binding.cs: We don't use IsBinding because it requires the
2732         control to be created, which really shouldn't be necessary just to
2733         set a property on the control.
2735 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2737         * ComboBox.cs: Some CB.ObjectCollection methods must throw
2738         ArgumentNullReferenceException when the argument is null.
2740 2006-08-21  Jackson Harper  <jackson@ximian.com>
2742         * Timer.cs: Track the thread that the timer is started in (NOT
2743         CREATED), this way messages for it will only be triggered on its
2744         queue.
2745         * XEventQueue.cs: Track the timers here, this makes timers per
2746         thread, like MS.
2747         * XplatUIX11.cs: The timers are moved to the XEventQueue.
2749 2006-08-19  Chris Toshok  <toshok@ximian.com>
2751         * XplatUIX11.cs: after further communication with pdb, we get the
2752         best of both worlds.  SetZOrder working for un-Mapped windows, and
2753         no X errors for un-mapped windows.
2755 2006-08-19  Chris Toshok  <toshok@ximian.com>
2757         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
2758         as it was causing pdn toolbars to not have the correct stacking.
2760 2006-08-18  Mike Kestner  <mkestner@novell.com> 
2762         * ListView.cs : guard against negative ClientArea.Width in scrollbar
2763         calculation.  Not sure why control should ever be setting a negative
2764         width though.  Fixes #78931.
2766 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2768         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
2769         null items in ObjectCollection class.
2770         * ListBox.cs.: Likewise.
2772 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
2774         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
2775           as the base method in ThemeWin32Classic should work fine.
2776           Fixed bug #78607.
2778 2006-08-18  Jackson Harper  <jackson@ximian.com>
2780         * Binding.cs: When validating if the value entered doesn't convert
2781         properly reset to the old value.
2782         * RadioButton.cs: Don't fire click when we get focus.
2784 2006-08-18  Jackson Harper  <jackson@ximian.com>
2786         * FileDialog.cs: Paint the selection on the directory combobox the
2787         same way as on MS. 
2789 2006-08-17  Jackson Harper  <jackson@ximian.com>
2791         * ErrorProvider.cs: Don't allow the error control to be selected.
2792         * Control.cs: Don't send the SetFocus messages, the control
2793         activation will do this, and if we do it blindly here validation
2794         does not work.
2796 2006-08-17  Jackson Harper  <jackson@ximian.com>
2798         * Control.cs:
2799         * ContainerControl.cs: Make validation events fire in the correct
2800         order.  TODO: For some reason the first validation event is not
2801         getting fired.
2803 2006-08-17  Mike Kestner  <mkestner@novell.com> 
2805         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
2807 2006-08-17  Mike Kestner  <mkestner@novell.com> 
2809         * ComboBox.cs : implement scroll wheel support for popped-down
2810         state. Fixes #78945. 
2812 2006-08-17  Jackson Harper  <jackson@ximian.com>
2814         * TreeView.cs: Specify treeview actions (old patch that didn't get
2815         committed for some reason).
2816         - Don't let the mouse wheel scroll us too far.  Just want to make
2817         the bottom node visible, not scroll it all the ways to the top.
2819 2006-08-17  Jackson Harper  <jackson@ximian.com>
2821         * XplatUIX11.cs: Mouse wheel events go to the focused window.
2823 2006-08-17  Mike Kestner  <mkestner@novell.com> 
2825         * ComboBox.cs : don't do mouseover selection in simple mode.
2827 2006-08-16  Jackson Harper  <jackson@ximian.com>
2829         * Form.cs: Fire the closing events for all the mdi child windows
2830         when a window is closed.  If the cancel args are set to true, the
2831         main window still gets the event fired, but it doesn't not close.
2832         * MdiWindowManager.cs: Do this closing cleanup in a Closed
2833         handler, instead of when the button is clicked, so cancelling the
2834         close works correctly.
2835         * ComboBox.cs: Send the mouse down to the scrollbar.
2837 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2839         * ListBox.cs: When passing 'null' to SelectedItem,
2840         set SelectedIndex to -1, to unselect items. This is the
2841         observed behaviour in .Net.
2843 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
2845         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
2846           MS flags saying there won't be any. (fixes #78800)
2847         * Control.cs (HandleClick): Made virtual
2849 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
2851         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
2852           cultures. Fixed bug #78399.
2854 2006-08-16  Jackson Harper  <jackson@ximian.com>
2856         * Form.cs: Use the MdiClients MdiChildren property to access
2857         MdiChildren instead of creating the array from the child controls.
2858         * MdiClient.cs: Maintain a separate array of the mdi children, so
2859         that insertion order is maintained when the Z-order is changed.
2861 2006-08-16  Mike Kestner  <mkestner@novell.com> 
2863         * ListView.cs : add an ItemComparer and default to it for sorting.
2864         Fixes #79076, but sorting needs a complete overhaul to be compat with
2865         MS.
2867 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
2869         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
2871 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2873         * Hwnd.cs (Mapped): Properly traverse the tree
2875 2006-08-15  Chris Toshok  <toshok@ximian.com>
2877         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
2878         pass manager.Current.GetType() to ParseData.  It has to be the
2879         property type.  So, hold off doing the ParseData until we're in
2880         SetPropertyValue where we know the type.  This fixes the crash in
2881         #78821 but the textbox is still empty.
2883 2006-08-15  Chris Toshok  <toshok@ximian.com>
2885         * DataGrid.cs:
2886         - when we're scrolling, only call Edit() again if the
2887         current cell is still unobscured. Fixes bug #78927.
2888         - when handling mousedown on a cell, ensure the cell is visible
2889         before calling Edit.
2890         - remove the properties from DataGridRow, and remove the
2891         DataGridParentRow class altogether.
2892         
2894 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2896         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
2897           fire OnTextChanged by ourselves. There's no point calling base,
2898           we don't set the base value anywhere else. Fixes #78773.
2900 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2902         * ListBox.cs: Call CollectionChanged when modifying
2903         an item from Items indexer, to update the actual items
2904         in the list box.
2906 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2908         * PrintDialog.cs: Small fixes for focus and a pair of checks,
2909         to match .Net behaviour.
2911 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2913         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
2915 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
2917         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
2919 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
2921         * MessageBox.cs: Prevent potential NRE exception.
2922         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
2924 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
2926         * MessageBox.cs: Calculate the owner of a messagebox, also make
2927           it topmost. Fixes #78753
2929 2006-08-14  Chris Toshok  <toshok@ximian.com>
2931         * XplatUIX11.cs: A couple of fixes so that metacity will let us
2932         programmatically move windows.  first, set the PPosition hint as
2933         well as the USPosition hint.  Second include some code from pdb
2934         that sets the window type to NORMAL when we set the transient for
2935         hint.  This is because, in the absence of a window type, metacity
2936         thinks any window with TransientFor set is a dialog, and refuses
2937         to let us move it programmatically.  fascists.
2939 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
2941         * XplatUIX11.cs: When setting normal hints, take into consideration
2942           an different hints previously set so we don't delete them (fixes #78866)
2944 2006-08-12  Chris Toshok  <toshok@ximian.com>
2946         * ToolBarButton.cs: make Layout return a boolean, if something to
2947         do with the button's layout changed.
2949         * ToolBar.cs:
2950         - add another parameter to Redraw, @force, which all existing
2951           calls set to true.
2952         - make the Layout function return a boolean which is true if the
2953           layout has actually changed.  Redraw now uses this (and @force)
2954           to determine when to invalidate.  At present the only place
2955           where @force can be false is the call from OnResize, when
2956           background_image == null.  So, resizing a toolbar when the
2957           layout doesn't change results in no drawing.
2959 2006-08-12  Chris Toshok  <toshok@ximian.com>
2961         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
2962         the VScrollBar and HScrollbar reversed.  oops.
2964         * DataGrid.cs: fix the logic that assigns sizes to the implicit
2965         scrollbars.  we were assigning them twice (once in
2966         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
2967         therefore causing two scrollbar resizes (and redraws?) to happen
2968         per grid resize.
2970 2006-08-12  Chris Toshok  <toshok@ximian.com>
2972         * ToolBarButton.cs: redraw the entire button if the theme tells us
2973         to.
2975         * Theme.cs: add ToolBarInvalidateEntireButton.
2977         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
2978         buttons, just the border.
2980         * ThemeNice.cs: redraw the entire toolbar button since we need to
2981         draw the highlight image.
2983         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
2984         we need to redraw the entire button (not just the border).
2986 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
2988         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
2989           for vertical bars. Fixes the mismatches shown by #78513
2991 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
2993         * FileDialog.cs: If a saved/remembered path doesn't exist
2994           anymore, fall back to "Desktop".
2996 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
2998         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
2999           parent. It's apparently legal to not have one
3000         * XplatUIX11.cs:
3001           - SetZOrder: Don't try to set Z-Order on an unmapped window
3002           - CreateWindow: 0,0 are legal coordinates for a window. don't move
3003             it unless the coordinates are negative
3005 2006-08-10  Mike Kestner  <mkestner@novell.com>
3007         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
3008         when setting to null per msdn docs.  Fixes #78854.
3010 2006-08-10  Chris Toshok  <toshok@ximian.com>
3012         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
3013         flickering by setting a clip rectangle on the Graphics when we
3014         need to redraw just a particular menuitem.  Also, rename "OnClick"
3015         to "OnMouseDown" to reflect what it actually is.
3016         
3017         * Form.cs: track the OnMouseDown change.
3019 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
3021         * CommonDialog.cs: Properly inherit the CreateParams from the form
3022           and only change what we need. Fixes #78865
3024 2006-08-10  Chris Toshok  <toshok@ximian.com>
3026         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
3027         flickering in flat mode (and most of the flickering in general) by
3028         only invalidating the button border (and not the entire rectangle)
3029         when the state changes.  A couple of cases still flicker:
3030         ToggleButtons, and the dropdown arrow case when the user mouse
3031         ups.
3033 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
3035         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
3036           for german keyboards. Numlock state shouldn't affect the behaviour
3037           of the Del key. Fixes bug #78291.
3039 2006-08-10  Chris Toshok  <toshok@ximian.com>
3041         * ListControl.cs: remove the items.Clear line from BindDataItems,
3042         as this is the first thing done by both subclasses in their
3043         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
3044         passed -1, refresh the list.  This gets databinding working when
3045         the datasource is set on the list before the datasource is
3046         populated (as in wf-apps/ReportBuilder.)
3048         * ComboBox.cs: remove the argument to BindDataItems.  This call
3049         should really go away, and be initiated by the ListControl code.
3051         * ListBox.cs: same.
3053 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
3055         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
3056           if no data is in the document when the control is displayed
3058 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
3060         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
3061           yes (fixes #78806)
3062         * TextControl.cs: 
3063           - PositionCaret: Allow positioning of caret but don't call methods 
3064             requiring a handle if the window isn't created yet
3065           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
3066           - owner_HandleCreated: Don't position the caret, just update it's 
3067             location. User might have already set a different position
3069 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
3071         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
3072           windows. Screws up the returned coordinates for child windows. 
3073           Fixes #78825. I'm hoping this doesn't break something, since the
3074           code was explicitly put in 8 months ago, but no bug was attached.
3075           Menus still seem to work properly.
3077 2006-08-08  Chris Toshok  <toshok@ximian.com>
3079         * DataGrid.cs: make BeginInit/EndInit actually do what they're
3080         supposed to do - delay data binding until the EndInit call.  Also,
3081         make the table style collection's CollectionChangeAction.Refresh
3082         work properly.
3084         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
3085         (with action = Refresh) when a consituent table's MappingName is
3086         changed.
3088 2006-08-08  Chris Toshok  <toshok@ximian.com>
3090         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
3091         Invalidate, since changing the text can change the size of the all
3092         toolbar buttons.
3094 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
3096         * Form.cs (AddOwnedForm): Still need to add the form to our listif
3097           we don't have it yet
3099 2006-08-08  Chris Toshok  <toshok@ximian.com>
3101         * PrintControllerWithStatusDialog.cs: don't .Close() the status
3102         dialog, as this causes X errors later on, since we actually
3103         destroy the window.  Instead, .Hide() it.
3105 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
3107         * ComboBox.cs: Added focus reflection for popup window
3108         * XplatUIX11.cs: 
3109           - Removed transient setting for non-app windows for now, not sure it
3110             was needed
3111           - Fixed logic checking if we have captions when deciding 
3112             override_redirect, WS_CAPTION is two bits and a 0 check was not
3113             sufficient
3114           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
3115             complicated
3116         * Form.cs: 
3117           - AddOwnedForm: Don't just add the form to the list, call the property
3118             to ensure the driver is informed about the ownership as well
3119           - CreateHandle: Set the TopMost status in the driver if we have an owner
3120         * XplatUI.cs: Fixed debug statement
3122 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
3123         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
3124           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
3125           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
3126           TrackBarRenderer.cs: Make constructor private.
3127         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
3128         * ProfessionalColorTable.cs: Make properties virtual.
3130 2006-08-06  Duncan Mak  <duncan@novell.com>
3132         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
3133         is not changing.
3135 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
3136         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
3137           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
3138           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
3139           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
3140           Initial import of new 2.0 classes.
3142 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
3143         * Application.cs: Add 2.0 VisualStyles properties.
3145 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
3146         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
3147           XplatUIX11.cs: Create property to allow access to existing private
3148           variable "themes_enabled"
3150 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3152         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
3153         file size, as otherwise our class libraries fail using windows. Fixes
3154         bug #78759.
3156 2006-08-04  Jackson Harper  <jackson@ximian.com>
3158         * Form.cs:
3159         * XplatUIX11.cs: Move the toolwindow window manager creation into
3160         the X11 driver, this way on win32 we can let windows create/handle
3161         the toolwindows.
3163 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3165         * PrintDialog.cs: Remove some redundant checks, add some others,
3166         clean some code, and move the focus to the text boxes when the
3167         values are incorrect.
3169 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
3171         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
3173 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
3175         * NumericUpDown.cs: Setting the Minimum and Maximum is now
3176           handled correctly. Fixes bug #79001.
3178 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3180         * PrintDialog.cs: The "Copies" numeric up down must have
3181         set the Minimum property to 1; only if the value is bigger
3182         than 1, activate "Collate" check box. This is the behaviour of .Net.
3183         Also modify the Document elements only if it is not null.
3185 2006-08-03  Jackson Harper  <jackson@ximian.com>
3187         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
3188         length. (We have a larger array then actual node count).
3189                 
3190 2006-08-03  Jackson Harper  <jackson@ximian.com>
3192         * ComboBox.cs: Don't show selection by default.
3193         - The SelectAll isn't needed here, since the focus code should do
3194         that
3195         - DDL style lists to manual selection drawing, so when they
3196         get/lose focus they have to invalidate.
3198 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
3200         * TextBoxBase.cs: Don't always show all selections by default.
3202 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
3203         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
3204           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
3205           Fixed various typos.
3207 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
3209         * Control.cs: Removing the controls in a ControlCollection with
3210           Clear now hides the controls as expected. Fixes bug #78804. 
3212 2006-08-03  Jackson Harper  <jackson@ximian.com>
3214         * Control.cs: Revert previous focus patch, it breaks reflector.
3216 2006-08-03  Jackson Harper  <jackson@ximian.com>
3218         * ComboBox.cs: Cleanup selection and focus with the combobox.
3219         This also eliminates some duplicated keyboard code, since now
3220         everything is handled by the main class.
3221         - Make list selection work on mouse up instead of down, to match
3222         MS.
3224 2006-08-02  Jackson Harper  <jackson@ximian.com>
3226         * Control.cs: Setting focus needs to go through the whole
3227         selection mechanism.
3229 2006-08-02  Chris Toshok  <toshok@ximian.com>
3231         * PrintPreviewDialog.cs: change MinimumSize to use
3232         base.MinimumSize so it works.
3234 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
3236         * TextControl.cs:
3237           - UpdateCaret: Added sanity check in case caret isn't defined yet
3238           - Line.Delete: Now updating selection and caret markers if we're
3239             transfering a node (Properly fixes #78323)
3240           - SetSelectionEnd: Added sanity check
3241         * TextBoxBase.cs: Removed broken attempt to fix #78323
3243 2006-08-01  Chris Toshok  <toshok@ximian.com>
3245         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
3246         Close() call is handled in Form, not here.
3248 2006-08-01  Chris Toshok  <toshok@ximian.com>
3250         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
3251         layout/rendering.
3253         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
3254         for sizes < 100% zoom.  The code now aggressively attempts to keep
3255         from calling document.Print (), and tries not to use the scaling
3256         g.DrawImage whenever possible (it still does if you scale to >
3257         100%, since usually that involves huge images).
3259         * PrintPreviewControl.cs: hook up the close button.
3261 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
3262         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
3263           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
3264           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
3265           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
3266           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
3267           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
3268           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
3269           Removed [Serializable] for 2.0 Event Handlers.
3271 2006-07-31  Jackson Harper  <jackson@ximian.com>
3273         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
3274         * TextControl.cs: Uncomment out the body of this method.
3276 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
3278         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
3279           standard cursors.
3281 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
3283         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
3284           that embed TextBox and need selections visible even if textbox is not
3285           focused to enforce that behaviour.
3286         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
3287           selection drawing
3289 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
3291         * TextControl.cs:
3292           - Added new SetSelectionStart/SetSelectionEnd overloads
3293           - Fixed viewport width assignment to be accurate
3294           - Adjusted alignment line shift calculations to allow cursor on right
3295             aligned lines to be always visible at the right border (like MS)
3296         * TextBoxBase.cs:
3297           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
3298           - TextBoxBase_SizeChanged: recalculating canvas on size changes
3299           - CalculateScrollBars: Use ViewPort size instead of window size, to
3300             properly consider space occupied by the border and scrollbars 
3301             (Fixes #78661)
3302           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
3303             calculations; no longer leaves artifacts
3304           - CaretMoved: Adjusted window scrolling to match MS and fixed several
3305             calculation bugs (Still missing right/center align calculations)
3307 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
3309         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
3310           use of both scroll rect and clip rect, as they do the same.
3312 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
3314         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
3315           in the event handler (fixes #78912)
3317 2006-07-31  Chris Toshok  <toshok@ximian.com>
3319         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
3320         grid.ListManager.Count, since grid.ListManager might be null.
3321         This of course begs the question "why are we drawing rows for a
3322         grid with no list manager (and therefor no rows)?"  Fixes the
3323         crash in bug #78929.
3325 2006-07-31  Chris Toshok  <toshok@ximian.com>
3327         * RelatedPropertyManager.cs: Don't always chain up to the parent
3328         ctor.  instead, call SetDataSource if the parent's position is !=
3329         -1.  Fixes the crash in #78822.
3331 2006-07-31  Chris Toshok  <toshok@ximian.com>
3333         * DataGrid.cs (get_ListManager): use field instead of property
3334         accessors for datasource and datamember.
3335         (RowsCount): make internal again.
3336         (OnMouseDown): end edits before resizing columns/rows.
3337         (OnMouseUp): restart edits after resizing columns/rows.
3339 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
3341         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
3342           This fixes the situation where the last set cursor is displayed
3343           whenever the mouse is over scrollbars.
3345 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3347         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
3348         Document properties, as well as initial values.
3350 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
3352         * XplatUIWin32.cs (SetBorderStyle): Setting both border
3353           and ClientEdge results in a 3-pixel border, which is
3354           wrong.
3356 2006-07-28  Jackson Harper  <jackson@ximian.com>
3358         * TreeNodeCollection.cs: Fix the clear method.
3359         - Fix the Shrink also
3361 2006-07-27  Jackson Harper  <jackson@ximian.com>
3363         * TreeView.cs: Make sure the visible order is computed when we
3364         attempt to size the scrollbars (for trees that mess with the
3365         scrolling when they shouldn't.
3366         - Make sure to give the scrollbars valid values.
3368 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
3370         * XplatUIX11.cs: Move motion compression code to where it
3371           has less performance impact
3373 2006-07-26  Jackson Harper  <jackson@ximian.com>
3375         * UpDownBase.cs: When the control is selected make the child
3376         controls non selectable, so that a click on them won't do a
3377         focus/unfocus cycle.
3378         - Don't give focus to the text box when the spinner is selected.
3379         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
3381 2006-07-26  Chris Toshok  <toshok@ximian.com>
3383         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
3384         satisfied with this solution.  If the bitmaps are small, we should
3385         just cache them in the PrintPreviewDialog and draw them here.
3386         Also, the layout is broken for the 2-up and 3-up cases.
3388         * Theme.cs: add PrintPReviewControlPaint.
3390         * PrintPreviewDialog.cs: first pass implementation.
3392         * PrintPreviewControl.cs: first pass implementation.  No
3393         scrollbars yet.
3395         * PrintDialog.cs: only validate fields if that particular portion
3396         of the UI is enabled.  Also, set the document's controller to a
3397         PrintControllerWithStatusDialog wrapping the document's print
3398         controller.
3400         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
3401         bring up a SaveFileDialog (i hope we don't want to match the
3402         behavior of the crappy windows file entry) and set the
3403         PrinterSettings.PrintFileName accordingly.
3405 2006-07-26  Jackson Harper  <jackson@ximian.com>
3407         * ContainerControl.cs: Add a field that disables auto selecting
3408         the next control in a container when the container is activated.
3409         * UpDownBase.cs: Don't select the text box when the up down is
3410         selected.
3412 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
3414         * XEventQueue.cs: Added methods for peeking (used for compression
3415           of successive events)
3416         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
3417           mouse move events (fixes #78732)
3419 2006-07-25  Jackson Harper  <jackson@ximian.com>
3421         * UpDownBase.cs: Use an internal class for the textbox so that we
3422         can control focus.  the updown control should always have focus,
3423         if either the text area or the buttons are clicked.
3424         - Send the key messages to the textbox, since it never actually
3425         has focus
3426         - Activate and decativate the textbox caret.
3428 2006-07-24  Jackson Harper  <jackson@ximian.com>
3430         * Control.cs: Use the directed select when selecting a control,
3431         this way the container controls override will get called and the
3432         whole ActiveControl chain will get triggered.  TODO: probably need
3433         to make sure this gets done everywhere instead of the old
3434         Select(Control).
3435         * ContainerControl.cs: Implement the directed Select method to
3436         find and activate the correct child control.    
3437         
3438 2006-07-22  Mike Kestner  <mkestner@novell.com>
3440         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
3441         menu handling code so that clicks without a grab work too.
3442         [Fixes #78914]
3444 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
3446         * FileDialog.cs: Enable the BackButton when dirstack has one element.
3447           Added some small optimizations.
3449 2006-07-21  Matt Hargett  <matt@use.net>
3451         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
3453 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
3455         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
3456           tests pass and match MS in some strange border cases.
3458 2006-07-21  Chris Toshok  <toshok@ximian.com>
3460         * ThemeWin32Classic.cs: handle drawing of the relation links and
3461         parent row buttons.
3463         * Theme.cs: change args to DataGridPaintParentRow.
3465         * DataGrid.cs: Don't use controls for the relation links and
3466         parent buttons, so we have to handle all their interactions in
3467         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
3468         when we're navigating through child tables, so we can reinstate
3469         selection, expanded state, current cell, etc.
3471 2006-07-20  Chris Toshok  <toshok@ximian.com>
3473         * ToolBar.cs: When we redraw a button, for whatever reason,
3474         there's no reason to redraw the entire toolbar.  Also, don't call
3475         Control.Refresh from within Redraw, as it's much heavier than
3476         Invalidate (which is really what we want).
3478 2006-07-20  Chris Toshok  <toshok@ximian.com>
3480         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
3481         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
3482         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
3483         traces from within a debug IBindingList datasource
3484         (in mono/winforms/datagrid) for *days*, I've finally gotten things
3485         to work in a similar fashion.
3487 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3489         * ListBox.cs: Don't call Sort () when setting 
3490         the Sorted property to false (avoid an unnecessary sort).
3492 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3494         * ListControl.cs: DataSource should throw an ArgumentException
3495         instead of a normal exception when the argument is not of the 
3496         correct type.
3498 2006-07-20  Mike Kestner  <mkestner@novell.com>
3500         * Control.cs: add InternalPreProcessMessage to allow us to steal
3501         key events before MWF gets its paws on them.  Adapted from a
3502         suggestion by eno.
3503         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
3504         up/down/left/right navigation. Override the new internal control
3505         method to steal the events since they never make it to WndProc.
3506         * ToolBarButton.cs: don't worry about pushed when setting hilight
3507         since the drawing code prefers pushed to hilight. Invalidate on 
3508         Hilight changes. Fixes #78547 and #78525.
3510 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
3512         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
3513           the canvas size. Fixes #78868
3515 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
3517         * Splitter.cs: Track requested split position until first layout
3518           is performed. Fixes #78871
3520 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
3522         * Application.cs: Removed code that forces 1.x for the version
3523           number if the version started with 0. Not sure why that code was
3524           there and I couldn't find any bugs that indicated we needed it.
3525           Fixes #78869
3527 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
3529         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
3530           ResetDefaults(), just write some output to the console until it's
3531           implemented. Fixes bug #78907 for now. Eliminated two warnings.
3533 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
3535         * PropertyGridView.cs: set StartPosition of drop down forms
3536         so they appear in correct initial spot.  Fixes #78190.
3538 2006-07-19  Mike Kestner  <mkestner@novell.com>
3540         * ThemeWin32Classic.cs: use parent background color when drawing
3541         flat toolbars.  Restructure the conditionals to make sure non-flat
3542         non-Divider toolbars are filled too.  Fixes #78837.
3544 2006-07-19  Mike Kestner  <mkestner@novell.com>
3546         * ListBox.cs: Sort on collection changes even if the handle
3547         isn't created yet.  Fixes #78813.
3549 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3551         * ListControl.cs: DisplayMember should never be null,
3552         and now we assign String.Empty when null is passed to it (this
3553         is the .Net way).
3555 2006-07-17  Mike Kestner  <mkestner@novell.com>
3557         * ListViewItem.cs: restructure Font and subitem Font handling 
3558         to hold a specific font and refer back to owner on null.
3559         Fixes #78761.
3561 2006-07-17  Mike Kestner  <mkestner@novell.com>
3563         * ToolBar.cs: bandaid for side-effect of previous patch which was
3564         discarding explicit heights for non-AutoSize toolbars.  Need to
3565         extend my format tester to deal with AutoSize=false. Fixes #78864.
3567 2006-07-15  Jackson Harper  <jackson@ximian.com>
3569         * LabelEditTextBox.cs:
3570         * TreeView.cs: Use a new LabelEdit class for node editing, this
3571         class automatically 'closes' itself when it gets the enter key or
3572         loses focus.
3573         - Use the client rectangle when setting the trees scrollbars, so
3574         border style is taken into account.
3575         
3576 2006-07-14  Jackson Harper  <jackson@ximian.com>
3578         * TreeNode.cs:
3579         * TreeView.cs: Make the editing work similar to MSs, firing the
3580         events correctly and ending edits correctly.
3582 2006-07-14  Mike Kestner  <mkestner@novell.com>
3584         * ToolBarButton.cs:
3585         * ToolBar.cs: layout restructuring and redraw enhancements to support
3586         formatting changes gracefully, like setting TextAlign, ImageList, 
3587         ButtonSize, and Appearance.  Handles explicit button sizing quirks
3588         of the MS controls.  Things like flat toolbars ignoring button size
3589         but becoming constant sized at the largest button's size.  Normal
3590         toolbars with an image set cannot be shrunk smaller than the image,
3591         but text can be clipped/ignored.
3592         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
3593         is zero.  Seems like DrawString should be smart enough to not put
3594         anything on screen though. Also trim labels and ellipsize at the char
3595         boundary, not word.
3596         Fixes #78711 and #78483.
3598 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
3600         * FolderBrowserDialog.cs: Disable "New Folder" button and
3601           "New Folder" contextmenu menuitem if a folder like "My Computer"
3602           is selected.
3604 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
3606         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
3607         * FolderBrowserDialog.cs:
3608           - Use MWFConfig to store and read size and position settings
3609           - Added code to create a new folder (button or context menu).
3610             Use TreeView labeledit to change the name of the new folder.
3612 2006-07-14  Jackson Harper  <jackson@ximian.com>
3614         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
3615         when the tree is scrolled we end editing.
3617 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
3619         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
3620           Down arrows
3622 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
3624         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
3625         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
3626         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
3627         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
3628         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
3629         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
3630         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
3631         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
3632         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
3633         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
3634         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
3635         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
3636         ListViewItemSelectionChangedEventHandler.cs,
3637         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
3638         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
3639         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
3640         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
3641         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
3642         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
3643         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
3644         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
3645         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
3646         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
3647         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
3648         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
3649         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
3650         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
3651         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
3652         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
3653         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
3654         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
3655         WebBrowserNavigatingEventHandler.cs, 
3656         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
3658 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
3660         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
3661         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
3662         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
3663         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
3664         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
3665         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
3666         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
3667         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
3668         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
3669         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
3670         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
3671         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
3672         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
3673         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
3674         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
3675         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
3676         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
3677         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
3678         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
3679         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
3680         ListViewItemStates.cs, MaskFormat.cs: Added
3682 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
3684         * PropertyGridView.cs: Fix keyboard navigation of drop down.
3685         Patch from eno for bug 78558.
3686         
3687 2006-07-13  Jackson Harper  <jackson@ximian.com>
3689         * TreeView.cs: When an edit is finished make sure that the
3690         selected node is visible.
3691         - When setting the top/bottom use the scrollbars is_visible, so
3692         everything will be set correctly even if the tree isn't visible
3693         yet.
3695 2006-07-13  Jackson Harper  <jackson@ximian.com>
3697         * ComboBox.cs: Revert the item->index part of my previous patch.
3698         * TreeView.cs: Use LostFocus instead of Leave for detecting when
3699         the edit box has lost focus (duh).
3700         - Just make the edit box not visible when we get return, that will
3701         take the focus, which will call EndEdit
3702         * TreeNode.cs When we start editing, notify the treeview.
3704 2006-07-12  Jackson Harper  <jackson@ximian.com>
3706         * ComboBox.cs: Clear out old items before setting the item list.
3707         This prevents databound controls from having their items added
3708         twice.
3709         - Switch the combobox to use indices whereever possible instead of
3710         using Item's.  This allows usto navigate through lists that have
3711         more then one item with the same string value (ie a, b, b, a).
3712         - Scroll the listboxes scrollbar when a non visible item is
3713         highlighted
3714         - Allow keypress to cycle through all the possible values. For
3715         example if you have b1, b2, b3 and hold down the B key all the
3716         values will be cycled through.
3717         
3718 2006-07-12  Jackson Harper  <jackson@ximian.com>
3720         * TextBoxBase.cs:
3721         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
3722         this using the internal methods.
3723         * Control.cs: Add OnGotFocusInternal.  A new method that allows
3724         controls to "override" OnGotFocus and change focus behavior if
3725         needed.
3726         - Same thing for LostFocus
3727         * ComboBox.cs: Pass off focus to the text control properly.
3729 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
3731         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
3732         * FolderBrowserDialog.cs: Almost a complete rewrite.
3733           - Better support for Environment.Specialfolders
3734           - Added support for MWFVFS
3735           - Made setting SelectedPath work
3737 2006-07-12  Jackson Harper  <jackson@ximian.com>
3739         * Control.cs: Optimze getting all the controls.
3741 2006-07-11  Jackson Harper  <jackson@ximian.com>
3743         * ContainerControl.cs: Override SETFOCUS in the container control,
3744         so that it is not selected on mouse click.
3746 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
3748         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
3749           Hopefully we will have a better way once all of focus is complete.
3751 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
3753         * ThemeWin32Classic.cs: Commented out some debug code and fixed
3754           a compile error with csc.
3756 2006-07-11  Jackson Harper  <jackson@ximian.com>
3758         * Control.cs: When hiding a control only select the next control
3759         if the current control was focused.
3760         - Don't handle enter/leave when setting/killing focus, this is
3761         done by the container control.
3762         - Remove is_selected, it's not needed anymore.
3763         - Add utility methods for selecting a child control, and for
3764         firing the Enter/Leave events.
3765         * ContainerControl.cs: When a control is activated fire the
3766         enter/leave events.
3767         - Don't wrap when processing the tab key, so that focus can be
3768         moved outside of the container.
3769         - Use the correct active control
3771 2006-07-11  Jackson Harper  <jackson@ximian.com>
3773         * ComboBox.cs: Remove some debug code that was blinding me.
3774         * UpDownBase.cs: These controls actually aren't implicit, they are
3775         visible to the user.
3777 2006-07-10  Chris Toshok  <toshok@ximian.com>
3779         * DataGrid.cs: move back to the is_adding boolean field.  god i
3780         hate this is_editing/is_adding/is_changing stuff.
3782 2006-07-10  Chris Toshok  <toshok@ximian.com>
3784         * DataGridTableStyle.cs: just check if the property type is bool.
3785         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
3786         Don't use CanRenderType.
3788         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
3789         if our text == NullText.  Remove CanRenderType.
3791         * DataGridBoolColumn.cs: nuke CanRenderType.
3793         * DataGrid.cs: reenable some code to end the current edit inside
3794         of set_CurrentCell.  This fixes the other 1.1.16 regression.
3795         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
3796         Also, remove the visible_row_count arg from CalcRowHeaders, since
3797         we don't need to worry about the actual height of the area.
3799 2006-07-10  Chris Toshok  <toshok@ximian.com>
3801         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
3802         mode, just return.
3804         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
3805         the real sense of the IsInEditOrNavigateMode property (true =
3806         navigate, false = edit).  Also, update OnKeyPress to reflect this.
3808         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
3809         column style exists, we still need to set its property descriptor
3810         to match up with our list manager.
3812 2006-07-10  Chris Toshok  <toshok@ximian.com>
3814         * ThemeWin32Classic.cs: implement the new row/header painting
3815         approach.  The parent row painting will likely go away and
3816         replaced with label controls, but the rest seems to work ok (and
3817         efficiently).
3819         * Theme.cs: change the way we draw datagrid rows.  we don't draw
3820         the row headers as a block now.  Instead we draw them in the
3821         normal draw-row loop.  Add some calls for drawing parent rows and
3822         relation rows.
3824         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
3825         a default table style.  Set the defaults from ThemeEngine.Current,
3826         not SystemColors.  Fix lots of misc issues with property setters.
3828         * DataGrid.cs: move loads of style information out of this class
3829         as it's being duplicated with DataGridTableStyle.  keep track of a
3830         special DataGridTableStyle for the properties we used to mirror
3831         here.  Switch all the style properties to access this table style
3832         instead of instance fields of this class.  Also add a internal
3833         class to represent parent rows (more needs to be stored here, like
3834         the selection state from the parent table, as well as the
3835         expansion state.)  Also, for datasources with relations, do the
3836         right thing for collapse/expand, and add support for the
3837         navigation/parent row buttons.
3839         Lastly, fix the crash in the 1.1.16 build.
3841         * GridTableStylesCollection.cs: make the explicit interface
3842         implementations call the class's methods as opposed to duplicating
3843         them.
3845         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
3846         0 so the text doesn't jump around when we move the cursor.
3848 2006-07-10  Jackson Harper  <jackson@ximian.com>
3850         * TextBoxBase.cs:
3851         * ListBox.cs: Match MS's ToString (this makes debugging focus
3852         stuff infinitely easier).
3854 2006-07-10  Jackson Harper  <jackson@ximian.com>
3856         * Control.cs (SelectNextControl): When checking the control's
3857         parent use this instead of ctrl.parent so that null can be passed
3858         to SelectNextControl. (I have unit tests for this).
3859         - Remove unused var.
3861 2006-07-10  Chris Toshok  <toshok@ximian.com>
3863         * CurrencyManager.cs: correct one regression, the removal of the
3864         finalType field.  Also, add a MonoTODO on CanAddRows, implement
3865         Refresh() correctly, and fix some event emission in
3866         ListChangedHandler.
3868 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
3870         * FileDialog.cs: Don't use brackets for new folders if they exist
3871           under *nix. Instead use -(number of existing folders +1).
3873 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
3875         * FileDialog.cs:
3876           - Fixed really nasty bug #78771
3877           - Don't block the whole GUI when reading directories with a lot of
3878             entries. Use an other thread instead and call BeginInvoke to
3879             update the ListView in MWFFileView
3881 2006-07-07  Chris Toshok  <toshok@ximian.com>
3883         * Control.cs (Dispose): release any Capture when disposing.
3885 2006-07-07  Chris Toshok  <toshok@ximian.com>
3887         * LinkLabel.cs (Select): if we chain up to the parent, set
3888         focused_index to -1 so we'll search for the first available link
3889         the next time the user tabs into us.  Also, if the direction is
3890         backward and focused_index == -1, start the search from the last
3891         element.
3893 2006-07-07  Chris Toshok  <toshok@ximian.com>
3895         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
3896         is beyond the end of the text, don't do anything.
3897         (CreateLinkPieces): set our ControlStyles.Selectable based on
3898         whether or not we have any links.
3899         (Link.Invalidate): use a loop instead of foreach.
3900         (Link.set_Start): null out owner.sorted_links so it'll be
3901         recreated by CreateLinkPieces.
3903 2006-07-06  Chris Toshok  <toshok@ximian.com>
3905         * LinkLabel.cs: revert the SetStyle change.
3907 2006-07-06  Chris Toshok  <toshok@ximian.com>
3909         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
3910         (OnEnableChanged): s/Refresh/Invalidate
3911         (OnGotFocus): if we have a focused index already, refocus it (so
3912         if we mouse out/in to the window it'll focus the right link).
3913         (OnKeyDown): move the tab handling out of here.
3914         (OnLostFocus): don't set focused_index to -1, so we can refocus it
3915         when we lose focus.
3916         (OnMouseDown): don't Capture here - Control handles it.  Also,
3917         focus the active link.
3918         (OnMouseUp): don't deal with Capture.
3919         (OnPaintBackgroundInternal): remove.
3920         (OnTextAlignChanged): CreateLinkPieces before calling the
3921         superclass's method.
3922         (OnTextChanged): call CreateLinkPieces before calling superclass's
3923         method.
3924         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
3925         move around.
3926         (Select): implement this, moving the selection between different
3927         links, and call parent.SelectNextControl if we don't have another
3928         link to focus in the given direction.
3929         (CreateLinkPieces): call Invalidate instead of Refresh.
3930         
3931 2006-07-06  Chris Toshok  <toshok@ximian.com>
3933         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
3934         new LinkLabel internals.
3936         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
3937         over pieces looking for active/focused/etc links.  also, deal with
3938         runs of text (and links) with embedded \n's in them, and use
3939         MeasureCharacterRanges instead of MeasureString to figure out the
3940         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
3941         two-step.
3943 2006-07-04  Jackson Harper  <jackson@ximian.com>
3945         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
3946         XKB or key auto repeat, do it manually.  Without key auto repeat,
3947         when a key is held down we get key press, key release, key press,
3948         key release, ... with auto repeat we get key press, key press, key
3949         press ..., and then a release when the key is actually released.
3951 2006-07-03  Jackson Harper  <jackson@ximian.com>
3953         * TabControl.cs:
3954         * ThemeWin32Classic.cs: Tabs do not obey normal background color
3955         rules, they are always control color regardless of the background
3956         color.
3958 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
3960         * FileDialog.cs: Added internal class MWFConfig.
3961           Removed Registry support and replaced it with support for the new
3962           MWFConfig class. See MWFConfig comments for more information.
3964 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
3966         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
3967           rectangle. Added some patches from eno from bug #78490 and fixed
3968           the arrow position for small up and down CPDrawScrollButtons.
3970 2006-06-30  Jackson Harper  <jackson@ximian.com>
3972         * InternalWindowManager.cs: Remove some debug code.
3973         * Form.cs: When an MdiParent is set to null, the window is
3974         "detatched" and becomes a normal window.
3975         * MdiClient.cs: Don't bring the new child form to the front until
3976         it is activated (setting it as active does this), this makes the
3977         previously active forms titlebar get redrawn as inactive.
3979 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
3981         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
3982           with later controls
3984 2006-06-29  Mike Kestner  <mkestner@novell.com>
3986         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
3987         arrow in keynav state.  Fixes #78682.
3989 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
3991         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
3992           order (fixes #78393)
3994 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
3996         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
3997           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
3998           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
3999           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
4000           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
4001           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
4002           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
4003           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
4004           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
4005           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
4006           enumerations (FlagsAttribute, SerializableAttribute, added/removed
4007           values)
4009 2006-06-28  Mike Kestner  <mkestner@novell.com>
4011         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
4013 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
4015         * PropertyGrid.cs,
4016           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
4017           item lines from other area (It also makes BackColor consistent and
4018           compatible with .NET). Fixed bug #78564.
4020 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
4022         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
4023         Patch from Eno for #78555.
4025 2006-06-27  Chris Toshok  <toshok@ximian.com>
4027         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
4029         * DataGridColumnStyle.cs: same.
4031         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
4032         
4033         * DataGridDrawingLogic.cs: nuke.
4035 2006-06-27  Chris Toshok  <toshok@ximian.com>
4037         * DataGridTableStyle.cs: clean up the constructors, and build the
4038         list of child relations for this table.  I have no idea if this is
4039         where we should be doing it (it probably isn't), but since we're
4040         already iterating over the properties..
4042         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
4043         struct and array for keeping track of row information, similar to
4044         what's shown in a hack on
4045         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
4047         * Theme.cs: be consistent about the naming of DataGrid methods,
4048         prefering ColumnWidths and RowHeights over columnsWidths and
4049         RowsHeights.
4051         * ThemeWin32Classic.cs: same, and also add support for variable
4052         sized rows (and the +/- expansion icons for related rows).
4054 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
4056         * TextBoxBase.cs: Applied Eno's patch from #78660
4058 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
4060         * Form.cs (ScaleCore): We don't want to scale our form if it's
4061           state is minimized or maximized, but we still need to scale our
4062           child windows. Also, added try/finally block to ensure layout
4063           gets reset (Fixes #78697)
4065 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
4067         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
4069 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
4071         * Form.cs: Fixed c+p error and added check to resize form if minimum
4072           size is bigger than current size (Fixes #78709)
4074 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
4076         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
4078 2006-06-26  Mike Kestner  <mkestner@novell.com>
4080         * ComboBox.cs: only do Keypress handling in the combo when there  
4081         are items in the collection. Fixes #78710.
4083 2006-06-26  Chris Toshok  <toshok@ximian.com>
4085         * Binding.cs: make this work bi-directionally.  also, clear up
4086         other mixups between Push/Pull Data (e.g. we're supposed to pull
4087         data when validating).
4089         * BindingManagerBase.cs: trim some fully qualified collection
4090         types.
4092         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
4094 2006-06-23  Chris Toshok  <toshok@ximian.com>
4096         * PropertyManager.cs: It appears (according to the unit tests)
4097         that PropertyManager doesn't use
4098         PropertyDescriptor.AddValueChanged to track propery value changes
4099         in its datasource, but uses the same scheme as Binding, where it
4100         looks for a <Property>Changed event and binds to it.
4102         Also, according to the docs, IsSuspended always returns false for
4103         a property manager with a non-null datasource.
4105 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
4107         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
4108           need to update the actual DialogResult. (Fixes #78613)
4110 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
4112         * Form.cs (ShowDialog): Release any captures before running the
4113           new message pump (fixes #78680)
4115 2006-06-22  Mike Kestner  <mkestner@novell.com>
4117         * ListView.cs: Layout column widths properly in details mode even 
4118         if HeaderStyle.None is set.  Fixes #78691.
4120 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
4122         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
4124 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
4126         * Control.cs (ContainsFocus): Using new driver method to get focused
4127           window, instead of trying to use internal tracking var, which can
4128           recursion issues (Fixes #78685)
4129         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
4130           XplatUIWin32.cs: Added GetFocus method to return focused window
4132 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4134         * ColorDialog.cs: when the mouse button is pressed inside the color
4135         matrix, don't let the cursor move out of it until the button is
4136         released, which is the behavior on windows. Changed 'colours' by
4137         'colors' to use the same word consistently.
4139 2006-06-21  Chris Toshok  <toshok@ximian.com>
4141         * DataGrid.cs: add in some basic navigation stuff (navigating to a
4142         child relation and back, using a stack).  Also, remove
4143         GetDataSource and the code that calls it - it's not needed.  Also,
4144         track CurrencyManager.ListName's removal.
4146 2006-06-21  Chris Toshok  <toshok@ximian.com>
4148         * CurrencyManager.cs: push some of the original type checking from
4149         BindingContext.CreateBindingManager to here, and remove some of
4150         the finalType stuff.  Need more tests to make sure I've got the
4151         ListName part right, and we might need more in SetDataSource.
4153         * PropertyManager.cs: add a ctor that takes just the datasource,
4154         and no property name.  Make SetDataSource work with a null
4155         property_name, and make Current return the data_source if the
4156         property descriptor is null.  this makes 'string foo = "hi";
4157         BindingContext[foo].Current' return "hi" as it should.
4159         * RelatedCurrencyManager.cs: make this code more generic - there's
4160         no reason the parent manager has to be CurrencyManager, and
4161         there's no reason to pass the DataRelation.  It suffices to use a
4162         BindingManagerBase and PropetyDescriptor.
4164         * RelatedPropertyManager.cs: make a similar change here.
4165         
4166         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
4167         flower I knew it could be.
4169 2006-06-20  Chris Toshok  <toshok@ximian.com>
4171         * PropertyManager.cs: the PropertyChangedHandler is invoked when
4172         data in the source has changed and we need to update the control,
4173         so s/PullData/PushData.
4175         * CurrencyManager.cs: Refresh is meant to update the control from
4176         data in the datasource.  So, s/PullData/PushData.
4178         * BindingContext.cs: add more ugliness (we weren't handling the
4179         case where data_source = DataTable and data_member = column_name).
4181         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
4182         from the perspective of the datasource.  PullData pulls from the
4183         control, PushData pushes to the control.
4185 2006-06-20  Chris Toshok  <toshok@ximian.com>
4187         * BindingContext.cs: rewrite the CreateBindingManager code to
4188         handle navigation paths more or less properly.  This could
4189         definitely stand some more work, in particular to push the
4190         recursion up to the toplevel.  But that relies on fixes in other
4191         places (System.Data comes to mind).
4193         Also, move to a flat hashtable (and encode the twolevel nature of
4194         the dictionary into the hash key).  This lets us implement the
4195         IEnumerable.GetEnumerator method.
4197         * RelatedCurrencyManager.cs: new class.  Update our view based on
4198         our relation and our parent CurrencyManager's position.
4200         * CurrencyManager.cs: split out some logic from the ctor into
4201         SetView, so it can be called from the new RelatedCurrencyManager
4202         subclass.
4204         * RelatedPropertyManager.cs: new class.  Update our datasource
4205         based on the position of our parent CurrencyManager.
4207         * PropertyManager.cs: split out some logic from the ctor into
4208         SetDataSource, so it can be called from the new RelatedDataSource
4209         subclass.  Also, make the Current getter return the value
4210         of the PropertyDescriptor, not the data_source.
4212         * Binding.cs: no need to duplicate the string splitting code here.
4214 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
4216         * Control.cs:
4217           - set_Enabled: OnEnabledChanged is not called if the inherited state 
4218             of the control is not altered, even though  we might be changing the
4219             internal state of the control (#78458)
4220           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
4221             OnEnabledChanged, to allow easy altering of any child window state
4222           - OnEnabledChanged: Added code to enable/disable driver window state
4223           - OnParentEnabledChanged: Instead of firing the event, call 
4224             OnEnabledChanged, which will fire the event and also a) set driver
4225             window state and pass the enabled state to any grandchildren (#78458)
4227 2006-06-19  Jackson Harper  <jackson@ximian.com>
4229         * InternalWindowManager.cs: We don't set the cursor explicitly
4230         thats done via the response to NCHITTESTs.
4231         - Don't need to adjust for titlebar heights anymore, the
4232         coordinates are coming in the correct coordinates now (see peters
4233         last patch).
4236 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
4238         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
4239           being translated relative to whole window, instead of client window.
4240           That caused broken offsets on mouseclick (and caused gas for our
4241           InternalWindowManager)
4243 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
4245         * TextControl.cs:
4246           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
4247           - Undo(): Added replay of cursor move on DeleteChars action; added
4248             calling Undo() again if a recorded cursor move is invalid (to
4249             ensure that some action is performed on Undo)
4250         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
4252 2006-06-16  Jackson Harper  <jackson@ximian.com>
4254         * MdiClient.cs: Instead of just sizing maximized windows when
4255         there is a resize we also have to adjust the Y of minimized
4256         windows, so they stay pinned to the bottom of the mdi container.
4257         - Eliminate separate tracking of the active control, we can just
4258         get this from the controls collection.
4259         - Paint the decorations for the newly activated titlebar so we get
4260         a pretty blue bar.
4261         * InternalWindowManager.cs:
4262         * ThemeWin32Classic.cs: Minimized windows get all three buttons
4263         even if they are a tool window.
4264         
4265 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
4267         * TextControl.cs (Undo): Handle non-existent cursor locations in the
4268           undo buffer, these can happen when text was deleted and the cursor
4269           was recorded first. Since we will also have a recorded cursor
4270           after the delete this is not an issue. (Fixes #78651)
4272 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
4274         * AccessibleObject.cs: Remove dependence on Control.is_selected;
4275           instead properly track control states internally (allows us to
4276           remove is_selected from Control)
4278 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4280         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
4281         whose width is not a multiple of 8.
4283 2006-06-13  Jackson Harper  <jackson@ximian.com>
4285         * MdiClient.cs:  Only maximize the next child if the current one
4286         is maximized.
4288 2006-06-13  Chris Toshok  <toshok@ximian.com>
4290         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
4291         modified.  Also, guard against grid or grid_drawing being null in
4292         Invalidate.
4294         * DataGrid.cs: Reformat tons of getters/setters.  In the
4295         DataMember setter, just call SetNewDataSource instead of
4296         duplicating some of its functionality.  In SetNewDataSource, don't
4297         check ListManager for null, since the property getter creates the
4298         object if needed.
4300         * DataGridTableStyle.cs: don't set TableStyle or call
4301         SetDataGridInternal on the column here, it's done in
4302         GridColumnStylesCollection.Add.
4304         * GridColumnStylesCollection.cs: fix all the explicit interface
4305         implementations to just call our methods.  Nuke AddInternal() and
4306         move the body of it to Add().  Also, add a call to
4307         column.SetDataGridInternal to Add().
4309         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
4310         base()+duplicate code.  Also, use the Format property instead of
4311         format to generate an Invalidate ala MS.  Lastly, create the
4312         textbox here, unconditionally.
4313         (set_Format): call Invalidate.
4314         (get_TextBox): no need to call EnsureTextBox.
4315         (Commit): remove the message box.
4316         (Edit) remove the call to EnsureTextBox.
4317         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
4318         (EnterNullValue): no need to check textbox for null.
4319         (HideEditBox): no need to check textbox for null.
4320         (SetDataGridInColumn): add the textbox to the grid's controls.
4321         (EnsureTextBox): nuke.
4322         
4323 2006-06-13  Jackson Harper  <jackson@ximian.com>
4325         * MdiWindowManager.cs: Hook up to the maximized menus paint event
4326         and redraw the buttons when needed. Unhook when the window is
4327         unmaximized.
4328         * MainMenu.cs: Add an internal Paint event, the mdi window manager
4329         needs this so that it can redraw its buttons when the menu is
4330         repainted.
4331         * InternalWindowManager.cs:
4332         * Form.cs: The method order has changed for DrawMaximizedButtons,
4333         so that it can be a PaintEventHandler.
4334         
4335 2006-06-13  Jackson Harper  <jackson@ximian.com>
4337         * MdiClient.cs: When we close a maximized mdi window, the next mdi
4338         window is activated and maximized, even if it wasn't before.
4339         - When  a new window is activated repaint the decorations of the
4340         old one, so that it no longer has the Active "look" (the blue
4341         titlebar).
4342         * InternalWindowManager.cs: Open up CreateButtons to base classes
4343         so they can recreate the buttons on state changes.
4344         - If a window is maximized give it all three buttons
4345         * MdiWindowManager.cs: Create the titlebar buttons when the state
4346         is changed, this is needed because a toolwindow will not have all
4347         three buttons until it is maximized.
4349 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
4351         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
4352           Fixed bug #78609.
4354 2006-06-12  Jackson Harper  <jackson@ximian.com>
4356         * KeysConverter.cs: Make sure we handle the Ctrl special case
4357         if its the only key.
4358         
4359 2006-06-12  Jackson Harper  <jackson@ximian.com>
4361         * Theme.cs: Add a method to get the size of a managed window
4362         toolbar button.
4363         * InternalWindowManager.cs: Remove the ButtonSize property, this
4364         should be retrieved from the theme.
4365         * MdiWindowManager.cs: Get the button size from the theme
4366         * ThemeWin32Classic.cs: Make the method to get the managed window
4367         titlebar button size public.
4368         - Handle the different button sizes of maximized toolwindows
4369         (should match any maximized window).
4370         - Get the titlebar height from the theme, not the WM (which gets
4371         it from the theme).
4373 2006-06-12  Jackson Harper  <jackson@ximian.com>
4375         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
4376         event down to the mdi window manager.
4377         - Expose some extra stuff to base classes
4378         - Make sure to end the Capture on an NC Mouse up, so that we can
4379         get double clicks properly, and the sizing doens't stick.
4380         - When doing PointToClient contain it in the workable desktop
4381         area, this prevents windows from changing size when the cursor is
4382         pulled outside of the working area while sizing.
4383         * MdiWindowManager.cs: When we get a double click maximize the
4384         window.
4385         - Reset the cursor after handling mode changes.
4387 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
4389         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
4390           current desktop, instead of just assuming a 0, 0 origin. This
4391           is needed for our internal window manager, to know the top
4392           margin of the desktop
4394 2006-06-12  Chris Toshok  <toshok@ximian.com>
4396         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
4397         we need this to get rid of the selected background in the bool
4398         column.
4399         (CancelEditing): move the ConcedeFocus call to above the Abort
4400         call.  Also, set is_changing to false and invalidate the row
4401         header if we were changing before.
4402         (ProcessKeyPreviewInternal): remove, since noone outside this
4403         class calls it anymore.  Roll the code into ProcessKeyPreview.
4404         (EndEdit): remove the internal version.
4405         (InvalidateCurrentRowHeader): make private.
4407         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
4408         Keys.Escape handling (and with it the last call to
4409         DataGrid.EndEdit from outside the class.)
4412 2006-06-12  Chris Toshok  <toshok@ximian.com>
4414         * DataGridTextBox.cs (.ctor): isedit defaults to false.
4415         (OnKeyPress): set isedit to true.
4416         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
4417         already handled by the grid.
4419         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
4420         right.  ugh.
4421         (set_DataSource): SetDataSource always returns true, so stop
4422         putting it in an if statement.
4423         (EndEdit): get rid of some {}'s
4424         (ProcessGridKey): return true in case Keys.Escape.
4425         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
4426         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
4427         PositionChanged, stopped connecting to CurrentChanged.
4428         (GetDataSource): simplify this a bunch.
4429         (SetDataSource): change return type from bool to void.
4430         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
4431         to this, and make sure we don't set ListManager.Position inside
4432         set_CurrentCell.
4433         (OnListManagerItemChanged): if we're passed an actual index,
4434         redraw that row.
4436         * CurrencyManager.cs (set_Position): don't call PullData here.
4438 2006-06-09  Jackson Harper  <jackson@ximian.com>
4440         * TreeNode.cs:  Recalculate the visible order before doing the
4441         Expand/Collapse Below calls, because those calls generate an
4442         expose.
4443         - Reduce calls to the TreeView property, which is mildly expensive
4444         by using a local var.
4445         * Form.cs: Layout the MDI child windows when creating the parent
4446         form.
4447         - Don't use the internal constructor anymore
4448         * MdiClient.cs: use the parent form width/height (if available)
4449         when laying out the child windows, we do this because the
4450         mdiclient isn't docked yet when the initial layout is done.
4451         - Don't need an internal constructor anymore.
4453 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4455         * FileDialog.cs: handle access errors when trying to create a folder
4456         or changing to a directory. No need to initialize out parameters.
4458 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4460         * FileDialog.cs: Append a number when creating a new folder if the
4461           folder already exists (use parenthesis instead of square brackets)
4463 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4465         * FileDialog.cs:
4466           - Disabled registry support for windows and added better registry
4467             error checking for other systems (need to investigate why it
4468             works perfectly on my system)
4469           - If a folder already exist show an error MessageBox instead of
4470             trying to create an indexed name.
4471           - Fixed a non intentional typo.
4473 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4475         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
4477 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4479         * FileDialog.cs: When creating a new folder don't crash if the
4480           folder already exists.
4482 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4484         * FileDialog.cs: Allmost a complete rewrite.
4485           - added a "virtual" file system that handles the differences
4486             between unix and windows file systems (especially the directory
4487             structure). Moved most of the directory and file handling code
4488             into the vfs.
4489             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
4490             UnixFileSystem and FSEntry.
4491           - Recently used folder/directory, size, location and used file names
4492             (file name ComboBox) are now stored in the registry and get read
4493             before the dialog shows up (fixes part 6 of bug #78446).
4494           - Creation of new folders/directories is now possible (context menu
4495             or ToolBar). Added TextEntryDialog for this that fills in the gap
4496             until ListView.LabelEdit works.
4497           - Fixed cursor handling (bug #78527) and focus handling for
4498             PopupButtonPanel
4499           - Various "Search in" ComboBox enhancements. The content of the
4500             dropdown listbox now almost matches ms.
4501           - Changed the behaviour when the user switches to SpecialFolder
4502             Recent to show the ListView in View.Details.
4503           - Beside using the ToolBar to change the View property of the
4504             file ListView it is now possible to use the context menu too.
4506 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
4508         * ComboBox.cs: Don't create a new ObjectCollection when an item
4509           gets inserted. Just insert the item in the existing object_items
4510           ArrayList.
4512 2006-06-08  Jackson Harper  <jackson@ximian.com>
4514         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
4515         that the treeview and root node checks are done also, this fixes a
4516         regression i caused in the unit tests.
4518 2006-06-07  Wade Berrier <wberrier@novell.com> 
4520         * RichTextBox.cs: More ISO8859-1 -> unicode
4522 2006-06-07  Mike Kestner  <mkestner@novell.com>
4524         * ComboBox.cs : use items to hold highlight/selection so that
4525         collection insertions don't require synchronization.
4527 2006-06-07  Jackson Harper  <jackson@ximian.com>
4529         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
4530         routine.  We now always keep the sized edge at the cursor instead
4531         of computing movement and adjusting rects.  There is one buglet
4532         with this method though when the cursor is moved over area that
4533         the window can not expand too (such as the toolbars on the desktop).
4535 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4537         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
4538         here. Fixes crash on startup in AlbumSurfer.
4540 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
4542         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
4543           values
4545 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4547         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
4548         statement to avoid calling XNextEvent which will block if another thread
4549         took the event that we were expecting. Fixes bug #78605.
4551 2006-06-07  Mike Kestner  <mkestner@novell.com>
4553         * ListView.cs : isolated checkbox clicking from the selection logic.
4554         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
4556 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4558         * Form.cs: Check that the value passed to Form.DialogResult
4559         is a valid enum value.
4561 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4563         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
4564         Computer'. Clicking it in the network view goes to 'My Computer'.
4565         Added CIFS filesystem type. Display the mount point of filesystems.
4566         Avoid duplicate mount points (happens for me with CIFS);
4568 2006-06-06  Jackson Harper  <jackson@ximian.com>
4570         * InternalWindowManager.cs: Draw the maximized windows buttons
4571         when resizing.
4573 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4575         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
4576         all other dialogs. Fixes bug #78585.
4578 2006-06-06  Mike Kestner  <mkestner@novell.com>
4580         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
4581         Only invalidate checkbox on checkstate changes to avoid flicker.
4582         * ListBox.cs : avoid unselect/select when clicking selected item.
4583         avoid reselection flicker for already multiselected items.
4584         Fixes #78382.
4586 2006-06-06  Jackson Harper  <jackson@ximian.com>
4588         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
4589         the parent form so that the menu is removed if needed.
4591 2006-06-06  Mike Kestner  <mkestner@novell.com>
4593         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
4594         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
4596 2006-06-06  Mike Kestner  <mkestner@novell.com>
4598         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
4601 2006-06-06  Jackson Harper  <jackson@ximian.com>
4603         * Control.cs: Use the property (instead of the field) to get the
4604         default cursor so it is instantiated correctly.
4605         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
4606         resizes so we need to manually repaint the window decorations here.
4607         - Set the titlebar button locations as soon as they are created,
4608         otherwise they are not set correctly on win32.
4609         
4610 2006-06-06  Chris Toshok  <toshok@ximian.com>
4612         * CurrencyManager.cs (set_Position): call PullData before
4613         OnCurrentChanged.
4614         (AddNew): after calling IBindingList.AddNew, update our
4615         listposition, and call OnCurrentChanged/OnPositionChanged (without
4616         calling PullData).
4617         (OnCurrentChanged): remove the call to PullData from here.
4618         (OnItemChanged): remove the call to PushData from here.
4619         (OnPositionChanged): change the test from == null to != null to
4620         match the other methods.
4621         (ListChangedHandler): the grossest part of the patch.  Implement
4622         this such that it passes the unit tests in CurrencyManagerTest and
4623         the output more or less matches that of MS's implementation.
4625 2006-06-06  Mike Kestner  <mkestner@novell.com>
4627         * ListView.cs : only update check state on single click.
4628         * ThemeWin32Classic.cs : fix focus drawing for details view without
4629         fullrowselect.  Fixes #78454.
4630         * XplatUIX11.cs : fix for double click emission.
4632 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
4634         * PropertyGridView.cs : Applied Atsushi's patch to fix
4635         font dialog bug  (#78197).
4637 2006-06-05  Jackson Harper  <jackson@ximian.com>
4639         * TreeNode.cs: Compute the next node for expanding/collapsing
4640         correctly. We now factor in nodes without a NextNode
4641         correctly. (Fixes somes cases in nunit-gui).
4642         * InternalWindowManager.cs: Set the bounds when updating the
4643         virtual position of a tool window.
4644         
4645 2006-06-05  Chris Toshok  <toshok@ximian.com>
4647         * DataGrid.cs: rename cached_currencymgr to list_manager.
4648         (set_CurrentCell): move SetCurrentCell code here, and clean it up
4649         some.
4650         (CurrentRow, CurrentColumn): single accessors so we can make the
4651         cursor movement code a lot easier to understand.
4652         (CurrentRowIndex): implement this in terms of CurrentRow.
4653         (BeginEdit): clean this up a bit.
4654         (CancelEditing): sort out the is_editing/is_changing/is_adding
4655         stuff a little.
4656         (EndEdit): minor changes.
4657         (OnKeyDown): add a comment about a (most likely) unnecessary
4658         check.
4659         (OnMouseDown): cancel editing when we click on a row header.  And
4660         use the CurrentRow setter, not CurrentCell.
4661         (ProcessDialogKey): directly call ProcessGridKey.
4662         (UpdateSelectionAfterCursorMove): factor out this common block of
4663         code (it's used everywhere that we move the cursor by updating row
4664         or column).
4665         (ProcessGridKey): pretty substantial overhaul.  Use the
4666         CurrentRow/CurrentColumn properties to make the code a lot more
4667         readable.  Only use the CurrentCell property when we have to
4668         modify both row and column at once.  Tab behavior is still broken,
4669         and Delete is untested.
4670         (Select): if we have no selected rows, set selection_start to
4671         @row.
4672         (EditCurrentCell): rename EditCell this.  It was only ever invoked
4673         with CurrentCell as the arg, so drop the arg and rename it.
4675         * DataGridColumnStyle.cs: clean up the constructors a little, and
4676         drop CommonConstructor().
4678         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
4679         actually get notified when the user hits it.
4680         (ProcessKeyMessage): *substantially* simplify this method.
4681         There's no reason (that I can see) for the textbox to be making
4682         calls into the datagrid at all.  Remove all of them but the ones
4683         for Enter handling.  those will take some more work.
4685         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
4686         calling HideEditBox.
4687         (HideEditBox): if we have an active textbox, render it invisible
4688         without causing a re-layout of the datagrid.
4690 2006-06-05  Mike Kestner  <mkestner@novell.com>
4692         * ListView.cs : fix NRE crasher when focuseditem is cleared by
4693         collection changes by resetting it to Items[0].  Fixes #78587.
4695 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4697         * MessageBox.cs: if the height of the text is larger than the icon_size,
4698         use that. Fixes bug #78575.
4700 2006-06-05  Jackson Harper  <jackson@ximian.com>
4702         * TreeView.cs: Fix line drawing when scrolling.  To do this each
4703         node is basically responsible for drawing its entire horizontal
4704         area.  When drawing a node it draws its parent node lines if
4705         needed.
4706         - Adjust the clip area to the viewport rectangle
4707         - Fix Left/Right key handling to match MS. (It expand/collapses
4708         and moves to parents/first child but does not move selection to
4709         sibling nodes).
4710         - Fix SetTop to work with new bound calculation code
4711         - When scrollbars are no longer needed we need to reset scrolling
4712         vars and recalculate the visible order so the redraw is correct
4713         * TreeNode.cs: We can't expand/collapse nodes with no children.
4715 2006-06-03  John Luke  <john.luke@gmail.com> 
4717         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
4718         so the colors work without dev packages
4719         
4720 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
4722         * Control.cs 
4723           - Select: Implemented to just use activate. Seems to match MS 
4724             behaviour closest. Documented to only do actual control walking 
4725             based on it's parameters if in a container control so I moved 
4726             the code there.
4727           - Removed selection check logic from our internal Select() method
4728         * ContainerControl.cs:
4729           - Select: Moved selection logic from Control here, since MS documents
4730             that containers obey the bool arguments. No longer calling base
4732 2006-06-02  Jackson Harper  <jackson@ximian.com>
4734         * TreeView.cs: If the selected node isn't changed when we get
4735         focus update the previously selected node so that we see the
4736         selection box.
4738 2006-06-02  Mike Kestner  <mkestner@novell.com>
4740         * ComboBox.cs: restructure grab and general mouse event handling.
4741         Make the composite control raise mouse events like it was a single
4742         control for leaves/enters/motion/up/down events.  fix dropdown list
4743         coordinate mangling and refactor it into the scrollbar subclass to
4744         reduce code duplication.  Fixes #78282 #78361 and #78457.
4746 2006-06-02  Mike Kestner  <mkestner@novell.com>
4748         * ScrollBar.cs: remove Capture setting/clearing, as it happens
4749         automatically in the Control.WndProc.
4751 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4753         * FileDialog.cs: fix crash when running SharpChess, which sets the
4754         FilterIndex to 2 with only one Filter.
4756 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4758         * ToolBar.cs: add SizeSpecified property.
4759         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
4760         try to figure out our real size, otherwise fallback to what the
4761         container says.
4763 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
4765         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
4766         * Control.cs (WndProc): MS always calls the DefWndProc to pass
4767           up the event
4769 2006-06-01  Mike Kestner  <mkestner@novell.com>
4771         * ListView.cs: revamp the focus management in ListView.  It still
4772         causes churn of LostFocus/GotFocus emissions on clicks, but it's
4773         better than not handling focus at all.  Will revisit when pdb feels
4774         the general focus handling is solid.  Fixes #78526.
4776 2006-06-01  Jackson Harper  <jackson@ximian.com>
4778         * TreeView.cs: Set the default border style in the constructor.
4779         - Move painting to use OnPaintInternal instead of capturing
4780         WM_PAINT, this is the correct way of doing things
4781         - UpdateBelow shouldn't invalidate the scrollbar area
4782         - Cap the top on update below in case the node was above the top
4783         of the viewport rectangle.
4784         - ExpandBelow and Collapse below need to obey Begin/End Update.
4785         * TreeNode.cs: Make is_expanded internal so the treenode
4786         collection can change it without firing the whole event chain.
4787         * TreeNodeCollection.cs: When clearing all the child nodes make
4788         sure to recalc the visible order.
4789         - Improve algo for remove the top node
4791 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
4793         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
4794           SendMessage directly calling window procedures, which in turn might
4795           call SetFocus()
4797 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
4799         * Control.cs: Don't handle WM_SETFOCUS if the same window already
4800           has focus (works around X11 sending a FocusIn after our SetFocus)
4801         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
4803 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
4805         * Mime.cs: Fix for the NET_2_0 build.
4806           NameValueCollection needs StringComparer now.
4808 2006-05-31  Chris Toshok  <toshok@ximian.com>
4810         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
4811         return (via an out parameter) the starting X of the column.
4812         (UpdateVisibleColumn): track change to FromPixelToColumn.
4813         (HitTest): add a ColumnResize case here.
4814         (DrawResizeLine): new function, probably poorly named.
4816         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
4817         only need to keep one reference.
4818         (set_ListManager): same.
4819         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
4820         Also, add support for HitTestType.ColumnResize.
4821         (OnMouseMove): add column resize behavior here, and change the
4822         cursor to the correct one as we move around the datagrid.
4823         (OnMouseUp): terminate the column resize if we're resizing.
4824         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
4825         for the current cell.
4826         (ConnectListManagerEvents): use cached_currencymgr.
4827         (DisconnectListManagerEvents): fill this in, using
4828         cached_currencymgr.
4829         (SetCurrentCell): remove cached_currencymgr_events handling.
4830         (SetDataMember): only call DisconnectListManagerEvents if
4831         cached_currencymgr is != null.
4832         (SetDataSource): same.
4833         (OnListManagerCurrentChanged): cached_currencymgr_events ->
4834         cached_currencymgr.
4836 2006-05-31  Jackson Harper  <jackson@ximian.com>
4838         * BindingManagerBase.cs: Remove somedebug code that creeped into
4839         SVN.
4840         * TreeNode.cs: We get the indent level dynamically right now, so
4841         don't track it as a member.
4842         * TreeNodeCollection.cs: Make sure all nodes added to the list
4843         have parents, treeviews/topnodes setup properly.
4844         - Don't attempt to track indent level.
4846 2006-05-30  Jackson Harper  <jackson@ximian.com>
4848         * BindingContext.cs: Create the currency manager tables here.
4849         This allows us to more easily create null tables (when bad data
4850         members are used), and more easily create related currency
4851         managers.
4852         * CurrencyManager.cs: All the table creation stuff is done by the
4853         binding context now.
4854         - Current should throw an exception if listposition is -1.
4855         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
4856         been bound yet.
4858 2006-05-30  Mike Kestner  <mkestner@novell.com>
4860         * ListView.cs: allow reexpansion of zero-width column headers.
4861         Fixes #78528.
4863 2006-05-28  Chris Toshok  <toshok@ximian.com>
4865         * CurrencyManager.cs (get_Current): after the late binding
4866         listposition = -1 fix, we need to guard against it here and return
4867         null, otherwise we raise an exception (which is swallowed
4868         elsewhere, and breaks datagrid databinding.)
4870 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
4872         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
4873           than WM_SYSKEY, don't throw if get something unexpected (#78507)
4875 2006-05-26  Jackson Harper  <jackson@ximian.com>
4877         * ControlPaint.cs:
4878         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
4879         values, it's faster and it's all we care about (we don't care if
4880         the names aren't equal).
4881         * KeyboardLayouts.cs: Eliminate some dead code.
4882         - Lazy init things
4883         * X11Keyboard.cs: Lazy init keyboard detection.
4884         - Cleanup access modifiers a little.
4886 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
4888         * XplatUIX11.cs: Once again, attempting to get layout just right.
4890 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
4892         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
4893           the sizes of each link section, that will result in sizes that
4894           match DrawString's layout (Fixes #78391)
4896 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
4898         * FileDialog.cs: If AddExtension property is true autocomplete the
4899           extensions in SaveFileDialog correctly. Fixes bug #78453.
4900           Set MyNetwork and MyComputer to "C:\" for windows. This should
4901           fix part 8 of bug #78446 for now.
4903 2006-05-26  Chris Toshok  <toshok@ximian.com>
4905         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
4906         invalidate the current row header if we need to, but presumably
4907         we'll invalidate the row corrsponding to the bounds or
4908         editingControl.
4909         (GridHScrolled): switch back to this method, as it's part of the
4910         public api.  *sigh*.
4911         (GridVScrolled): same.
4912         (OnMouseWheel): hack up something that more or less works.  Call
4913         GridHScrolled/GridVScrolled directly, instead of duplicating much
4914         of their code here.
4915         (EnsureCellVisibility): reinstate a bunch of this code, since we
4916         can't just set the scrollbar Value and expect to do all the work
4917         in the ValueChanged handler.  Also, Call Update() after scrolling
4918         in one direction so the other XplatX11.ScrollWindow call has the
4919         proper stuff in the proper places.
4920         (EditCell): set is_editing to true before calling .Edit.
4922         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
4923         don't bother comparing first.
4924         (OnKeyPress): call grid.ColumnStartedEditing before calling
4925         base.OnKeyPress.  this will set is_changing and invalidate the row
4926         header if necessary.
4927         (ProcessKeyMessage): for WM_CHAR messages, call
4928         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
4929         and WM_KEYDOWN.
4930         
4931         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
4932         it's done in the DataGrid.
4933         (NextState): call grid.ColumnStartedEditing, which takes care of
4934         invalidating the row header (and setting is_changing).
4936         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
4937         here.  it's done in the DataGrid.
4939 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4941         * Control.cs: allow changing the cursor when the mouse position is
4942         out of bounds but Capture is set.
4943         * LinkLabel.cs: handle the case when the mouse button is pressed on the
4944         linklabel but released somewhere else.
4946 2006-05-25  Jackson Harper  <jackson@ximian.com>
4948         * TreeView.cs: When we get focus if there is no selected node make
4949         it the top node
4950         - Remove some uneeded setup code from Draw.
4951         * TreeNodeCollection.cs: If the tree doesn't have a top node when
4952         a new node is inserted make the new node the top.
4953         * XplatUIX11.cs:
4954         * Timer.cs: Use Utc time so that no local time zone stuff needs to
4955         be used (should be faster).
4956         
4957 2006-05-25  Chris Toshok  <toshok@ximian.com>
4959         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
4960         problem with the last commit.
4962 2006-05-25  Chris Toshok  <toshok@ximian.com>
4964         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
4965         need the invalidate call here, while scrolling right-to-left via
4966         the left arrow key (i.e. moving the editing cell while scrolling).
4968         * DataGrid.cs (.ctor): remove the initialization of
4969         ctrl_pressed/shift_pressed.  We no longer track them using key
4970         up/down handlers, but by using Control.ModifierKeys.  Also, switch
4971         to using ValueChanged handlers on the scrollbars instead of
4972         Scrolled event handlers.  This simplifies a bunch of the scrolling
4973         code.
4974         (GridHValueChanged): rename from GridHScrolled, and change it to
4975         work with the new event args.
4976         (GridVValueChanged): same.
4977         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
4978         (OnMouseWheel): actually scroll the datagrid.  Don't change the
4979         selected cell.
4980         (ProcessGridKey): correct all the keyboard navigation stuff I
4981         could find.  Ctrl up/down/left/right/home/end work now.
4982         (EnsureCellVisibility): correct method name spelling.  Also,
4983         simplify this a touch by not explicitly calling the
4984         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
4985         scrollbar value.
4986         (OnKeyUpDG): no need for this method now.
4987         
4988 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4990         * LinkLabel.cs: display the OverrideCursor when hovering the label.
4991         Fixes bug #78392.
4993 2006-05-25  Chris Toshok  <toshok@ximian.com>
4995         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
4996         r61019.
4998 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
5000         * Application.cs: Moved setting of is_modal and closing to before
5001           we create the control, to allow the event handlers called as a
5002           result of creation affect closing. Also removed Gonzalo's previous
5003           change to setting DialogResult, the behaviour has been moved to 
5004           Form.ShowDialog()
5005         * Form.cs: 
5006           - ShowDialog(): Removed explicit creation of the form, let RunLoop
5007             handle it instead
5008           - ShowDialog(): If no dialog result is set, we need to return Cancel
5009           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
5010             the close is cancelled
5012 2006-05-25  Jackson Harper  <jackson@ximian.com>
5014         * StatusBar.cs: We only need to update the sizes of the other
5015         panels when we have auto size contents.  Also we are only updating
5016         the contents of the panel, not the borders, so compensate for the
5017         border width (TODO: get this width from the theme somehow).
5018         * TreeView.cs: Scrollable is true by default
5019         - Use invalidate instead of refresh where needed
5020         - Factor the scrollable value into scrollbar updating
5021         - Update the scrollbars if the Scrollable property is altered
5022         - Update the selected node if its ImageIndex is changed
5023         - Handle null nodes in UpdateNode (mainly so we don't have to
5024         check if selected is null when updating it
5025         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
5026         are factored into the visible count
5027         - Use VisibleCount for clarity in the code
5028         - When the font is changed we need to recurse through all the
5029         nodes and invalidate their sizes
5030         
5031 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5033         * Application.cs: set the DialogResult to fixed when the main form is
5034         hidden or destroyed while being modal.
5036 2006-05-25  Miguel de Icaza  <miguel@novell.com>
5038         * Theme.cs: Use Tangoified messagebox icons. 
5040         (GetSizedResourceImage): Also cope with width = 0 and do not
5041         trigger a warning in that case (0 means "give me your icon from
5042         the resouce, no special size needed).
5044 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
5046         * Application.cs: Leave runloop if the the main modal form is 
5047           hidden (fixes #78484)
5049 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
5051         * BindingContext.cs : reject null datasource in Contains() and
5052           Item[].
5053         * CurrencyManager.cs : check data_member validity when data_source
5054           is dataset. When it is late binding, the initial position is -1.
5056 2006-05-24  Jackson Harper  <jackson@ximian.com>
5058         * TreeNodeCollection.cs: Dont't recalculate the visible order on
5059         inserted nodes that aren't visible.  This changes the
5060         max_visible_order which confuses scrollbar settings.
5061         - Use the enumerator to get the prev node instead of duplicating
5062         code.
5063         * TreeView.cs: Use new method for setting scrollbar values
5064         - Don't set the bounds every time the scrollbar is updated
5065         - When updating below the root node use an invalidate instead of a
5066         refresh to prevent the child controls (scrollbars) from being
5067         refreshed. (UpdateBelow still needs to be reworked anyways).
5068         - Reenable SetBottom now that visible orders are set correctly,
5069         added some debug code incase we ever get bad values there again.
5070         - Set the scrollbar max to 2 less then the max value, this
5071         compensates for the max value being one above the node count, and
5072         for scrollbars adding one extra "notch".
5073         - When drawing image nodes if there is an imagelist we draw the
5074         first image in the list if the supplied image index is out of the
5075         image list's bounds.
5076         
5077 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
5079         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
5080           we receive a size change from the WM (Fixes #78503)
5082 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
5084         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
5085           rectangle (Fixes #78501)
5087 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
5089         * ButtonBase.cs: 
5090           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
5091             as a bitfield.
5092           - Fixed MouseMove to no longer switch pressed state unless the left
5093             mouse button is pressed. Atsushi provided the original patch (#78485)
5094           
5095 2006-05-24  Jackson Harper  <jackson@ximian.com>
5097         * ScrollBar.cs: New internal methods that allow us to change a
5098         couple values on the scrollbar (the most common case is maximum
5099         and large change) without getting multiple invalidates.
5101 2006-05-24  Chris Toshok  <toshok@ximian.com>
5103         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
5104         (Edit): save off the original state in oldState, and set
5105         grid.is_editing to true.
5106         (OnKeyDown): abort editing if escape is pressed.  also, call
5107         NextState if space is pressed.
5108         (OnMouseDown): call NextState.
5109         (NextState): factor out shared code from OnKeyDown and OnMouseDown
5110         here.  Also, only invalidate the row header once (on the initial
5111         is_changing switch) to save on redraws.
5113 2006-05-24  Chris Toshok  <toshok@ximian.com>
5115         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
5116         if the value in the cell is different than it was before.  This
5117         keeps us from triggering a layout when we move around a datarid
5118         with a highlighted cell.
5119         (Edit): suspend layout when creating/positining the text box, and
5120         resume passing false so we don't ever actually re-layout.
5121         (ReleaseHostedControl): same.
5122         (EnsureTextBox): reformat slightly, and set WordWrap to false.
5124         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
5125         control-key sequences should go to the datagrid - remove that
5126         lock.  Also, modify the conditions under which we move between
5127         cells when moving the cursor within a cell, and remove the "this"
5128         and "base" from field accesses.  We weren't even consistent, given
5129         they all were in the base class.
5131 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
5133         * Binding.cs : (.ctor)
5134           An obvious NRE fix for BindingTest.CtorNullTest().
5136 2006-05-23  Chris Toshok  <toshok@ximian.com>
5138         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
5139         them between lines.  This fixes some quirks editing cells in the
5140         datagrid.
5142 2006-05-23  Jackson Harper  <jackson@ximian.com>
5144         * TreeView.cs: Use begin/end update when doing expand/collapse all
5145         so that we don't get flicker on the scrollbar.
5147 2006-05-23  Jackson Harper  <jackson@ximian.com>
5149         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
5150         treenode calculations to be independant of the painting code. To
5151         do this nodes track a visible order which is calculated by the
5152         treeview.
5153         - Call new methods for expanding/collapsing nodes.  These methods
5154         use scrollwindow so we don't have to update everything below the
5155         node.
5156         * TreeView.cs: Refactored drawing and scrolling code.  We don't
5157         need to update nodes when drawing anymore or calculate scrollbar
5158         stuff.
5159         - Added new methods for expanding/collapsing nodes. These methods
5160         use ScrollWindow so as to not have to redraw all the nodes below.
5161         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
5162         we add/remove nodes or sort.
5163         - Handle removing the selected and the top node properly.
5165 2006-05-23  Chris Toshok  <toshok@ximian.com>
5167         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
5168         maybe this should actually happen in the datagrid code?
5169         (EndEdit): no need to invalidate anything, given that
5170         ReleaseHostedControl causes the datagrid to relayout, which
5171         invalidates everything anyway.
5173         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
5174         in SetCurrentCell).
5175         (set_SelectionBackColor): call InvalidateSelection instead of
5176         Refresh.
5177         (set_SelectionForeColor): same.
5178         (BeginEdit): Flesh this out a bit.
5179         (CancelEditing): only do any of this if we're editing/adding.
5180         (EndEdit): same.
5181         (OnMouseDown): there's no need to cancel editing here, it's done
5182         in SetCurrentCell.
5183         (SetCurrentCell): only invalidate the current row header if it's a
5184         different row than the new one.
5185         (ShiftSelection): fix this to work like MS does.
5186         (ResetSelection): factor out the invalidation of selected_rows to
5187         InvalidateSelection.
5188         (SetDataSource): cancel any editing that's going on.
5190         * DataGridColumnStyle.cs
5191         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
5192         call the non-interface version.
5194         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
5195         header rectangle with the clip rectangle so we don't redraw the
5196         entire header for just a small area.  Gets rid of the last flicker
5197         when horizontally scrolling.
5198         (DataGridPaintRow): same.
5200 2006-05-23  Mike Kestner  <mkestner@novell.com>
5202         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
5203         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
5204         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
5205         Critical bug report.
5207 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
5209         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
5210           and this fixes #78493
5212 2006-05-23  Miguel de Icaza  <miguel@novell.com>
5214         * Theme.cs (GetSizedResourceImage): Scale images if the proper
5215         size is not found.  
5216         
5217         * FileDialog.cs: Do not change the background for the side bar as
5218         it wont work nicely with the theme, and also reduces the artifacts
5219         in rendering the icons (which I want to fix too).
5221         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
5222         resources, not resgen resources. 
5224         (PlatformDefaultHandler): Pull images using the new API.
5226 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
5228         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
5229           a reference to the hwnd and will not remove it unless there are
5230           no pending exposures (fixes #78341)
5231         * XplatUI.cs: Improved debug
5233 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
5235         * MenuAPI.cs : don't handle OnClick event when it was not the left
5236           button. Fixed bug #78487.
5238 2006-05-23  Mike Kestner  <mkestner@novell.com>
5240         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
5241         prefer submenus to the top menu for item lookup, to avoid popping down
5242         top-row items.
5244 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
5246         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
5247           Graphics.FillRectangle as the visual results are really bad (even
5248           on win). We now draw perfect arrows (and perfect shadows when the
5249           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
5250           Pen.DashPattern to draw the dots of each line.
5252 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
5254         * FileDialog.cs: Update the filename combobox when navigating through
5255           the ListView with the cursor keys. Fixes part 7 of bug #78446.
5257 2006-05-22  Mike Kestner  <mkestner@novell.com>
5259         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
5260         Fixes #78463.
5262 2006-05-22  Mike Kestner  <mkestner@novell.com>
5264         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
5265         requests. Fix a misspelled parameter and a copy paste exception error
5266         in Select.
5268 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
5270         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
5271           to get the same width/height (5/13) on X11 as the default font has on
5272           win32. This means that our DefaultFont emSize is smaller than the 
5273           the MS SWF equivalent (even thought the width/height stays the same)
5275 2006-05-20  Jackson Harper  <jackson@ximian.com>
5277         * MdiClient.cs:
5278         * MdiWindowManager.cs:
5279         * InternalWindowManager.cs: Make sure to use the border width from
5280         the theme.
5282 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
5284         * PrintDialog.cs: Implements printer details
5286 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
5288         * FileDialog.cs: Added focus handling for PopupButtonPanel.
5289           Fixes part 1 and 2 of bug #78446
5291 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
5293         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
5294           instead of sticking to the first ever calculated value
5296 2006-05-19  Mike Kestner  <mkestner@novell.com>
5298         * ComboBox.cs: fix mouse motion selection to use MousePosition and
5299         PointToClient, since Capture is set. Fixes #78344.
5301 2006-05-19  Mike Kestner  <mkestner@novell.com>
5303         * ListView.cs: match MS behavior in Details view where items are not
5304         drawn if Columns.Count == 0. 
5305         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
5306         Use a separate pen to draw the check, since changing the width affects
5307         the box as well.  Fixes #78454.
5309 2006-05-18  Miguel de Icaza  <miguel@novell.com>
5311         * ListView.cs: ArgumentOutOfRangeException, single versions of the
5312         exception should throw the name of the invalid argument.
5314         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
5315         there are no files listed. 
5317 2006-05-18  Jackson Harper  <jackson@ximian.com>
5319         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
5320         up.
5322 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
5324         * Control.cs: Brought back our old UpdateZOrder method as a private
5325           function and switched our calls from UpdateZOrder to the new one.
5326           This fixes the Paint.Net canvas disappearing bug.
5328 2006-05-18  Jackson Harper  <jackson@ximian.com>
5330         * Theme.cs:
5331         * ThemeWin32Classic.cs:
5332         * InternalWindowManager.cs: Move the drawing into the theme,
5333         expose everything the theme should need from the window manager.
5335 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
5337         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
5338           from the call to NativeWindow to avoid walking up the parent chain
5339           further than needed (speeds up setting cursors and avoids setting
5340           the wrong cursor if a parent has another cursor defined)
5341         * Cursor.cs: When loading an icon as cursor, MS uses the center of
5342           the icon as hotspot, not what's contained as hotspot in the icon
5343           file. This fixes the perceived drawing offset seen with Paint.Net
5344         
5345 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
5347         * XplatUIX11.cs: 
5348           - Store the calculated rectangle in Hwnd object and use it when 
5349             setting the client size
5350           - Force Toolwindows to always be type Dock, to ensure they're on top
5352 2006-05-18  Mike Kestner  <mkestner@novell.com>
5354         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
5355         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
5356         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
5357         Substantial refactoring to remove confusing nested classes. Coding
5358         standard and Get+Set->property refactorings.  Shift to index based
5359         highlighting in ComboListBox instead of constantly using IndexOf and
5360         Items[]. Add invalidations on resize for DropDownList to fix ugliness
5361         in FileDialog growth.  Draw borders manually since Simple mode needs
5362         to look like two independent controls.  Make listbox border
5363         conditional to DropDownStyle.  Improved OwnerDraw support.
5365 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
5367         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
5368         Don't set the disposed graphics to null, so we can throw the "right"
5369         exception if the graphics is reused later (added a flag to avoid 
5370         double disposing). Some behaviours are different under 2.0 and are
5371         filled under bug #78448.
5373 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
5375         * Control.cs: When double-buffering is enabled, we need to reset
5376           our graphics context between paint calls. Otherwise, any 
5377           transformations and other alterations on the context will 
5378           become cumulative (#77734)
5380 2006-05-18  Mike Kestner  <mkestner@novell.com>
5382         * ListView.cs: do focused item selection like MS on clicks. 
5383         Rework focus handling for ItemControl so LostFocus invalidates as
5384         well.
5385         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
5386         the ListView ItemControl has focus.
5388 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
5390         * XplatUIX11.cs: If client_window ends up being width or height zero
5391           due to border settings, move it off window inside whole_window (#78433)
5393 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
5395         * Mime.cs: Shrink the mime file cache correctly.
5397 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
5399         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
5401 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
5403         * XplatUIX11.cs (AddExpose): More sanity checks
5405 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5407         * XplatUIX11.cs:
5408           - AddExpose: Don't add expose ranges outside the size of our
5409             window
5410           - Cast opacity values to Int32 to avoid crashes with certain
5411             values
5412           - Added disabled code paths that protect against illegal cross-
5413             thread painting (Developers.exe)
5415 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
5417         * ProgressBar.cs: Invalidate the control when it's resized
5418           since block size is based on control size. (#78388)
5420 2006-05-16  Miguel de Icaza  <miguel@novell.com>
5422         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
5423         of setting the incoming argument to the "reset" value, we set the
5424         this.datamember to string.empty (before we were invalidating the
5425         incoming data).   
5427         Fixes 78420
5429 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5431         * Form.cs: Only apply transparency settings after the form
5432           is created. (Fixes #77800)
5434 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
5436         * ApplicationContext.cs: Grab the HandleDestroyed event so
5437           we know when to fire OnMainFormClosed 
5439 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5441         * Application.cs: Introduced sub-class to allow tracking of
5442           threads and centralized triggering of the event mess for
5443           ThreadExit, AppExit, etc..  (#76156)
5445 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
5447         * MimeIcon.cs:
5448           - Do not return a null icon index value for a mime subclass.
5449             Instead try the main mime type class too.
5450           - Seems that some newer distributions don't have a link to some
5451             gnome default icons anymore. So check the default gnome dir too.
5452           
5454 2006-05-16  Jackson Harper  <jackson@ximian.com>
5456         * MdiClient.cs: Don't paint the parent background image if we have
5457         our own background image.
5459 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
5461         * Control.cs:
5462           - PerformLayout: Do not shrink space filled by DockStyle.Fill
5463             controls, all filled controls are supposed to overlap (#78080)
5464           - UpdateZOrder is supposed to update the control's z-order in the
5465             parent's z-order chain. Fixed to behave like that
5466           - BringToFront: Removed obsolete code
5467           - SendToBack: Simplyfied
5468           - SetChildIndex: Trigger layout calculations when Z-order changes
5469             since layout is done by z-order
5471 2006-05-16  Chris Toshok  <toshok@ximian.com>
5473         [ fixes bug #78410 ]
5474         * DataGrid.cs (set_AlternatingBackColor): use
5475         grid_drawing.InvalidateCells instead of Refresh().
5476         (set_BackColor): call grid_drawing.InvalidateCells.
5477         (set_BackgroundColor): use Invalidate instead of Refresh.
5479         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
5480         invalidate the cell area.
5482 2006-05-15  Chris Toshok  <toshok@ximian.com>
5484         [ fixes bug #78011 ]
5485         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
5486         on to DataGridPaintRow.
5487         (DataGridPaintRow): take a clip argument, and only draw the cells
5488         which intersect it.  same with the not_usedarea.
5490         * Theme.cs (DataGridPaintRow) add @clip parameter.
5492         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
5493         XplatUI.ScrollWindow.
5494         (ScrollToRow): same.
5496         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
5497         with last column which was causing a gray swath to appear with the
5498         XplatUI.ScrollWindow code.
5500 2006-05-15  Chris Toshok  <toshok@ximian.com>
5502         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
5503         use XplatUI.ScrollWindow.
5504         (VerticalScrollEvent): use XplatUI.ScrollWindow.
5506 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
5508         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
5510 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
5512         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
5513           file since there are no equivalent X11 cursors
5515 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
5517         * MonthCalendar.cs : DateTimePicker should reflect selected date
5518           on mouse*up*, not mouse*down*. Fixed originally reported part of
5519           bug #76474.
5521 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
5523         * TabControl.cs : When argument index is equal or more than tab
5524           count, just ignore. Fixed bug #78395.
5526 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
5528         * Control.cs: Dispose all child controls when control is diposed (#78394)
5530 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
5532         * ColorDialog.cs: Finally it is possible to select the color with
5533           the text boxes
5535 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
5537         * PrintDialog.cs: Fix typo
5539 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
5541         * PrintDialog.cs: PrintDialog is not resizable
5542         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
5543           color. Made some ToolBar drawing methods protected virtual.
5545 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
5547         * PrintDialog.cs: Implementation of the PrintDialog
5549 2006-05-12  Chris Toshok  <toshok@ximian.com>
5551         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
5552         thumb, instead use MoveThumb.  This has the side effect of making
5553         most of the other thumb moving machinery use MoveThumb as well.
5554         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
5555         need to actually invalidate the rectangle where the new thumb will
5556         go.
5557         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
5558         We force an Update() after, so it's not as fast as it could be,
5559         but at least there's zero flicker and no droppings.
5560         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
5561         (UpdateThumbPos): add another argument (dirty), which says whether
5562         or not to calculate/add dirty regions which we later invalidate.
5563         For cases where we know we're going to use MoveThumb, we pass
5564         false for this.  Otherwise, pass true.
5566 2006-05-12  Jackson Harper  <jackson@ximian.com>
5568         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
5569         the status bar.
5570         
5571 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
5573         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
5574           and GetClipRegion methods and UserClipWontExposeParent property.
5575         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
5576           overriding UserClipWontExposeParent property, setting to false, since
5577           Win32 handles the required expose messages to draw our clipped parent
5578           areas internally
5579         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
5580           PaintEventStart to set the user clip region if set.
5581         * Control.cs: 
5582           - Now internally tracking the Region for the control since we need to
5583             store it if the handle is not yet created and only set it when it
5584             becomes created. Before setting the region forced handle creation
5585           - Added code to draw the parents underneath a user-clipped region
5586         * Hwnd.cs: Added UserClip property
5588 2006-05-12  Chris Toshok  <toshok@ximian.com>
5590         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
5591         (set_Maximum): same.
5592         (set_Minimum): same.
5593         (set_SmallChange): same.
5594         (OnMouseUpSB): remove the call to refresh when releasing the
5595         thumb.  We shouldn't need it.
5596         
5597 2006-05-12  Miguel de Icaza  <miguel@novell.com>
5599         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
5600         AutoSize set to None, we do not need to relayout everything, we
5601         just need to invalidate the current region.
5603         (Draw): Do not draw the entire ClientArea, just redraw the
5604         clip area being passed.
5606         * MdiClient.cs: Make MdiClient constructor with the Form argument
5607         internal. 
5609 2006-05-12  Jackson Harper  <jackson@ximian.com>
5611         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
5612         parents background image,  but strangely not their own.
5613         - (DrawStatusBarPanel): Take into account horizontal alignment
5614         when drawing the strings and icons.
5616 2006-05-12  Mike Kestner  <mkestner@novell.com>
5618         * ListBox.cs: avoid invalidations for focus when the collection is
5619         empty. 
5621 2006-05-12  Chris Toshok  <toshok@ximian.com>
5623         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
5624         invalidate the entire thumb area.  Call InvalidateDirty which
5625         limits the redraw to the thumb itself and surrounding pixels.
5627         * XplatUIX11.cs (ScrollWindow): optimize copying.
5628         
5629 2006-05-12  Chris Toshok  <toshok@ximian.com>
5631         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
5632         Figure out the positioning/layout in a single pass instead of
5633         multiple recursive invocations.  Speeds up the initial display of
5634         the data grid.  Also, make many things private that were
5635         originally public but unused outside this class.
5637 2006-05-11  Jackson Harper  <jackson@ximian.com>
5639         * MdiClient.cs: Improved layout code.
5641 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
5643         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
5644           not SelectedObject.
5646 2006-05-11  Chris Toshok  <toshok@ximian.com>
5648         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
5649         union of that will always be {0,0,width,height}.
5651 2006-05-11  Jackson Harper  <jackson@ximian.com>
5653         * Form.cs: Match MS's DefaultSize for forms (they must have
5654         changed the size in sp2).
5656 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
5658         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
5660 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
5662         * TextControl.cs : Fixed bug #78109. This incorrect position
5663           comparison caused crash on automatic line split.
5664         * TextBoxBase.cs : reduce duplicate code.
5666 2006-05-10  Jackson Harper  <jackson@ximian.com>
5668         * MdiClient.cs: Active form is only sent to the back when using
5669         the Next form functionality, when a form is clicked the current
5670         active shouldn't be sent to the back.
5671         - Layout the mdi windows when the container is first made visible.
5672         * Form.cs: Give the MdiClient a ref to the containing form when we
5673         create it.
5674         
5675 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
5677         * LinkLabel.cs : link_font could be uninitialized, so populate one
5678           before actual use. Fixed bug #78340.
5680 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
5682         * XplatUIX11.cs : clipboard format native value is IntPtr.
5683           Fixed bug #78283.
5685 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
5687         * Control.cs: 
5688           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
5689             which is passed up the parent chain by DefWndProc
5690           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
5691             to DefWndProc (#77956)
5692         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
5694 2006-05-10  Jackson Harper  <jackson@ximian.com>
5696         * MdiClient.cs: We need to remove the controls from the mdi
5697         collection, when we close the window.
5698         * MdiWindowManager.cs: Special handling of closing mdi windows.
5699         * InternalWindowManager.cs: Make the close method virtual so the
5700         mdi window manager can handle it specially.
5702 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
5704         * DataGrid.cs:
5705           - Recalculate grid when the data source has changed
5706           - Matches styles provided by user from all data sources types
5707         * DataGridTableStyle.cs: For columns that provided by the user set the
5708         with the preferred value is there was unassigned.
5709         * CurrencyManager.cs: throw OnItemChanged event
5711 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
5713         * PictureBox.cs: Don't animate until handle is created. Start animation
5714           when handle is created.
5716 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
5718         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
5719           current codebase.
5720         * XEventQueue.cs: We don't need to provide the extra info
5722 2006-05-10  Jackson Harper  <jackson@ximian.com>
5724         * MdiClient.cs: If the mdi clients parent form has a background
5725         image set, we draw that background image for the mdi area's
5726         background.
5728 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
5730         * TextBoxBase.cs: Set IBeam cursor (#78347)
5732 2006-05-10  Mike Kestner  <mkestner@novell.com>
5734         * ToolBar.cs: fix some text padding issues with ButtonSize
5735         calculation. Update the default size to match MS documentation.
5736         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
5737         button size. Fixes #78296.
5739 2006-05-10  Mike Kestner  <mkestner@novell.com>
5741         * ListBox.cs: use is_visible for scrollbar positioning in case the
5742         control isn't on screen yet.  Fix off by one with Right vs Width
5743         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
5744         
5745 2006-05-10  Jackson Harper  <jackson@ximian.com>
5747         * X11Dnd.cs: Drop to a control with another control on top of it.
5748         * ToolBar.cs: Work on a copy of the buttons list, so that it can
5749         be modified in click handlers. TODO: Look for similar problems in
5750         other controls.
5752 2006-05-09  Jackson Harper  <jackson@ximian.com>
5754         * Form.cs: Window managers need the old window state when setting
5755         window state now.
5756         * InternalWindowManager.cs: Allow the base mdi window manager to
5757         handle more of the MDI only stuff (like maximize buttons).
5758         * MdiWindowManager.cs: Fix some snafus in changing the window
5759         state.  Add all the menu functionality, for both popup and
5760         maximized menus.
5761         * MdiClient.cs: When a new form is selected the currently
5762         activated form is sent to the back, this matches MS.
5763         - Implement a new method to activate the next mdi child window.
5765 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
5767         * Control.cs: 
5768           - Added new InternalCapture method to allow controls to prevent
5769             the capture behaviour on the click handlers
5770           - Switched to use InternalCapture
5771         * ComboBox.cs:
5772           - Using InternalCapture to prevent mouse captures from being released
5773             on mouse button release (Fixes #78100)
5774         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
5775           returns Form borders if a caption is present. (Fixes #78310)
5777 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
5779         * TreeNode.cs: Changed serialization .ctor to not require every field
5780           to be present. (#78265)
5781         * OwnerDrawPropertyBag.cs: Added serialization .ctor
5783 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
5785         * MimeIcon.cs: for is faster than foreach for strings.
5787 2006-05-05  Mike Kestner  <mkestner@novell.com>
5789         * CheckedListBox.cs: update check handling code to not use selected.
5790         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
5791         behavior for visual feedback, motion response, shift/ctrl handling,
5792         and properly deal with all 4 selection modes. Updates to bounds
5793         handling logic.  Add scroll wheel support. [Fixes #77842]
5795 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
5797         * ListView.cs:
5798           - Moved adding of Implicit controls into .ctor. That way, subsequent
5799             creation of the controls will not cause them to think they are 
5800             toplevel windows (fixes #78200 header problem)
5801           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
5802           - Switched visibility setting of header control to use internal field
5803             to avoid triggering handle creation
5804           - Now checking if handle is created before causing a refresh when items
5805             are added (This makes us now match handle creation time with MS)
5806         * Splitter.cs: Removed loading of private splitter cursor, switched to
5807           Cursors version now that that is loading the right ones
5808         * Cursors.cs: Load proper splitter cursors from resources
5809         * Cursor.cs: Added second method of loading resource cursors for the 
5810           VS.Net users amongst us
5812 2006-05-05  Mike Kestner  <mkestner@novell.com>
5814         * ListView.cs: give header_control a minimum size based on the
5815         ListView size.
5817 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
5819         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
5820           window seems to do that with metacity, so set that type. (#78120)
5822 2006-05-05  Mike Kestner  <mkestner@novell.com>
5824         * ListViewItem.cs: fix Details mode checkbox layout bug.
5825         * ThemeWin32Classic.cs: draw a ListView column header for unused space
5826         at the end of the header, if it exists. [Fixes for #78200]
5828 2006-05-04  Jackson Harper  <jackson@ximian.com>
5830         * MdiClient.cs: Add a helper property to get the container form.
5831         * MdiWindowManager.cs: We have to make sure to use the menu origin
5832         when drawing the icons and buttons, this fixes maximized window
5833         icons/buttons on win32.
5834         * InternalWindowManager.cs: Reset the restore captions when a
5835         window goes from Maximized to Minimized and vice versa. Move the
5836         DrawMaximizedButtons into the MdiWindowManager source, tool
5837         windows can't be maximized. NOTE: This could use a little
5838         refactoring if time ever permits.
5839         
5840 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
5842         * TextBox.cs: Add MWFCategoryAttributes
5843         * TextBoxBase.cs: Add MWFCategoryAttributes
5844         * Form.cs: Add MWFCategoryAttributes
5846 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
5848         * Control.cs: Add MWFCategoryAttributes
5849         * ScrollableControl.cs: Add MWFCategoryAttributes
5851 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
5853         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
5854           Divider is true. Fix a little glitch in PropertyToolBar
5855           drawing code
5857 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
5859         * Control.cs:
5860           - Dispose: Call base.Dispose, this causes the disposed event
5861             to be fired (and probably other, more important stuff)
5862           - SetVisibleCore: Set is_visible to true after creating the
5863             window so that the window still gets created invisible (if
5864             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
5865             to generate a WM_ACTIVE message
5866         * Form.cs: Call Dispose when we want to destroy the window, instead of
5867           just destroying the handle (Dispose will do that for us)
5868         * XplatUIX11.cs:
5869           - RootWindow also needs a queue, so we can properly process the
5870             property change events from RootWindow (like Activate)
5871           - Generatic synthetic WM_ACTIVE message when the active window is
5872             being destroyed
5874 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
5876         * LinkLabel.cs: Trigger a recalc of our label dimensions when
5877           bounds are changed
5879 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
5881         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
5882           for determining width and height (image might not be assigned if
5883           we're drawing an imagelist)
5885 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
5887         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
5888         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
5889           height from system
5890         * Theme.cs: No longer returns hardcoded menu height, instead calls
5891           new driver method
5892         * Form.cs (OnLoad): Scaling happens before triggering Load events 
5893           on MS (# 78257)
5895 2006-05-01  Mike Kestner  <mkestner@novell.com>
5897         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
5899 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
5901         * TextBoxBase.cs: Removed Fixme
5902         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
5904 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
5906         * XplatUIX11.cs:
5907           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
5908             the rectangle relative to the parent, considering borders. We
5909             don't really want that.
5910           - ScrollWindow: Fixed warning to be more understandable
5911         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
5912           scrollbars and scroll only the visible area
5913         * RichTextBox.cs: Removed debug output
5915 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
5917         * NumericUpDown.cs (Text): Just use base
5918         * UpDownBase.cs: Ensure txtView is created before using it
5920 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
5922         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
5923           casting to IntPtr to avoid 64bit overflow errors
5925 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
5927         * Control.cs:
5928           - AllowDrop: Don't force handle creation.
5929           - CreateHandle: Added call to tell driver if we're allowed to drop
5931 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
5933         * FileDialog.cs: Remember the last directory not only for the
5934           current instance but also for new FileDialog instances.
5936 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
5937         
5938         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
5939           broke sending async messages
5941 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
5943         * XplatUIX11.cs:
5944           - ScrollWindow: Fixed method. We finally generate expose events again
5945             for scrolled areas. This was causing 'garbage' when scrolling
5946             textbox and other controls that used ScrollWindow
5947           - Switched from using the regular queue for paint events to the MS 
5948             model of 'generating' paint events when the queue is empty.
5949             We use the new XQueueEvent.Paint subclass to store which windows
5950             need painting.
5951           - AddExpose now takes the x/y/width/height of the exposed area
5952             and inserts the window into the paint queue if not already there
5953           - InvalidateWholeWindow: Switched to use new AddExpose method
5954           - UpdateMessageQueue: Added which queue to monitor for paint events
5955           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
5956             the unlikely case nothing above handles it. We reset the expose
5957             pending states to get them off the queue.
5958           - GetMessage: Now pulls a paint event if no other events are in the
5959             queue
5960           - Invalidate: Switched to new AddExpose method
5961           - PeekMessage: Updated to understand pending paint events
5962           - UpdateWindow: Fixed logic bug. We were only updating if the window
5963             didn't need updating. Also switched to sending WM_PAINT directly,
5964             like MS does.
5965         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
5966           and random access Remove(). The random access is needed to handle
5967           UpdateWindow() where a WM_PAINT is sent directly without accessing
5968           the queue.
5969         * ScrollBar.cs: Added Update() calls to cause immediate updates to
5970           allow for better feedback when scrolling. Scrollbars are small and
5971           the immediate update should make it 'feel' more responsive without
5972           slowing things down. ScrollBar still needs it's invaliate logic
5973           updated to not always invalidate the whole bar on certain changes.
5975 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5977         * Control.cs:
5978         (BackColor): if the control does not support a transparent background,
5979         return the default backcolor when the parent backcolor is transparent.
5981 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
5983         * Application.cs: Updated to new StartLoop/GetMessage API
5984         * RichTextBox.cs: Provide some output on RTF parsing errors
5985         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
5986           new queue_id argument to GetMessage and PeekMessage to allow faster
5987           handling of per-thread queues in drivers.
5988         * Hwnd.cs: Added Queue tracking and property
5989         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
5990         * XEventQueue.cs: Added thread trackingA
5991         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
5992         * XplatUIX11.cs:
5993           - Implemented new per-thread queue
5994           - GetMessage: Fixed return/break behaviour on several cases. We were
5995             returning stale messages in some cases, instead of just processing
5996             the next message
5998 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
6000         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
6002 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
6004         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
6005           fixed off-by-one comparisons between Width/Height and Right/Bottom.
6007 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
6009         * PropertyGridView.cs: Fix drop down width.
6011 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
6013         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
6014           a mess in DrawToolBar, so I removed one of them.
6016 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
6018         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
6019           needed (clip). Otherwise we get artifacts.
6021 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
6023         * FixedSizeTextBox.cs: Added constructor to allow specifying which
6024           dimension is fixed
6025         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
6026           and switched FixedSizeTextBox to only be fixed vertical (#78116)
6027         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
6028           if it matches the scale base font (avoids unneeded scaling)
6030 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
6032         * X11DesktopColors.cs: One gtk_init_check should be enough
6034 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
6036         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
6037           match MS behaviour
6039 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
6041         * TextBoxBase.cs: 
6042           - Generate OnTextChanged for Backspace even if we're only deleting
6043             the current selection
6044           - When setting the Text property, only select all text if the
6045             control does not have focus when it is being set. Otherwise
6046             just place the cursor at the beginning of the control
6048 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
6050         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
6051           Added a little helper to draw PropertyGrid ToolBar with a different
6052           border and a different BackColor.
6053         * PropertyGrid.cs: Some background parts didn't get painted with the
6054           correct background color. Added a class that helps us to draw the
6055           correct border for PropertyGridView and a class that helps us to
6056           draw ToolBars with a different backcolor
6057         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
6059 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
6061         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
6062         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
6064 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
6066         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
6067           into the palette entries. Also, since we're working on a copy
6068           we needed to copy the palette back onto the bitmap.
6069         * Cursor.cs: Same fix as XplatUIWin32.cs.
6071 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
6073         * ImageListStreamer.cs: Need to read the var (or we're off)
6075 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
6077         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
6078           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
6079           TextBoxBase.cs: Unused var fixes
6080         * AxHost.cs: Small 2.0 fix
6081         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
6082           as it seems that is what at least Metacity expects. This will make
6083           icons show up on 64bit platforms. We still have some 64bit size
6084           issues, though, since the startup app window size still won't match.
6086 2006-04-25  Mike Kestner  <mkestner@novell.com>
6088         * *.cs: cleanup newly reported exception var unused warnings.
6090 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
6092         * ThemeWin32Classic.cs: Button image alignment now matches exactly
6093           ms
6095 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
6097         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
6098           image. The image position is always the same, no matter if the
6099           button is pressed or not.
6101 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
6103         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
6104           selection and set the correct filename for SaveFileDialog.
6105           Patch by Emery Conrad.
6107 2006-04-24  Mike Kestner  <mkestner@novell.com>
6109         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
6110         check for item.X outside the ClientRect instead of item.Y. Fixes
6111         #78151.
6113 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6115         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
6116         trust that value blindly and do some sanity check. Fixes bug #77814.
6118 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6120         * ImageListStreamer.cs: save the mask as a 1bpp image.
6122 2006-04-21  Mike Kestner  <mkestner@novell.com>
6124         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
6125         pass Checked and Indeterminate to the Theme Engine. Improve
6126         encapsulation with ListBox.
6127         * ListBox.cs: Keep a StringFormat instead of calculating it every item
6128         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
6129         nested types.  Move all CheckState functionality to CheckedListBox.
6130         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
6131         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
6132         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
6133         single base list. Fix scrollbar sizing and placement to mirror MS.
6134         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
6135         used.
6136         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
6137         for CheckedListBox by using new DrawItemState info.  Center the
6138         checkboxes on the items. Use new StringFormat property.
6140 2006-04-18  Jackson Harper  <jackson@ximian.com>
6142         * Form.cs: MdiChildren don't do default locations the same way as
6143         regular forms.  This prevents a crash when trying to position the
6144         mdi windows.
6146 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
6148         * PropertyGridTextBox.cs: Formatting, copyright
6149         * PropertiesTab.cs: Formatting
6150         * PropertyGrid.cs: Formatting
6151         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
6152           click toggling of values
6153           
6154 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
6156         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
6157         * Control.cs (.ctor): verify_thread_handle is static, don't reset
6158           every time a control is created
6159         * Application.cs: Removed obsolete EnableRTLMirroring method
6161 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
6163         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
6164         SelectedIndex to -1. Fixes bug #78121.
6166 2006-04-17  Jackson Harper  <jackson@ximian.com>
6168         * Binding.cs: Handle null values for Current and BindingContext.
6169         This occurs when binding is a little delayed.
6170         * CurrencyManager.cs: return null for Current when there are no
6171         items in the list.
6172         - Hookup to the listchanged event on the DataView and update
6173         bindings when the list is changed.  This fixes late binding of
6174         controls.
6176 2006-04-17  Jackson Harper  <jackson@ximian.com>
6178         * X11Dnd.cs:
6179         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
6180         Ringenbach.
6182 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
6184         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
6185           place
6186         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
6187           with the correct ButtonState
6189 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
6191         * XplatUIX11.cs: Improved distinguishing between window types to
6192           tell the WM a type closer to what the app wants (Fixes #78107)
6194 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
6196         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
6197           GrabHandle
6199 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
6201         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
6202           drawing code to reflect the size grip changes
6204 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6206         * ImageListStreamer.cs: fix handling of the mask that follows the main
6207         bitmap when deserializing and serialize it properly. The generated mask
6208         should better be a 1bpp image, but I'll do that later.
6210 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
6212         * FileDialog.cs: Show something in the DirComboBox on *nix if the
6213           path doesn't fit into some of our Current.Places
6215 2006-04-13  Jackson Harper  <jackson@ximian.com>
6217         * ComboBox.cs: Use borders instead of drawing our own decorations,
6218         try to obey correct rules for heights.
6219         * Theme.cs:
6220         * ThemeNice.cs:
6221         * ThemeClearLooks.cs:
6222         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
6223         this is now handled by borders.
6224         - Remove unused DrawListBoxDecorationSize method.
6225         
6226 2006-04-13  Mike Kestner  <mkestner@novell.com>
6228         * MenuAPI.cs: null guarding for the disbled click check fixes crash
6229         reported by Alex.
6231 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
6233         * ThemeWin32Classic.cs: 
6234           - Fixed CPDrawStringDisabled
6235           - Corrected drawing of disabled menu items
6236           - Fixed drawing of disabled radio buttons (bug #78095)
6237           - Draw check in a disabled CheckBox with color ControlDark 
6239 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6241         * Form.cs: Use the provided width when calculating the menu size;
6242           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
6243           and ClientSize.Width won't be updated yet
6244         * Application.cs: Use Visible instead of Show() to make form visible,
6245           this way we create the handle later and menusize is considered
6247 2006-04-12  Mike Kestner  <mkestner@novell.com>
6249         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
6250         reporting.
6252 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6254         * TextBox.cs: Implemented context menu
6256 2006-04-12  Mike Kestner  <mkestner@novell.com>
6258         * ListView.cs: implement box selection. fixes #77838.
6259         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
6261 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
6263         * XplatUIX11.cs: Added setting of window type when transient window
6264           is created (metacity would move it otherwise)
6265         * X11Structs.cs: Added WINDOW_TYPE atoms
6266         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
6267           background (the control is Opaque but still wants transparent
6268           backgrounds)
6270 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6272         * Control.cs: Added OnPaintBackgroundInternal to allow controls
6273           that set Opaque but don't mean it (like all ButtonBase-derived
6274           controls) to still draw their background
6275         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
6276           the background
6278 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
6280         * Control.cs (PaintControlBackground): Set the graphics object
6281           on our PaintEvent to null to prevent it from being disposed
6282           when the PaintEvent gets disposed
6284 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
6286         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
6287         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
6289 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
6291         * Control.cs: 
6292           - Added transparency check to BackColor property. Transparent
6293             backgrounds are only allowed if the control styles permit it
6294           - Added recursive painting of parent control background and
6295             foreground if a control with a transparent backcolor is drawn
6296             (Thanks to Tim Ringenback for providing his 'hack' as a base
6297              for this patch) Fixes #77985 and #78026.
6298           - Added Opaque style check before calling OnPaintBackground, no
6299             need to draw the background if the control is opaque
6300           - Removed ControlAccessibleObject owner variable (inherited from
6301             base, no need to define again)
6302           - Added some documentation links explaining the drawing events
6303             and styles
6305 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
6307         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
6308           that the affected control is the located at the left border of our
6309           parent (Fixes #77936)
6311 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
6313         * TextBoxBase.cs: When rendering disabled or readonly controls,
6314           draw the background with 'Control' instead of 'Window' color as
6315           long as the user hasn't specifically set a color
6317 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
6319         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
6320           since that won't be updated if the user types text (only if it's
6321           programatically set)
6323 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
6325         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
6326           layout changes do to app-triggered resizes will have the proper
6327           display rectangle for layout
6329 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
6331         * ThemeWin32Classic.cs:
6332           - Make use of the SystemBrushes and SystemPens wherever possible
6333           - Corrected some highlight colors
6334           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
6335             drawing
6336         * Theme.cs: Added Empty field to CPColor struct
6338 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
6340         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
6341           is displayed when calculating the display rectangle. Thanks to Mike
6342           for teaching me the err of my ways.
6344 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
6346         * ScrollableControl.cs:
6347           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
6348             (instead of 0,0) and we now return the real width/height instead of
6349             just the clientrectangle, adjusted for padding. The rectangle is
6350             now cached and created by the new CalculateDisplayRectangle method.
6351           - Created new CalculateDisplayRectange method, which basically does
6352             what get_DisplayRectangle() did originally, but now using the 
6353             right edge instead of DisplayRectangle to determine the size of
6354             our scrollbars
6355           - get_Canvas(): Fixed it to properly calculate canvas for 
6356             right/bottom controls which seem to be placed to the right/bottom
6357             of any controls that have a fixed location
6358           - Removed TODO that's taken care of
6359           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
6360             and SetDisplayRectLocation according to new MSDN2 docs
6361           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
6362             event when that is called, this is added for compatibility
6363           - ScrollControlIntoView(): Implemented.
6364           - Switched scrollbars to be implicit, they shouldn't be selectable
6365         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
6366           call it when the active control is set/changed
6367         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
6368         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
6369           implicit_control variable (used for native Win32 message generation)
6370         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
6371           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
6372         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
6373         * XplatUIStructs.cs: Added ScrollBarCommands enum
6375 2006-04-10  Jackson Harper  <jackson@ximian.com>
6377         * ButtonBase.cs:
6378         * CheckedListBox.cs:
6379         * ComboBox.cs:
6380         * DataGrid.cs:
6381         * DataGridView.cs:
6382         * Form.cs:
6383         * GroupBox.cs:
6384         * ListBox.cs:
6385         * PrintPreviewControl.cs:
6386         * ProgressBar.cs:
6387         * PropertyGrid.cs:
6388         * Splitter.cs:
6389         * StatusBar.cs:
6390         * TrackBar.cs:
6391         * UpDownBase.cs: Fixup base event overrides.
6392         
6393 2006-04-06  Mike Kestner  <mkestner@novell.com>
6395         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
6396         all user-initiated value changes to min <= value <= max-thumbsz+1.
6397         (set_Value): check for vert/horiz when calculating new thumb position.
6398         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
6399         like MS does.
6400         (OnMouseMoveSB): refactor the thumb dragging code and refine
6401         invalidation logic to reduce flicker.
6402         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
6403         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
6404         (UpdateThumbPosition): small code readability cleanup
6406 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
6408         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
6409           different
6411 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
6413         * ThemeNice.cs: Use a better graphics effect when a button is pressed
6415 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
6417         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
6418         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
6419           This dramatically reduces the number of Pen.Dispose calls. 
6420           Where possible call ResPool methods only once instead of calling it
6421           over and over again (for example for the same color).
6423 2006-04-06  Mike Kestner  <mkestner@novell.com>
6425         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
6426         Also remove an unused private field on the collection. Fixes #77972.
6428 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
6430         * ThemeNice.cs: Added ToolBar drawing code
6432 2006-04-06  Mike Kestner  <mkestner@novell.com>
6434         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
6435         I'm assuming that means we need to look up the toplevel for the
6436         provided control. Fixes the crash trace in #77911 but exposes another
6437         crash in some strange reflection usage in NDocGui.
6439 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
6441         * ThemeNice.cs: Gave it a little silver touch and added Images
6442           method
6443         * FontDialog.cs: FontDialog is not resizable
6444         * FileDialg.cs: Added SizeGripStyle.Show
6446 2006-04-05  Jackson Harper  <jackson@ximian.com>
6448         * KeyboardLayouts.cs: Remove warning.
6450 2006-04-05  Jackson Harper  <jackson@ximian.com>
6452         * Control.cs: Enable OnPaintInternal so we can use it for drawing
6453         all of our controls instead of Paint +=.
6454         * ListBox.cs:
6455         * ListView.cs:
6456         * MenuAPI.cs:
6457         * MessageBox.cs:
6458         * NotifyIcon.cs:
6459         * ProgressBar.cs:
6460         * ScrollBar.cs:
6461         * Splitter.cs:
6462         * StatusBar.cs:
6463         * TabControl.cs:
6464         * TextBoxBase.cs:
6465         * ToolBar.cs:
6466         * TrackBar.cs:
6467         * UpDownBase.cs:
6468         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
6469         use OnPaintInternal. Remove Width/Height and Visible checks in
6470         paint handler, this is done at a higher level now.
6471         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
6472         * PaintEventArgs.cs: Add a handled flag so controls that don't
6473         want anymore painting after OnPaintInternal can make sure OnPaint
6474         isn't called.
6476 2006-04-05  Mike Kestner  <mkestner@novell.com>
6478         * Form.cs: fix the menu WndProc hacks to respect the native enabled
6479         state of the form, so that we don't process events when Modal dialogs
6480         are up. Fixes #77922.
6482 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
6484         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
6485           checking is done.
6487 2006-04-05  Mike Kestner  <mkestner@novell.com>
6489         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
6491 2006-04-05  Mike Kestner  <mkestner@novell.com>
6493         * ListView.cs (HeaderMouseMove): null guarding for the over column
6494         when setting up the drag_to_index.  Fixes #78015.
6496 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
6498         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
6499           in the taskbar. Transient windows seem to accomplish that.
6501 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
6503         * Form.cs:
6504           - Re-enabled CreateParams.X/Y code for FormStartPosition
6505           - Added code for manual placement when creating the Control
6506           - Incomplete patch to treat MDI forms differently when
6507             setting the ClientSizeCore. (Still need to figure out handling
6508             x/y coords there)
6509         * XplatUIX11.cs:
6510           - When we're explicitly setting the X/Y position of a non-Child
6511             window, let the WM know. Metacity really wants this.
6513 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
6515         * ThemeNice.cs: Added CPDrawButton
6517 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
6519         * ThemeNice.cs: Changed the color for focused buttons and activated
6520           the arrows for small scroll buttons.
6522 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
6524         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
6525           anymore. Changed some method modifiers to protected (virtual)
6526         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
6527           changes
6528         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
6529           Updated drawing of menus, buttons and progressbars; added
6530           CPDrawBorder3D 
6532 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6534         * ImageListStreamer.cs: implemented serialization/deserialization
6535         of the images.
6537 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
6539         * ThemeWin32Classic.cs:
6540           - Removed all the DrawFrameControl stuff; CPDrawButton,
6541             CPDrawCheckBox and CPDrawRadioButton are now handled directly
6542             inside the methods
6543           - Updated and corrected the drawing code of CPDrawButton,
6544             CPDrawCheckBox and CPDrawRadioButton to better match ms
6545           - Updated theme checkbox and radiobutton code to use the CP*
6546             methods
6548 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
6550         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
6551           bug is fixed
6553 2006-03-31  Jackson Harper  <jackson@ximian.com>
6555         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
6556         sometimes.
6557         * UpDownBase.cs: Don't CreateGraphics manually, use a
6558         Refresh. Ideally we would invalidate the correct areas here.
6560 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
6562         * XplatUIX11.cs: 
6563           - We now track the mapping state of windows. If a window (or 
6564             one of it's parents) is not mapped we no longer permit
6565             WM_PAINT messages to be generated since we'd otherwise get 
6566             lots of BadMatch X errors. Jackson did all the work figuring
6567             out the problem.
6568           - Destroying the caret if the window it's contained in is 
6569             destroyed. Can't use regular DestroyCaret method since it
6570             might fall into a drawing function (trying to remove the
6571             caret) and with that generate new BadMatch errors. Again,
6572             Jackson tracked this down.
6573           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
6574             make sure we send the messages to all windows. (The old code
6575             would send the WM_DESTROY to the window, and then all child
6576             windows would be 'gone' because the WM_DESTROY handle lookup
6577             would no longer find the destroyed window)
6578         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
6579         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
6581 2006-03-31  Jackson Harper  <jackson@ximian.com>
6583         * ScrollableControl.cs: Dont recalc if we are not visible.
6585 2006-03-31  Mike Kestner  <mkestner@novell.com>
6587         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
6588         the visibility branch.
6590 2006-03-31  Jackson Harper  <jackson@ximian.com>
6592         * ScrollBar.cs: Cap values when incrementing/decrementing.
6594 2006-03-31  Mike Kestner  <mkestner@novell.com>
6596         * MenuAPI.cs: setup menu.tracker for popup/context menus.
6597         * ToolTip.cs: guard against timer expirations with no active control.
6598         Not sure why it happened.
6600 2006-03-31  Mike Kestner  <mkestner@novell.com>
6602         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
6603         text.
6604         * ToolTip.cs: Position the tooltip based on where the cursor is at
6605         popup time, not at MouseEnter time.  Add a Down state so that we don't
6606         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
6607         positioning offset. Lookup DisplaySize at positioning time, since it
6608         can theoretically change during invocation.
6609         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
6610         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
6612 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
6614         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
6615           Fixes behaviour when the Text property of the box is String.Empty
6617 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
6619         * XplatUIX11.cs: Only send mouseleave for our client windows, not
6620           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
6621           a window)
6623 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
6625         * FileDialog.cs: Visual enhancement for the popup buttons in 
6626           PopupButtonPanel
6628 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
6630         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
6631           code
6633 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
6635         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
6636           highlighted menu items to match ms
6638 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
6640         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
6642 2006-03-30  Mike Kestner  <mkestner@novell.com>
6644         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
6645         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
6646         go active to account for HotLight to Selected transition.
6647         * MenuItem.cs: add internal Selected prop. Fill out the Status
6648         property by calculating it from item info. Add HotLight,
6649         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
6651 2006-03-30  Mike Kestner  <mkestner@novell.com>
6653         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
6655 2006-03-29  Jackson Harper  <jackson@ximian.com>
6657         * Form.cs: Implement TODO.
6659 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
6661         * PrintPreviewDialog.cs: Implemented missing methods and events; still
6662           missing proper dialog setup in the constructor
6664 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
6666         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
6667         * Control.cs:
6668           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
6669           - Fixed ResetBindings and removed TODO
6670           - Added check for cross-thread calls to get_Handle()
6671           - Added Marshaller attribute for set_Font to satisfy class status
6672         * FontDialog.cs: Removed TODOs that seemed implemented
6673         * UpDownBase.cs: Removed unneeded TODO and Fixme
6674         * MessageBox.cs: Implemented support for Default button and removed TODO
6675         * FileDialog.cs: Removed obsolete TODO
6676         * DomainUpDown.cs: Removed obsolete TODO
6677         * ButtonBase.cs: Removed obsolete TODO
6678         * XplatUIWin32.cs: Removed obsolete TODO
6679         * Form.cs:
6680           - Removed obsolete TODO
6681           - Calling CheckAcceptButton when the acceptbutton is changed to allow
6682             internal status updates
6683           - Making sure the active control is selected when the control is created
6684         * CurrencyManager.cs: Removed obsolete TODO
6686 2006-03-29  Mike Kestner  <mkestner@novell.com>
6688         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
6689         of PrintPreviewDialog and RichTextBox.
6691 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
6693         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
6694           DarkDark, Light and LightLight colors for a specific color
6695         * ThemeWin32Classic.cs:
6696           - Use Button drawing code to draw RadioButtons and CheckBoxes with
6697             Appearance = Button 
6698           - Make use of the new ResPool helper CPColor
6699           - Draw ProgressBar and StatusBar with correct 3D borders
6701 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
6703         * ColorDialog.cs: Return selected color. Fixes bug #77940.
6705 2006-03-28  Mike Kestner  <mkestner@novell.com>
6707         * ListView.cs: fix Icon layout to plan for scrollbar widths when
6708         calculating col/row counts.
6710 2006-03-28  Mike Kestner  <mkestner@novell.com>
6712         * ColumnHeader.cs:
6713         * ListView.cs:
6714         * ListViewItem.cs:
6715         * Menu.cs: 
6716         switch to explicit interface method implementation for some methods
6717         corcompare identifies as inconsistent with MS.
6719 2006-03-28  Mike Kestner  <mkestner@novell.com>
6721         * MainMenu.cs: 
6722         * Menu.cs:
6723         add a few missing methods from the class status output.
6725 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
6727         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
6728           correct.
6730 2006-03-28  Mike Kestner  <mkestner@novell.com>
6732         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
6734 2006-03-27  Mike Kestner  <mkestner@novell.com>
6736         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
6737         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
6739 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
6741         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
6743 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6745         * ThemeWin32Classic.cs:
6746           - GroupBox: Inserted a little gap between the text and the lines
6747             on the right side
6748           - Made the code in CPDrawBorder3D more readable
6749           - Corrected the drawing location of the up and down arrows in 
6750             CPDrawScrollButton
6752 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6754         * ControlPaint.cs: Corrected line widths in DrawBorder for
6755           ButtonBorderStyle Inset and Outset
6757 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6759         * ThemeWin32Classic.cs:
6760           - Rewrote the totally broken CPDrawBorder3D method. That was
6761             one of the main problems for the terrific ThemeWin32Classic
6762             look
6763           - Updated and corrected Button drawing
6764           - Correct the dimensions of the SizeGrip to match ms ones
6765           - Removed a small drawing glitch in DrawComboBoxEditDecorations
6766         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
6767           Border3DStyle.Sunken to match ms.
6769 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
6771         * ThemeWin32Classic.cs: First small part of the "de-uglify
6772           ThemeWin32Classic" effort, SizeGrip
6774 2006-03-24  Jackson Harper  <jackson@ximian.com>
6776         * XplatUIX11.cs: Give a max idle time of one second, this matches
6777         MS and forces an Idle event every second when there are no other
6778         events in the queue.
6780 2006-03-24  Mike Kestner  <mkestner@novell.com>
6782         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
6783         * ListView.Item.cs: fix layout issues with null image lists and images
6784         smaller than checkbox size.
6785         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
6786         mode like MS does.  It's weird, but consistent.  ;-)
6787         Fixes #77890.
6789 2006-03-24  Mike Kestner  <mkestner@novell.com>
6791         * ListView.cs: Scroll wheel support for the item control.  Fixes
6792         #77839.
6794 2006-03-23  Jackson Harper  <jackson@ximian.com>
6796         * ScrollableControl.cs: Special case negative sized areas, not
6797         zero.
6798         * MonthCalendar.cs: Save the rect of the clicked date so we can
6799         use it for invalidation.
6800         - Try to cut down on the number of invalidates
6801         - Invalidate the rect the mouse is over and was over when moving
6802         the mouse, so we get the focus box following the cursor.
6804 2006-03-23  Mike Kestner  <mkestner@novell.com>
6806         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
6807         focus rectangle drawing. Fixes #77835.
6809 2006-03-23  Mike Kestner  <mkestner@novell.com>
6811         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
6812         the if and else if and reverting back to the original == check on the
6813         None conditional.
6815 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
6817         * FontDialog.cs: Update the example panel if the selected index of
6818           the fontListBox changes.
6820 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
6822         * FileDialog.cs: Make FileDialog remember which directory it was in
6823           last in the same execution.
6825 2006-03-22  Mike Kestner  <mkestner@novell.com>
6827         * FileDialog.cs: make the DropDownMenu on the toolbar display
6828         RadioChecks since they are mutually exclusive and that's what MS does.
6830 2006-03-22  Mike Kestner  <mkestner@novell.com>
6832         * Theme.cs: add Color param to CPDrawMenuGlyph.
6833         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
6834         checks and radio marks and arrows are visible on highlighted items.
6835         * ControlPaint.cs: update to use new Theme signature.
6837 2006-03-22  Mike Kestner  <mkestner@novell.com>
6839         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
6840         is active. Fixes #77870.
6842 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
6844         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
6845           to be focused/selected after startup
6847 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
6849         * ColorDialog.cs: 
6850           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
6851             CustomColors and ShowHelp properties
6852           - Some internal rewrites to get better results when using the
6853             ColorMatrix
6855 2006-03-22  Mike Kestner  <mkestner@novell.com>
6857         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
6858         HoverSelection.  Fixes #77836.
6860 2006-03-22  Mike Kestner  <mkestner@novell.com>
6862         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
6863         ToggleButtons.  (De)Sensitize the Back button around a stack count of
6864         1, not 0.  Update ButtonSize based on a pixel count of the win32
6865         control.  Adjust the toolbar size/location for new button size.
6867 2006-03-22  Jackson Harper  <jackson@ximian.com>
6869         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
6870         true.
6871         * ScrollBar.cs: When doing increments and decrements we need to
6872         set the Value property so that ValueChanged gets raised. A
6873         possible optimization here would be to make an internal SetValue
6874         that doesn't invalidate immediately.
6875         * ToolTip.cs: Tooltips get added to their container (when
6876         supplied) so they get disposed when the container is disposed.
6877         - Don't create tooltips for String.Empty. This prevents all these
6878         little 2-3 pixel windows from showing up when running nunit-gui
6879         and driving me mad.
6880         * Form.cs: Don't set topmost when setting the owner if the handles
6881         haven't been created yet.  The topmost set will happen when the
6882         handles are created.
6884 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
6886         * XplatUIX11.cs:
6887           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
6888           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
6889             visible (to allow them to recalculate their sizes)
6891 2006-03-21  Mike Kestner  <mkestner@novell.com>
6893         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
6894         methods. Removed a ton of redundant code.  Still not really happy with
6895         the border rendering, but I think that's mainly because of the
6896         ControlDarkDark being black instead of a dark grey. Depending on how 
6897         close we want to be, we might want to revisit those color choices.
6898         Among the new features added during the refactor were DropDownArrow
6899         pressed rendering, Disabled image rendering.  Proper flat appearance
6900         boundary rendering.  Removed the Divider and Wrapping dividers since I
6901         can't figure out any combination of themes and conditions to make the
6902         MS control draw a horizontal line on a toolbar despite what the
6903         Divider property docs indicate.
6904         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
6905         conditions and incorrect layout.  Updated to coding standard.
6906         * ToolBarButton.cs: refactored layout and positioning code from
6907         ToolBar to here.  Invalidate wherever possible instead of forcing
6908         redraws of the whole toolbar. 
6909         (Known remaining issues: explicit ButtonSize smaller than provided
6910         images.)
6912 2006-03-21  Mike Kestner  <mkestner@novell.com>
6914         * ContextMenu.cs (Show): use the position parameter instead of just
6915         showing at the MousePosition.
6917 2006-03-21  Jackson Harper  <jackson@ximian.com>
6919         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
6920         control handle this.
6921         * TreeNodeCollection.cs: If we are clearing the root node we need
6922         to reset top_node so calcs can still happen.
6923         * ThemeWin32Classic.cs: This is a Flags so we need to check
6924         properly.
6925         
6926 2006-03-21  Jackson Harper  <jackson@ximian.com>
6928         * DataGrid.cs: Create columns when the binding context has been
6929         changed.
6930         * X11Structs.cs: Keysyms are uints.
6931         - Add size to fix build.
6933 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
6935         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
6936           XplatUIOSX.cs: 
6937           - Added ResetMouseHover method to allow controls to retrigger
6938             hovering if they need it more than once
6939           - Implemented MouseHoverTime and MouseHoverSize properties
6940         * Timer.cs: Start() must reset the interval
6941         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
6942           properties
6944 2006-03-21  Jackson Harper  <jackson@ximian.com>
6946         * X11Keyboard.cs: improved layout detection. Move the nonchar
6947         tables into this file.
6948         * KeyboardLayouts.cs: Move the tables into resource files.
6950 2006-03-21  Mike Kestner  <mkestner@novell.com>
6952         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
6954 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
6956         * Mime.cs: Various speed optimizations. Looking up mime types
6957           is now 2 times faster than before
6959 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
6961         * CreateParams.cs: Added internal menu field
6962         * Control.cs: 
6963           - Switched call order for UpdateBounds; now we always call
6964             the one that also takes ClientSize, and we're calculating the 
6965             client size via driver method in the others. The previous
6966             method of tracking client size by difference wasn't working
6967             for forms where even the starting client size wouldn't match
6968             the overall form size (due to borders) (Part of fix for #77729)
6969           - CreateParams(): Do not use parent.Handle unless the handle is
6970             already created. Causes havoc with Nexxia and throws off our
6971             creation of controls
6972         * XplatUIX11.cs:
6973           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
6974           - Switched handling of ConfigureNotify over to new PerformNCCalc 
6975             method (consolidates code)
6976           - Changed RequestNCRecalc to use new PerformNCCalc method
6977           - Added calls to RequestNCRecalc when menus and borders are changed
6978             to allow app to set NC size. (Part of fix for #77729) This matches
6979             when MS send a WM_NCRECALC on Win32 windows.
6980           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
6981             (Part of fix for #77729). This matches what MS does, they also
6982             send that message when the form is made visible.
6983           - XException.GetMessage: Improved usability of X errors by including
6984             a translation of the window into Hwnd and Control class
6985           - Improved debug info for window creation, reparenting and destruction
6986           - Created helper method WindowIsMapped() [Currently not used]
6987         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
6988         * Form.cs:
6989           - CreateParams: Now setting our menu on the new internal menu field
6990           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
6991             avoid calculating the same property twice
6992         * Hwnd.cs:
6993           - Improved usability of ToString() for debugging purposes
6994           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
6995             determine the height of the menu, instead of just the font. This
6996             required to also create a graphics context and to keep a bmp 
6997             around (for performance reasons)
6999 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
7001         * MenuAPI.cs: Added OnMouseUp method
7002         * Form.cs:
7003           - Now remembering the requested client size, avoids size errors
7004           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
7005             instead of base if the menu is active. This is required due to
7006             control now capturing and releasing on down/up and it would
7007             prematurely release our menu capture
7009 2006-03-17  Jackson Harper  <jackson@ximian.com>
7011         * KeyboardLayouts.cs: Add the czech layouts.
7013 2006-03-16  Jackson Harper  <jackson@ximian.com>
7015         * Control.cs: Use the viewport space when sizing not the controls
7016         client size, so things like ScrollableControl that effect the
7017         viewport size (when scrollbars are added) are computed correctly.
7018         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
7019         of ManagerEntrys.
7020         - Handle creating BindingManagers for null data sources.
7021         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
7022         source, otherwise when rows are added they are added to the 'fake'
7023         datasource and we will crash when trying to set the position in
7024         those rows.
7025         - Use Implicit scrollbars on the datagrid so they arent
7026         selectable.
7027         
7028 2006-03-16  Jackson Harper  <jackson@ximian.com>
7030         * Binding.cs:
7031         * InternalWindowManager.cs:
7032         * MdiWindowManager.cs:
7033         * X11Keyboard.cs: I really want Mike to love me again (fix
7034         compiler warnings).
7036 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
7038         * DataGrid.cs:
7039           - OnMouseDown: Switch to editing mode when clicking on the cell
7040                          even if we're clicking on the cell that's currently 
7041                          selected
7042           - ProcessGridKey: Left/Right now wrap like MS.Net does
7043           - ProcessGridKey: Tab now knows to add a new row when tab is
7044                             pressed in the cell of the last column of the 
7045                             last row
7046           - ProcessGridKey: Enter now adds another row  if pressed in the last
7047                             row and selectes the new row, same column cell
7048           - ProcessGridKey: Home/End navigate columns, not rows, like 
7049                             originally implemented
7050           - Broke ProcessKeyPreview code out into an extra Internal method
7051             so it can be called from the edit code
7052         * DataGridTextBox.cs (ProcessKeyMessage):
7053           - Switched to accept Tab keypresses
7054           - Added F2 handling to allow jumping to the end of the edited cell
7055           - Added logic to allow moving caret left/right inside edited cell
7056             and making the edited cell jump when the caret hits cell borders
7057           - Tab and Enter are now passed to the datagrid after being handled
7058         * TextBoxBase.cs:
7059           - Removed capture code now that Control handles it
7060           - set_SelectionStart now ensures caret is visible
7062 2006-03-16  Jackson Harper  <jackson@ximian.com>
7064         * TrackBar.cs: Debackwards the increment/decrement for handling
7065         mouse clicks on the bar with vertical trackbars.
7066         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
7067         bottom to match MS.
7069 2006-03-16  Mike Kestner  <mkestner@novell.com>
7071         * ListView.cs: make shift/ctrl keyboard and mouse selection 
7072         consistent with the MS control. Fix a bug in
7073         SelectedListViewItemCollection.Clear that was pissing me off for the
7074         better part of a day because the collection was being altered
7075         underneath us as we walked the list.
7077 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
7079         * Control.cs: Not sure how we could miss this so long, but it seems
7080           that MS.Net has Capture set all the way from before calling 
7081           OnMouseDown through sending the mouse events until after
7082           OnMouseUp. This will fix DataGrid's selection being set to end
7083           at the location of the MouseUp.
7085 2006-03-15  Jackson Harper  <jackson@ximian.com>
7087         * BindingContext.cs: Check the binding after its added so that it
7088           can initialize the binding managers and hookup to events.
7089         * Binding.cs: Data members seem to sometimes include rows/cols in
7090           the format Row.Column we now take this into account.
7091           - Hookup to the position changed event so we can update the
7092           control when the position has changed in the data set.
7093         * CurrencyManager.cs: Take into account the row/col naming
7094           convention when creating dataset tables.
7095         * BindingContext.cs: Using a newer better way of storing
7096           datasource/datamember pairs.  Hopefully this better matches MS for
7097           looking up binding managers.
7100 2006-03-15  Jackson Harper  <jackson@ximian.com>
7102         * BindingContext.cs: The currency manager needs the data member
7103         name, if the member is a data set we use the name to find the
7104         correct table.
7105         * CurrencyManager.cs: When creating the list prefer an IList over
7106         an IListSource.
7107         - Attempt to create a DataTable from a DataSet (TODO: might need
7108         some better error checking here, although MS doesn't seem to have much)
7109         - If we have a DataTable create a view and use it as our list.
7111 2006-03-15  Mike Kestner  <mkestner@novell.com>
7113         * ListView.cs: keep a matrix of the icon mode layout to facilitate
7114         keyboard navigation. Support Up/Down/Left/Right selection correctly
7115         for all 4 View modes.
7116         * ListViewItem.cs: add internal row/col fields for icon layouts.
7118 2006-03-15  Jackson Harper  <jackson@ximian.com>
7120         * TabControl.cs: Redraw the tabs when we resize so their newly
7121         calculated sizes are drawn on screen.
7122         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
7123         composite characters.
7124         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
7125         - filter events so that composite characters can be created
7126         patches by peter
7127         * X11Structs.cs: Add XIMProperties enum.
7129 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
7131         * Control.cs (BringToFront, SendToBack): Don't use window or handle
7132           unless it's created
7134 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
7136         * Control.cs (PerformLayout): We don't need to consider visiblity
7137           for anchoring, only for docking. This fixes 'whacky' alignment
7138           in listbox and other controls that use implicit scrollbars after
7139           the previous PerformLayout patch
7140         * ListBox.cs: Switched to use implicit scrollbars
7141           
7142 2006-03-14  Mike Kestner  <mkestner@novell.com>
7144         * ToolBar.cs: 
7145         * VScrollBar.cs:
7146         - chain up the "new event" overrides to base and use
7147         OnEvent to raise them.  Part of fix for bug #76509.
7149 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
7151         * FileDialog.cs: Do not select an item in the parent directory
7152           on backspace
7154 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
7156         * Control.cs (PerformLayout): It would seem that we considered
7157           invisible windows for our layout. Not quite the right thing
7158           to do. Now we don't any longer, thereby fixing bug #76889.
7160 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
7162         * Control.cs (CanFocus): I goofed. A control can have focus 
7163           even though it's not selectable. Made it match MS docs.
7165 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
7167         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
7168           center by default (fixes #76895)
7169         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
7170           all uses of Border3DSides.All with the explicit ORd together
7171           Left|Right|Top|Bottom because I assume that nobody was aware 
7172           that All also implies a center fill. Most places I checked had
7173           a fill right above.
7174         * ProgressBarStyle.cs: Added
7176 2006-03-13  Mike Kestner  <mkestner@novell.com>
7178         * ListView.cs: fix breakage in drag shadow header positioning 
7179         from Peter's csc compilation fix.
7181 2006-03-13  Mike Kestner  <mkestner@novell.com>
7183         * ListView.cs: fix NRE produced by backspacing twice in a focused
7184         FileDialog.
7186 2006-03-13  Mike Kestner  <mkestner@novell.com>
7188         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
7190 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
7192         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
7193           be changed
7194         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
7195           the allowed size before making programmatic size changes
7197 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
7199         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
7200           set, metacity is broken and will still use the emty sizes in 
7201           the struct. (Fix for #77089)
7203 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
7205         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
7206           WindowExStyles and marked both enums as Flags
7207         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
7208           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
7209           to match WindowStyles split
7210         * XplatUIX11.cs:
7211           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
7212           - Updated to match WindowStyles split
7213         * XplatUIWin32.cs:
7214           - Fixed FosterParent creation, was using ExStyle on the Style field
7215             (This should help with Popup focus issues)
7216           - Updated to match WindowStyles split
7218 2006-03-13  Jackson Harper  <jackson@ximian.com>
7220         * MdiWindowManager.cs: Use the system menu height. Fixes some
7221         strange sizing issues.
7223 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
7225         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
7226         * TextBoxBase.cs:
7227           - Scroll to caret after inserting text (#77672)
7228           - Make scroll range one pixel higher, fixes off-by-one error (and
7229             makes underlines visible on the last line)
7231 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
7233         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
7234           the keyboard state from being stuck with keys in 'pressed' state when
7235           focus is switched away via keyboard
7236         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
7237           reset the keyboard if no X11 KeyUp events are expected to come
7238         * X11Structs.cs: Switched type of Visible to bool to match driver
7240 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
7242         * TextControl.cs:
7243           - Switched caret to be just 1 pixel wide, matches MS and looks less
7244             clunky
7245           - Moved caret display 1 pixel down from the top of the control
7246             to improve view
7247           - InsertCharAtCharet: Update the selection start if moving the caret
7248             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
7249           - No longer always creating the caret when the caret methods are
7250             called. Only the actual ShowCaret/HideCaret will do that now
7251           - Only setting caret visible if the owner control has focus
7252           - UpdateView: Added invalidation-shortcut logic for center and right 
7253             aligned text. Previously we'd update all according to the left
7254             logic which caused drawing errors. Also fixed height of invalidated
7255             areas, now properly invalidating the whole area (was off-by-one)
7256           - owner_HandleCreated: Always generate the document when the
7257             handle is created; this ensures that 
7258         * TextBoxBase.cs:
7259           - Fixed situation where caret would disappear under the right
7260             window border, also improved scrolling behaviour on left-
7261             aligned textboxes
7262           - Fixed right-aligned textboxes to have a border to the
7263             right instead of the caret being under the right border
7264         * XplatUIX11.cs:
7265           - Switched from 'nested' to simple visible/not visible tracking 
7266             for caret (part of fix for #77671)
7267           - No longer passing through translated FocusIn/FocusOut messages
7268             since we were notifying too often and the wrong windows. Instead
7269             we just notify our focussed window of receiving or loosing focus
7270         * XplatUIWin32.cs: Switched from 'nested' show/hide 
7271           counting for caret to simple visible yes/no behaviour (part of 
7272           fix for #77671)
7274 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
7276         * Mime.cs: Remove debug code...
7278 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
7280         * MimeGenerated.cs: Removed
7281         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
7282           and subclasses) from /usr/(local/)share/mime and
7283           $HOME/.local/share/mime.
7285 2006-03-10  Jackson Harper  <jackson@ximian.com>
7287         * MdiWindowManager.cs: Recalc the NC area when a window is
7288         maximized/restored so that the menu area is drawn on forms that
7289         don't have a menu.
7291 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7293         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
7294           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
7295           us to force a WM_NCCALCRESIZE message being sent. This is needed
7296           for MDI maximizing.
7298 2006-03-10  Jackson Harper  <jackson@ximian.com>
7300         * Form.cs: We need to use the ActiveMenu when calculating menu
7301         height.
7302         - Fix nullref when the window manager hasn't been created yet.
7303         * Control.cs: Fix nullref when we try to bring a control to the
7304         front that has no parent.
7305         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
7306         height.
7307         - Add a dummy item to the maximized menu so it always has the
7308         correct height. Otherwise when there are no menus we don't get our
7309         icon and buttons.
7310         
7312 2006-03-10  Jackson Harper  <jackson@ximian.com>
7314         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
7315         stuff.
7316         * Form.cs: Make the window_state internal so the window managers
7317         can track it.
7318         - When an MDI child is maximized let its window manager create the
7319         main menu (so it can add its icon).
7320         - Notify the window managers of state changes
7321         - Let the window manager paint its buttons and handle button
7322         clicks on the menu when it is maximized.
7323         * InternalWindowManager.cs: Move the prev_bounds into the mdi
7324         window manager, since tool windows don't use it, only mdi windows.
7325         - Tell the main form that we don't want it to handle NCPAINT
7326         itself to avoid extra painting.
7327         - Handle clicks on a maximized windows menu.
7328         - Handle window state changes
7329         - Handle minimize/maximize clicks correctly by setting the window state.
7330         * MdiWindowManager.cs: Add an icon menu that (the menu you get
7331         when clicking on the forms icon).
7332         - New method to create a forms maximized menu. This is its normal
7333         menu + an icon.
7334         - Handle window state changes.
7335         - Handle sizing of maximized windows.  Maximized windows are just
7336         drawn bigger then the parent visible area. All controls are still
7337         there, they are just outside the visible area (this matches windows).
7338         * MdiClient.cs: No scrollbars when a child window is maximized.
7339         - Let the children windows figure out how big they should be when
7340         sizing maximized windows.
7341         - Implement a version of ArrangeIconicWindows somewhat similar to
7342         Windows version.  There are some little differences, but I don't
7343         think any app will rely on the layout of minimized mdi windows.
7345 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7347         * Padding.cs: Several fixes to allow compiling with csc 2.0
7349 2006-03-09  Jackson Harper  <jackson@ximian.com>
7351         * Menu.cs:
7352         * MenuItem.cs: Cheap hack so we can add items to the list without
7353         the events being raised.  This allows adding mdi items during
7354         drawing. TODO: Should probably find a better time to add the items.
7356 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7358         * ThemeWin32Classic.cs:
7359           - CheckBox_DrawText: Added logic to not wrap if not enough space
7360             is available (Fix for bug #77727)
7361           - RadioButton_DrawText: Added logic not to wrap if not enough
7362             space is available (Fix for bug #77727). Also removed some
7363             duplicate code, DrawString always drawing the regular text
7364             before hitting the if statement.
7366 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
7368         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
7370 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
7372         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
7373         * ContainerControl.cs: Partial implementation of some 2.0 scaling
7374           methods. Moved the new 2.0 properties into alphabetical order with
7375           other properties and added MonoTODO tags
7377 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
7379         * AutoScaleMode.cs: Added. Fix build.
7381 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7383         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
7384           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
7385           and was requiring premature handle creation for calls from above
7386         * Form.cs, Control.cs: Removed handle arguments from calls to
7387           CalculateClientRect()
7389 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
7391         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
7392           drag_column.column_rect is MarshalByRef and can't be used that way
7394 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7396         * AxHost.cs: Added deserialization constructor for 
7397           AxHost+State (fixes 77743)
7399 2006-03-09  Mike Kestner  <mkestner@novell.com>
7401         * ListView.cs: 
7402         - Added column drag reordering for details view.
7403         - fixed behavior when mouse is dragged off column and
7404         AllowColumnReorder is false.
7405         * ColumnHeader.cs: clone the format too in Clone.
7406         * Theme.cs: add DrawListViewHeaderDragDetails method.
7407         * ThemeWin32Classic.cs:
7408         - impl new method for drawing drag column shadows and targets.
7409         - support column offset for details mode in DrawListViewItem.
7411 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7413         * TextControl.cs: Reset the char_count when the document is cleared
7414           (Fixes bug reported on mono-winforms mailing list)
7416 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
7418         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
7419           of calling base we simply process the key ourselves, since both
7420           DefWindowProc and the handled method would set m.Result. 
7421           (Fixes #77732)
7423 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
7425         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
7426           method also moves the window; instead implemented a copy of
7427           Control.ScaleCore (Part of fix for #77456)
7428         * TextBoxBase.cs: 
7429           - Created new CreateGraphicsInternal method to allow providing
7430             a graphics context when no handle is created without triggering
7431             handle creation. (Part of fix for #77456)
7432           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
7433         * TextControl.cs: 
7434           - Switched Constructor to require TextBoxBase instead of Control (to
7435             allow uncast access to CreateGraphicsInternal)
7436           - Safeguarded use of owner.Handle property. No longer accessing it
7437             unless the handle is already created.
7438           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
7439           - Now triggering a recalc when owning control becomes visible
7440         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
7441           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
7442           premature handle creation (Part of fix for #77456)
7443         * Control.cs:
7444           - We now only destroy our double-buffering buffers when the
7445             control is resized or disposed, but not when visibility
7446             changes. (The code even re-created them twice every time)
7447           - Now requiring a redraw of the buffer on visibility changes
7448             (fixes bug 77654 part 2)
7449           - Not passing OnParentVisibleChanged up unless the control
7450             is visible
7451           - CanFocus: Fixed to match MS documentation
7452           - Focus: Fixed to return actual focus state and to check if
7453             setting focus is legal before setting it
7455 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
7457         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
7458           when to draw focus rectangle by looking at parent focus and
7459           selected state instead. This fixes TabPages on Linux sometimes
7460           having none or multiple focus rectangles.
7461         * XplatUIX11.cs (SetFocus): 
7462           - Don't set the focus if the same window already has focus
7463           - Use SendMessage instead of PostMessage (like it's Win32
7464             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
7465             to match MS behaviour
7466         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
7467           are not selectable.
7469 2006-03-07  Jackson Harper  <jackson@ximian.com>
7471         * PictureBox.cs: Revert line I accidently committed last week.
7473 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
7475         * Control.cs: 
7476           - Added new IsRecreating and ParentIsRecreating properties to
7477             allow testing if RecreateHandle has been called on ourselves
7478             or one of our parents
7479           - WndProc(WM_DESTROY): If our control handle is being recreated
7480             we immediately need to create the handle when receiving the
7481             destroy, that way our child windows find a valid parent handle
7482             when they themselves are being recreated upon WM_DESTROY receipt
7483             (fix for bug #77654 part 1)
7484         * XplatUIX11.cs:
7485           - DestroyWindow: WM_DESTROY must be sent to our own window before
7486             notifying any child windows. MS documents that child windows
7487             are still valid when WM_DESTROY is received. (Control now relies on
7488             this behaviour)
7489           - Added some fine-grain debug options
7491 2006-03-06  Jackson Harper  <jackson@ximian.com>
7493         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
7494         box and base calculations off this.
7495         * MdiChildContext.cs:
7496         * MdiWindowManager.cs: Don't need to ensure scrollbars here
7497         anymore.
7498         
7499 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
7501         * Splitter.cs: In situations where the affected control is added
7502           to the parent's control list after the splitter, we would not
7503           populate affected. Now we try populating it on mousedown, if
7504           it's not already set, and force it to be re-set whenever our
7505           parent changes.
7507 2006-03-03  Matt Hargett  <matt@use.net>
7509         * Control.cs: implement Control.Padding
7510         * Padding.cs: -Padding.All returns -1 when constructing with the
7511         implicit default ctor
7512         -Padding.ToString() matches MS.NET
7513         * ContainerControl.cs: implement
7514         ContainerControl.AutoScaleDimensions
7515         * ListControl.cs: implement ListControl.FormattingEnabled
7516         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
7517         * ButtonBase.cs:
7518         * TabPage.cs: Implement UseVisualStyleBackColor.
7519         * PictureBox.cs: Implement PictureBox.InitialImage.
7521 2006-03-03  Mike Kestner  <mkestner@novell.com>
7523         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
7524         event declarations to proxy to base event.
7525         * ListViewItem.cs: update to use ItemControl.
7526         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
7527         * ThemeWin32Classic.cs: update to new ListView theme API and fix
7528         column header label rendering for 0 width columns.
7530 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
7532         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
7533           that causes the control to be created. Fixes #77476.
7535 2006-03-02  Jackson Harper  <jackson@ximian.com>
7537         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
7538         expose_pending.
7540 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
7542         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
7543           passed in for the EventArgs (fixes #77690)
7545 2006-03-01  Jackson Harper  <jackson@ximian.com>
7547         * ScrollBar.cs: Refresh afterbeing resized.
7549 2006-02-28  Mike Kestner  <mkestner@novell.com>
7551         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
7552         Clean up a tracker compile warning.
7553         * MenuItem.cs: add internal PerformPopup method.
7554         [Fixes #77457]
7556 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
7558         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
7559           implicit expose) when the text is set to null
7561 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
7563         * RichTextBox.cs (FlushText): When newline is true, we always
7564           need to split the line, even if no text is on it and we may
7565           never eat newlines. (Fixes #77669)
7567 2006-02-28  Mike Kestner  <mkestner@novell.com>
7569         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
7570         and set Selected instead.
7571         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
7572         collections.
7574 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
7576         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
7578 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
7580         * FontDialog.cs:
7581           - Got rid of the panel. All controls are now directly added to
7582             the dialog form
7583           - It is now possible to set a font with the Font property
7584           - MinSize and MaxSize property do now what they should
7585           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
7586           - Searching and selecting a font with the font textbox works now,
7587             the same applies to the style and size textbox
7588           - Draw the correct 3D border in the example panel
7589           - Fixed a little mem leak (unused fonts didn't get disposed)
7590           - Many other internal updates/rewrites...
7591           - Fix typo
7593 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
7595         * TextControl.cs: 
7596           - InsertRTFFromStream: Added 'number of characters inserted' argument
7597           - set_SelectedRTF: Now using the number of characters to calculate
7598             the new location for the selection and cursor (x/y cannot be used
7599             due to potentially already wrapped text)
7601 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
7603         * TextControl.cs: Added property and implemented means to allow 
7604           disabling recalculation of a document (can be used to speed up
7605           multiple inserts and is needed to make RTF inserts predictable, see
7606           bug #77659)
7607         * RichTextBox.cs: Using the new NoRecalc property of Document to
7608           keep x/y insert locations predictable. Also makes it faster inserting
7609           large chunks of RTF
7611 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
7613         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
7614           it's easier for a child control to handle the other messages without
7615           having to duplicate the special functionality
7616         * TextBoxBase.cs
7617           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
7618             code to handle processing the key ourselves, in order to get 
7619             access to the result of KeyEventArgs.Handled. We now only call 
7620             ProcessKey if they key hasn't been handled already. Fixes #77526.
7621           - set_Text: If null or empty string is given, just clear the 
7622             document. Fixes part of #77526
7624 2006-02-27  Jackson Harper  <jackson@ximian.com>
7626         * SizeGrip.cs: Paint the background color before painting the grip
7627         so things look right.
7628         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
7630 2006-02-27  Mike Kestner  <mkestner@novell.com>
7632         * ListView.cs:
7633           - Restructure layout and invalidation model to remove a ton of
7634           flicker from the control and speed up performance in general.
7635           - Add manual column resize, flickers like crazy, but I already have
7636           some ideas on how I'll fix that. (#76822)
7637           - Merge the three Icon-based views into a single layout method.
7638           - Move item selection interaction logic from the item since 
7639           interaction with the collections is more appropriate to the view.
7640           - Deselection on non-item clicks.
7641         * ListViewItem.cs:
7642           - Encapsulate most of the layout. Add some internal props to trigger
7643           layout.  Move to a model where Items invalidate themselves instead
7644           of just invalidating the whole control every time something changes.
7645           - Invalidate on Text/Caption changes.
7646           - switch to an offset based layout model to avoid having to absolute
7647           position every element on item moves.
7648           - correct checkbox layout to conform to MS layout.
7649         * ThemeWin32Classic.cs:
7650           - refactor some column header drawing code.
7651           - fix string justification for column headers (#76821)
7652           - make SmallIcon labels top justified for compat with MS impl.
7653         * ThemeClearlooks.cs:
7654           - adjust to new ListViewItem internal checkbox bounds api.
7656 2006-02-27  Jackson Harper  <jackson@ximian.com>
7658         * Control.cs:  Change where implicit controls fall in the zorder.
7659         They are now on top of all children.
7660         - Synced AddImplicit code with Add
7661         - Removed unused enumerator.
7662         * SizeGrip.cs: Remove the TODO as its been TODONE.
7664 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
7666         * TextControl.cs(Insert): Combine the last lines unless the insertion
7667           string ends with \n\n, otherwise we leave one line too many (Fixes
7668           something I noticed with the testapp for #77526; the bug itself was
7669           already fixed in the previous checkin)
7671 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
7673         * RichTextBox.cs:
7674           - SelectionColor and SelectionFont methods no longer set absolute
7675             styles. Instead, the keep font or color respectively (This 
7676             resolves a long-standing FIXME in the code)
7677           - When flushing RTF text, the insert code now considers text trailing
7678             behind the insertion point (Fixes the bug where when replacing
7679             the selected text via SelectedRTF the remainder of the line behind 
7680             the selection would stay on the first insertion line)
7681         * TextBoxBase.cs:
7682           - AppendText now updates the selection points after inserting text
7683           - AppendText now ensures that the last tag (sometimes 0-length) of
7684             the document is used for the style information (Fixes part of 
7685             bug #77220)
7686         * TextControl.cs:
7687           - Created new FontDefiniton class to allow describing partial style
7688             changes
7689           - StreamLine() now takes a lines argument, to allow it to decide
7690             whether an encountered zero-length tag is the last in the document
7691             (which must be kept to not loose the font/color contained in it,
7692             for later appends)
7693           - Created Combine() and Split() methods for Marker structs, to 
7694             support marker updates due to reformatted documents (soft line
7695             wraps)
7696           - Implemented Document.CaretTag setter
7697           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
7698             of the last line (Not the cause, but also exposed by bug #77220)
7699           - Added LineTag argument to InsertString method, to allow callers
7700             to force a certain tag to be used (required to force use of the
7701             trailing zero-length tag of a document)
7702           - Now updating markers in Combine(), to avoid stale tag markers
7703           - Added some method descriptions to aid maintenance
7704           - Implemented new FormatText concept, allowing additive/subtractive
7705             formatting by only specifying the components that are to be 
7706             changed. This was needed for resolving the RTB.SelectedColor/
7707             RTB.SelectedFont fixmes
7708           - Added Break() support method to allow breaking up linetags (used
7709             for partial formatting)
7710           - Added GenerateTextFormat() method. It is used for partial 
7711             formatting and allows to generate a full font/color from given
7712             attributes and an existing tag.
7714 2006-02-26  Jackson Harper  <jackson@ximian.com>
7716         * XplatUIX11.cs:  Use the correct caption height.
7717         - Translate hittest coordinates to screen coords to match MS.
7718         * XplatUIWin32.cs: When we create MDI windows we need to reset
7719         some of the style flags, so we get a nice blank window, and can
7720         draw all the decorations ourselves.
7721         - Set a clipping rectangle on the non client paint event, the
7722         window manager drawing code needs one.
7723         * Form.cs: The window manager needs to know when the window state
7724         has been updated.
7725         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
7726         don't need to factor in border and title sizes in these
7727         methods. TODO: Remove the args and fix the call points.
7728         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
7729         properly.
7730         - Let the driver set the cursors.
7731         - Improve active window handling
7732         - Correct sizes for title bars and buttons.
7733         - Match MS drawing better
7734         * MdiWindowManager.cs: We don't need to handle border style
7735         updates specially anymore.
7736         - Check for scrollbars when windows are done moving
7737         - Handle Active properly.
7738         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
7739         correctly. I am spewing the exception though, so we don't hide the
7740         bugs.
7741         
7742 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
7744         * DataGridViewRowPostPaintEventArgs.cs,
7745           DataGridViewCellPaintingEventArgs.cs,
7746           DataGridViewRowCollection.cs,
7747           DataGridViewRowPrePaintEventArgs.cs,
7748           DataGridViewCell.cs: Clear a few warnings and implement a few
7749           exceptions that should be thrown.
7751 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
7753         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
7754           'inheriting' our parent's (non-default) cursor. (Part of
7755            the fix for #77479)
7757 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
7759         * XplatUIX11.cs: Fixed cast to make csc happy
7761 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
7763         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
7764           it's for the client area (part of fix for #77479 and needed
7765           for MDI window cursor handling)
7766         * XplatUIX11.cs
7767           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
7768             the appropriate default cursors and also passing the message
7769             up the parent chain 
7770           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
7771             for non-client areas
7773 2006-02-15  Jackson Harper  <jackson@ximian.com>
7775         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
7776         is a real MDI window
7778 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
7780         * X11DesktopColors.cs: Instead of checking the desktop session
7781           string for "KDE" check if it starts with "KDE"
7783 2006-02-10  Jackson Harper  <jackson@ximian.com>
7785         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
7786         systems).
7788 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
7790         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
7791           errors
7792         * ColorDialog.cs:
7793           - Got rid of the panel. All controls are now directly added to
7794             the dialog form
7795           - Changed to mono coding style
7797 2006-02-10  Jackson Harper  <jackson@ximian.com>
7799         * InternalWindowManager.cs: We don't need the set visibility to
7800         false hack anymore now that peter has written beautiful shutdown
7801         code.
7803 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
7805         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
7806           where already explicitly destroyed
7808 2006-02-10  Jackson Harper  <jackson@ximian.com>
7810         * MdiClient.cs: Handle the case where windows are too high or to
7811         the left and we need scrollbars.
7813 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
7815         * MimeIcon.cs: Added some icons
7816         * FileDialog.cs:
7817           - Fixed bug #77477
7818           - Got rid of the panel. All controls are now directly added to
7819             the dialog form
7820           - Changed to mono coding style
7821           - On Linux "My Computer" and "My Network" will now show some
7822             more usefull information. A new class, MasterMount, gathers
7823             this information from /proc/mount. Updated MWFFileView to make
7824             use of this information
7825           - Fixed a bug that caused FileDialog to crash when
7826             ".recently_used" file had a zero size
7827           - FilterIndex does now what it should
7828           - Some Refactoring
7829         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
7830             FileDialog changes
7832 2006-02-09  Jackson Harper  <jackson@ximian.com>
7834         * ComboBox.cs: Don't touch if null.
7836 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
7838         * Cursor.cs: 64bit safeness fix
7839         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
7841 2006-02-09  Jackson Harper  <jackson@ximian.com>
7843         * Form.cs: If a form is made into an MDI form update the styles so
7844         all the props can get set correctly.
7845         - Kill the mdi_container when we dont need it anymore.
7846         * InternalWindowManager.cs: Add missing NOT
7848 2006-02-08  Jackson Harper  <jackson@ximian.com>
7850         * InternalWindowManager.cs: Respek clipping when drawing MDi
7851         decorations.
7853 2006-02-08  Jackson Harper  <jackson@ximian.com>
7855         * Hwnd.cs: Add bits to track non client expose events.
7856         * XplatUIX11.cs: Track non client expose events on the hwnd. This
7857         gives us a proper invalid rect and will allow for some nice
7858         optimizations with NC client drawing
7859         - MDI windows are children windows, so move their style handling
7860         into the child window block.
7861         * InternalWindowManager.cs: Remove a state reset that was
7862         getting invoked at the wrong time. Fixes managed windows getting
7863         into a 'stuck' captured state.
7865 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
7867         * TextControl.cs (Document.ctor): Now initializing 
7868           selection_anchor. Fixes #77493
7870 2006-02-07  Jackson Harper  <jackson@ximian.com>
7872         * TrackBar.cs: The increment/decrements were backwards.
7874 2006-02-07  Mike Kestner  <mkestner@novell.com>
7876         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
7877         to the instance itself.
7879 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
7881         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
7882           on ulongs and pointers, the size differs between 32bit and 64bit
7883           systems. 
7885 2006-02-07  Mike Kestner  <mkestner@novell.com>
7887         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
7888         for 64 bit platforms to work around a metacity bug. 
7890 2006-02-07  Jackson Harper  <jackson@ximian.com>
7892         * TrackBar.cs: Process the input keys we need, and hookup to
7893         KeyDown instead of using WndProc, so we get key messages.
7895 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
7897         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
7898           machine we're on. 
7899         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
7900           we need to translate the XdndVersion atoms array before sending it
7902 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
7904         * XplatUIX11.cs: 
7905           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
7906             number of bits for the property, not the number of bytes. The
7907             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
7908             but would not crash since it specified 8 bits instead of 4 bits)
7909           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
7910             defined as XID -> long in the C headers)
7911           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
7912             references since those are now IntPtr to begin with
7913           - Switched all Atom.XXX 'int' casts to IntPtr casts
7914           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
7915           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
7916           - Added XChangeActivePointerGrab DllImport (for X11DnD)
7917         * X11Structs.cs:
7918           - Changed 'int' type for Atoms in XEvent structures to IntPtr
7919           - Changed atom in HoverStruct to be IntPtr
7920         * X11DnD.cs:
7921           - Removed local DllImports, switched code to use those from XplatUIX11
7922           - Removed/fixed casts related to the switch of Atom to be a IntPtr
7924 2006-02-06  Mike Kestner  <mkestner@novell.com>
7926         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
7927         method signatures in the import region.  There may still be some
7928         lingering struct marshaling issues, as I didn't drill down into those.
7929         Yet.
7931 2006-02-06  Jackson Harper  <jackson@ximian.com>
7933         * ComboBox.cs: Dont manually set the top_item, this is computed
7934         when the scrollbar position is set.
7936 2006-02-06  Mike Kestner  <mkestner@novell.com>
7938         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
7939         startup crashes on amd64.  There's other fixes needed.  All pinvoke
7940         usage of Atom needs to be mapped to IntPtr for example.  And there are
7941         likely other int/long issues to be addressed.
7943 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
7945         * FileDialog.cs: One more...
7947 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
7949         * FileDialog.cs: Next try
7951 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
7953         * FileDialog.cs: First part of fix for #77464
7955 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
7957         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
7958           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
7959           AcceptButton border drawing.
7961 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
7963         * Form.cs: Moved positioning of form after auto scaling is applied,
7964           otherwise it would possibly use wrong form size.
7966 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
7968         * Control.cs (RecreateHandle): No need to re-create any child
7969           controls, the child windows will get destroyed automatically by
7970           the windowing system or driver, and re-created when the handle
7971           is being accessed the first time. Fixes #77456
7972         * Form.cs: No longer setting the form to closing if the handle is 
7973           being recreated. This seems like the right thing to do, don't
7974           have a bug or testcase for this, though.
7976 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
7978         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
7979           controls to avoid unwanted side effects
7981 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
7983         * Control.cs: 
7984           - ScaleCore needs to scale the bounds, not the ClientSize of the 
7985             control. Fixes #77416.
7986           - DefaultSize is 0,0 for control
7987         * TextBoxBase.cs: 
7988           - DefaultSize is 100, 20
7989           - SetBoundsCore: Now enforcing the height, no matter if the provided
7990             height is more or less than the preferred one, as long as AutoSize
7991             is on
7992         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
7994 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
7996         * Control.cs:
7997           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
7998             call unless both performLayout is true *and* we have a pending
7999             layout change
8000           - ResumeLayout: MS does not completely nest Suspend and Resume,
8001             they bottom out at 0, fixed our code to match that.
8002           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
8003             SetBoundsCore, we were updating even when we shouldn't. This fixes
8004             swf-anchors mis-anchoring when resizing the app fast and lots.
8005           - UpdateDistances: Now only setting the left and top distance if 
8006             we have a parent and are not suspended, this is based on
8007             a suggestion by Don Edvaldson in bug #77355.
8008           - OnVisibleChanged: Fixed logic when to create the control. We may
8009             not create the control if we have no parent or if it's not visible;
8010             switched to using Visible property instead of is_visible field 
8011             since the property also considers parent states. This fixes a bug
8012             when starting Paint.Net
8014 2006-02-02  Jackson Harper  <jackson@ximian.com>
8016         * Form.cs: If the forms handle hasn't been created yet don't call
8017         into xplatui to make it top most, just set the topmost flag on the
8018         form in CreateParams
8019         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
8021 2006-02-01  Jackson Harper  <jackson@ximian.com>
8023         * ScrollableControl.cs: Refactored the Recalculate method a
8024         little, this wasn't handling all the variants of bottom and right
8025         bars needed to be added and added/removed based on their
8026         counterparts being added/removed (which changes the drawable
8027         size). Also we special case client widths and heights of 0 and
8028         don't add the scrollbar for those.
8030 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
8032         * XplatUIX11.cs: 
8033           - Added method to get AbsoluteGeometry(); currently unused, but might
8034             be used in the future, if we try again to figure out toplevel
8035             coordinates with some more crappy window managers
8036           - Added FrameExtents() method to retrieve the WM set decoration size
8037           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
8038             to deal with at least KDE, FVWM and metacity (Fixes #77092)
8039         * Hwnd.cs: 
8040           - Added whacky_wm tracking var for metacity
8041           - Added logic to have default menu height if the actual menu height
8042             has not yet been calculated (part of fix for #77426)
8043         * Form.cs: Keep track whether client size has been set and re-set 
8044           it if a menu is added/removed afterwards (Fixes #77426)
8046 2006-01-31  Jackson Harper  <jackson@ximian.com>
8048         * Control.cs: When a new Site is set on the component attempt to
8049         pull the AmbientProperties from it.
8051 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
8053         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
8054           in the background of the owning form. Fixes #77332
8056 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
8058         * MimeIcon.cs: Fix for #77409
8060 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
8062         * XplatUIX11GTK.cs: Initial import
8064 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
8066         * FixedSizeTextBox: fixes class signature
8068 2006-01-30  Jackson Harper  <jackson@ximian.com>
8070         * FixedSizeTextBox.cs: New internal class that represents a
8071         textBox that will not be scaled.
8072         * TreeView.cs:
8073         * ComboBox.cs:
8074         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
8075         standard TextBox.
8076                 
8077 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
8079         * XplatUIX11.cs: Retrieve default screen number instead of
8080           assuming 0. Attempted fix for #77318
8082 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
8084         * XplatUIWin32.cs: 
8085           - GetWindowPos: When a window is parented by FosterParent, use 
8086             the desktop instead of FosterParent as the base to get coordinates
8087           - CreateWindow: Don't make FosterParent the parent window for Popups
8088             if we don't want a taskbar entry, Popups automatically don't get one
8089         * Hwnd.cs: Need to call remove to actually remove the key from the
8090           hash table
8092 2006-01-30  Mike Kestner  <mkestner@novell.com>
8094         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
8096 2006-01-30  Jackson Harper  <jackson@ximian.com>
8098         * TreeView.cs:
8099         * TreeNode.cs: Raise events no matter how the treenode is
8100         checked. Patch by Don Edvalson.
8102 2006-01-30  Jackson Harper  <jackson@ximian.com>
8104         * TreeNode.cs: Signature fix.
8106 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
8108         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
8110 2006-01-20  Mike Kestner  <mkestner@novell.com>
8112         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
8113         event forwarding when menus are active.
8114         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
8115         Most of the patch is pdb's with a little rework.
8117 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
8119         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
8120           Removed GetMenuDC and ReleaseMenuDC methods; replaced
8121           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
8122         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
8123         * InternalWindowManager.cs: Added use of PaintEventStart/End to
8124           handling of WM_NCPAINT message, now passing the PaintEventArgs to
8125           the PaintWindowDecorations method
8126         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
8127         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
8128         * MenuAPI.cs: Made tracker window invisible
8129         * XplatUIWin32.cs:
8130           - Removed GetMenuDC and ReleaseMenuDC methods
8131           - Implemented the client=false path for PaintEventStart and
8132             PaintEventEnd
8134 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
8136         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
8137         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
8138           styles
8139         * Form.cs: 
8140           - MaximizeBox, MinimizeBox: Recreate the handle when setting
8141             the style
8142           - CreateParams: Reworked the styles to match MS look'n'feel,
8143             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
8144             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
8146 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
8148         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
8149           window is not mapped, since otherwise every form that's being 
8150           created is considered minimized, which is wrong.
8151         * Form.cs: Catching the exception and returning our internal value
8152           instead
8154 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
8156         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
8157           SetWindowMinMax() to have means to tell the driver about the minimum,
8158           maximum and maximized state window sizes. (Part of the fix for #76485)
8159         * Form.cs:
8160           - Implemented tracking of minimum and maximum window size, now calling
8161             new SetWindowMinMax() driver method to tell the driver (Part of the
8162             fix for #76485)
8163           - Finished handling of WM_GETMINMAXINFO method, now setting all values
8164             (Completes fix for #76485)
8165           - Calling new SetWindowMinMax driver method when the handle for a 
8166             form is created, to make sure the driver knows about it even if
8167             the values have been set before the window was created
8168           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
8169             to avoid messing up our anchoring calculations (partial fix
8170             for #77355)
8171         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
8172         * XplatUIX11.cs:
8173           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
8174           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
8175             (and presumably other freedesktop.org compliant WMs). Left the
8176             assumption unmapped=minimized, needed for SetVisible to work.
8177           - Now setting the window state when creating windows
8178           - Fixed SetVisible to consider/set the window state when mapping
8179             a Form. We cannot set the state before it's mapped, and we cannot
8180             use Form.WindowState once it's mapped (since it would ask the
8181             driver and get 'normal'. Therefore, we grab the state before
8182             mapping, map, and then set state.
8183           - Implmemented SetWindowMinMax method; Metacity does not seem to
8184             honor the ZoomHints, though.
8185         * XplatUIWin32.cs:
8186           - Removed MINMAXINFO (moved to XplatUIStructs)
8187           - Added SetWindowMinMax stub (on Win32 the only way to set that
8188             information is in response to the WM_GETMINMAXINFO message, which
8189             is handled in Form.cs)
8190           - Added logic to SetVisible to set the proper window state when a 
8191             form is made visible (fixes #75720)
8193 2006-01-26  Jackson Harper  <jackson@ximian.com>
8195         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
8196         same way we handle them with Invoke.
8198 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
8200         * Form.cs:
8201           - Added tracking of window state so CreateParams can return
8202             the appropriate style
8203           - Moved setting of WS_CAPTION style in CreateParams to allow
8204             styles without caption
8205         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
8206           control if the TextBox property is accessed. Fixes #77345
8207         * Control.cs:
8208           - get_Created: now uses is_disposed and is_created to determine
8209             return value (suggested by Jackson)
8210           - CreateHandle: No longer exits if the handle is being recreated
8211           - RecreateHandle: If the handle is not yet created call the 
8212             appropriate method to create either control or handle. If the
8213             control is already created CreateHandle will simply exit instead
8214             of just creating the handle
8215         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
8216           now SendMessage WM_DESTROY directly to the control when DestroyWindow
8217           is called.
8218         * XplatUIX11.cs: 
8219           - When DestroyWindow is called, instead of waiting for the 
8220             DestroyNotification from X11, we directly post it to the WndProc
8221             and immediately dispose the hwnd object.
8222             Same applies to DestroyChildWindows, and this obsoletes the
8223             expose_pending tracking. Contrary to Win32 behaviour we destroy our
8224             child windows before our own, to avoid X11 errors.
8225           - Removed the direct sending of WM_PAINT on UpdateWindow
8226         * XplatUIWin32.cs:
8227           - Reworked DoEvents and GetMessage to allow access to internal queue
8228             even when trying non-blocking access to the queue.  Fixes #77335. 
8229             Based on a patch suggestion by Don Edvalson. The new private
8230             GetMessage can now also be used as a backend for a PeekMessage
8231             frontend version.
8232         * XplatUI.cs: Improved debug output for CreateWindow
8234 2006-01-25  Jackson Harper  <jackson@ximian.com>
8236         * Help.cs: Allow param to be null. Patch by Don Edvalson.
8238 2006-01-24  Jackson Harper  <jackson@ximian.com>
8240         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
8241         when we have a MaxDropItems lower then the selected index.
8243 2006-01-24  Jackson Harper  <jackson@ximian.com>
8245         * Control.cs: Don't allow selection of non visible controls, allow
8246         selection of controls without parents.
8248 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
8250         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
8251         * DataGridDrawingLogic.cs: Add editing row only when is necessary
8253 2006-01-23  Jackson Harper  <jackson@ximian.com>
8255         * UpDownBase.cs: Make the textbox handle all the selection and
8256         tabbing. This fixes tabing to updown controls.
8258 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
8260         * TextBoxBase.cs: fixes exception thown the object was null
8262 2006-01-23  Jackson Harper  <jackson@ximian.com>
8264         * ButtonBase.cs: Just use the base CreateParams. They set
8265         visibility and enabled correctly.
8266         * ComboBox.cs:
8267         * TrackBar.cs:
8268         * MonthCalendar.cs: Lets let the base set as much of the
8269         createparams as possible so we don't have duplicate code all over
8270         the place.
8272 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
8274         * ThemeGtk.cs: Added TrackBar and some experimental code to
8275           get double buffering back
8277 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
8279         * DataGrid.cs: Allows row number set internally higher than the last
8280         when creating a new row. Restores the editing functionality.
8282 2006-01-20  Mike Kestner  <mkestner@novell.com>
8284         * MimeIcon.cs: delay Image creation until the icons are accessed
8285         instead of creating 190 scaled images on GnomeHandler startup.
8287 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
8289         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
8290           first call base before processing the event. Fixes #77279
8292 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
8294         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
8295           that the stride for the GDI bitmap would match the stride of
8296           a DIB or a Cursor.
8298 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
8300         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
8302 2006-01-19  Jackson Harper  <jackson@ximian.com>
8304         * ComboBox.cs: Hookup the text controls keydown event so we get
8305         those when the text control has the focus.
8307 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
8309         * Label.cs: Now using the base events instead of defining new ones;
8310           this allows us to just call the base properties without having to
8311           duplicate all base property logic 
8313 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
8315         * Label.cs: A label by default is not a tabstop (Fixes one of our
8316           failing nunit tests)
8318 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
8320         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
8321         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
8323 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
8325         * Cursor.cs: Reimplemented creating cursor bitmaps without using
8326           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
8327           This fixes #77218
8328         * XplatUIWin32.cs: 
8329           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
8330             constructor creates images that can't be saved. Part of the fix
8331             for #76103
8332           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
8333           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
8334             bug fix for handling window state in forms properly)
8336 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8338         * ThemeGtk.cs: Simplify ScrollBar drawing
8340 2006-01-18  Jackson Harper  <jackson@ximian.com>
8342         * Splitter.cs: Set the default dock style for the splitter control
8343         in the constructor.
8345 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8347         * ThemeGtk.cs: Corrected StateType and ShadowType for
8348           gtk_paint_box
8350 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8352         * Control.cs: Make use of Theme.DoubleBufferingSupported
8353         * ThemeGtk.cs:
8354           - Added drawing for flat style buttons
8355           - Added ScrollBar drawing
8357 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
8359         * ThemeClearlooks.cs: Removed some unneeded code.
8360         * ThemeGtk.cs: First part of ThemeGtk enhancements.
8362 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
8364         * LinkLabel.cs: We need to update the hover drawing when
8365           leaving the control as well.
8367 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
8369         * DataGrid.cs: Clicking on non empty areas in the columns
8370            area was giving an exception
8372 2006-01-17  Jackson Harper  <jackson@ximian.com>
8374         * ThemeWin32Classic.cs:
8375         * ListView.cs: Do not draw/clip the headers when the header style
8376         is None.
8378 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
8380         * DataGrid.cs: Fixes 77260
8381         
8382 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
8384         * DataGrid.cs: Clicking on a column on a empty grid was giving
8385           an exception
8387 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
8389         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
8390           or any keypress will crash the grid.
8392 2006-01-17  Mike Kestner  <mkestner@novell.com>
8394         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
8395         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
8396         invisible/previously-visible items.
8397         [Fixes #76909]
8399 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
8401         * ThemeClearlooks.cs:
8402         - Added CL_Draw_Button method; now other theme controls that are 
8403           not derived from button or do not have a button can draw buttons
8404           too
8405         - Updated ComboBox drawing
8406         - Beautified RadioButton drawing
8407         - Corrected drawing of bottom and left tabs
8408         - Beautified DateTimePicker and MonthCalendar
8409         - Added CPDrawButton and CPDrawRadioButton
8411 2006-01-16  Jackson Harper  <jackson@ximian.com>
8413         * ComboBox.cs: Set the initial value of the scrollbar to the
8414         current index. Reduce the numbers of refreshs and IndexOfs called.
8416 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
8418         * FileDialog.cs: When the file listview is focused hitting the
8419           backspace key moves the fileview to the parent directory
8421 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
8423         * Form.cs: 
8424           - Added RecreateHandle call when changing taskbar visibility to 
8425             trigger reparenting in Win32 driver (Fixes #75719)
8426           - If a window has minimize or maximize buttons, it cannot have
8427             a help button
8428         * XplatUIWin32.cs:
8429           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
8430             the toplevel form with FosterParent (A toolwindow not on the
8431             taskbar) (Fixes #75719)
8432           - Made FosterParent a toolwindow
8434 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
8436         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
8438 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
8440         * ToolTip.cs: If SetToolTip is called from a control and the mouse
8441           is currently over that control, make sure that tooltip_window.Text
8442           gets updated
8444 2006-01-13  Mike Kestner  <mkestner@novell.com>
8446         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
8448 2006-01-13  Jackson Harper  <jackson@ximian.com>
8450         * TreeView.cs: On MS GetNodeAt never actually factors in the X
8451         value passed.  Also redraw the selected node when we recieve
8452         focus, so tabbing between trees works correctly.
8454 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
8456         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
8457           ~/.gconf/%gconf-tree.xml, so use
8458           .gconf/desktop/gnome/interface/%gconf.xml
8460 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
8462         * TextControl.cs: Draw text in gray if control is disabled
8464 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
8466         * TreeView.cs: Draw the focus rectangle outside the highlight, to
8467           make sure it's always visible. Fixes #76680.
8469 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
8471         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
8473 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
8475         * PageSetupDialog.cs: Added.
8476         * PrintDialog.cs: Attributes.
8477         * PrintPreviewControl.cs: Updates.
8478         * PrintPreviewDialog.cs: Updates.
8479         
8480 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8482         * Control.cs: Undid my selection check fix, since it's not needed
8483         * TextBoxBase.cs:
8484           - Now considering the presence of hscroll/vscroll when sizing
8485             vscroll/hscroll respectively. Fixed bug #77077
8486           - Added Left/Up/Down/Right to IsInputKey list to prevent
8487             ContainerControl from stealing them. This fixes what I broke
8488             with my last checkin.
8490 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
8492         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
8493           I finally understand how the property can be set without a setter :-)
8495 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8497         * Application.cs:
8498           - Switched RunLoop to use static Message.Create to create a 
8499             Message object
8500           - Added PreProcessMessage call in runloop for keyboard events; this
8501             is part of the fix for #77219, I overlooked this originally in the
8502             MSDN doc for PreProcessMessage
8503         * Control.cs:
8504           - Removed call to PreProcessMessage from handling of keyboard 
8505             messages; it's supposed to be done in the message pump
8506           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
8507             per MSDN documentation.
8508           - IsInputChar: All chars are input chars by default; removed the 
8509             parent calling chain, MS does not document that
8510           - PreProcessMessage: If IsInputChar is true, we want to return false
8511             to allow dispatching of the message
8512           - When selecting the next control, now also check that we're not
8513             selecting ourselves again and therefore return a false positive.
8514         * TextBoxBase.cs:
8515           - Tried to match return values for IsInputKey and ProcessDialogKey
8516             to what MS returns; moved processing of our special keys outside
8517             ProcessDialogKey since MS does not seem to return true on those.
8518           - Moved code that previously was in ProcessDialogKey into new private
8519             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
8520           - Reworked handling of WM_CHAR to not have to duplicate code from
8521             Control.cs anymore, instead we simply call down to base.
8522            
8523 2006-01-12  Jackson Harper  <jackson@ximian.com>
8525         * ComboBox.cs: We always need to refresh the text area when
8526         EndUpdate is called. Fixes the combobox in the file dialog.
8527         * Control.cs: Don't create the creator_thread until the controls
8528         handle is created.  Also in InvokeRequired we check if the
8529         creator_thread is null. This gives the effect of InvokeRequired
8530         returning true if the controls handle is not created yet, and
8531         matches MS.
8533 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8535         * XplatUI.cs:
8536           - Added StartLoop() driver method. This is used to allow drivers to
8537             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
8538             loop for a particular thread
8539           - Added EndLoop() driver method. This is called once the message
8540             pump for the thread is shut down
8541           - Added SupportsTransparency method to allow the driver to indicate
8542             opacity support for windows
8543         * Form.cs:
8544           - Removed TODO attribute, completed AllowTransparency property
8545           - Added documented logic to Opacity
8546         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
8547           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
8548           versions of CompatibleTextRendering
8549         * X11Structs.cs: Added opacity atom to our atom enumeration
8550         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
8551           of a form might be set before it's reparented by the WM, and we need
8552           the opacity value without calling up to Form)
8553         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
8554           SupportsTransparency() driver methods
8555         * Application.cs: Now calling StartLoop and EndLoop driver methods
8556         * XplatUIX11.cs:
8557           - Added opacity atom registration
8558           - Added StartLoop()/EndLoop() methods. They're empty right now but
8559             will need to get implemented when we switch to a per-thread queue
8560           - Implemented SupportsTransparency() method
8561           - Implemented SetWindowTransparency() method
8562           - Added support for setting the opacity value when a window is
8563             reparented (since the opacity needs to be set on the WM frame)
8564         * XplatUIOSX.cs, XplatUIWin32.cs:
8565           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
8567 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
8569         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
8571 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
8573         * FileDialog.cs: Added ToolTip for MWFFileView
8574         * MimeIcon.cs: Rewrote GnomeHandler.
8575           - Get currently used gnome icon theme from
8576             ($HOME)/.gconf/%gconf-tree.xml
8577           - Make use of inherited icon themes
8578           - Support SVG icon themes like Tango via librsvg
8580 2006-01-12  Miguel de Icaza  <miguel@novell.com>
8582         Revert's Jackson's revert which broke 2.0 builds.   Fix both
8583         builds. 
8584         
8585         * Application.cs: Move the use_compatible_text_rendering outside
8586         the NET_2_0 define.  If we ever need to use the
8587         use_compatible_text_rendering on the individual controls they will
8588         access the variable from the common shared code paths.
8590 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
8592         * XplatUI.cs:
8593           - Added more granular debug options
8594           - Added method to print both window text and id
8595           - Switched debug output to use new Window() debug method
8596           - Added IsEnabled() driver method
8597           - Added EnableWindow() driver method
8598         * Form.cs:
8599           - Removed end_modal; no longer needed, new loop handles termination
8600             via 'closing' variable
8601           - If form is modal, setting DialogResult will now initiate loop
8602             termination via 'closing' variable
8603           - Added support for is_enabled/WS_DISABLED to CreateParams
8604           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
8605             does all the work
8606           - Removed code that's now in RunLoop from ShowDialog()
8607           - Added various documented sanity checks to ShowDialog()
8608           - Added handling of WM_DESTROY message; we set 'closing' on getting
8609             the message to indicate the message pump to terminate
8610           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
8611             send by the Application.ExitThread method. (We send the message
8612             to destroy the window after all other events have been
8613             processed through the queue, instead of destroying the handle 
8614             directly)
8615           - Moved code from Close() method to WM_CLOSE handler; added logic
8616             to only send close-related events if the form is not displayed
8617             modal
8618         * Splitter.cs (..ctor): Fixed typo in resource name
8619         * Control.cs:
8620           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
8621             brush now
8622           - set_Cursor: Now only setting calling into XplatUI if the handle for
8623             the control is already created; this avoids implict handle creation
8624             or crashes if it's not created
8625           - set_Enabled: Now setting the enabled state via the new driver method
8626             instead of just tracking it
8627           - CreateParams: Added logic to set WS_DISABLED based on enabled state
8628           - CreateControl: Reordered event firing and method calls to more
8629             closely fire events in the order MS does. Now setting the
8630             enabled state in the driver when creating the control.
8631           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
8632             match MS order
8633         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
8634           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
8635         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
8636         * Hwnd.cs:
8637           - Added tracking of window enabled state (get_Enabled/set_Enabled)
8638           - Added EnabledHwnd property to easily allow a driver to find the
8639             handle of the first enabled window in the parent chain (this is
8640             used by drivers to pass up input events of disabled windows)
8641         * XplatUIDriver.cs: Added IsEnabled() method
8642         * Application.cs:
8643           - Removed crude and obsolete exiting tracking variable
8644           - Removed internal ModalRun(); replaced by RunLoop()
8645           - Implemented private CloseForms() method to allow closing all 
8646             windows owned by a particular (or all) threads
8647           - Exit() now properly closes all windows without forcing the message
8648             pump to quit
8649           - Removed obsolete InternalExit() method
8650           - Changed Run() methods to use new RunLoop() message pump
8651           - Implemented new RunLoop() method for both modal and non-modal forms
8652         * CommonDialog.cs:
8653           - get_CreateParams: Added setting of WS_DISABLED
8654           - Simplified ShowDialog(); now all the work is done in RunLoop(),
8655             invoked via Form.ShowDialog()
8656         * NativeWindow.cs: We don't remove the window from the collection when
8657           the handle is destroyed; there might still be messages for it in the
8658           queue (mainly the resulting WM_DESTROY); instead it will be removed
8659           when Control calls InvalidateHandle in the WM_DESTROY handler
8660         * XplatUIX11.cs:
8661           - CreateWindow: Added logic to handle the WS_DISABLED window style
8662           - EnableWindow: Implemented based on Hwnd.Enabled
8663           - GetMessage: Reset PostQuitState so the method can be called again
8664           - Implemented support for disabled windows (passing messages to the
8665             first enabled parent) in handling all input messages
8666           - Added optimizations for handling Expose events
8667           - Implemeted new driver method IsEnabled()
8668           - Now always resetting paint pending tracking vars when we start paint
8669           - Re-implemented UpdateWindow via just sending a WM_PAINT message
8670         * XplatUIOSX.cs: Added IsEnabled method stub
8671         * XplatUIWin32.cs: Implemented new IsEnabled() method
8673 2006-01-11  Jackson Harper  <jackson@ximian.com>
8675         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
8676         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
8677         variables a little.
8678         * ColorDialog.cs: Clear out the old form before adding the new
8679         panel.  
8681 2006-01-11  Jackson Harper  <jackson@ximian.com>
8683         * X11Dnd.cs: Make sure to add all the text formats when adding
8684         strings to the data object.
8685         * TreeNodeCollection.cs: When adding to a sorted tree we need to
8686         do some redrawing too.  Also change the UpdateNode to an
8687         UpdateBelow so the newly added node gets painted.
8688         
8689 2006-01-11  Miguel de Icaza  <miguel@novell.com>
8691         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
8692         LinkLabel.cs, PropertyGrid.cs: Implement the
8693         UseCompatibleTextRendering property for 2.x
8695         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
8697 2006-01-11  Jackson Harper  <jackson@ximian.com>
8699         * TreeView.cs: Use the property for setting the selected node so
8700         the correct events get raised.
8701         * TreeNode.cs: Update the tree when the fore/back colours of a
8702         node are set.
8704 2006-01-10  Jackson Harper  <jackson@ximian.com>
8706         * TreeView.cs: Allow setting SelectedNode to null.
8708 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8710         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
8712 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8714         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
8716 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8718         * PrintDialog.cs: Added attributes and set default property values.
8720 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8722         * PrintControllerWithStatusDialog.cs: 
8723         Added PrintControllerWithStatusDialog.
8725 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8727         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
8728         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
8730 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
8732         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
8734 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
8736         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
8737         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
8739 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
8741         * MimeIcon.cs: Added internal class SVGUtil.
8743 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
8745         * FileDialog.cs: Don't crash if there are two files with the
8746           same name but different locations.
8748 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
8750         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
8751         dates across multiple month grids. Used to not highlight entire 
8752         month, but does now.
8753         
8754 2006-01-06  Jackson Harper  <jackson@ximian.com>
8756         * MonthCalendar.cs: Removed DoEvents call to prevent a running
8757         message loop. Change timer intervals to numbers that seem more
8758         natural.
8760 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
8762         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
8763           object for location info since screen object is now implemented.
8765 2006-01-05  Jackson Harper  <jackson@ximian.com>
8767         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
8768         * AsyncMethodResult.cs: We no longer use a WeakReference for the
8769         AsyncMethodResult, this is because we ALWAYS want the
8770         ManualResetEvent to get set.
8771         * Control.cs: When disposing use an async invoke to call shutdown
8772         code, so that thigns don't block on the finalizer thread.  Also
8773         check if we even have a message loop before trying to send
8774         messages, if we don't then don't bother sending messages.
8775         - No more weak references for async methods
8776         * XplatUIDriver.cs: No more weak references for async methods.
8778 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
8780         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
8781           returns two FontFamily with the same name
8783 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
8785         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
8786           drawing disabled text. Instead using the ColorGrayText color
8788 2006-01-04  Jackson Harper  <jackson@ximian.com>
8790         * TreeNode.cs: redraw the node when its image index is changed.
8792 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
8794         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
8795           time I checked there are no others like it.
8797 2006-01-04  Jackson Harper  <jackson@ximian.com>
8799         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
8800         this gives the behavoir I was looking for.
8801         * Control.cs: Special case Invoking EventHandlers, this matches MS
8802         and fixes part of bug #76326.
8804 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
8806         * ThemeClearlooks.cs, FileDialog.cs:
8807           - Reflect the latest Theme class changes
8808           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
8809             with DateTime
8810             
8811 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
8813         * Theme.cs: Cache UI resource images and resize them if needed
8815 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
8817         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
8818           is called. This fixes the crash in Nexxia when setting the font
8819           attributes in the chat. [However, RTF needs a look-over to make sure
8820           that all SelectionXXX methods handle the special case that selection
8821           is empty and therefore the change must be applied to all text starting
8822           at the cursor/selection start]
8824 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
8826         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
8827           XplatUIOSX.cs: Added SendMessage and PostMessage methods
8828         * X11Keyboard.cs: Switched to new way of calling PostMessage
8830 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
8832         * Theme.cs: Added theme interface for images to allow the theme to
8833           control what images are used for things like FileDialog, MessageBox
8834           icons, etc.
8835         * MessageBox.cs: Now uses the new Theme icon/image interfaces
8837 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
8839         * FileDialog.cs:
8840           - Removed some dead code
8841           - Opening a recently used file does work now
8842           - Small UI enhancements
8843           - Refactoring
8845 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
8847         * FileDialog.cs: Forgot too add __MonoCS__
8849 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
8851         * FileDialog.cs: We are able to read recently used files now let's
8852           go on and write them.
8854 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
8856         * FileDialog.cs: Breathe some life into "last open"/"recently used"
8857           button
8858         * MimeIcon.cs: Do a check for the top level media type also
8860 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
8862         * ThemeClearlooks.cs:
8863           - Added CPDrawStringDisabled
8864           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
8865             some chars if the text doesn't fit into text_rect
8866           - DrawListViewItem: If View = View.LargeIcon center the image;
8867             rewrote the drawing of ListViewItem.Text if View = 
8868             View.LargeIcon
8870 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
8872         * MimeIcon.cs: Use default KDE icon theme if there is no
8873           "48x48" directory for the current icon theme, fixes #77114
8874         * Mime.cs: Disable not working and actually not used code. 
8875         * ThemeWin32Classic.cs:
8876           - Replace "new SolidBrush" in GetControlBackBrush and
8877             GetControlForeBrush with ResPool.GetSolidBrush
8878           - Changed DrawListViewItem from private to protected virtual
8879         * FileDialog.cs:
8880           - Added form.MaximizeBox = true
8881           - Don't throw an exception if there is a broken symbolic link
8883 2005-12-23  Jackson Harper  <jackson@ximian.com>
8885         * TabControl.cs: Give the panels focus, keyboard navigation is
8886         fixed so this works correctly now.
8887         - We need these key events also.
8888         * ToolBar.cs: Remove some of the poor mans double buffering.
8889         
8890 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
8892         * ComboBox.cs: The internal TextBox now returns the focus.
8894 2005-12-23  Jackson Harper  <jackson@ximian.com>
8896         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
8898 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
8900         * Control.cs: Removed debug code
8901         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
8902           implicit children
8904 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
8906         * Control.cs: When creating the control, update the Z-order after
8907           all it's children are created, too. (Fixes nexxia not showing
8908           picturebox bug)
8910 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
8912         * Control.cs: Do not update the anchoring distances if layout is
8913           suspended, instead do it once layout is resumed
8915 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
8917         * Control.cs: 
8918           - After many hours of debugging, for both Jackson and
8919             myself, it turns out that it helps to set the parent of a control
8920             if you want to actually see it onscreen. In the spirit of that
8921             discovery, we're now setting the parent of the control and
8922             it's children when the control's handle is created. This fix
8923             will make Lutz Roeder's Reflector run happily. 
8924           - now just creating the handle instead of the whole control when
8925             getting a graphics context for the control.
8927 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
8929         * ScrollableControl.cs: When calculating the canvas, don't consider
8930           the scrollbar widths. Instead, predict if horizontal scrollbar
8931           will affect canvas when deciding on vertical display and vice versa.
8933 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
8935         * RichTextBox.cs: Set default RTF font for documents that don't
8936           have a font table (Fixes #77076)
8938 2005-12-22  Jackson Harper  <jackson@ximian.com>
8940         * TextBoxBase.cs: It's difficult to do, but you can have an empty
8941         clipboard. This prevents a NullRef in that case.
8942         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
8943         clipboard. PRIMARY is for the currently selected text only. (We
8944         should implement PRIMARY at some point.
8946 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
8948         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
8949           a Unicode function with a structure that was defined in Ansi way.
8950           This fixes #76942.
8952 2005-12-21  Jackson Harper  <jackson@ximian.com>
8954         * StatusBar.cs: Statusbar handles its fore/back colours on it's
8955         on. Because thats how it rolls. (and this avoids it using ambient
8956         colours).
8957         * ThemeWin32Classic.cs: Use the proper back color for filling.
8958         * Menu.cs: Use the system menu bar color for drawing menu
8959         bars. Using the window back color will bring ambient colours into
8960         the picture.
8962 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
8964         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
8965           Bitmaps were created and not disposed.
8967 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
8969         * Control.cs (CreateControl): Don't do anything if the control is
8970           already created, otherwise we'd fire the OnCreated event more than
8971           once
8973 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
8975         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
8976           will always match. Instead return -1. Fixes #76464.
8978 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
8980         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
8981           neither the beginning nor the end of the line (Fixes bug #76479)
8983 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
8985         * Control.cs:
8986           - ControlNativeWindow.ControlFromHandle(): Now handling situation
8987             where handle is invalid
8988           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
8989             instead of slower linear search
8990         * NativeWindow.cs: Don't remove the window from the hashtable until
8991           after the driver has destroyed it (since the driver might use
8992           Control.FromHandle to lookup the control object
8993         * Hwnd.cs: Added DestroyPending property to track if a window is 
8994           already destroyed as far as the driver is concerned and only hasn't
8995           yet notified the control
8996         * XplatUIX11.cs:
8997           - Activate(): Check if the window is still valid before using the 
8998             handle
8999           - Implemented DestroyChildWindow() method to mark child windows as
9000             destroyed when a window is destroyed. This prevents situations 
9001             where we might call an X method based on queued events for a
9002             window that already has been destroyed but we haven't yet pulled
9003             the destroy method from the queue.
9004           - Added a call to the new DestroyChildWindow() method to the drivers
9005             DestroyWindow code. Also now marking the destroyed window itself
9006             as pending
9008 2005-12-20  Jackson Harper  <jackson@ximian.com>
9010         * StatusBar.cs:
9011         * StatusBarPanel.cs: Don't calculate panel sizes on draw
9012         anymore. Just do them when needed, also track the rects of panels
9013         so that we can optimize refreshing more in the future.
9015 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
9017         * ColorDialog.cs: Fixed focus drawing in small color controls
9019 2005-12-19  Jackson Harper  <jackson@ximian.com>
9021         * InternalWindowManager.cs:
9022         * MdiWindowManager.cs: Cleanup some coordinate system changes so
9023         moving windows works properly.
9025 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
9027         * Control.cs: 
9028           - Removed call to InitLayout() from SetBoundsCore(); doc says
9029             it's only called when a control is added to a container
9030           - Split InitLayout logic, moved to separate UpdateDistances() method
9031             since we need to perform those calculations more often than just
9032             when adding the control to a container. (Needed to fix #77022)
9033           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
9034           - Reduced the OnBindingContextChanged events count, don't send them
9035             unless the control is created, we still aren't totally matching
9036             MS, but I can't quite figure out some of their rules
9038 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
9040         * ThemeClearlooks.cs: Corrected distance between ProgressBar
9041           stripes
9043 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
9045         * ThemeClearlooks.cs:
9046           - Updated ProgressBar drawing
9047           - Corrected drawing of ScrollBars and scroll buttons
9048           - Some temporary fixes for minor pixel artefacts
9050 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
9052         * Control.cs:
9053           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
9054             cause events to be sent in the same order as MS does.
9055           - Added ChangeParent() method to trigger various OnXXXChanged events
9056             that need to be fired when a parent changes (This is a reworking
9057             of the patch from r54254, with the X11 errors fixed)
9058           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
9059             since on MS we get OnLayoutChanged events when calling Clear()
9060           - Changed Enabled property to consider parent state as well, if a
9061             parent is not enabled, the control will not be either
9062           - Changed Parent property to simply call Controls.Add() since that
9063             now does all the work required, this way we avoid code duplication
9064           - Threw in a few OnBindingsContextChanged calls to try and match
9065             when MS sends them. We seem to send a few too many, though.
9066           - Added call to CreateControl when adding the control to a parent.
9067             We were never calling CreateControl. Still needs some work, in
9068             some places we treat HandleCreated and ControlCreated as equal, 
9069             which is wrong
9070           - Removed obsolete commented out code from UpdateZOrder()
9072 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
9074         * ThemeClearlooks.cs: Updated TrackBar drawing.
9076 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
9078         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
9080 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
9082         * FileDialog.cs: Add the Help button and the open readonly
9083           checkbox only if needed
9085 2005-12-16  Jackson Harper  <jackson@ximian.com>
9087         * Control.cs: Make sure we have an active menu before trying to
9088         process commands on it. Prevents menu-less forms from crashing
9089         when Alt is pressed.
9090         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
9091         Dieter Bremes.
9092         * RichTextBox.cs: Expand statement to help out gmcs and fix the
9093         2.0 build.
9095 2005-12-16  Jackson Harper  <jackson@ximian.com>
9097         * InternalWindowManager.cs: Don't translate tool windows screen
9098         coordinates. This fixes windows 'bouncing' around when being moved.
9100 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
9102         * TextBoxBase.cs:
9103           - MaxLength now treats 2^31-1 equal to unlimited length (this is
9104             not quite MS compatible, MS uses that number only for single line
9105             and 2^32-1 for multi-line, but I figure it won't hurt keeping
9106             the limit at 2GB)
9107           - Now enforcing the MaxLength limit when entering characters
9108           - Added argument to internal Paste() method to track if it's called
9109             from programatically or via keyboard, since keyboard driven pastes
9110             need to enforce max-length
9111           - Added logic to Paste to only paste as many chars as MaxLength 
9112             allows
9113         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
9114         * TextControl.cs:
9115           - Added Length property to return number of characters in document
9116           - Added private CharCount property which only tracks actual chars
9117             in the document (no linefeeds) and fires event when CharCount
9118             changes
9119           - Added tracking of character count to all methods that alter it
9120           - Added LengthChanged event to allow applications to subscribe
9121             to any changes to the document
9123 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
9125         * TextBox.cs: 
9126           - Removed local password_char field (moved to TextBoxBase)
9127           - Now setting the document's password var when password is
9128             set
9129         * TextBoxBase.cs:
9130           - Added password_char field (needed here so MultiLine can
9131             access it)
9132           - Added logic to MultiLine property setter to set the document's
9133             variable when password display is allowed
9134           - Removed debug code and made some debug code conditional
9135         * TextControl.cs:
9136           - Added RecalculatePasswordLine() method to handle special password
9137             char only lines
9138           - Added PasswordChar property, also added related tracking vars
9139           - Draw() method now uses local text var for grabbing text to draw,
9140             this var is set to line.text unless we're doing password display,
9141             then it is set to the pre-generated all-password-chars line
9142           - Added calling RecalculatePasswordLine() method for password lines
9144 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
9146         * Hwnd.cs: 
9147           - Added Reparented property to allow tracking of Window Manager
9148             reparenting actions (which affect X/Y calculations of toplevel 
9149             windows)
9150           - Made ToString() print window handles in hex
9151         * XplatUIX11.cs:
9152           - AddConfigureNotify(): Now uses reparented state off Hwnd to
9153             determine if X/Y needs offsetting
9154           - AddConfigureNotify(): Fixed offset calculations
9155           - Now adds ReparentNotify messages into the queue
9156           - Now processes ReparentNotify messages and causes a 
9157             WM_WINDOWPOSCHANGED message to be sent upstream if a window
9158             is reparented (as most likely it's X/Y coordinates are changed
9159             due to that)
9161 2005-12-14  Jackson Harper  <jackson@ximian.com>
9163         * XplatUIX11.cs: Tool windows still need to respek focus.
9165 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
9167         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
9168           have a working release
9170 2005-12-13  Jackson Harper  <jackson@ximian.com>
9172         * Form.cs: Update styles after setting the border style regardless
9173         of whether or not the window is using a window manager.
9175 2005-12-13  Jackson Harper  <jackson@ximian.com>
9177         * Form.cs: We now hook into an internal window manager instead of just an
9178         MDI subsystem, this is so we can have properly behaving tool windows.
9179         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
9180         * InternalWindowManager.cs: New internal class that acts as a
9181         window manager for tool windows and as a base for mdi windows.
9182         * MdiWindowManager.cs: New class that acts as a window manager for
9183         mdi windows.
9185 2005-12-12  Jackson Harper  <jackson@ximian.com>
9187         * Control.cs: Updates so we match behavoir for for implicit
9188         controls. Fixes explosions in MDI.
9190 2005-12-12  Jackson Harper  <jackson@ximian.com>
9192         * Control.cs: Implement Invalidate (Region).
9194 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
9196         * Control.cs: 
9197           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
9198             the same events as MS does. MS fires events for each property 
9199             except, for unknown reasons, Cursor, when the control is reparented. 
9200             I can't seem to totally match add/remove since MS also fires some 
9201             VisibleChanged events, which makes no sense. Consolidated the
9202             parenting code into a separate method so it can be called from
9203             both Add and Remove. set_Parent no longer needs any special logic
9204             as it calls the parent's add method which implicitly fires
9205             all events
9206           - Removed some obsolete code and debug output
9207           - Enabled state is inherited from parents, if this is enabled
9209 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
9211         * Form.cs: Removed commented out code
9213 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
9215         * Control.cs:
9216           - Added internal version of Invoke, with additional argument 
9217             indicating if we're calling it from a Dispose() handler. That
9218             way we can avoid BeginInvoke throwing an exception if we're
9219             calling for an already destroyed window.
9220           - Added a dispose argument to BeginInvokeInternal, and made the
9221             check if a valid window handle chain exists conditional on
9222             it not being a dispose call
9223           - Removed code in DestroyHandle to destroy our children. Since we
9224             now handle the WM_DESTROY message we will catch all our children
9225             being destroyed.
9226           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
9227         * Form.cs:
9228           - Added a field to track the application context of the form.
9229           - No need to set closing variable as response to WM_CLOSE, instead
9230             we destroy the window. We also call PostQuitMessage if the form
9231             has an application context (which makes it the main app form,
9232             which, when closed terminates the app)
9233         * XplatUI.cs:
9234           - Dropped Exit() method, it's naming was confusing
9235           - Added PostQuitMessage() which causes GetMessage to return false
9236             once the message queue is empty
9237         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
9238           PostQuitMessage()
9239         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
9240           no longer a valid XplatUI method, but left it in since it's used
9241           internally. Added empty PostQuitMessage() method.
9242         * MenuAPI.cs: Replaced call to Exit() with call to
9243           PostQuitMessage, even though this is probably no longer needed.
9244         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
9245         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
9246         * Application.cs:
9247           - Replaced call to XplatUI.Exit() with PostQuitMessage()
9248           - Removed old debug code that would call XplatUI for exception
9249             display, enabled standard exception handling (Still not enabled
9250             though, until NativeWindow's ExternalExceptionHandler define
9251             is removed
9252         * NativeWindow.cs:
9253           - Added internal method to allow control to update NativeWindow
9254             after a window has been destroyed
9255           - Added handling of already destroyed windows when calling i
9256             DestroyWindow
9257           - Added removal of handle from list on ReleaseHandle
9258         * XplatUIX11.cs:
9259           - Dropped GetMessageResult var and related code
9260           - Added PostQuitState to field to track if PostQuitMessage has been
9261             called
9262           - Dropped Exit() method
9263           - Added PostQuitMessage() method
9264           - GetMessage now will return false if PostQuitState is set and no
9265             more messages are in the queue.
9266           - Expose handler will no longer generate WM_PAINT messages if we are
9267             in PostQuitState since it's very likely any windows have already
9268             been destroyed, and since Hwnd won't get updated until we have
9269             processed the DestroyNotify we'd be causing X errors.
9270         
9271 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9273         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
9274           Thanks to Mike for pointing out the err of my ways.
9276 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9278         * Control.cs(PreProcessMessage): Moved menu handling back, but
9279           after all other key handling, to match MS (who handles Menu in
9280           DefWndProc)
9281         * Menu.cs (WndProc): Removed my brainfart
9283 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9285         * Control.cs(PreProcessMessage): Removed special menu handling 
9286         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
9288 2005-12-07  Mike Kestner  <mkestner@novell.com>
9290         * Control.cs : special case SYSKEYUP so that we can adjust keynav
9291         state according in tracker.
9292         * Menu.cs : promote tracker field to base class and provide a tracker
9293         lookup capability.  Add/Remove shortcuts dynamically if the top menu
9294         has a tracker. Unparent items that are removed from the collection.
9295         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
9296         * Theme*.cs: add always_show_hotkeys field to support configurability
9297         of mnemonic display.  win32 doesn't show mnemonics until Alt is
9298         pressed.
9300 2005-12-07  Jackson Harper  <jackson@ximian.com>
9302         * MdiChildContext.cs: Use Control.ResetCursor.
9303         * Control.cs: ResetCursor needs to set the property so that the
9304         correct XplatUI call gets made.
9306 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9308         * Control.cs: More fixes to make our key events match MS. We
9309           were not setting the modifier state on KeyData, and we were
9310           not generating any events when Alt was pressed with a key
9311           since handling of WM_SYSxxx was missing for the OnKey methods.
9313 2005-12-07  Jackson Harper  <jackson@ximian.com>
9315         * MdiChildContext.cs: reenable the sizing code.
9316         - When the mouse leaves a window reset its cursor.
9318 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
9320         * ThemeClearlooks.cs: Reflect latest Hwnd changes
9322 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
9324         * Hwnd.cs: Now using the theme 3d bordersize to calculate
9325           widths of Fixed3D borders
9327 2005-12-07  Jackson Harper  <jackson@ximian.com>
9329         * MdiClient.cs: Fix warnings. Earn Mike's love.
9331 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
9333         * ThemeClearlooks.cs:
9334           - Adjusted mouse over button color
9335           - Added first parts of CheckBox drawing
9336           - Added correct color for selected text background
9337           - Fixed ComboBox drawing
9338           - Added CPDrawBorder3D and CPDrawBorder
9340 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
9342         * XplatUIX11.cs: Added call to XBell for AudibleAlert
9344 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
9346         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
9347           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
9348           alert users via sound. We could add an enum arg with different
9349           types of alerts in the future
9351 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
9353         * Control.cs: Fix behaviour problems pointed out by Mike
9355 2005-12-05  Mike Kestner  <mkestner@novell.com>
9357         * StatusBarPanel.cs: add Invalidate method and hook it into all the
9358         prop setters.  Calls parent.Refresh for now, but could be maybe be
9359         optimized with an internal method on StatusBar at some point.
9360         [Fixes #76513]
9362 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
9364         * RichTextBox.cs: Implemented get_SelectionColor
9366 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
9368         * ThemeClearlooks.cs:
9369           - Removed dead code
9370           - Draw black button border only if button is Form.AcceptButton
9371           - Draw correct button color for pressed RadioButton if the mouse 
9372             has entered the button
9373           - Updated ProgressBar drawing!
9374           - Updated CPDrawSizeGrip drawing
9375           - Updated StatusBarPanel drawing
9377 2005-12-05  Mike Kestner  <mkestner@novell.com>
9379         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
9380         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
9382 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
9384         * ThemeClearlooks.cs: Initial check-in, activate with
9385           export MONO_THEME=clearlooks
9386         * ThemeEngine.cs: Added ThemeClearlooks
9388 2005-12-03  Mike Kestner  <mkestner@novell.com>
9390         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
9391         [Fixes #76897]
9393 2005-12-02  Jackson Harper  <jackson@ximian.com>
9395         * Form.cs: If the child form has no menu the default main menu is
9396         used as the active menu.
9398 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
9400         * ListBox.cs: Check if any items exist before trying to resolve 
9401           coordinates into items
9403 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
9405         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
9406           as the second color for the background hatch
9408 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
9410         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
9411         * RichTextBox.cs: FormatText position arguments are 1-based, now making
9412           sure that what we pass to FormatText is always 1-based. Fixes #76885
9414 2005-11-29  Miguel de Icaza  <miguel@novell.com>
9416         * NumericUpDown.cs (EndInit): When we are done initializing,
9417         reflect any updates on the UI.
9419 2005-12-02  Jackson Harper  <jackson@ximian.com>
9421         * ImplicitHScrollBar.cs:
9422         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
9423         their container controls.
9424         * TreeView.cs: Use the new implicit scrollbars.
9426 2005-12-02  Jackson Harper  <jackson@ximian.com>
9428         * TreeView.cs: Make top_node internal so the TreeNodeCollections
9429         can play with it.
9430         * TreeNodeCollection.cs: If we remove the topnode we need to
9431         update topnode to the next node in line.
9432         - When clearing nodes go through the same process as removing
9433         them, so they get depareneted and checked if they are top node.
9435 2005-12-01  Jackson Harper  <jackson@ximian.com>
9437         * TreeView.cs: When imagelists are used the image area is
9438         selectable as well as the text.
9439         - If there are no selected nodes select the first one.
9440         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
9441         so don't do it more then we need to.
9443 2005-12-01  Jackson Harper  <jackson@ximian.com>
9445         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
9446         that arrows can be scaled.
9448 2005-12-01  Jackson Harper  <jackson@ximian.com>
9450         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
9451         fail. Patch by Dieter Bremes
9453 2005-11-30  Jackson Harper  <jackson@ximian.com>
9455         * Form.cs: Property is 2.0 only
9456         * PrintDialog.cs: Signature fix.
9458 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
9460         * TextControl.cs: 
9461           - No longer artificially moves text 2 pixels down (now that we have
9462             borders this is no longer needed)
9463           - Added calcs for left, hanging and right indent
9465 2005-11-23  Mike Kestner  <mkestner@novell.com>
9467         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
9469 2005-11-30  Jackson Harper  <jackson@ximian.com>
9471         * MdiChildContext.cs: Set the cloned menus forms, as these don't
9472         get cloned as part of CloneMenu ().
9473         * Menu.cs: Make sure the parent of the items get set correctly
9474         when they are added.  And the owners are notified of the changes.
9475         * Form.cs: Create an ActiveMenu property, so that when MDI is used
9476         we can change the menu being displayed/handled by the form without
9477         changing the menu assosciated with the form.
9478         - Don't let Mdi children draw/handle menus.
9479         
9480 2005-11-30  Jackson Harper  <jackson@ximian.com>
9482         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
9483         a MenuChanged event. Just to make the API a little more
9484         consistent.
9485         * MainMenu.cs:
9486         * MenuItem.cs: Use the new OnMenuChanged
9487         * MdiChildContext.cs: Handle menu merging.
9488         * Form.cs: Implement MergedMenu.
9489         
9490 2005-11-30  Jackson Harper  <jackson@ximian.com>
9492         * Menu.cs: We were misusing Add. Add goes behind the specified
9493         index according to the docs, and does not replace the specified
9494         index. So I added an Insert method.
9496 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
9498         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
9499           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
9500           is for Jackson
9501         * RichTextBox.cs: Added calls to base for DnD events
9503 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
9505         * TextControl.cs:
9506           - Fixed drag-selection related crash; style fixes
9507           - Implemented undo class
9508             o Implemented method to capture document state for specified
9509               range in document tree
9510             o Implemented method to restore captured document state
9511             o Implemented cursor tracking
9512             o Implemented basic undo stack
9513           - Added undo cursor tracking to methods altering cursor location
9514           - Added undo tracking to selection deletion (still missing
9515             other text-altering hookups)
9516         * RichTextBox.cs:
9517           - Added SelectionLength property
9518           - Implemented CanPaste()
9519           - Implemented Paste()
9520           - Added missing protected methods
9521           - Fixed RTF->Document conversion; now uses font index 0 and color 
9522             index 0 as the default font for the parsed text
9523           - Fixed RTF<->Document font size translation
9524           - Fixed RTF generation, now properly handles cross-tag boundaries
9525             for single line selection
9526           - No longer always appends blank line to generated RTF
9527           - Removed TODOs
9528           - Added missing attributes
9529           - Hooked up undo-related methods
9530         * TextBoxBase.cs:
9531           - Implemented Copy()
9532           - Implemented Paste()
9533           - Implemented Cut()
9534           - Fixed caret mis-behaviour on backspace across line-boundaries
9536 2005-11-29  Jackson Harper  <jackson@ximian.com>
9538         * MdiClient.cs: Add a method for activating mdi children. Very
9539         basic right now. I imagine someday it might need more girth.
9540         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
9541         children windows names are added to the menu item.
9542         * ThemeWin32Classic.cs: Draw the arrow if the item is an
9543         mdilist. This happens regardless of whether or not there are any
9544         mdi windows to see in the list, and according to my tests happens
9545         before the items are even added. Also happens if there isn't even
9546         an mdi client to get windows from.
9548 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
9550         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
9551         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
9553 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
9555         * DataGridTableStyle.cs:
9556           - Create always the styles for the missing columns even if they are
9557             provided by the user (not default table style)
9558         * DataGrid.cs:
9559           - Fixes bug 76770
9560           - Fixes SetDataBinding (always re-attach source)
9561           - Fixes SetNewDataSource (only clear styles if they are not for 
9562             this source)
9563          -  Expands OnTableStylesCollectionChanged to handle style refresh 
9564             and remove properly
9566 2005-11-29  Jackson Harper  <jackson@ximian.com>
9568         * FileDialog.cs: Implement missing bits, remove some dead
9569         code.
9570         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
9571         creation of the panel so that the options set on the dialog are
9572         seen when the panel is created.
9573         * TreeView.cs: raise a click when items are clicked.
9574         
9575 2005-11-29  Jackson Harper  <jackson@ximian.com>
9577         * MdiClient.cs: Pass some signature methods through to base.
9579 2005-11-28  Jackson Harper  <jackson@ximian.com>
9581         * ListView.cs: Raise the click event when items are clicked.
9583 2005-11-28  Jackson Harper  <jackson@ximian.com>
9585         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
9586         a nullref.
9588 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
9590         * ThemeNice.cs: - Removed 1 pixel bitmaps
9591           - Use SmoothingMode.AntiAlias where it makes sense
9592             (ScrollButton arrow for example)
9593           - Enhanced Button focus drawing
9594           - Fixed ComboBox drawing (no artefacts anymore, focus
9595             rectangle is back again, reduced size of ComboButton, etc.)
9596           - Fixed RadioButton focus drawing for Appearence.Button
9597           - Slight ScrollButton redesign
9598           - Some LinearGradientBrush size fixes
9599           - GroupBoxes have now rounded edges
9600           - Fixed StatusBar drawing
9602 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
9604         * ThemeNice.cs: - Remove dead code
9605           - use correct background colors for menus, etc.
9606           - Fake pixel drawing with 1 pixel bitmaps
9608 2005-11-24  Jackson Harper  <jackson@ximian.com>
9610         * MdiClient.cs: Size the scrollbars when resizing the window.
9611         - Resize the maximized windows when the client is resized
9612         * Form.cs: Make the child context available
9613         
9614 2005-11-23  Jackson Harper  <jackson@ximian.com>
9616         * MdiChildContext.cs: Don't size windows if they are maximized.
9618 2005-11-23  Mike Kestner  <mkestner@novell.com>
9620         * ContextMenu.cs: use MenuTracker.
9621         * Control.cs: remove menu handle usage.
9622         * Form.cs: remove menu handle usage.
9623         * Hwnd.cs: remove menu handle usage.
9624         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
9625         motion and clicks to the new Tracker handlers.
9626         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
9627         and handle usage.
9628         * MenuAPI.cs: refactored to combine popup and menubar event handling.
9629         Killed the MENU and MENUITEM data types and associated collections
9630         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
9631         MenuTracker class that exposes the leftovers from the old MenuAPI
9632         static methods. Restructured Capture handling so that only one grab is
9633         done for the entire menu hierarchy instead of handing off grabs to
9634         submenus. Tracker now has an invisible control to Capture when active.
9635         * MenuItem.cs: add sizing accessors, kill Create
9636         and handle usage.
9637         * Theme.cs: remove menu handle and MENU(ITEM) usage.
9638         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
9639         MENU(ITEM). remove menu handle usage, use Menu directly.
9640         * XplatUIDriver.cs: remove menu handle usage.
9641         * XplatUIOSX.cs: remove menu handle usage.
9642         * XplatUIWin32.cs: remove menu handle usage.
9643         * XplatUIX11.cs: remove menu handle usage.
9645 2005-11-22  Jackson Harper  <jackson@ximian.com>
9647         * Hwnd.cs: Don't compute the menu size for
9648         DefaultClientRectangle.
9649         - Reenable menu sizes being computed for GetClienRectangle.
9650         * Form.cs: Remove comment of trechery
9651         
9652 2005-11-22  Jackson Harper  <jackson@ximian.com>
9654         * Hwnd.cs: The adjustments for the menu bar are made when it is
9655         attached to the form.
9657 2005-11-19  Jackson Harper  <jackson@ximian.com>
9659         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
9660         (just like on windows).
9662 2005-11-19  Jackson Harper  <jackson@ximian.com>
9664         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
9665         use real buttons anymore because they are in non client area. The
9666         one TODO here is that I need to somehow invalidate a section of
9667         the non client area.
9669 2005-11-18  Jackson Harper  <jackson@ximian.com>
9671         * Control.cs: Put the enum check back in now that MDI doesnt have
9672         to use this to set border styles.
9673         * Form.cs: Only set mdi child windows borders if the handle has
9674         been created.
9675         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
9676         this directly on to the driver.
9677         - Get the move start position before adjusting for the titlebar
9678         height, this fixes the windows "skipping" when they are first
9679         moved.
9681 2005-11-18  Jackson Harper  <jackson@ximian.com>
9683         * XplatUIX11.cs: Just compute the mdi borders separately as they
9684         don't totally match up with normal form borders.
9686 2005-11-18  Jackson Harper  <jackson@ximian.com>
9688         * Control.cs: Set WS_ styles for borders, so that the driver does
9689         not have to retrieve the control instance to figure out what kind
9690         of borders it should have.
9691         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
9692         driver can know its an mdi child easily.
9693         * XplatUIX11.cs: Get the border styles and whether the window is
9694         MDI from the Styles and ExStyles params instead of having to get a
9695         control. This prevents a chicken and egg problem.       
9697 2005-11-18  Jackson Harper  <jackson@ximian.com>
9699         * MdiClient.cs: Fix typo so scrollbars show up correctly.
9701 2005-11-18  Jackson Harper  <jackson@ximian.com>
9703         * MdiClient.cs: Calculate when to add and remove scrollbars
9704         correctly.
9705         * MdiChildContext.cs: Adjust the y position to take the titlebar
9706         into account.
9707         - No height for FormBorderStyle.None
9709 2005-11-18  Jackson Harper  <jackson@ximian.com>
9711         * Control.cs: Allow non enum values to be used for
9712         InternalBorderStyle.  MDI does this to set a special border style.
9713         - New utility methods for converting points to/from client coords
9714         - Add the newly created control to the Controls collection before
9715         updating its style. This way UpdateStyle can walk the control
9716         heirarchy to find the control if needed.
9717         so I don't need to create a new Point object all the time.
9718         * Form.cs: Let MDI windows handle their border styles.
9719         - Set styles on MDI windows so the correct title style is derived.
9720         * MdiChildContext.cs: Move all the painting and window handling
9721         into the non client area.
9722         - Use correct sizing and put correct buttons on frames based on
9723         the FormBorderStyle.
9724         - Notify the mdi client about scrolling
9725         - Need to handle the buttons ourselves now, because they are all
9726         in non client areas and we can't add controls there.
9727         * MdiClient.cs: Halfway to scrolling, this implementation is
9728         somewhat broken though, we need to check to make sure other
9729         windows aren't causing scrolling before removing the bars. Also
9730         the bars need to be drawn on top, maybe I can switch implicit
9731         controls to be on top.
9732         * Hwnd.cs: caption_height and tool_caption_height are now
9733         properties of an hwnd, this way they can be set by the driver
9734         based on the type of window they are.  In X11 the window manager
9735         handles the decorations so caption_height is zero unless its an
9736         MDI window.
9737         - Add 3 pixel borders for MDI windows (0xFFFF).
9738         - Get rid of some code duplication, have DefaultClientRectanle
9739         just call GetClientRectangle.
9740         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
9741         Hwnd now.
9742         - Set border styles differently for mdi windows.
9743         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
9744         Hwnd now.
9745         
9746 2005-11-15  Mike Kestner  <mkestner@novell.com>
9748         * Menu.cs: when adding an item to the collection, if item is already 
9749         parented, remove it from the parent.
9751 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
9753         * X11DesktopColors.cs: Added KDE support
9755 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
9757         * XplatUIWin32.cs: 
9758           - Clipboard methods now can translate Rtf format
9759           - No longer removes clipboard contents whenever a new format is added
9760             to allow placing multiple formats on the clipboard
9761         * Clipboard.cs: Clipboard now supports getting a IDataObject and
9762           will place all formats contained in it onto the clipboard. Also
9763           now cleans the clipboard before placing a new object onto it
9764         * RichTextBox.cs:
9765           - Implemented set_Rtf
9766           - Implemented set_SelectedRtf
9767           - Created InsertRTFFromStream() method to allow single code base
9768             for all properties and methods that insert RTF into document
9769           - Removed debug output
9770         * TextControl.cs:
9771           - Fixed Delete(int) to fix up line numbers
9772           - Fixed ReplaceSelection to combine start and end line
9773           - Fixed serious DeleteChars bug that would leave the document tree
9774             broken
9775           - Improved DumpTree with several logic checks to detect broken
9776             document trees
9777           - Removed debug lines
9778           - Fixed Caret.WordForward/WordBack moving code, now always also 
9779             updates caret.tag (fixes crash when word-selecting across tag
9780             boundaries via keyboard)
9781           - Added Insert() method for inserting multiline text into documents
9782           - Fixed DeleteChars() calculation errors that would cause a broken
9783             tag chain with multiple tag lines
9784           - DeleteChars() no longer crashes on multi-tag lines if not all tags
9785           - Split() no longer moves caret if split is at caret location
9786           - ReplaceSelection() now updates the cursor and re-displays it
9787           - ReplaceSelection() now uses new Insert() method to avoid code
9788             duplication
9789           - FormatText() can now handle formatting partial lines
9790         * TextBoxBase.cs:
9791           - Append now uses new TextControl.Insert() method (this avoids 
9792             duplicate code)
9793           - Implemented Ctrl-X (Cut) (
9794           - Implemented Ctrl-C (Copy)
9795           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
9796             regeneration when pasting text; roundtripping Copy&Paste within
9797             edit control still fails due to some calculation bugs in GenerateRTF)
9798           - The Delete key will now remove the current selection if it is visible
9799         * TextBox.cs: Removed debug lines
9800         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
9801           driver to be initialized and can't therefore be done via a static ctor)
9803 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
9805         * TextControl.cs: Added backend code for finding char arrays and strings
9806         * TextBoxBase.cs:
9807           - Added mouse wheel scroll support
9808           - Added support for VScroll and HScroll events
9809         * RichTextBox.cs:
9810           - Implemented all seven Find() variants
9811           - Implemented GetCharFromPosition()
9812           - Implemented GetCharIndexFromPosition()
9813           - Implemented GetLineFromIndex()
9814           - Implemented GetPositionFromCharIndex();
9815           - Implemented SaveFile for PlainText and UnicodeText
9816           - Fixed set_Font, now setting a new font applies that font to
9817             the whole document
9818           - Implemented generic Document to RTF converter
9819           - Implemented SaveFile for RichText format (still missing unicode
9820             conversion for non-ansi chars)
9821           - Implemented get_Rtf
9822           - Implemented get_SelectedRtf
9824 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
9826         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
9827           to allow any captures to be released before triggering OnClick. This
9828           way a click handler may capture the mouse without interference.
9829         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
9830           This way we send them even though X may not allow a grab (if the window
9831           isn't visible, for example)
9833 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
9835         * DataGridViewRowEventArgs.cs: DataGridView implementation
9836         * DataGridViewElement.cs: DataGridView implementation
9837         * DataGridViewComboBoxCell.cs: DataGridView implementation
9838         * DataGridViewDataErrorContexts.cs: DataGridView implementation
9839         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
9840         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
9841         * ImageLayout.cs: DataGridView implementation
9842         * DataGridViewComboBoxColumn.cs: DataGridView implementation
9843         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
9844         * DataGridViewSelectionMode.cs: DataGridView implementation
9845         * IDataGridViewEditingControl.cs: DataGridView implementation
9846         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
9847         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
9848         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
9849         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
9850         * DataGridViewColumnSortMode.cs: DataGridView implementation
9851         * DataGridView.cs: DataGridView implementation
9852         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
9853         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
9854         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
9855         * Padding.cs: DataGridView implementation
9856         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
9857         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
9858         * DataGridViewRowEventHandler.cs: DataGridView implementation
9859         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
9860         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
9861         * DataGridViewButtonCell.cs: DataGridView implementation
9862         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
9863         * DataGridViewEditMode.cs: DataGridView implementation
9864         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
9865         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
9866         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
9867         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
9868         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
9869         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
9870         * DataGridViewCellEventHandler.cs: DataGridView implementation
9871         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
9872         * DataGridViewCellStyleConverter.cs: DataGridView implementation
9873         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
9874         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
9875         * DataGridViewColumnEventArgs.cs: DataGridView implementation
9876         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
9877         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
9878         * QuestionEventArgs.cs: DataGridView implementation
9879         * IDataGridViewEditingCell.cs: DataGridView implementation
9880         * DataGridViewTriState.cs: DataGridView implementation
9881         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
9882         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
9883         * DataGridViewColumnCollection.cs: DataGridView implementation
9884         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
9885         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
9886         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
9887         * DataGridViewColumn.cs: DataGridView implementation
9888         * DataGridViewCellBorderStyle.cs: DataGridView implementation
9889         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
9890         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
9891         * DataGridViewRow.cs: DataGridView implementation
9892         * DataGridViewImageCellLayout.cs: DataGridView implementation
9893         * DataGridViewImageCell.cs: DataGridView implementation
9894         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
9895         * DataGridViewCheckBoxCell.cs: DataGridView implementation
9896         * DataGridViewHeaderCell.cs: DataGridView implementation
9897         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
9898         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
9899         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
9900         * DataGridViewTextBoxColumn.cs: DataGridView implementation
9901         * QuestionEventHandler.cs: DataGridView implementation
9902         * DataGridViewCellStyleScopes.cs: DataGridView implementation
9903         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
9904         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
9905         * DataGridViewCell.cs: DataGridView implementation
9906         * DataGridViewCellEventArgs.cs: DataGridView implementation
9907         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
9908         * DataGridViewCellStyle.cs: DataGridView implementation
9909         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
9910         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
9911         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
9912         * TextFormatFlags.cs: DataGridView implementation
9913         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
9914         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
9915         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
9916         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
9917         * DataGridViewButtonColumn.cs: DataGridView implementation
9918         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
9919         * HandledMouseEventArgs.cs: DataGridView implementation
9920         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
9921         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
9922         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
9923         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
9924         * DataGridViewRowCollection.cs: DataGridView implementation
9925         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
9926         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
9927         * DataGridViewHitTestType.cs: DataGridView implementation
9928         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
9929         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
9930         * DataGridViewColumnEventHandler.cs: DataGridView implementation
9931         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
9932         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
9933         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
9934         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
9935         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
9936         * DataGridViewContentAlignment.cs: DataGridView implementation
9937         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
9938         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
9939         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
9940         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
9941         * DataGridViewPaintParts.cs: DataGridView implementation
9942         * DataGridViewCellCollection.cs: DataGridView implementation
9943         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
9944         * DataGridViewImageColumn.cs: DataGridView implementation
9945         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
9946         * DataGridViewElementStates.cs: DataGridView implementation
9947         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
9948         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
9949         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
9950         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
9951         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
9952         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
9953         * DataGridViewRowHeaderCell.cs: DataGridView implementation
9954         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
9955         * DataGridViewTextBoxCell.cs: DataGridView implementation
9956         * DataGridViewBand.cs: DataGridView implementation
9957         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
9958         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
9959         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
9960         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
9961         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
9962         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
9963         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
9964         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
9965         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
9966         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
9967         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
9969 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
9971         * ThemeWin32Classic.cs: 
9972           - Draw the outside focus rectangle around buttons
9973           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
9974             doesn't use end caps for every dash of a line anymore. This
9975             workaround ignores the forecolor.
9977 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
9979         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
9980           endian safe.
9982 2005-11-07  Jackson Harper  <jackson@ximian.com>
9984         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
9986 2005-11-07  Jackson Harper  <jackson@ximian.com>
9988         * ScrollableControl.cs: Calculate the maximum and change vars
9989         (more) correctly so that scrollbars appear as a sensible size.
9991 2005-11-04  Jackson Harper  <jackson@ximian.com>
9993         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
9994         collection.
9995         * TreeView.cs: When the tree is sorted null out the top_node so
9996         that it is recalculated.
9997         - Use dotted lines instead of dashed lines to match MS better.
9999 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
10001         * ListView.cs: 
10002           - Implements key search for items. Useful when browsing files with FileDialog
10003           - When changing view mode or when clear the items reset scrollbar positions
10005 2005-11-04  Jackson Harper  <jackson@ximian.com>
10007         * CurrencyManager.cs: Implement the MetaDataChanged event, the
10008         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
10009         as to what the method may do as there is no real way of creating a
10010         derived CurrencyManager and calling the method. 
10012 2005-11-03  Jackson Harper  <jackson@ximian.com>
10014         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
10015         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
10016         method which seems to just be used internally to refresh the tabs.
10018 2005-11-03  Jackson Harper  <jackson@ximian.com>
10020         * TabControl.cs: Implement the remove method. Fix some broken
10021         comments.
10023 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
10025         * DateTimePicker.cs:
10026           - Added missing DateTimePickerAccessibleObject class
10027           - Added missing events
10028           - Added OnFontChanged method
10029         * Form.cs: Added missing attributes
10030         * TreeView.cs: Added missing attributes
10032 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
10034         * GridItemCollection.cs: Fix signatures
10036 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
10038         * XplatUI.cs: Updated build rev/date
10039         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
10040           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
10041         * Application.cs: Trigger context-specific ExitThread events
10043 2005-11-03  Jackson Harper  <jackson@ximian.com>
10045         * Menu.cs:
10046         * MainMenu.cs:
10047         * GridTableStylesCollection.cs:
10048         * Timer.cs:
10049         * TabPage.cs:
10050         * HelpProvider.cs:
10051         * StatusBar.cs:
10052         * MonthCalendar.cs: Signature fixes
10054 2005-11-03  Jackson Harper  <jackson@ximian.com>
10056         * TreeNodeCollection.cs: Remove should not be virtual.
10057         * TreeView.cs: Implement the last of the missing methods.
10059 2005-11-03  Jackson Harper  <jackson@ximian.com>
10061         * TreeNodeConverter.cs: Implement to get off my class-status back.
10063 2005-11-03  Jackson Harper  <jackson@ximian.com>
10065         * TreeView.cs: Hookup the bits for drag and drop.
10066         * TreeNode.cs: Don't cache the tree_view or index anymore, now
10067         that nodes can be moved from tree to tree easily this just causes
10068         all sorts of problems.
10069         * TreeNodeCollection: Don't need to give treenodes an index and
10070         treeview anymore when they are added, these are computed on the
10071         fly. Also make sure to remove a node before its added.
10073 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
10075         * TextControl.cs:
10076           - Added CaretSelection enum
10077           - Added comparison methods to Marker struct, makes selection code
10078             more readable
10079           - Added SelectionStart and SelectionEnd as 'moveable' location for
10080             the CaretDirection enum and handler
10081           - Added selection_prev variable to track optimized invalidation for
10082             word and line selection
10083           - Added SelectionVisible property (returns true if there is a valid 
10084             selection)
10085           - Switched CaretHasFocus to only display the caret if there is no
10086             visible selection
10087           - Avoiding StringBuilder.ToString to retrieve a single char, instead
10088             using the direct character index; should be much faster
10089           - Added various conditional debug statements
10090           - Fixed invalidation calculation for selection ranges
10091           - Added ExpandSelection() method to support word and line selection
10092           - Switched SetSelectionToCaret to use new Marker compare overloads
10093           - Added central IsWordSeparator() method to determine word 
10094             separators/whitespace and FindWordSeparator() to streamline common
10095             usage of IsWordSeparator()
10096         * TextBoxBase.cs:
10097           - Removed unneeded grabbed variable, it was just mirroring
10098             Control.Capture
10099           - No longer firing OnTextChanged event when Text setter is called,
10100             since the base will fire the event for us
10101           - Added handling of Ctrl-Up/Down selection
10102           - Added handling of Shift-Cursorkey selection
10103           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
10104             words
10105           - Added handling of Shift and Ctrl-Shift-Home/End selection
10106           - Removed some debug output
10107           - Added handling for single/double/tripple-click to place caret/
10108             select word/select line respectively (Fixes bug #76031)
10109           - Added support for drag expansion of word/line selection
10110         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
10111           current selection
10113 2005-11-02  Jackson Harper  <jackson@ximian.com>
10115         * X11Dnd.cs: If the drag is going to and from a MWF window just
10116         copy the data instead of sending it out through the X Selection
10117         mechanism.
10119 2005-11-02  Jackson Harper  <jackson@ximian.com>
10121         * X11Dnd.cs:
10122         * XplatUIX11.cs: When in a drag we don't want motion notify
10123         messages to get passed on to the other controls. This prevents
10124         mouse move messages from showing up in the drag source.
10126 2005-11-02  Jackson Harper  <jackson@ximian.com>
10128         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
10129         the correct button is release to end a drag.
10130         * XplatUIX11.cs: Make the button state internal so the drag system
10131         can access it.  Dragging needs to know about all button releases,
10132         not just left button.
10134 2005-11-02  Miguel de Icaza  <miguel@novell.com>
10136         * Form.cs (Icon): If the icon is null, reset the icon to the
10137         default value. 
10139         * Cursor.cs: When writing the AND-mask bitmap do not include the
10140         number of colors, but hardcode those to two (black and white),
10141         fixes the loading of color cursors (Paint Dot Net).
10143         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
10144         turn off autoscaling.
10146         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
10148 2005-11-02  Jackson Harper  <jackson@ximian.com>
10150         * X11Dnd.cs: Make sure to send a status message if the pointer
10151         enters a control that can not accept a drop, otherwise the cursor
10152         isn't updated correctly. Also tried to compress the lines of code
10153         a bit.
10155 2005-11-02  Jackson Harper  <jackson@ximian.com>
10157         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
10158         set actions correctly.  This isn't perfect as XDND and win32 have
10159         some differences on how you allow actions. I'll clear this up by
10160         adding a path for drag from MWF to MWF windows.
10161         * XplatUIX11.cs: Hook into the dnd system.
10163 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
10165         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
10166         previously shown but they are no longer need it. Very obvious when 
10167         browsing files with FileDialog.
10169 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
10171         * Control.cs: We always need to call OnPaintBackground. We pretty much
10172           ignore AllPaintingInWmPaint and always do the painting there, whether 
10173           it's set or not, since we always ignore the WM_ERASEBKGND message 
10174           (which we don't generate on X11). This fixes #76616.
10175         * Panel.cs: Removed unneeded background painting. This happens properly
10176           in Control.cs already
10178 2005-10-31  Mike Kestner  <mkestner@novell.com>
10180         * Menu.cs: Add items to collection before setting their index.
10181         * MenuItem.cs : add range checking with ArgumentException like MS.
10182         [Fixes #76510]
10184 2005-10-31  Jackson Harper  <jackson@ximian.com>
10186         * ListBox.cs: Invalidate if the area is visible at all not just
10187         contained in the visible rect. Fixes unselection of semi visible
10188         items.
10190 2005-10-31  Jackson Harper  <jackson@ximian.com>
10192         * Control.cs: Consistently name the dnd methods. Make them
10193         internal so we can override them to match some MS behavoir
10194         internally.
10195         * Win32DnD.cs: Use the new consistent names.
10197 2005-10-31  Jackson Harper  <jackson@ximian.com>
10199         * TreeView.cs: Don't draw the selected node when we lose focus.
10201 2005-10-31  Jackson Harper  <jackson@ximian.com>
10203         * X11Dnd.cs: We still need to reset the state even though a full
10204         reset isn't being done, otherwise status's still get sent all over
10205         the place.
10207 2005-10-31  Jackson Harper  <jackson@ximian.com>
10209         * Control.cs: Make the dnd_aware flag internal so the dnd
10210         subsystem can check it. Catch exceptions thrown in dnd handlers to
10211         match MS behavoir.
10212         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
10213         * X11Dnd.cs: Handle null data in the converters. Set the XDND
10214         version when sending a XdndEnter. Use the control/hwnd dnd_aware
10215         flags to reduce the number of dnd enters/status's sent.
10217 2005-10-31  Jackson Harper  <jackson@ximian.com>
10219         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
10221 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
10223         * PictureBox.cs: Fixes 76512
10225 2005-10-28  Jackson Harper  <jackson@ximian.com>
10227         * X11Dnd.cs: Early implementation to support winforms being a drag
10228         source for data on X11. Also restructured the converters so they
10229         can go both ways now.
10230         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
10231         
10232 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
10234         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
10235           clipboard requests
10237 2005-10-27  Jackson Harper  <jackson@ximian.com>
10239         * TreeNode.cs: Implement serialization so my DnD examples will work.
10241 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
10243         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
10244           TreeView.cs: Don't dispose objects that are not owned.
10245           
10246 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
10248         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
10249           should retrieve the current cursor and report that, but XplatUI
10250           doesn't (yet) have an interface for that (and I'm not sure I even
10251           can, on X11)
10252         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
10253           until any message loop processing is done (and the WM_SETCURSOR
10254           replaces the cursor to the proper one)
10255         * XplatUIX11.cs: 
10256           - Fixed override behaviour, we can't set the cursor globally on X11, 
10257             just for our windows.
10258           - Invalidating the System.Drawing X11 display handle when we are
10259             shutting down
10260         * Control.cs: Fix to make csc happy
10262 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
10264         * TextBoxBase.cs: 
10265           - get_Text: Add last line (without trailing newline) to returned
10266             value (Fixes 76212)
10267           - get_TextLength: Count last line in returned length
10268           - ToString: Call Text property instead of duplicating code
10270 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
10272         * ImageList.cs: Dispose ImageAttributes objects.
10274 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
10276         * ImageList.cs: Use attribute constructors with less arguments where
10277           possible.
10279 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
10281         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
10282           Use typeof instead of strings when assembly is referenced. Added
10283           some more comments.
10285 2005-10-21  Jackson Harper  <jackson@ximian.com>
10287         * ListView.cs: Raise a double click event. Also tried to somewhat
10288         fix when the selectedindexchanged event is raised. Its still
10289         broken though.
10291 2005-10-21  Jackson Harper  <jackson@ximian.com>
10293         * TreeView.cs: New method to invalidate the plus minus area of a
10294         node without invalidating the whole node (maybe this can be used
10295         in some more places).
10296         * TreeNodeCollection.cs: When adding to an empty node we need to
10297         invalidate its plus minus area so the little block shows up.
10298         
10299 2005-10-21  Jackson Harper  <jackson@ximian.com>
10301         * TreeView.cs: Make sure that when we invalidate a node the bounds
10302         are big enough to cover the selected box and the focus
10303         rectangle. Use a different colour for the lines connecting nodes
10304         so they show up with all themes.
10306 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
10308         * NativeWindow.cs: Don't call anything that could call into the driver,
10309           we might be on a different thread.
10311 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
10313         * Control.cs(Dispose): Since Dispose might run on a different thread,
10314           make sure that we call methods that could call into the driver via
10315           invoke, to avoid thread issues
10317 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
10319         * XplatUI.cs: Removed finalizer
10320         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
10321           not allowing to be called on the finalizer thread.
10323 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
10325         * ImageList.cs:
10326           - Reverted r51889 and r51891.
10327           - Added ImageListItem class that stores unmodified image items and image
10328             properties required to create list images until handle is created.
10329           - Added AddItem and moved image creation logic to AddItemInternal.
10330           - Added CreateHandle method that creates images based on unmodified items.
10331           - Added DestroyHandle that changes state to store unmodified items.
10332           - Add and AddStrip methods no more create handle.
10333           - ReduceColorDepth has no return value.
10334           - Dispose destroys handle.
10335           - Modified other methods to reflect the above changes.
10336           - Implemented key support.
10337           - Added profile 2.0 members and attributes.
10338           - Added private Reset and ShouldSerialize methods that provide the same
10339             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
10340             them as they are private.
10341           - Added some more comments about implementation details.
10343 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
10345         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
10347 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
10349         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
10351 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
10353         * DataGridDrawingLogic.cs: Fixes column hit calcultation
10354         * DataGridColumnStyle.cs: Remove debug message
10356 2005-10-20  Jackson Harper  <jackson@ximian.com>
10358         * TreeView.cs: We can always get input keys regardless of whether
10359         or not editing is enabled. They are used for navigation.
10361 2005-10-20  Jackson Harper  <jackson@ximian.com>
10363         * TreeNode.cs: Use the viewport rect for determining if a node
10364         needs to be moved for visibility. Don't use Begin/End edit. This
10365         calls a full refresh when its done.
10366         * TreeView.cs: New SetBottom works correctly.  Make the viewport
10367         rect property internal so the treenodes can see it. When clicking
10368         on a node we need to ensure that its visible because it might just
10369         be partly visible when clicked.
10371 2005-10-20  Jackson Harper  <jackson@ximian.com>
10373         * TreeNodeCollection.cs: Remove debug code.
10375 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
10377         * Datagrid.cs: Implements column sorting in Datagrid
10378         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
10380 2005-10-20  Jackson Harper  <jackson@ximian.com>
10382         * TreeNodeCollection.cs: Remove items properly. Update the correct
10383         area after removing them.
10385 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
10387         * Datagrid.cs: Should not call base.OnPaintBackground
10389 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
10391         * XplatUIX11.cs (GetMessage):
10392           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
10393             window instead of client window
10394           - Now properly calculates NC_xBUTTONUP message coordinates
10395           - ScreenToMenu now properly calculates it's coordinates of whole 
10396             window, since menus are in the whole window, not in the client
10397             window
10398           - Added WholeToScreen coordinate translation method
10400 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
10402         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
10403           want to return a message, loop back to the beginning of the function
10404           and grab the next real message to process instead.
10406 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
10408         * Splitter.cs: Properly set limits if no filler control is used
10410 2005-10-19  Jackson Harper  <jackson@ximian.com>
10412         * ColorDialog.cs: Don't show the help button if it is not enabled
10413         instead of disabling it (this is what MS does). Don't create the
10414         panel until the dialog is run, otherwise the vars (such as
10415         ShowHelp) are not set yet.
10417 2005-10-19  Jackson Harper  <jackson@ximian.com>
10419         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
10420         are reduced when adding nodes.
10421         * TreeNode.cs:
10422         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
10423         tree.
10424         
10425 2005-10-19  Jackson Harper  <jackson@ximian.com>
10427         * FolderBrowserDialog.cs: End editing our treeview so the window
10428         actually gets refreshed.
10430 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
10432         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
10433           Obsoleted handling of WM_ERASEBKGND, now always draws our background
10434           inside of WM_PAINT
10436 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
10438         * MenuAPI.cs: Returns after Hidding window
10439         * XplatUIX11.cs: Added TODO found while debugging menu issues
10441 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
10443         * XplatUIX11.cs: Do not re-map the whole window when it's size
10444           becomes non-zero unless it's supposed to be actually visible
10446 2005-10-18  Jackson Harper  <jackson@ximian.com>
10448         * TreeView.cs: We don't need to keep a count anymore.
10449         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
10450         use the Grow method.
10452 2005-10-18  Jackson Harper  <jackson@ximian.com>
10454         * TreeNodeCollection.cs: Insert is not supported on arrays, so
10455         implement it manually here.
10457 2005-10-18  Jackson Harper  <jackson@ximian.com>
10459         * ImageList.cs: Dont kill the list when the colour depth is
10460         changed, just change the colour depth of all the images.
10461         - Same goes for setting the image size. Just resize them all
10462         instead of killing the list softly.
10464 2005-10-18  Jackson Harper  <jackson@ximian.com>
10466         * Control.cs: Don't invalidate empty rectangles.
10468 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
10470         * ListViewItem.cs:
10471           - Adds checked item to the Checked/Item lists (where empty before)
10472           - Do not add items to the Selected lists if they are already present
10473         * ListView.cs:
10474           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
10475           - When deleting items make sure that we delete them for the Selected
10476           and Checked list also.
10478 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
10480         * Label.cs: Dispose objects no longer used
10481         * ThemeWin32Classic.cs: Dispose objects no longer used
10483 2005-10-18  Jackson Harper  <jackson@ximian.com>
10485         * TabControl.cs: Don't refresh the whole control when the tabs are
10486         scrolled, we just need to refresh the tab area.
10488 2005-10-17  Jackson Harper  <jackson@ximian.com>
10490         * XplatUIX11.cs: Compress code a little bit. Only calculate the
10491         after handle when we need it.
10493 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
10495         * Control.cs: When the parent size changes, recalculate anchor 
10496           positions. Partial fix for #76462
10498 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
10500         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
10501           drawn. Fixes #76462
10503 2005-10-17  Jackson Harper  <jackson@ximian.com>
10505         * MonthCalendar.cs: Don't create the numeric up down until our
10506         handle is created. Otherwise our handle is created in the
10507         constructor and we don't know if we are a WS_CHILD or WS_POPUP
10508         yet.
10510 2005-10-17  Jackson Harper  <jackson@ximian.com>
10512         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
10513         correctly.
10515 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
10516         * TreeNode.cs : small logical fix (was using local var instead of field)
10517         
10518 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
10520         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
10522 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
10524         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
10526 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
10528         * Control.cs: 
10529           - Re-implemented anchoring code. My first version was really broken.
10530             This fixes bug #76033. Unlike the previous implementation we will
10531             no longer have round errors since all numbers are calculated from
10532             scratch every time. Removed various anchor-related obsolete vars.
10533           - InitLayout no longer causes layout event firing and layout to be 
10534             performed
10536 2005-10-16  Jackson Harper  <jackson@ximian.com>
10538         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
10539         which was broken).
10541 2005-10-16  Jackson Harper  <jackson@ximian.com>
10543         * TabControl.cs: Remove debug code.
10545 2005-10-16  Jackson Harper  <jackson@ximian.com>
10547         * XEventQueue.cs: Increase the default queue size (very simple
10548         apps needed to grow the queue).
10549         * Hwnd.cs: No finalizer so we don't need to suppress
10550         finalization. Compute the invalid area manually so a new rectangle
10551         does not newto be created.
10552         * ScrollableControl.cs: Don't set any params (otherwise visibility
10553         isn't set correctly).
10554         * MdiChildContext.cs: New constructor takes the mdi parent so it
10555         doesn't have to be computed and avoids a crash on windows. Draw
10556         the window icon properly, and allow the text to be seen.
10557         * Form.cs: Use new MdiChildContext constructor. Make sure the
10558         child context isn't null in wndproc.
10559         * TabControl.cs: Don't set focus, this is muddling keyboard
10560         behavoir. Expand the tab rows when a window size increase will
10561         allow extra tabs to be seen. Don't allow tabs smaller than the
10562         width of a window to be scrolled out of view.
10563         * TreeNode.cs:
10564         * TreeView.cs: Use measure string to calculate a nodes width, the
10565         width is cached and only updated when the text or the font is
10566         changed. Don't check for expand/collapse clicks on the first level
10567         nodes if root lines are disabled.
10568         
10569 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
10571         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
10573 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
10575         * DataGridBoolColumn.cs: fixes warning
10577 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
10579         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
10580         to match more to match more precisely the MS Net behavior
10582 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
10584         * Hwnd.cs: Added field to track if window is mapped
10585         * XplatUIX11.cs: 
10586           - Unmap windows if they become 0-size, re-map when 
10587             they are >0 again; fixes #76035
10588           - Re-set our error handler after initializing X11Desktop
10589             to override any error handlers Gtk or whatever was called
10590             may have set.
10592 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
10594         * CheckedListBox.cs: Removed unused vars
10595         * ListView.cs: Fixed signatures
10596         * RichTextBox.cs: Removed unused vars
10597         * TextBoxBase.cs: Removed unused vars
10598         * XplatUIWin32.cs: Removed unused vars
10599         * XplatUIX11.cs: Removed unused vars
10600         * XplatUI.cs: Updated version and date to latest published
10602 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
10604         * Cursor.cs: Added private .ctor to work around a bug in
10605           resourceset (Thanks to Geoff Norton for the help on this)
10606         * SplitterEventArgs.cs: Made fields accessible so we don't
10607           waste boatloads of objects and can reuse the same one
10608           in Splitter
10609         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
10610           any captions and borders when generating screen coordinates
10611         * Splitter.cs: Reimplemented control, now fully complete, uses
10612           rubberband drawing, supports and obeys all properties, has
10613           proper cursors
10615 2005-10-13  Miguel de Icaza  <miguel@novell.com>
10617         * Form.cs (Form): Setup default values for autoscale and
10618         autoscale_base_size;  Make these instance variables, not static
10619         variables. 
10621         (OnLoad): on the first load, adjust the size of the form.
10623 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
10625         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
10626           width argument to DrawReversibleRectangle()
10627         * XplatUIWin32.cs, XplatUIX11.cs: 
10628           - Implemented width for DrawReversibleRectangle()
10629           - Added logic to DrawReversibleRectangle that recognizes a zero
10630             width or height and only draws a line in that situation
10631         
10632 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
10634         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
10635         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
10636         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
10637           method (it uses our FosterParent window to get a graphics context)
10639 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
10641         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
10642           and SetWindowBackground methods
10643         * Control.cs:
10644           - Setting proper ControlStyles
10645           - We no longer call XplatUI.SetWindowBackground and XplatUI.
10646             EraseWindowBackground, instead we draw the window background
10647             ourselves in PaintControlBackground. This behaviour is
10648             required to match MS, where, when OnPaintBackground is not
10649             called, the background is not drawn.
10650           - Removed unneeded Refresh() in set_Text
10651         * Hwnd.cs: Dropped the ErasePending support. No longer needed
10652         * XplatUIX11.cs:
10653           - Created DeriveStyles method to translate from CreateParams to
10654             FormBorderStyle and TitleStyle, also handles BorderStyle (which
10655             matches FormBorderStyle enum values)
10656           - Consolidated SetHwndStyles and CalculateWindowRect border/title
10657             style calculations into single DeriveStyles method
10658           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
10659             from redrawing the whole window on any resize or expose.
10660           - Fixed CreateWindow usage of SetWindowValuemask. Before not
10661             all styles were applied to our whole/client window appropriately
10662           - Removed EraseWindowBackground() and SetWindowBackground() methods
10663           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
10664             no longer clear/redraw the background through X
10665           - Removed handling of erase_pending bit, we have no use for it (or
10666             so it seems)
10667         * XplatUIOSX.cs:
10668           - Removed generation and handling of WM_ERASEBKGND message
10669           - Removed EraseWindowBackground() and SetWindowBackground() methods
10670           - Removed handling of hwnd.ErasePending flag
10671         * XplatUIWin32.cs:
10672           - Removed EraseWindowBackground() and SetWindowBackground() methods
10673           - We no longer call EraseWindowBackground on PaintEventStart, we 
10674             ignore the fErase flag, erasing is handled in Control in the
10675             background handler
10676         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
10677           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
10678           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
10679           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
10680           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
10681           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
10682           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
10684 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
10686         * PropertyGrids.cs: Get sub properties
10687         * PropertyGridView.cs: Fix drawing code
10689 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10691         * ListBox.cs: Fixes 76383
10693 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10695         * DataGridTextBoxColumn.cs: Sets location and size before attachment
10696         * ThemeWin32Classic.cs: Fixes border drawing and calculations
10697         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
10700 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10702         * ComboBox.cs: Fixes border drawing
10704 2005-10-10  Miguel de Icaza  <miguel@novell.com>
10706         * MimeIcon.cs: Ignore errors if the file can not be read.
10708 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
10710         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
10711          - Fixed border calculations
10712          - Fixed horizontal scrolling in single column listboxes
10713          - Fixed drawing issues
10715 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
10717         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
10718           FormBorderStyle enum
10719         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
10720           code to determine FormBorderStyles from CreateParams
10721         * Form.cs:
10722           - Fixed bug where we'd set the wrong window styles if we were
10723             not creating an MDI window
10724           - Added call to XplatUI.SetBorderStyle when form borders are set
10725         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
10726         * Hwnd.cs:
10727           - Removed obsolete edge style
10728           - Switched from BorderStyle to FormBorderStyle
10729         
10730 2005-10-10  Jackson Harper  <jackson@ximian.com>
10732         * Form.cs: Use the property to get the window handle instead of
10733         accessing it directly. Prevents a null reference exception.
10735 2005-10-10  Jackson Harper  <jackson@ximian.com>
10737         * TreeView.cs: Don't adjust the rect given to DrawString now that
10738         our libgdiplus draws correctly.
10740 2005-10-08  Jackson Harper  <jackson@ximian.com>
10742         * TreeView.cs: Don't try to find the clicked on node if there are
10743         no nodes in the tree.
10745 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
10747         * RichTextBox.cs:
10749           restore
10751 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
10753         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
10754           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
10755           ErrorProvider.cs:
10756           Use ResPool for brushes and dispose System.Drawing objects that
10757           are not used anymore.
10759 2005-10-07  Jackson Harper  <jackson@ximian.com>
10761         * MdiChildContext.cs: Use the new borders instead of drawing them
10762         ourselves.
10764 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
10766         * Calling UpdateBounds after changing the window's BorderStyle 
10767         since the style can change the ClientSize
10769 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10771         * Control.cs: Made PaintControlBackground virtual
10772         * Panel.cs: Overriding PaintControlBackground instead of using paint
10773           event; paint event method was interfering with 'real' users of the
10774           event.
10776 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
10778         * ThemeWin32Classic.cs: remove border drawing since it is handled
10779         by the base control class now and was causing double border drawing.
10781 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10783         * Panel.cs: Redraw our background on paint. Not a pretty solution,
10784           but it does seem to match MS behaviour. This fixes bug #75324
10786 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10788         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
10789           somewhat hackish looking
10791 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
10793         * TextBoxBase.cs:
10794           - We now accept Enter even if AcceptEnter is false, if the containing
10795             form does not have an AcceptButton configured (fixes bug #76355)
10796           - Calculations are now fixed to no longer use Width/Height, but
10797             ClientSize.Width/Height, since we now support borders (this was
10798             a result of fixing borders and therefore bug #76166)
10799           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
10800             true (fixes bug #76354)
10801         
10802 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10804         * Control.cs: 
10805           - Defaulting BorderStyle and setting it in XplatUI when our window 
10806             is created
10807           - Added enum check to InternalBorderStyle setter
10808         * XplatUIX11.cs: 
10809           - Added drawing of window borders
10810           - Now properly calculates WM decorations offset for toplevel 
10811             windows (fixes bug #74763)
10812         * XplatUIWin32.cs: 
10813           - Implemented BorderStyles for windows (we're letting win32 draw 
10814             the border for us)
10815           - Fixed the signature for SetWindowLong
10816         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
10817           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
10818           setting borders
10819         * UpDownBase.cs: Remove drawing of borders, this is handled by
10820           the driver, outside the client area
10821         * ListView.cs: Removed bogus border calculations. The control should
10822           be oblivious to borders, since those are not part of the client
10823           area. 
10824         * X11DesktopColors.cs: Commented out (currently) unneeded variables
10825         * ThemeWin32Classic.cs: Removed border calculations from ListView 
10826           drawing code
10828 2005-10-06  Jackson Harper  <jackson@ximian.com>
10830         * MdiChildContext.cs: Clear out the old virtual position remove
10831         all the unneeded calls to CreateGraphics.
10833 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
10835         * TextControl.cs: Use proper color for highlighted text; fixes #76350
10837 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
10839         * Form.cs: 
10840           - Added loading and setting of our new default icon
10841           - Only set icon if window is already created
10843 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
10845         * Label.cs:
10846           - Do not explicitly set the foreground and background colors, to
10847             allow inheriting from parents (fixes #76302)
10848           - Use Control's InternalBorderStyle property to deal with borders
10850 2005-10-06  Jackson Harper  <jackson@ximian.com>
10852         * MdiChildContext.cs: Use the new xplatui function to draw a
10853         reversible rect.
10855 2005-10-06  Jackson Harper  <jackson@ximian.com>
10857         * Form.cs: Add the parent before creating the child context cause
10858         we need the parent when setting up the child.
10860 2005-10-06  Jackson Harper  <jackson@ximian.com>
10862         * FolderBrowserDialog.cs: redo the tree population code so a
10863         second thread isn't used. Should be a lot faster and more stable
10864         now.
10866 2005-10-05  Jackson Harper  <jackson@ximian.com>
10868         * TreeView.cs: There are no expand/collapse boxes if the node has
10869         no children.
10871 2005-10-05  Jackson Harper  <jackson@ximian.com>
10873         * X11DesktopColors.cs: Get menu colours for the gtk theme.
10875 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
10877         * FileDialog.cs: Fix InitialDirectory
10879 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
10881         * ComboBox.cs:
10882                 - Fixes changing between styles
10883                 - Fixes simple mode
10884                 - Fixes last item crashing when navigating with keyboard
10886 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
10888         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
10890 2005-10-05  Jackson Harper  <jackson@ximian.com>
10892         * TreeView.cs: If updating the root node do a full refresh.
10893         * TreeNode.cs: The root node should be expanded by default. Also
10894         added a utility prop to tell if we are the root node.
10895         * TreeNodeCollection.cs: Only refresh if the node we are being
10896         added to is expanded. Also added a comment on a potential
10897         optimization.
10898         
10899 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
10901         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
10902           in dispose method. Fixes #76330
10904 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
10906         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
10908                 - Implements vertical and horizontal scrolling using XplatUI
10909                 - Fixes keyboard navagation
10910                 - Fixes EnsureVisible
10911                 - Drawing fixes
10912                 - Handles and draws focus properly
10915 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
10917         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
10918           Create handle. NET_2_0: Destroy handle when value is null.
10920 2005-10-03  Jackson Harper  <jackson@ximian.com>
10922         * ScrollBar.cs: My last scrollbar patch was broken. This is a
10923         revert and a new patch to prevent the thumb from refreshing so
10924         much.
10926 2005-10-02  Jackson Harper  <jackson@ximian.com>
10928         * ScrollBar.cs: Don't update position if it hasn't actually
10929         changed. This occurs when you hold down the increment/decrement
10930         buttons and the thumb gets to the max/min.
10932 2005-10-01  Jackson Harper  <jackson@ximian.com>
10934         * Form.cs:
10935         * MdiChildContext.cs:
10936         * MdiClient.cs: Implement ActiveMdiChild in Form.
10938 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
10940         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
10942 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
10944         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
10945           be found
10947 2005-09-30  Jackson Harper  <jackson@ximian.com>
10949         * ListBox.cs: Don't do a full refresh unless some data has
10950         actually changed.
10952 2005-09-30  Jackson Harper  <jackson@ximian.com>
10954         * TreeView.cs: Make sure that the checkboxes size is factored in
10955         even when not visible.
10957 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
10959         * FileDialog.cs: Fix Jordi's build break
10961 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
10963         * FileDialog.cs: 
10964                 - Use standard the Windows colours for the combobox as espected
10965                 - Dispose objects that use resouces when no longer need them
10967 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
10969         * X11DesktopColors.cs: Initial incomplete implementation
10970         * XplatUIX11.cs: Added call to initialize X11DesktopColors
10972 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
10974         * Theme.cs: 
10975           - Switched Theme color names to match the names defined in 
10976             System.Drawing.KnownColors. Life's hard enough, no need to make 
10977             it harder.
10978           - Added setters to all theme color properties so themes can set
10979             their color schemes. The setters also propagate the color changes
10980             to System.Drawing.KnownColors via reflection
10981         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
10982           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
10983           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
10984           use the new, more logical theme color names
10985         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
10986           post-NT colors
10987         * ThemeWin32Classic.cs:
10988           - Removed code to set the old classic Windows colors. Instead it
10989             now relies on the colors returned by System.Drawing.KnownColors
10990             which will be either modern static colors (Unix) or colors
10991             read from the user's configuration (Win32)
10992           - Updated to use the new, more logical theme color names
10993           - Switched DataGrid drawing code to use only Theme colors instead of
10994             a mix of System.Drawing.KnownColors and Theme colors
10995           - DrawFrameControl(): Removed code that fills the button area, the
10996             fill would overwrite any previous fill done by a control. This
10997             fixes bug #75338 
10998           - Added DrawReversibleRectangle() stub
10999         * ScrollableControl.cs: Set visible state to false when scrollbars
11000           are removed (pdn fix)
11001         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
11002           DrawReversibleRectangle() method to allow drawing primitive 
11003           'rubber bands'
11004         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
11006 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11008         * ImageList.cs: Add(Icon): Create handle.
11010 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
11012         * ListView.cs:
11013         * ThemeWin32Classic.cs:
11014                 - Fixes detail mode
11015                 - Sets clippings
11016                 - Issues with drawing
11018 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11020         * ImageList.cs: Moved RecreateHandle back to ImageList as event
11021           source has to be the ImageList.
11023 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11025         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
11027 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11029         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
11031 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11033         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
11035 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
11036         * GridItem.cs: Fixed TODOs
11037         * GridItemCollection.cs: Added ICollection interface
11039 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
11041         * ImageList.cs: Resize icons when needed.
11043 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
11045         * ListViewItem.cs
11046                 - Fixes GetBounds and returns on screen rects
11047         * ListView.cs:
11048                 - Fixes vertical and horzintal scrolling of items
11049         * ThemeWin32Classic.cs:
11050                 - Fixes drawing
11051                 
11052 2005-09-29  Raja R Harinath  <harinath@gmail.com>
11054         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
11056 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
11058         * ImageList.cs: Added comments about handle creation. Moved Handle,
11059           HandleCreated and OnRecreateHandle implementations to ImageCollection.
11060           Handle is created in Add methods.
11062 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
11063          
11064         * DataGridDrawingLogic.cs: 
11065                 - Takes rows into account on Colum calculations
11066                 - Returns the column when clickig
11067         * DataGrid.cs:
11068                 - Fixes default HitTestInfo values
11069                 - Fixes HitTestInfo.ToString
11070                 - Fixes ResetBackColor          
11071         
11072 2005-09-28  Jackson Harper  <jackson@ximian.com>
11074         * MdiChildContext.cs: Obey rules for fixed sized windows (no
11075         sizing or cursor changes). Also added some temp code to draw the
11076         titlebars text (Makes dev a little easier).
11078 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
11080         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
11082 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
11083          
11084         * ListBox.cs: Fixes bug 76253
11086 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
11088         * ImageList.cs: Added comments about the current implementation. Added
11089           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
11090           Format32bppArgb to preserve transparency and can use Graphics.FromImage
11091           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
11092           with Bitmap.LockBits for better performance. Revised the whole file to
11093           match MS.NET behaviour and provide better performance. Non-public
11094           interface members are calling public members even when they throw
11095           NotSupportedException for better maintainability. Moved ColorDepth,
11096           ImageSize, ImageStream and TransparentColor implementations to
11097           ImageCollection for better performance as these properties are not used
11098           by ImageList.
11099         * ImageListStreamer.cs: Added a new internal constructor that takes an
11100           ImageList.ImageCollection and serializes Images based on
11101           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
11102           match ImageList property name.
11104 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
11106         * ListBox.cs: Fixes IndexFromPoint for last item
11108 2005-09-27  Jackson Harper  <jackson@ximian.com>
11110         * Form.cs: Set the position of new mdi children correctly.
11112 2005-09-27  Jackson Harper  <jackson@ximian.com>
11114         * MdiClient.cs: New mdi children need to be added to the back of
11115         the controls collection so the zorder is set correctly. Also add a
11116         count of all the child windows that have been created.
11118 2005-09-27  Jackson Harper  <jackson@ximian.com>
11120         * Form.cs (CreateParams): Setup MDI forms correctly.
11122 2005-09-27  Jackson Harper  <jackson@ximian.com>
11124         * MdiChildContext.cs:
11125         * MonthCalendar.cs:
11126         * UpDownBase.cs:
11127         * ListBox.cs:
11128         * ListView.cs:
11129         * TextBoxBase.cs:
11130         * TreeView.cs:
11131         * ScrollableControl.cs:
11132         * ComboBox.cs: Add implicit controls using the new implict control
11133         functionality in ControlCollection. Also try to block multiple
11134         control add in a suspend/resume layout to save some cycles.
11135         
11136 2005-09-27  Jackson Harper  <jackson@ximian.com>
11138         * Control.cs: Add functionality to the controls collection to add
11139         'implicit controls' these are controls that are created by the
11140         containing control but should not be exposed to the user. Such as
11141         scrollbars in the treeview.
11142         * Form.cs: The list var of the ControlsCollection is no longer
11143         available because of the potential of implicit controls getting
11144         ignored by someone accessing the list directly.
11146 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
11148         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
11149           loose it's parent. (Fixed bug introduced in r49103 when we added
11150           setting the child parent to null on Remove)
11152 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
11154         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
11155         * Splitter.cs: Added missing attributes for BorderStyle property.
11156         * TextBoxBase.cs: Marked Calculate* methods internal.
11157         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
11158         MS.NET.
11160 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
11161          
11162         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
11164 2005-09-25  Jackson Harper  <jackson@ximian.com>
11166         * TreeView.cs: Update the node bounds correctly regardless of
11167         whether the node is visible.
11169 2005-09-25  Jackson Harper  <jackson@ximian.com>
11171         * ImageList.cs: Don't dispose the image after it is added to the
11172         image list. Only reformat images that need to be resized.
11174 2005-09-25  Jackson Harper  <jackson@ximian.com>
11176         * ImageList.cs: Don't set the format when changing the image.
11178 2005-09-25  Jackson Harper  <jackson@ximian.com>
11180         * TreeView.cs: We can't just assume the node has a font. Use the
11181         treeviews font if no node font is available.
11183 2005-09-25  Jackson Harper  <jackson@ximian.com>
11185         * TreeView.cs: Allow the scrollbars to be reset with negative
11186         values.
11187         - Don't add scrollbars to negative sized windows.
11189 2005-09-23  Jackson Harper  <jackson@ximian.com>
11191         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
11192         old Mono.Posix. Also remove some stray code that shouldn't have
11193         been committed.
11195 2005-09-23  Jackson Harper  <jackson@ximian.com>
11197         * TreeView.cs: Attempt at proper sizing of the horizontal
11198         scrollbar. Also don't resize the scrollbars unless they are
11199         visible.
11201 2005-09-23  Jackson Harper  <jackson@ximian.com>
11203         * TreeView.cs: We don't need to expand the invalid area when the
11204         selection changes, as this is all drawn in the node's bounding
11205         box. The area needs to be expanded (previous typo was contracting
11206         it) when the focus rect moves.
11208 2005-09-23  Jackson Harper  <jackson@ximian.com>
11210         * TreeView.cs: Display the selection box under the correct
11211         circumstances. We were rendering white text with no selection box
11212         before.
11214 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
11216         * TextControl.cs(Split): Now updates selection start/end if it points 
11217           into a line that's being split. Fixes a FIXME and bug #75258
11219 2005-09-23  Jackson Harper  <jackson@ximian.com>
11221         * Binding.cs:
11222         * ListControl.cs: Don't use the path when retrieving binding
11223         managers from the binding context. My bat sense tells me that the
11224         path is only used on insertion.
11226 2005-09-22  Jackson Harper  <jackson@ximian.com>
11228         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
11230 2005-09-22  Jackson Harper  <jackson@ximian.com>
11232         * Splitter.cs: There are special cursors used for splitting.
11233         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
11235 2005-09-22  Jackson Harper  <jackson@ximian.com>
11237         * Splitter.cs: Change the cursor appropriately when the splitter
11238         is moused over, so the user actually knows there is a splitter
11239         there.
11241 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
11243        * Label.cs : Fix ToString method to give same output as MS.NET
11245 2005-09-22  Jackson Harper  <jackson@ximian.com>
11247         * TreeView.cs: Create the scrollbars when the handle is created
11248         and add them right away, just make them invisble. Also account for
11249         the window being shrunk vertically to the point that the vert
11250         scrollbar needs to be added.
11251         - Remove some 0.5 adjustments to get around anti aliasing issues.
11252         
11253 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
11254          
11255         * MainMenu.cs: Fixes default value
11256         * MenuItem.cs: Fixes default value
11258 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
11260         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
11262 2005-09-21  Jackson Harper  <jackson@ximian.com>
11264         * Control.cs: Don't try to set the border style on the window if
11265         it hasn't been created. When the window is created the border
11266         style will be used.
11268 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
11270         * Control.cs (Update): Don't call XplatUI if we don't have a
11271           window handle yet
11273 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
11275         * ContainerControl.cs: Instead of throwing an exception, print
11276           a one-time warning about Validate not being implemented
11277         * XplatUIWin32.cs: Removed debug output
11279 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
11281         * Control.cs: Only set XplatUI background if we expect the windowing
11282           system to handle the background. This stops controls that draw their
11283           own background from flickering
11285         * XplatUIX11.cs: Support custom visuals and colormaps for window 
11286           creation. This allows, amongst other things, using MWF X11 windows 
11287           with OpenGL.
11289 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
11291         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
11292           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
11293           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
11294           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
11295           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
11296           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
11297           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
11298           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
11299           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
11300           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
11301           GridColumnStylesCollection.cs, 
11302           IDataGridColumnStyleEditingNotificationService.cs,
11303           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
11304           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
11305           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
11306           TreeNodeCollection.cs, AmbientProperties.cs, 
11307           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
11308           DataObject.cs, ErrorProvider.cs, Splitter.cs,
11309           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
11310           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
11311           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
11312           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
11313           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
11314           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
11315           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
11316           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
11317           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
11318           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
11319           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
11320           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
11321           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
11322           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
11323           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
11324           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
11325           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
11326           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
11327           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
11328           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
11329           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
11330           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
11331           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
11332           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
11333           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
11334           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
11335           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
11336           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
11337           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
11338           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
11339           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
11340           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
11341           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
11342           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
11343           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
11345 2005-09-21  Jackson Harper  <jackson@ximian.com>
11347         * TreeNode.cs: Call Before/After Expand not Collapse when
11348         expanding.
11350 2005-09-20  Jackson Harper  <jackson@ximian.com>
11351         
11352         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
11354 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
11355          
11356         * ListViewItem.cs:
11357                 - Fixes bug 76120
11358                 - Fixes proper storing of subitems
11359                 - Fixes not updated items
11361 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
11363         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
11364           things if our window handle isn't created yet. Also disabled 
11365           debug for TextBoxBase
11367 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
11369         * MenuAPI.cs: Remove filtering of events to allow menu usage
11371 2005-09-20  Miguel de Icaza  <miguel@novell.com>
11373         * Cursor.cs: Allow null to be passed to Cursor.Current.
11375 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
11377         * ThemeWin32Classic.cs:
11378           - Change some private methods/fields to protected virtual so that 
11379             they can be accessed and overriden in derived classes
11380           - First refactoring of some methods. Derived themes now don't 
11381             need to duplicate the complete code from ThemeWin32Classic
11382         * ThemeNice.cs:
11383           - Added nice StatusBar
11384           - Derive from ThemeWin32Classic and not Theme
11385           - Removed duplicate ThemeWin32Classic code
11387 2005-09-20  Miguel de Icaza  <miguel@novell.com>
11389         * Control.cs (ControlCollection.Add): If the value null is passed
11390         the control is ignored. 
11392         Optimize this loop.
11394 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
11396         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
11397           PostQuitMessage state.
11398         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
11400 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
11402         * Application.cs: Our constructor will never get called, move 
11403           initialization to fields; fixes bug #75933
11405 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
11407         * FileDialog.cs :
11408                 - Allow files to be selected properly using file name
11409                 combo box.
11410                 - Add ability to change diretory (absolute / relative)
11411                 using file name combo box.
11413 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
11414          
11415         * ListBox.cs: 
11416                 - Fixes Multicolumn listboxes item wrong calculations
11417                 - Allows to click when only one item is in the listbox
11418                 - Fixes crash when no items using keyboard navigation
11420 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
11422         * ComboBox.cs: Reverted almost everything from the latest patch which
11423           broke ComboBox
11425 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
11426         
11427         * ToolTip.cs:
11428                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
11429         * ComboBox.cs:
11430                 - When DropDownStyle is Simple, it does not show scrollbar 
11431                 to the last item of the list.
11432                 - When DropDownStyle is Simple, it crashed when the list was 
11433                 scrolled down with the down cursor key.
11434                 - Fixed a bug that when DropDownStyle is DropDownList, the 
11435                 selected item was not shown.
11436                 - The position of the selected item was not preserved when 
11437                 the next dropdown happened.
11438         * ThemeWin32Classic.cs:
11439                 - Items were wrapped at the right end.
11440         * CheckedListBox.cs:
11441                 - Fixed Add method
11442         * ListBox.cs:
11443                 - Items should be fully shown.
11444                 - When resizing and vertical scrollbar disappeared, the item 
11445                 of index 0 should be on the top of the list.
11446                 - GetItemRectangle should consider the size of ver. scrollbar
11447         * StatusBar.cs:
11448                 - SizingGrip area should not be allocated when it is not 
11449                 displayed.
11450                 - Now it reflects MinWidth of the containing panel and 
11451                 fixed a crash that happens when its width becomes so small.
11453 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
11455         * CheckedListBox.cs: Fixes bug 76028
11456         * ListBox.cs: Fixes bug 76028
11458 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
11460         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
11461         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
11463 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
11465         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
11467 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11469         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
11471 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
11473         * IRootGridEntry.cs: Added
11474         * PropertyGridCommands.cs: Added
11475         * PropertiesTab.cs: Added missing methods and property
11476         * PropertyGridView.cs: Made class internal
11477         * PropertyGridTextBox.cs: Made class internal
11479 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
11481         * MimeIcon.cs: Try to check some other environment variables
11482           if "DESKTOP_SESSION" returns "default"
11484 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
11486         * ThemeNice.cs: Corrected background colors (e.g. menus)
11487         * ColorDialog.cs: Use correct background colors for controls
11489 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
11491         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
11493 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
11495         * RichTextBox.cs: Added initial implementation
11496         * lang.cs: Removed. Was accidentally checked in long time ago
11497         * TODO: Removed. Contents were obsolete
11499 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
11500                                                                                 
11501         * PropertiesTab.cs : Added
11503 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
11504                                                                                 
11505         * PropertyGrid.cs : Update
11506         * PropertyGridView.cs : Update
11507         * System.Windows.Forms.resx : Added images and strings
11509 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
11511         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
11513 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
11515         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
11516           a busy loop right after the Ungrab the X11 display is otherwise 
11517           blocked
11519 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
11521         * ThemeWin32Classic.cs: Optimise the use of clipping
11523 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
11525         * DataGrid.cs: fixes recursion bug
11527 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
11529         * ThemeNice.cs: 
11530           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
11531           - Cleanup
11533 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
11535         * ThemeNice.cs: Draw nice ProgressBars
11537 2005-09-01  Miguel de Icaza  <miguel@novell.com>
11539         * VScrollBar.cs: Another buglet found by Aaron's tool. 
11541         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
11542         bug finder.
11544 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
11546         * ThemeNice.cs:
11547           - Added nicer menu drawing
11548           - Updated DrawTab
11549           - some refactoring
11551 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
11553         * CreateParams.cs (ToString): Made output match MS
11554         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
11555             handle is already created (to avoid forcing window creation)
11556         * XplatUIX11.cs: Set window text to caption after creating window,
11557           in case Text was set before window was created
11558         * Form.cs: Use this.Text instead of a static string as caption
11560 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11562         * NotifyIcon.cs: Don't set the window to visible; this screws
11563           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
11564           OnPaint without a bitmap)
11565         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
11566           happen very often anyway; we could add the check to the WM_PAINT 
11567           event generation code
11569 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
11571         * NotifyIcon.cs: Fill the icon area with a background color, to 
11572           avoid 'residue' when transparent icons are drawn
11573         * XplatUIX11.cs:
11574           - Handle whole_window == client_window when destroying windows
11575           - SystrayAdd(): Set client_window to whole_window value to
11576             get mouse and other events passed to NotifyIcon
11578 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11580         * Form.cs: Set proper default for Opacity property
11581         * NotifyIcon.cs:
11582           - ShowSystray(): Don't bother creating telling the OS
11583             about the systray item if no icon is provided
11584           - Now handles WM_NCPAINT message to deal with whole/client window
11585             split
11586           - Create window as visible to not get caught by Expose optimization
11587         * Hwnd.cs: Removed debug message
11588         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
11589           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
11590             PaintEventStart/End to use new client argument
11591         * TextBoxBase.cs:
11592           - Commented out debug messages
11593           - Switched PaintEventStart/End to use new client argument
11594         * XplatUI.cs: Added client window bool to PaintEventStart()/
11595           PaintEventEnd() calls, to support drawing in non-client areas
11596         * XplatUIDriver.cs: 
11597           - Added client window bool to PaintEventStart()/PaintEventEnd() 
11598             calls, to support drawing in non-client areas
11599           - Added conditional compile to allow using MWF BeginInvoke 
11600             on MS runtime
11601         * XplatUIX11.cs:
11602           - Added some conditional debug output
11603           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
11604             whole/client window split
11605           - Implemented handling of client argument to PaintEventStart()/End()
11606         * Control.cs:
11607           - Throw exception if BeginInvoke() is called and the window handle
11608             or one of the window's parent handles is not created
11609           - Added conditional compile to allow using MWF BeginInvoke on
11610             MS runtime
11611           - get_Parent(): Only sets parent if handle is created. This avoids
11612             forcing window handle creation when parent is set.
11613           - Now fires Layout and Parent changed events in proper order
11614           - Switched to use Handle instead of window.Handle for Z-Order setting,
11615             the get_Parent() patch above causes us to possibly get null for 'window'
11616           - Implemented handling of client argument to PaintEventStart()/End()
11617           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
11618             default handling)
11619           - Now sends a Refresh() to all child windows when Refresh() is called
11621 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11623         * Form.cs: Added (non-functional) Opacity property
11624         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
11626 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
11627         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
11628           use export MONO_THEME=nice to activate it.
11629           Currently supported controls:
11630           - Button
11631           - ComboBox
11632           - ScrollBar
11633           - TabControl (TabAlignment.Top only, other will follow)
11634         * ThemeEngine.cs: Add theme nice
11635         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
11636           if enabled
11638 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
11640         * Splitter.cs: Resize docked control and its neighbor.
11642 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
11643         -- Making Windows with Menus layout correctly --
11644         * Form.cs : The first leg of the fix
11645                 Menu setter - adjust Client Size as needed to make space for the menu
11646                 SetClientSizeCore - doesn't call base version to be able to pass the 
11647                         menu handle to XplatUI.CalculateWindowRect
11648         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
11649         * XplatUIX11.cs: The critical second leg of the fix
11650                 GetWindowPos needs to use a recalculated client_rect
11651                 so that resizing the window doesn't break layout of child controls. 
11652                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
11653                 Lots of \t\n killed
11655 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11657         * Label.cs: Now properly recalculates width and height on Font and Text
11658           changes if AutoSize is set
11660 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
11661         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
11663 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
11665         * ImageList.cs: Makes ToString method compatible with MS
11667 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
11669         * MenuAPI.cs: fixes bug 75716
11671 2005-08-11 Umadevi S <sumadevi@novell.com>
11672         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
11674 2005-08-11 Umadevi S <sumadevi@novell.com>
11675         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
11677 2005-08-10  Umadevi S <sumadevi@novell.com>
11678         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
11680 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
11682         * Menu.cs: fixes bug 75700
11683         * MenuAPI.cs: fixes navigation issues
11685 2005-08-09  Umadevi S <sumadevi@novell.com>
11686         * CheckedListBox.cs - simple fix for GetItemChecked.
11688 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
11690         * ComboBox.cs: Serveral fixes
11691         * ListBox.cs: Serveral fixes
11693 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
11695         * ComboBox.cs: Fixes FindString methods and GetItemHeight
11696         * ListBox.cs: Fixes FindString methods
11698 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
11700         * DataGrid.cs: fixes bugs exposed by new tests
11702 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
11704         * Mime.cs: Compile Mono assembly references only if compiling
11705           with Mono (Allows to build with VS.Net again)
11707 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
11709         * Control.cs (PaintControlBackground): Draw background image
11710         corrrectly.
11711         (CheckForIllegalCrossThreadCalls): Stubbed.
11712         
11713         * Form.cs (OnCreateControl): Center when should be centered.
11714         
11715         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
11717 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
11719         * Binding.cs: Binding to properties should be case unsensitive
11721 2005-07-18 vlindos@nucleusys.com
11723         * DataGrid.cs: fixes setmember order
11725 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
11727         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
11728         * FileDialog.cs: FileDialog is now resizable and uses the new
11729           MimeIconEngine
11731 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
11733         * DataGridTextBoxColumn.cs: default value
11734         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
11735         * GridTableStylesCollection.cs: fixes checking MappingName
11736         * DataGridDrawingLogic.cs: fixes drawing logic issues
11737         * DataSourceHelper.cs: rewritten to make compatible with more data sources
11738         * DataGrid.cs: fixes    
11740 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
11742         * MimeGenerated.cs: Use case sensitive comparer for
11743           NameValueCollections
11745 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
11747         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
11748         * ThemeWin32Classic.cs: bug fixes, code refactoring
11749         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
11750         * DataGrid.cs: bug fixes, code refactoring
11751         * DataGridTextBox.cs: bug fixes, code refactoring
11752         * DataGridColumnStyle.cs:  bug fixes, code refactoring
11753         * Theme.cs:  bug fixes, code refactoring
11755 2005-07-01  Peter Bartok  <pbartok@novell.com> 
11757         * TextControl.cs: Quick fix for the reported crash on ColorDialog
11758           and other text box usage
11760 2005-07-01  Jackson Harper  <jackson@ximian.com>
11762         * TabControl.cs: Make sure the bottom of the tab covers the pages
11763         border.
11765 2005-06-30  Peter Bartok  <pbartok@novell.com> 
11767         * Form.cs (ShowDialog): Assign owner of the dialog
11768         * TextBoxBase.cs: Always refresh caret size when deleting, caret
11769           might have been moved to a tag with different height
11771 2005-06-30  Jackson Harper  <jackson@ximian.com>
11773         * Form.cs: Don't create an infinite loop when setting focus
11774         * MenuItem.cs: Don't dirty the parents if we don't have any
11776 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
11778         * LibSupport.cs: Rename
11780 2005-06-29  Peter Bartok  <pbartok@novell.com>
11782         * TextBoxBase.cs: Re-align caret after deleting a character
11783         * TextControl.cs:
11784           - DeleteChars(): Ensure that tag covers the provided position
11785           - StreamLine(): Drop reference for dropped tag
11787 2005-06-29  Peter Bartok  <pbartok@novell.com> 
11789         * TextControl.cs: 
11790           - Selections now work properly, anchoring at the initial location
11791             and properly extending in either direction (SetSelectionToCaret(),
11792             SetSelectionStart() and SetSelectionEnd())
11793           - No longer redraws the whole control on selection change, now
11794             calculates delta between previous and new selection and only
11795             invalidates/redraws that area
11796           - Fixed FindPos() math off-by-one errors
11797           - Changed DeleteChars() to verify the provided tag covers the
11798             provided position, selections may have a tag that doesn't cover
11799             the position if the selection is at a tag border
11800           - Fixed off-by-one errors in DeleteChars()
11801           - Added missing streamlining check in DeleteChars() to remove
11802             zero-length tags
11803           - Implemented Invalidate() method, now properly calculates exposures
11804             between two given lines/positions
11805           - Implemented SetSelection()
11806           - Obsoleted and removed FixupSelection()
11807           - Improved RecalculateDocument() logic, removing code duplication
11809 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11811         * LibSupport.cs: changes to match different input/output arguments.
11813 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11815         * LibSupport.cs: added libsupport.so init routine.
11817 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
11818         
11819         * ControlBindingsCollection.cs
11820                 - Throws an exception on null datasource when adding
11821                 - Checks for duplicated bindings when adding
11823 2005-06-28  Jackson Harper  <jackson@ximian.com>
11825         * TreeView.cs (OnKeyDown): Support left and right properly
11826         (navigates as well as expanding and collapsing.
11827         - Add support for Multiply, this expands all the selected nodes
11828         children.
11829         - Fix some tabbing.
11831 2005-06-28  Jackson Harper  <jackson@ximian.com>
11833         * TreeView.cs: Implement keyboard navigation, currently supports,
11834         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
11835         support for toggling checkboxes with the space bar.
11837 2005-06-28  Jackson Harper  <jackson@ximian.com>
11839         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
11840         tree.
11842 2005-06-28  Jackson Harper  <jackson@ximian.com>
11844         * TreeView.cs: Add missing event.
11846 2005-06-27  Peter Bartok  <pbartok@novell.com> 
11848         * TextControl.cs:
11849           - Made line ending size configurable (now allows for counting 
11850             lineendings as \n or \r\n)
11851           - Added margin to viewport to keep caret visible on right side
11852           - Fixed translation routines for line/pos to documentpos to consider
11853             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
11854           - Fixed some line-endings to be unix style
11855           - Fixed Document.FormatText to perform it's calculations 1-based
11856           - Added descriptions for a few methods that might otherwise get 
11857             used wrong
11858           - Added NOTE section with some basic conventions to remember at 
11859             the top of the file
11860           - Major fixup for RichTextBox selection drawing:
11861             * Fixed crashes when multiple tags on a single line were selected
11862             * fixed selection box drawing not overlaying text
11863             * fixed bogus offset calculation for tags not starting at index 1
11864             * Switched behaviour from using multiple Substrings of a 
11865               StringBuilder.ToString() to using multiple 
11866               StringBuilder.ToString(start, length) statements, hoping this is
11867               faster (kept original version commented out in the code, in case
11868               original version was faster)
11869         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
11870           alignment != Left
11871         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
11872           call it as well
11874 2005-06-27  Jackson Harper  <jackson@ximian.com>
11876         * TabControl.cs: Move to the left and right with the arrow
11877         keys. These keys don't cycle beyond first and last like
11878         tab. Refresh all the tabs when scrolling them to the left or
11879         right.
11881 2005-06-27  Jackson Harper  <jackson@ximian.com>
11883         * TabControl.cs:
11884           - ToString: Added method
11885           - CreateParams: Remove TODO and comment
11886           - OnKeyDown: Cycle through bounds properly.
11887           - SelectedIndex: Scroll to the right or left if we need to
11888           display the newly selected tab.
11890 2005-06-23  Jackson Harper  <jackson@ximian.com>
11892         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
11893         set.
11895 2005-06-23  Jackson Harper  <jackson@ximian.com>
11897         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
11898         CTRL-SHIFT-TAB, and HOME, END are there any others?
11900 2005-06-23  Jackson Harper  <jackson@ximian.com>
11902         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
11904 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
11905         
11906         * DataGridTextBoxColumn.cs: fixes and enhancements
11907         * ThemeWin32Classic.cs: fixes and enhancements
11908         * DataGridBoolColumn.cs:  fixes and enhancements
11909         * DataGridDrawingLogic.cs:  fixes and enhancements
11910         * CurrencyManager.cs: fixes and enhancements
11911         * DataGrid.cs: fixes and enhancements
11912         * DataGridColumnStyle.cs:  fixes and enhancements
11914 2005-06-22  Jackson Harper  <jackson@ximian.com>
11916         * TabControl.cs: Add some missing methods that just call into the
11917         base. Make the TabPageCollection's IList interface behave in the
11918         same manner as the MS implementation.
11920 2005-06-22  Peter Bartok  <pbartok@novell.com> 
11922         * TextControl.cs: Added sanity check
11923         * TextBoxBase.cs: 
11924           - Fixed wrapping behaviour, don't set wrap on single line controls
11925             (this fixes the breakage of colordialog introduced in an earlier
11926              checkin)
11927           - Added rudimentary support for autoscrolling right-aligned controls
11928             (still needs fixing, also, center alignment scroll is missing)
11930 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
11931         
11932         * ScrollBar.cs: Fixes thumbpos on Maximum values
11934 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
11935         
11936         * PropertyGridView.cs: Pass context information to UITypeEditors 
11938 2005-06-21  Peter Bartok  <pbartok@novell.com> 
11940         * TextBoxBase.cs:
11941           - Now calling PositionCaret with absolute space coordinates
11942           - Enabled vertical scrolling
11943           - Better tracking of scrollbar changes, tied into WidthChange
11944             event
11945           - Improved cursor tracking
11946           - Removed debug output
11947         * TextControl.cs:
11948           - PositionCaret coordinates are now works in absolute space, not 
11949             the canvas
11950           - Improved tracking of document size
11951           - Added events for width and height changes
11953 2005-06-21  Peter Bartok  <pbartok@novell.com>
11955         * Form.cs: Set focus to active control when form is activated
11956         * TextControl.cs: 
11957           - Added word-wrap functionality to RecalculateLine() 
11958           - Added some short function descriptions for VS.Net to aid in
11959             writing dependent controls
11960           - Added Caret property, returning the current coords of the caret
11961           - Added ViewPortWidth and ViewPortHeight properties
11962           - Added Wrap property
11963           - Added CaretMoved event
11964           - Removed some old debug code
11965           - Split() can now create soft splits
11966           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
11967           - Added method to format existing text
11968           - Fixed size/alignment calculations to use viewport
11969           - RecalculateDocument now can handle changing line-numbers while
11970             calculating lines
11972         * TextBox.cs:
11973           - Added some wrap logic, we don't wrap if alignment is not left
11974           - Added casts for scrollbar var, base class switched types to
11975             also support RichTextBoxA
11976           - Implemented handling of scrollbar visibility flags
11978         * TextBoxBase.cs:
11979           - Switched scrollbars type to RichTextBoxScrollBars to support
11980             RichTextBox
11981           - Added tracking of canvas width/height
11982           - Switched scrollbars to be not selectable (to keep focus on text)
11983           - Added central CalculateDocument() method to handle all redraw
11984             requirements
11985           - Added ReadOnly support
11986           - Added WordWrap support
11987           - Fixed handling of Enter key (we now treat it as a DialogKey)
11988           - Fixed caret positioning when h or v scroll is not zero
11989           - Fixed placing/generation of vertical scrollbar
11990           - Added CalculateScrollBars() method to allow updating scrollbar
11991             limits and visibility
11992           - Fixed handling of horizontal scroll
11993           - Added handling of vertical scroll
11994           - Implemented auto-'jump' when caret moves to close to a left or
11995             right border and there is text to be scrolled into view (currently
11996             there's the potential for a stack overflow, until a bug in
11997             scrollbar is fixed)
11999 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
12000         
12001         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
12003 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
12005         * Mime.cs:
12006         - added inodes.
12007         - return application/x-zerosize for files with size zero
12008           (if no extension pattern matches).
12009         - check matches collection for strings too.
12010         - return only the first mime type if the name value
12011           collection has more than one mime type.
12013 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
12014         
12015         * PropertyGrid.cs: Cleaned up some TODOs
12016         * PropertyGridView.cs: Added support for UITypeEditors
12018 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
12019         
12020         * DataGrid.cs: clears cached value
12022 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
12024         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
12025         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
12026         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
12027         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
12028         
12029 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
12031         * ThemeWin32Classic.cs: fixes colour
12033 2005-06-15  Peter Bartok  <pbartok@novell.com>
12035         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
12036         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
12037         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
12038         * Control.cs: Added some MWFCategory and MWFDescription attributes
12039         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
12041 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
12043         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
12044         usage
12046 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
12048         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
12049         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
12050         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
12051         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
12052         * DataGrid.cs: default datagrid settings for Default Styles, fixes
12053         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
12055 2005-06-13  Jackson Harper  <jackson@ximian.com>
12057         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
12058         isn't printed when the user enables dropping. (X11 does accept
12059         drops).
12060         
12061 2005-06-13  Jackson Harper  <jackson@ximian.com>
12063         * TreeView.cs: Remove some TODOS.
12065 2005-06-13  Jackson Harper  <jackson@ximian.com>
12067         * Form.cs: Hook into the mdi framework.
12068         * MdiClient.cs: Use the base control collections add method so
12069         parents get setup correctly. Set the default back colour and dock
12070         style.
12071         * MdiChildContext.cs: New class, this bad actor handles an
12072         instance of an MDI window. Right now there is only basic
12073         support. You can drag, close, and resize windows. Minimize and
12074         Maximize are partially implemented.
12076 2005-06-13  Jackson Harper  <jackson@ximian.com>
12078         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
12079         freaky when both vals are negative. NOTE: There are probably other
12080         places in XplatUIX11 that this needs to be done.
12082 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
12084         * DataGrid.cs: implement missing methods, move KeyboardNavigation
12085         * DataGridColumnStyle.cs: fixes signature
12087 2005-06-12  Jackson Harper  <jackson@ximian.com>
12089         * XplatUIX11.cs: Use sizing cursors similar to the ones on
12090         windows.
12092 2005-06-11  Jackson Harper  <jackson@ximian.com>
12094         * StatusBarPanel.cs: Signature cleanups. Implement
12095         BeginInit/EndInit.
12097 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
12099         * DataGridTextBoxColumn.cs: Honors aligment
12100         * GridColumnStylesCollection.cs: Contains is case unsensitive
12101         * GridTableStylesCollection.cs: several fixes
12102         * DataGridTableStyle.cs: default column creation
12103         * DataGridDrawingLogic.cs: fixes
12104         * CurrencyManager.cs: ListName property
12105         * DataGrid.cs: multiple styles support
12106         * DataGridColumnStyle.cs: fixes
12107         
12109 2005-06-10  Peter Bartok  <pbartok@novell.com>
12111         * Control.cs(Select): Moved SetFocus call to avoid potential
12112           loops if controls change the active control when getting focus
12113         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
12114           the up/down buttons
12116 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
12118         * ImageListConverter.cs: Implemented
12120 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
12122         * MonthCalendar.cs: Wired in NumericUpDown control for year
12124 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
12126         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
12127           DoubleClick events, since they are not meant to be fired.
12129 2005-06-09  Peter Bartok  <pbartok@novell.com>
12131         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
12132           Jonathan's standalone controls into MWF, implemented missing
12133           events, attributes and methods; added xxxAccessible classes
12134         * AccessibleObject.cs: Made fields internal so other classes
12135           can change them if needed
12137 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
12139         * UpDownBase.cs: Complete implementation
12140         * NumericUpDown.cs: Complete implementation
12141         * DomainUpDown.cs: Complete implementation
12143 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
12145         * DataGridTextBoxColumn.cs: drawing fixes
12146         * DataGridCell.cs: fixes ToString method to match MSNet
12147         * DataGridTableStyle.cs: fixes
12148         * DataGridBoolColumn.cs: fixes, drawing
12149         * DataGridDrawingLogic.cs: fixes, new methods
12150         * DataGridTextBox.cs: Keyboard and fixes
12151         * DataGrid.cs:
12152                 - Keyboard navigation
12153                 - Scrolling fixes
12154                 - Row selection (single, multiple, deletion, etc)
12155                 - Lots of fixes
12156         
12157 2005-06-07  Jackson Harper  <jackson@ximian.com>
12159         * ThemeWin32Classic.cs: Clear the background area when drawing
12160         buttons.
12162 2005-06-06  Peter Bartok  <pbartok@novell.com>
12164         * ImageListStreamer.cs: Fixed signature for GetData
12165         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
12166         * ComboBox.cs:
12167           - Added missing ChildAccessibleObject class
12168           - Added missing OnXXXFocus overrides, switched to using those
12169             instead of the event handler
12170         * Control.cs:
12171           - Added Parent property for ControlAccessibleObject
12172           - Fixed signatures
12173           - Fixed attributes
12174           - Added ResetBindings()
12175         * ListBindingConverter.cs: Implemented some methods
12176         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
12177         * ImageList.cs: Implemented basic handle scheme, removed TODOs
12178         * ContainerControl.cs: Fixed signature, now subscribing to the
12179           ControlRemoved event instead of overriding the handler, LAMESPEC
12180         * CurrencyManager.cs: Added missing attribute
12181         * MonthCalendar.cs: Added missing properties
12183 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
12185         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
12186         
12187 2005-06-06  Gaurav Vaish and Ankit Jain
12189         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
12190         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
12191         
12192 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
12194         * Control.cs: fixes CreateParams Width / Height.
12196 2005-06-05  Peter Bartok  <pbartok@novell.com>
12198         * Win32DnD.cs: Removed compilation warnings
12200 2005-06-05  Peter Bartok  <pbartok@novell.com>
12202         * Control.cs (CreateParams): Since we don't know if one of the
12203           properties we use is overridden, lets make sure if we fail accessing
12204           we continue with a backup plan
12206 2005-06-05  Peter Bartok  <pbartok@novell.com>
12208         * Win32DnD.cs:
12209           - Removed debug output
12210           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
12211             struct
12212           - Plugged resource leak
12213         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
12214           MS size
12216 2005-06-05  Peter Bartok  <pbartok@novell.com>
12218         * XplatUIWin32.cs: Removed DnD code
12219         * Win32DnD.cs: Implemented drop source and drop target functionality
12221 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12223         * UpDownBase.cs: remove duplicate addition of event, enable some code
12224         that was commented out.
12225         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
12226         Validate input when a key is pressed. It works fine now for every
12227         combination of Hexadecimal. Only missing some drawing love when sharing
12228         space with other controls.
12230 2005-06-04  Peter Bartok  <pbartok@novell.com>
12232         * Control.cs:
12233           - We need to pass a window for DragDrop, so enable callback events
12234           - Added DnD callback events when being a DragSource
12235         * XplatUI.cs (StartDrag): Added window handle argument
12236         * XplatUIDriver.cs (StartDrag): Added window handle argument
12237         * QueryContinueDragEventArgs: Made fields internally accessible so
12238           drivers can set them
12239         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
12240           can set them
12242 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
12244         * DataGridTextBoxColumn.cs: column text editing
12245         * DataGridTableStyle.cs: Respect columns styles created by the user
12246         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
12247         * DataGridBoolColumn.cs: bool column editing
12248         * DataGrid.cs: fixes to scrolling, properties, etc
12249         * DataGridTextBox.cs: handle keyboard
12250         * DataGridColumnStyle.cs: fixes
12252 2005-06-02  Jackson Harper  <jackson@ximian.com>
12254         * ImageListStreamer.cs: Somewhat broken implementation of
12255         GetObjectData. The RLE needs some work to match MS properly.
12257 2005-06-02  Jackson Harper  <jackson@ximian.com>
12259         * X11Dnd.cs: Attempting to keep at least one file in MWF
12260         monostyled.
12262 2005-06-02  Peter Bartok  <pbartok@novell.com>
12264         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
12265           that way
12267 2005-06-02  Peter Bartok  <pbartok@novell.com>
12269         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
12270         * XplatUI.cs: Added DoDragDrop() method
12271         * XplatUIDriver.cs: Added DoDragDrop() method
12273 2005-06-02  Jackson Harper  <jackson@ximian.com>
12275         * Splitter.cs: Implement BorderStyle.
12277 2005-06-02  Jackson Harper  <jackson@ximian.com>
12279         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
12280         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
12281         X11 using XDND.
12283 2005-06-02  Peter Bartok  <pbartok@novell.com>
12285         * DataObject.cs:
12286           - Added Data setter
12287           - Fixed broken insertion code for SetData, now also
12288             overwrites any existing entry of the same format name
12289         * Hwnd.cs: Added list of pointers that automatically gets
12290           freed when the window is disposed
12291         * XplatUI.cs: Call driver initialization method when loading
12292           a driver
12293         * Control.cs:
12294           - OnDragLeave takes EventArgs, not DragEventArgs
12295           - Added setting of WS_EX_ACCEPTFILES style when dropping is
12296             supported
12297           - Forces style update when drop state changes
12298         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
12299           not perfect since we cannot (yet) call the IDataObject.GetData()
12300           method, we keep getting 0x80004005 error, dunno why)
12302 2005-06-02  Peter Bartok  <pbartok@novell.com>
12304         * DragEventArgs.cs: Make fields internal so we can cache the
12305           object and re-set the fields from XplatUI
12307 2005-06-02  Jackson Harper  <jackson@ximian.com>
12309         * Control.cs: Add some internal methods so the DnD subsystem can
12310         raise DnD events. Also call into the driver when AllowDrop is set.
12311         * XplatUI.cs:
12312         * XplatUIDriver.cs: New method for setting whether or not a window
12313         is allowed to accept drag and drop messages.
12314                 
12315 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
12316         
12317         * ScrollBar.cs: Make sure that values sent in Scroll events
12318         are always between Maximum and Minimum.
12320 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
12322         * Menu.cs: Call MenuChanged when menuitem visibility has been
12323         changed.
12324         * MenuItem.cs: Rebuild menu when item is (not) visible.
12325         * MainMenu.cs: MainMenu has special MenuChanged.
12326         * Theme.cs: Caption and FrameBorderSize are not fixed.
12327         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
12328         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
12329         * XplatUIX11.cs,
12330         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
12331         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
12333 2005-05-30  Jackson Harper  <jackson@ximian.com>
12335         * DataFormat.cs: We can't statically initialize this stuff because
12336         it calls into the xplatui and could create a loop. So we lazy init
12337         it.
12339 2005-05-28  Jackson Harper  <jackson@ximian.com>
12341         * Control.cs: Proper implementation of Product(Name/Version).
12343 2005-05-27  Jackson Harper  <jackson@ximian.com>
12345         * DataObject.cs: Dont crash if no data is found.
12347 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
12348         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
12349                 as per status page, guessing it should be set to true
12351 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
12353         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
12354         * DataGridTableStyle.cs: set proper formatting text, def header text
12355         * ThemeWin32Classic.cs: new themable paramaters
12356         * DataGridBoolColumn.cs: paint check box, get data, fixes
12357         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
12358         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
12359         * DataGridColumnStyle.cs: fixes
12360         * Theme.cs: new themable paramaters
12361                 
12362 2005-05-26  Peter Bartok  <pbartok@novell.com>
12364         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
12366 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
12367         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
12369 2005-05-24  Peter Bartok  <pbartok@novell.com>
12371         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
12372           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
12373           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
12374           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
12375           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
12376           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
12377           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
12378           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
12379           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
12380           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
12381           missing attributes, etc
12382         * DataGridPreferredColumnWidthTypeConverter.cs: Added
12384 2005-05-24  Peter Bartok  <pbartok@novell.com>
12386         * Help.cs: Added, implemented trivial functions, throws up MessageBox
12387           when user tries to get help
12388         * DataObject.cs, DataFormats.cs, LinkArea.cs,
12389           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
12390           to suppress warnings
12391         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
12392           avoid unreachable code warning
12394 2005-05-20  Peter Bartok  <pbartok@novell.com>
12396         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
12398 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
12400         * DataGridTextBoxColumn.cs: Basic painting methods
12401         * DataGridTableStyle.cs: Set table style in the column
12402         * ThemeWin32Classic.cs: Use Theme for colors
12403         * DataGridDrawingLogic.cs: Implement more drawing
12404         * DataGrid.cs: drawing, theming, enhacements, fixes
12405         * DataGridColumnStyle.cs: fixes, drawing
12406         * Theme.cs: theming for Datagrid
12408 2005-05-20  Peter Bartok  <pbartok@novell.com>
12410         * Cursor.cs: Implemented GetObjectData() method
12412 2005-05-20  Peter Bartok  <pbartok@novell.com>
12414         * Cursors.cs: Added setting of cursor name
12415         * Cursor.cs:
12416           - Implemented constructors
12417           - Implemented Draw and DrawStretched
12418           - Implemented Current property
12419           - Implemented == and != operators
12420           - Implemented Dispose()
12421           - Implemented ToString
12422           - Added missing attributes
12423         * XplatUIX11.cs:
12424           - Added missing reset for OverrideCursor when DoEvents is called
12425           - Fixed creation of cursor, logic was wrong
12426         * XplatUIWin32.cs:
12427           - Added missing reset for OverrideCursor when DoEvents is called
12428           - Fixed creation of cursor, bit arrays were swapped
12429         * Clipboard.cs: Removed obsolete MonoTODO attribute
12431 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
12433         * ComboBox.cs: fixes OnSelectedItemChanged
12434         * ControlBindingsCollection.cs: fixes item range check
12436 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
12438         * UpDownBase.cs:
12439                 - Calc preferred height properly
12440                 - Implement missing properties
12441                 
12442         * NumericUpDown.cs: Implement missing events
12444 2005-05-19  Jackson Harper  <jackson@ximian.com>
12446         * TabControl.cs: New method that resizes the tab pages before
12447         redrawing them. This as needed as the control is double buffered
12448         and sizing will not be recalculated unless ResizeTabPages is
12449         called.
12450         * TabPage.cs: Set base.Text instead of Text in the constructor so
12451         that UpdateOwner does not get called. Use the new Redraw method of
12452         TabControl instead of Refresh so the sizing is recalculated.
12453         * ThemeWin32Classic.cs: Draw the text for button tabs.
12455 2005-05-19  Jackson Harper  <jackson@ximian.com>
12457         * Control.cs: Paint control background images. Fix typo where
12458         PaintControlBackground was not getting called correctly.
12460 2005-05-19  Peter Bartok  <pbartok@novell.com>
12462         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
12463           I can investigate, apparently I broke FileDialog
12465 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
12467         * AxHost.cs: Some simple properties.
12468         * Control.cs: window must be accessible after ctor.
12469         * Form.cs: Added TransparencyKey property.
12470         * TextBoxBase.cs: Implemented Clear. Text property can be null.
12471         * XplatUIWin32.cs: SetBorderStyle implemented.
12473 2005-05-18  Peter Bartok  <pbartok@novell.com>
12475         * DataObject.cs: Entries are not global but particular to the
12476           DataObject, now it behaves that way
12477         * XplatUIWin32.cs: Implemented Clipboard methods
12478         * Clipboard.cs: Implemented
12479         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
12480         * XplatUIOSX.cs: Updated to final clipboard prototypes
12481         * XplatUIX11.cs: Implemented Clipboard methods
12482         * XplatUIDriver.cs: Updated to final clipboard prototypes
12483         * XplatUIStructs.cs:
12484           - Added BITMAPINFOHEADER struct
12485           - Added ClipboardFormats enum
12486         * X11Structs.cs:
12487           - Added ClipboardStruct
12488           - Added Atom enum items for clipboard types
12489           - Fixed atom types for Selection event structures
12490         * DataFormats.cs:
12491           - Added internal properties and methods for drivers to enumerate
12492             all known formats
12493           - Switched initialization method to allow drivers to assign their
12494             own IDs even for the MS predefined clipboard IDs
12495         * XplatUI.cs: Updated to final clipboard interface
12497 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
12498         * PropertyGridView.cs: Fixed compiler warnings.
12500 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
12501         * PropertyGrid.cs: Added some event calls
12502         * PropertyGridView.cs: Change drawing code to use double buffering
12503         * PropertyGridTextBox.cs: Changed Text property name
12504         * GridItem.cs: Added Bounds property.
12505         * GridEntry.cs: Added Bounds property.
12507 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
12509         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
12510         since GetType() may not return the correct type if the object is
12511         a remoting proxy.
12513 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
12515         * TreeNodeCollection.cs: fixes get/set item ranges
12516         
12517 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
12519         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
12520                 
12521 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
12523         * ComboBox.cs: Fix item range comparation
12524         * ListView.cs: Fix item range comparation
12526 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
12528         * FontDialog.cs:
12529           - Clear example panel when OnPaint is called
12530           - Better solution for displaying the example panel text
12531           - Select default indexes in the ListBoxes
12533 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
12535         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
12537 2005-05-11  Peter Bartok  <pbartok@novell.com>
12539         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
12540         * SelectionRangeConverter.cs: Implemented
12541         * PropertyGrid.cs: Fixed attribute value
12542         * Control.cs:
12543           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
12544           - Added Sebastien Pouliot's CAS Stack Propagation fixes
12545         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
12546           that's common to all drivers. First methods to go there are
12547           Sebastien Pouliot's CAS Stack Propagation helper methods
12548         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
12549           Sebastien Pouliot for CAS Stack Propagation
12551 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
12553         * OSXStructs.cs:
12554           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
12556 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
12558         * DataGridTextBoxColumn.cs: fixed some members
12559         * GridColumnStylesCollection.cs: indexed column is case insensitive
12560         * DataGridTableStyle.cs: fixes
12561         * ThemeWin32Classic.cs: add new theme parameter
12562         * Theme.cs: add new theme parameter
12563         * DataGridDrawingLogic.cs: Datagrid's drawing logic
12564         * DataGrid.cs: fixes, new internal properties, etc.
12565         * DataGridColumnStyle.cs: allows to set grid value
12566         *
12568 2005-05-10  Peter Bartok  <pbartok@novell.com>
12570         * AccessibleObject.cs:
12571           - Removed MonoTODO attribute on help, method is correct
12572           - Fixed Bounds property
12573         * AxHost.cs: Moved MonoTODO
12574         * ButtonBase.cs: Now setting AccessibleObject properties
12575         * RadioButton.cs: Setting proper AccessibleObject role
12576         * CheckBox.cs: Setting proper AccessibleObject role
12577         * ControlBindingsCollection.cs: Added properties, methods and attributes
12578         * DataFormats.cs: Fixed awkward internal API, and changed to enable
12579           userdefined DataFormats.Format items as well
12580         * ListControl.cs: Removed data_member from the public eye
12581         * OpenFileDialog.cs:
12582           - Made class sealed
12583           - Added missing attributes
12584         * SaveFileDialog.cs: Added missing attributes
12585         * ImageListStreamer.cs: Fixed code that caused warnings
12586         * LinkLabel.cs: Removed unreachable code
12587         * TreeView.cs: Fixed code that caused warnings
12588         * PropertyGridView.cs: Fixed code that caused warnings
12589         * GridColumnStylesCollection.cs: Added missing attributes
12590         * GridTableStylesCollection: Added missing attribute
12591         * PropertyManager: Added .ctor
12592         * SecurityIDType: Added
12593         * DataObject.cs: Implemented class
12594         * LinkArea.cs: Added missing attribute
12596 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
12598         * RadioButton.cs: call base method to allow to fire OnClick event
12599         * UpDownBase.cs: OnMouseUp call base method
12600         * CheckedListBox.cs: call base method before returning
12601         * TrackBar.cs: call base method before returning
12602         
12604 2005-05-10  Peter Bartok  <pbartok@novell.com>
12606         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
12607           for messages
12609 2005-05-10  Peter Bartok  <pbartok@novell.com>
12611         * DataFormats.cs: Implemented
12612         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
12613           XplatUIX11.cs: Added Clipboard APIs
12614         * XplatUIWin32.cs: Implemented Clipboard APIs
12615         * FolderBrowserDialog.cs: Added missing event, attributes
12617 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
12619         * CheckBox.cs: call base method to allow to fire OnClick event
12621 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
12623         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
12625 2005-05-06  Peter Bartok  <pbartok@novell.com>
12627         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
12628         * Screen.cs: Implemented
12629         * HelpNavigator.cs: Added
12630         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
12631           property
12632         * HelpProvider.cs: Implemented all we can do until we have a CHM
12633           help library (which means that "What's This" does work now)
12635 2005-05-06  Jackson Harper  <jackson@ximian.com>
12637         * XplatUIX11.cs: Fix waking up the main loop.
12638                 
12639 2005-05-05  Peter Bartok  <pbartok@novell.com>
12641         * XplatUI.cs: Updated revision
12642         * Form.cs: Removed enless loop
12643         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
12644         * Label.cs (OnPaint): Added call to base.OnPaint()
12645         * ToolTip.cs: Made ToolTipWindow reusable for other controls
12646         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
12647         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
12648         * AxHost.cs: Added
12649         * ButtonBase.cs: Moved base.OnPaint() call to end of method
12650         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
12651           to ToolTip.ToolTipWindow for drawing and size methods; this allows
12652           reuse of ToolTipWindow by other controls
12653         * SizeGrip.cs: Moved base.OnPaint() call to end of method
12654         * XplatUIX11.cs: Now clipping drawing area (experimental)
12655         * PictureBox.cs: Moved base.OnPaint() call to end of method
12656         * Theme.cs: Fixed ToolTip abstracts to match new format
12657         * ErrorProvider.cs: Implemented
12659 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
12661         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
12662         * LinkLabel.cs:
12663                 - Adds cursors
12664                 - Handles focus
12665                 - Implements LinkBehavior
12666                 - Fixes many issues
12668 2005-05-03  Jackson Harper  <jackson@ximian.com>
12670         * ListView.cs: Calculate the scrollbar positioning on resize and
12671         paint, so they get put in the correct place.
12673 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
12675         * ColorDialogs.cs: The small color panels are now handled by
12676           SmallColorControl. This fixes drawing of the focus rectangle
12677           and adds a 3D border.
12679 2005-05-03  Peter Bartok  <pbartok@novell.com>
12681         * Control.cs: Modified version of Jonathan Chamber's fix for
12682           double-buffering
12684 2005-05-03  Jackson Harper  <jackson@ximian.com>
12686         * ListView.cs: Remove redraw variable. Control now handles whether
12687         or not a redraw needs to be done, and will only raise the paint
12688         event if redrawing is needed.
12690 2005-05-03  Jackson Harper  <jackson@ximian.com>
12692         * Splitter.cs: No decorations for the splitter form. Cache the
12693         hatch brush.
12695 2005-05-03  Jackson Harper  <jackson@ximian.com>
12697         * TreeView.cs: Use dashed lines to connect nodes. Use the
12698         ControlPaint method for drawing the focus rect instead of doing
12699         that in treeview.
12701 2005-05-02  Peter Bartok  <pbartok@novell.com>
12703         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
12705 2005-04-29  Jackson Harper  <jackson@ximian.com>
12707         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
12708         entire image buffer. Just clear the clipping rectangle.
12710 2005-04-29  Jackson Harper  <jackson@ximian.com>
12712         * ThemeWin32Classic.cs: Don't draw list view items that are
12713         outside the clipping rectangle.
12715 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
12717         * ListBox.cs: added horizontal item scroll
12719 2005-04-29  Jackson Harper  <jackson@ximian.com>
12721         * ThemeWin32Classic.cs: Remove some old debug code that was
12722         causing flicker with the new double buffering code.
12724 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
12726         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
12727         behave like combobox and comboboxlist (still not sure if this is
12728         correct though).
12730 2005-04-28  Jackson Harper  <jackson@ximian.com>
12732         * ThemeWin32Classic.cs: Don't fill the middle of progress
12733         bars. This fills areas outside of the clip bounds that don't need
12734         to be filled.
12736 2005-04-28  Jackson Harper  <jackson@ximian.com>
12738         * Control.cs: Don't expose functionality to touch the image buffers.
12739         * ProgressBar.cs:
12740         * ListView.cs: We do not need to (and no longer can) manipulate
12741         the image buffers directly. All of this is handled by Control.
12743 2005-04-28  Peter Bartok  <pbartok@novell.com>
12745         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
12746           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
12747           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
12749 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
12751         * Combobox:
12752                 - Adjust control's height for non-simple comboboxes (bug fix)
12753                 - Remove dead code
12754         * MenuAPI.cs: remove unused var
12755         * ScrollBar.cs: remove unsed var
12756                  
12757         * ListBox.cs: unselect items when clearing
12759 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
12761         * ListControl.cs: honors OnPositionChanged and default Selected Item
12762         * ListBox.cs: unselect items when clearing
12764 2005-04-27  Jackson Harper  <jackson@ximian.com>
12766         * X11Keyboard.cs: Initialize a default keyboard and give a warning
12767         if a "correct" keyboard is not found. This will make us not crash,
12768         but might give some users bad keyboard layouts...seems to be the
12769         same thing rewind does.
12771 2005-04-27  Jackson Harper  <jackson@ximian.com>
12773         * BindingManagerBase.cs: Attach the current/position changed
12774         handlers to their respective events.
12776 2005-04-27  Jackson Harper  <jackson@ximian.com>
12778         * Control.cs: Make sure that the first WM_PAINT does a full draw,
12779         not just a blit.
12780         * ThemeWin32Classic.cs: Don't fill the background for picture
12781         boxes. This could overright user drawing.
12782         * ComboBox.cs: Just fill the clipping rect not the entire client
12783         rect when drawing the background. This prevents pieces of the
12784         image buffer from getting overwritten and is theoretically faster.
12786 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
12788         * ComboBox.cs: Databinding support fixes, fire missing events
12789         * ListControl.cs: implement missing methods and properties, fixes
12790         * ThemeWin32Classic.cs: Databiding support on Drawing
12791         * CheckedListBox.cs: Databinding support fixes, fire missing events
12792         * ListBox.cs: Databinding support fixes, fire missing events
12793         
12794 2005-04-25  Peter Bartok  <pbartok@novell.com>
12796         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
12798 2005-04-25  Jackson Harper  <jackson@ximian.com>
12800         * TreeView.cs: Use the horizontal scrollbars height not width when
12801         determining how much of the client area is available.
12803 2005-04-25  Jackson Harper  <jackson@ximian.com>
12805         * Control.cs: Double buffering is handled differently now. As per
12806         the spec, the extra buffer is created in the WM_PAINT message and
12807         passed down to the control's drawing code.
12808         * GroupBox.cs:
12809         * Label.cs:
12810         * CheckBox.cs:
12811         * ProgressBar.cs:
12812         * RadioButton.cs:
12813         * ColorDialog.cs:
12814         * ComboBox.cs:
12815         * PropertyGridView.cs:
12816         * UpDownBase.cs:
12817         * MessageBox.cs:
12818         * MenuAPI.cs:
12819         * ListView.cs:
12820         * ButtonBase.cs:
12821         * SizeGrip.cs:
12822         * ScrollBar.cs:
12823         * ListBox.cs:
12824         * TrackBar.cs:
12825         * ToolBar.cs:
12826         * PictureBox.cs:
12827         * DateTimePicker.cs:
12828         * StatusBar.cs:
12829         * TreeView.cs: Update to new double buffering system.
12830         * MonthCalendar.cs: Uncomment block, as Capture is now
12831         working. Update to new double buffering
12832         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
12833         * PaintEventArgs.cs: New internal method allows us to set the
12834         graphics object. This is used for double buffering.
12835         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
12836         rectangle. The internal paint_area var has been removed from
12837         StatusBar. The clipping rect should be used instead.
12838         * Theme.cs: Give the PictureBox drawing method a clipping rect.
12839         * TabPage.cs: The RefreshTabs method was removed, so just call the
12840         tab controls Refresh method now.
12841         * TabControl.cs: Update to new double buffering. Make sure the
12842         handle is created before sizing the tab pages, otherwise we will
12843         get stuck in a loop.
12845 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
12847         * LinkLabel.cs: Fix typo, bug #74719; patch
12848           from Borja Sanchez Zamorano
12850 2005-04-22  Jackson Harper  <jackson@ximian.com>
12852         * TreeNode.cs: Implement Handle stuff.
12853         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
12855 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
12857         * DataGridTextBoxColumn.cs: call base constructors, fixes
12858         * GridColumnStylesCollection.cs: missing events, methods, and functionality
12859         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
12860         * DataGridTableStyle.cs: implements create default column styles
12861         * DataGridBoolColumn.cs: which types can handle
12862         * DataGrid.cs: missing methods, fixes, new functionality
12863         * DataGridColumnStyle.cs: fixes
12865 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
12866         * FolderBrowserDialog.cs:
12867         - Use a thread to fill the TreeView
12868         - Adjusted some sizes
12870 2005-04-19  Peter Bartok  <pbartok@novell.com>
12872         * LinkLabel.cs: (Re-)create the pieces when setting the Text
12873           property. Fixes #74360.
12875 2005-04-19  Jackson Harper  <jackson@ximian.com>
12877         * XEventQueue.cs: Lock when getting the lockqueue size.
12878         * PictureBox.cs: Call base OnPaint
12879         
12880 2005-04-19  Peter Bartok  <pbartok@novell.com>
12882         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
12883           messages were no longer being processed (this broke BeginInvoke)
12885           
12886 2005-04-18  Jackson Harper  <jackson@ximian.com>
12888         * TreeView.cs: buglet that caused node images to get drawn
12889         regardless of whether or not they were in the clipping rectangle.
12891 2005-04-18  Jackson Harper  <jackson@ximian.com>
12893         * CurrencyManager.cs: There are four rules for GetItemProperties:
12894         - If the type is an array use the element type of the array
12895         - If the type is a typed list, use the type
12896         - If the list contains an Item property that is not an object, use
12897         that property
12898         - use the first element of the list if there are any elements in
12899         the list.
12900         
12901 2005-04-17  Jackson Harper  <jackson@ximian.oom>
12903         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
12904         click. This handles offsets for scrolling properly and reduces
12905         memory. Also fixed GetNode to not offset now that TopNode works
12906         properly.
12907         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
12908         
12909 2005-04-17  Jackson Harper  <jackson@ximian.com>
12911         * CursorConverter.cs: Initial implementation.
12913 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
12915         * ListControl.cs: work towards complex data binding support on ListControl
12916         * CurrencyManager.cs: work towards complex data binding support on ListControl
12917         * ListBox.cs: work towards complex data binding support on ListControl
12920 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
12922         * GridTableStylesCollection.cs: fixes name and constructor
12923         * DataGridTableStyle.cs: fixes
12924         * DataGridBoolColumn.cs: fixes names and constructors
12925         * DataGrid.cs: define methods and properties. Some init implementations
12926         * DataGridCell.cs: define methods and properties. Some init implementations
12927         * GridTablesFactory.cs: Define methods and properties
12929 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
12931         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
12932         graphics port changes.  We still want the coordinates in global screen
12933         coordinates.
12935 2005-04-14  Jackson Harper  <jackson@ximian.com>
12937         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
12938         check plus minus or checkbox clicks unless those features are enabled.
12940 2005-04-14  Jackson Harper  <jackson@ximian.com>
12942         * TreeView.cs: Add methods for setting the top and bottom visible
12943         nodes. TreeNode::EnsureVisible uses these methods.
12944         * TreeNode.cs: Implement EnsureVisible
12946 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
12948         * Form.cs: Pospone menu assignation if the window has not been created yet
12949         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
12950         size and position
12952 2005-04-12  Jackson Harper  <jackson@ximian.com>
12954         * TreeView.cs: Set the TopNode properly when scrolling
12955         occurs. This has the added benifit of reducing the amount of
12956         walking that needs to be done when drawing. Also removed an old
12957         misleading TODO.
12958         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
12959         
12960 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
12962         * Timer.cs: fixes interval setting when the timer is already enabled
12963         
12964 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
12966         * FolderBrowserDialog.cs: First approach
12968 2005-04-09  Peter Bartok  <pbartok@novell.com>
12970         * FolderBrowserDialog: Added
12972 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
12974         * LinkLabel.cs: move drawing code into the theme
12975         * ThemeWin32Classic.cs: drawing code and painting background bugfix
12976         * Theme.cs: define DrawLinkLabel method
12978 2005-04-05  Jackson Harper  <jackson@ximian.com>
12980         * BindingContext.cs: Use weak references so these bad actors don't
12981         stay alive longer then they need to.
12983 2005-04-05  Jackson Harper  <jackson@ximian.com>
12985         * ListControl.cs: Basic implementation of complex databinding.
12986         * ComboBox.cs:
12987         * ListBox.cs: Add calls to ListControl databinding methods.
12989 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
12991         * FileDialog.cs:
12992           - Don't change PopupButtonState to Normal when the
12993             PopupButton gets pressed several times.
12994           - Renamed ButtonPanel to PopupButtonPanel
12996 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
12998         * ColorDialog.cs: Use cached objects instead of creating them
12999         * LinkLabel.cs: Use cached objects instead of creating them
13000         * Splitter.cs: Use cached objects instead of creating them
13001         * FontDialog.cs: Use cached objects instead of creating them
13002         * PropertyGridView.cs: Use cached objects instead of creating them
13003         * MessageBox.cs: Use cached objects instead of creating them
13004         * FileDialog.cs: Use cached objects instead of creating them
13005         * ThemeWin32Classic.cs: Use cached objects instead of creating them
13006         * TreeView.cs: Use cached objects instead of creating them
13007         
13008 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
13010         * Control.cs: use Equals to compare the font since no == op
13011         * ScrollBar.cs: use Equals to compare the font since no == op
13013 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
13015         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
13017 2005-04-01  Jackson Harper  <jackson@ximian.com>
13019         * Binding.cs: Implement IsBinding.
13020         * BindingManagerBase.cs:
13021         * PropertyManager.cs:
13022         * CurrencyManager.cs: Add IsSuspended property.
13024 2005-04-01  Jackson Harper  <jackson@ximian.com>
13026         * Binding.cs: Had some IsAssignableFrom calls backwards.
13028 2005-04-01  Jackson Harper  <jackson@ximian.com>
13030         * Binding.cs: Handle null data members when pulling data.
13031         * PropertyManager.cs: Handle the data member being a property that
13032         does not exist.
13034 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
13036         * DataGridTextBoxColumn.cs: fixes signature
13037         * DataGrid.cs: calls right constructor
13039 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
13041         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
13042         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
13043         * GridTableStylesCollection.cs: implements GridTableStylesCollection
13044         * DataGridTableStyle.cs: implements DataGridTableStyle
13045         * DataGridBoolColumn.cs: implements DataGridBoolColumn
13046         * DataGridTextBox.cs: implements DataGridTextBox
13047         * DataGridColumnStyle.cs: implements DataGridColumnStyle
13049 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
13051         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
13053 2005-03-29  Peter Bartok  <pbartok@novell.com>
13055         * Application.cs:
13056           - Properly implemented CompanyName property
13057           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
13058             returns a path that includes CompanyName, ProductName and
13059             Version (fixes bug #70330)
13061 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
13063         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
13064           fixes bug #72588.
13066 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
13068         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
13069         
13070           - Added ReadOnly CheckBox
13071           - Further refactoring: moved some code from Open-/SaveFileDialog
13072             to FileDialog
13074 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
13076         * OpenFileDialog.cs: Fixed CheckFileExists
13077         * FileDialog.cs:
13078           Moved FileView and DirComboBox outside FileDialog class.
13079           They can now be used outside FileDialog
13081 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
13083         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
13084         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
13086 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
13088         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
13089           - Added missing CreatePrompt property in SaveDialog
13090           - Overall SaveDialog handling should be better now
13091           - Added non standard ShowHiddenFiles property
13092           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
13093           - Added InitialDirectory and RestoreDirectory support
13095 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
13097         * FileDialog.cs: Made dirComboBox usable
13099 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
13101         * FileDialog.cs: Added Filter support (case sensitiv)
13103 2005-03-24  Jackson Harper  <jackson@ximian.com>
13105         * TabControl.cs: Need a couple more pixels for the lines.
13107 2005-03-23  Jackson Harper  <jackson@ximian.com>
13109         * TabControl.cs: Give the tab page focus when it is selected.
13111 2005-03-23  Jackson Harper  <jackson@ximian.com>
13113         * TabControl.cs: Account for the drawing of tabs borders when
13114         invalidating. If the slider was clicked dont do click detection on
13115         the tabs.
13117 2005-03-23  Jackson Harper  <jackson@ximian.com>
13119         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
13121 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
13123         * CategoryGridEntry.cs: Added
13124         * GridItem.cs: Added helper properties
13125         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
13126         * GridEntry.cs: Updated code for collection
13127         * PropertyGrid.cs: Cleaned up some formatting
13128         * PropertyGridView.cs: Added drop down functionality for enums.
13129         * GridItemCollection.cs: Added enumerator logic
13130         * PropertyGridEntry.cs: Added
13132 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
13134         * FileDialog.cs:
13135           - Removed unnecessary commented code
13136           - Fixed handling for entering the filename manually in the combobox
13138 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
13140         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
13142 2005-03-18  Peter Bartok  <pbartok@novell.com>
13144         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
13145           them being touching the border
13147 2005-03-18  Peter Bartok  <pbartok@novell.com>
13149         * TextControl.cs: Quick hack to center text better
13151 2005-03-18  Peter Bartok  <pbartok@novell.com>
13153         * ControlPaint.cs:
13154           - Don't throw NotImplemented exceptions, just print a notice once
13155             instead (requested by Miguel). This makes running existing SWF
13156             apps a bit easier
13157         * Control.cs:
13158           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
13159           - Added context menu trigger on right click
13160         * Panel.cs: Trigger invalidate on resize
13161         * StatusBar.cs:
13162           - Removed old double-buffer drawing
13163           - Added ResizeRedraw style to force proper update of statusbar
13164         * ListView.cs:
13165           - Removed debug output
13166         * ThemeWin32Classic.cs:
13167           - Fixed drawing of status bar, now draws Text property if there
13168             are no defined panels
13170 2005-03-18  Jackson Harper  <jackson@ximian.com>
13172         * ImageList.cs: When the image stream is set pull all the images
13173         from it.
13174         * ImageListStreamer.cs: Implement reading image list streams.
13176 2005-03-18  Peter Bartok  <pbartok@novell.com>
13178         * ThemeWin32Classic.cs (DrawPictureBox):
13179           - Fixed calculations for centered drawing
13180           - Fixed drawing for normal mode, not scaling the image on normal
13182 2005-03-18  Peter Bartok  <pbartok@novell.com>
13184         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
13185           textbox
13186         * FileDialog.cs:
13187           - Made Open/Save button the accept button for FileDialog
13188           - Tied the cancel button to the IButtonControl cancel button
13189           - Save/Open now properly builds the pathname
13190           - Now handles user-entered text
13191           - Preventing crash on right-click if no item is selected
13192           - Fixed Text property, now uses contents of textbox
13193           - Fixed SelectedText property, now just returns the text part that
13194             is selected in the text box
13196 2005-03-18  Jackson Harper  <jackson@ximian.com>
13198         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
13199         rect, make sure to de-adjust the interior rect after drawing the
13200         tab text.
13202 2005-03-18  Peter Bartok  <pbartok@novell.com>
13204         * MenuAPI.cs: Remove menu *before* executing selected action to
13205           prevent the menu from 'hanging around'
13206           
13207 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
13209         * XplatUIOSX.cs: Implemented WorkingArea property
13211 2005-03-17  Peter Bartok  <pbartok@novell.com>
13213         * XplatUIX11.cs: Fixed menu coord calculations
13214         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
13215           for calculating offsets
13217 2005-03-17  Peter Bartok  <pbartok@novell.com>
13219         * Hwnd.cs: Do not consider menu presence for default client
13220           rectangle location/size
13221         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
13222           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
13223           translation functions
13224         * FileDialog.cs: Fixed (what I presume is a) typo
13226 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
13228         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
13229           X access (avoids X-Async errors)
13231 2005-03-16  Jackson Harper  <jackson@ximian.com>
13233         * TabControl.cs: Raise the SelectedIndexChanged event.
13235 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
13237         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
13238           - Removed vertical ToolBar and replaced it with a custom panel
13239             (desktop and home button already work)
13240           - Added Help button (some controls get resized or relocated then)
13241           - Draw correct text depending on Open or Save.
13242           - Fixed some typos...
13244 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
13246         * ScrollBar.cs:
13247           - Only change Maximum and Minimum when need it (bug fix)
13249 2005-03-15  Peter Bartok  <pbartok@novell.com>
13251         * Form.cs: Use Handle for icon, to trigger creation if
13252           the window does not yet exist
13253         * Control.cs:
13254           - CanSelect: Slight performance improvement
13255           - Focus(): Preventing possible recursion
13256           - Invalidate(): Removed ControlStyle based clear flag setting
13257           - WM_PAINT: fixed logic for calling OnPaintBackground
13258           - WM_ERASEBKGND: Fixed logic, added call to new driver method
13259             EraseWindowBackground if the control doesn't paint background
13260         * XplatUIWin32.cs:
13261           - Moved EraseWindowBackground() method to internal methods
13262           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
13263             is sent via SendMessage on BeginPaint call on Win32
13264         * XplatUIX11.cs:
13265           - Added EraseWindowBackground() method
13266           - No longer sends WM_ERASEBKGND on .Expose, but on call to
13267             PaintEventStart, which more closely matches Win32 behaviour
13268           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
13269           - Fixed SetFocus() to properly deal with client and whole windows
13270         * Hwnd.cs: Added ErasePending property
13271         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
13272         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
13274 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
13276         * XplatUIOSX.cs:
13277           - Fix hard loop when timers exist.
13278           - Fix bugs with middle and right click for 3 button mice.
13280 2005-03-11  Peter Bartok  <pbartok@novell.com>
13282         * XplatUIX11.cs:
13283           - get_WorkingArea: Need to call X directly, GetWindowPos only
13284             returns cached data now
13285           - Added sanity check to GetWindowPos hwnd usage
13287 2005-03-11  Jackson Harper  <jackson@ximian.com>
13289         * BindingManagerBase.cs: This method isn't used anymore as
13290         PullData now updates the data in the control.
13292 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
13294         * Form.cs: fixes menu drawing on X11
13295         * MenuAPI.cs:  fixes menu drawing on X11
13297 2005-03-11  Peter Bartok  <pbartok@novell.com>
13299         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
13300           from Jonathan Gilbert; should fix bug #73606
13301         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
13302           in Screen coordinates. Thanks, Jordi.
13303         * Form.cs: Added missing attribute
13305 2005-03-11  Peter Bartok  <pbartok@novell.com>
13307         * Form.cs:
13308           - Rudimentary Mdi support
13309           - Removed outdated FormParent code
13310           - Implemented lots of missing properties and methods, still missing
13311             transparency support
13312           - Added missing attributes
13313           - Implemented support for MaximumBounds
13314           - Added firing of various events
13315         * XplatUI.cs: Added SetIcon() method
13316         * XplatUIDriver.cs: Added SetIcon() abstract
13317         * XplatUIOSX.cs: Stubbed out SetIcon() method
13318         * XplatUIX11.cs:
13319           - Implemented SetIcon() support
13320           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
13321           - Switched to unix line endings
13322         * XplatUIWin32.cs:
13323           - Made POINT internal so for can access it as part of MINMAX
13324           - Implemented SetIcon() support
13325           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
13326             native Mdi support again, might have to go managed)
13327         * Control.cs: Now fires the StyleChanged event
13328         * MdiClient.cs: Added; still mostly empty
13330 2005-03-10  Peter Bartok  <pbartok@novell.com>
13332         * SaveFileDialog.cs: Added emtpy file
13334 2005-03-08  Peter Bartok  <pbartok@novell.com>
13336         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
13337           in turn triggers OnCreateContro) when creating a handle for the
13338           first time.
13339         * TextControl.cs: Fixed endless loop in certain cases when
13340           replacing the current selection
13342 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
13344         * ScrollBar.cs:
13345           - Honors NewValue changes in Scroll events allowing apps to change it
13346           - Adds First and Last Scroll events
13347           - Fixes Thumb events
13349 2005-03-07  Peter Bartok  <pbartok@novell.com>
13351         * Hwnd.cs: Added DefaultClientRectangle property
13352         * XplatUI.cs: Now using the X11 driver Where() method, which provides
13353           more detailed debug information
13354         * XplatUIX11.cs:
13355           - Fixed size-change feedback loop, where we would pull an old size
13356             off the queue and mistakenly change our window's size to an
13357             earlier value
13358           - Now compressing ConfigureNotify events, to reduce looping and
13359             redraw issues
13360         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
13361           is called
13363 2005-03-07  Jackson Harper  <jackson@ximian.com>
13365         * Binding.cs: Push data pushes from data -> property. Check if the
13366         property is readonly when attempting to set it.
13368 2005-03-07  Jackson Harper  <jackson@ximian.com>
13370         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
13371         instead of IsSubclassOf. Pulling data now sets the value on the
13372         control.
13373         * PropertyManager.cs:
13374         * CurrencyManager.cs: Just need to pull data when updating now,
13375         because PullData will set the value on the control.
13377 2005-03-04  Jackson Harper  <jackson@ximian.com>
13379         * Binding.cs: Implement data type parsing and converting on pulled
13380         data. TODO: Are there more ways the data can be converted?
13382 2005-03-04  Jackson Harper  <jackson@ximian.com>
13384         * Binding.cs: Support <Property>IsNull checks. Also bind to the
13385         controls Validating method so we can repull the data when the
13386         control loses focus.
13388 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
13390         * ColumnHeader.cs:
13391           - Fixes null string format
13392           
13393         * ListView.cs:
13394           - Adds enum type checks
13395           - Fixes redrawing and recalc need after changing some properties
13396           - Fixes on focus_item set after the event
13397           - Fixes adding columns after the control has been created
13398           
13399         * ThemeWin32Classic.cs:
13400           - Fixes CheckBox focus rectangle
13401           - Fixes ColumnHeader drawing
13404 2005-03-03  Jackson Harper  <jackson@ximian.com>
13406         * Binding.cs: Bind to <Property>Changed events so we can detect
13407         when properties are changed and update the data.
13409 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
13411         * ImageList.cs:
13412           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
13413           - Fixes ImageList constructor with ImageList container
13414           - Fixes image scaling (wrong parameters at DrawImage)
13416 2005-02-02  Jackson Harper  <jackson@ximian.com>
13418         * Binding.cs: Make property searches case-insensitive. Eliminate
13419         some duplicated code.
13421 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
13423         * ComboBox.cs:
13424                 - Handle focus event
13425                 - Fix scrollbar events
13426                 - Discard highlighted item if remove it
13427                 - Fixes SelectedItem with strings
13429 2005-03-01  Peter Bartok  <pbartok@novell.com>
13431         * Control.cs:
13432           - Fixed Visible property, now follows (once again) parent chain
13433             to return false if any control in the chain is visible=false
13434           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
13435           - Fixed several places where is_visible instead of Visible was used
13436           - Implemented FIXME related to focus selection when setting focused
13437             control to be invisible
13439         * XplatUIWin32.cs: Now using proper method to find out if window is
13440           visible. Thanks to Jordi for pointing it out
13442 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
13444         * ComboBox.cs: show/hide scrollbar instead of creating it
13446 2005-02-27  Jackson Harper  <jackson@ximian.com>
13448         * CurrencyManager.cs: Add PositionChanged stuff.
13450 2005-02-27  Peter Bartok  <pbartok@novell.com>
13452         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
13453         * XplatUIOSX.cs: Added GetMenuOrigin() stub
13454         * XplatUIWin32.cs: Implemented GetMenuOrigin()
13455         * XplatUIX11.cs:
13456           - Implemented GetMenuDC()
13457           - Implemented GetMenuOrigin()
13458           - Implemented ReleaseMenuDC()
13459           - Implemented generation of WM_NCPAINT message
13460           - Implemented generation and handling of WM_NCCALCSIZE message
13461         * Form.cs: Added debug helper message for Jordi's menu work
13462         * Hwnd.cs:
13463           - Modified ClientRect property; added setter, fixed getter to handle
13464             setting of ClientRect
13465           - Added MenuOrigin property
13467 2005-02-26  Peter Bartok  <pbartok@novell.com>
13469         * XplatUIX11.cs:
13470           - Destroys the caret if a window that's being destroyed contains it
13471           - Ignores expose events coming from the X11 queue for windows that
13472             already are destroyed
13473           - Now uses the proper variable for handling DestroyNotify, before we
13474             marked the wrong window as destroyed
13475           - Improved/added some debug output
13477 2005-02-26  Peter Bartok  <pbartok@novell.com>
13479         * X11Keyboard.cs: Fixes to work on 64bit systems
13481 2005-02-26  Peter Bartok  <pbartok@novell.com>
13483         * Control.cs:
13484           - Now calling OnHandleDestroyed from DestroyHandle()
13485             instead of Dispose()
13486           - Removed bogus call to controls.Remove() from DestroyHandle()
13488 2005-02-26  Peter Bartok  <pbartok@novell.com>
13490         * Control.cs: Properly destroy child windows when our handle is
13491           destroyed
13493 2005-02-25  Peter Bartok  <pbartok@novell.com>
13495         * XplatUI.cs:
13496           - Added 'DriverDebug' define to allow tracing XplatUI API calls
13497           - Alphabetized Static Methods and Subclasses
13499         * XplatUIX11.cs:
13500           - Added XException class to allow custom handling of X11 exceptions
13501           - Created custom X11 error handler, tied into XException class
13502           - Added support for MONO_XEXCEPTIONS env var to allow the user
13503             to either throw an exception on X errors or continue running
13504             after displaying the error
13505           - Added handling of DestroyNotify message
13506           - Added handler for CreateNotify message (still disabled)
13507           - Improved (tried to at least) Where method to provide file and lineno
13508         * X11Structs.cs:
13509           - Added XErrorHandler delegate
13510           - Added XRequest enumeration (to suppor translation of errors)
13512 2005-02-25  Jackson Harper  <jackson@ximian.com>
13514         * PropertyManager.cs: Implement editing features
13515         * CurrencyManager.cs:
13516         * Binding.cs: First attempt at UpdateIsBinding
13517         * BindingManagerBase.cs: Call UpdateIsBinding before
13518         pushing/pulling data.
13520 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
13522         * MenuAPI.cs: Respect disabled items
13523         * ThemeWin32Classic.cs
13524                 - Caches ImageAttributes creation for DrawImageDisabled
13525                 - Fixes vertical menu line drawing
13526                 - Draws disabled arrows in disable menu items
13528 2005-02-24  Peter Bartok  <pbartok@novell.com>
13530         * Hwnd.cs:
13531           - Added UserData property to allow associating arbitrary objects
13532             with the handle
13533           - Fixed leak; now removing Hwnd references from static windows array
13534         * XplatUIWin32.cs:
13535           - Fixed Graphics leak in PaintEventEnd
13536           - Removed usage of HandleData, switched over to Hwnd class
13537         * HandleData.cs: Removed, obsoleted by Hwnd.cs
13539 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
13541         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
13542         * ScrollBar.cs: Fixes bug
13543         * TrackBar.cs: removes death code, clipping, mimize refreshes,
13544          keyboard navigation enhancements
13546 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
13548         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
13549         * GroupBox.cs: Add control styles
13550         * Label.cs: Add control styles
13551         * UpDownBase.cs: Add control styles
13552         * ListBox.cs: Add control styles
13553         * XplatUIWin32.cs: Fixes wrong parameter order
13556 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
13558         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
13560 2005-02-23  Jackson Harper  <jackson@ximian.com>
13562         * PropertyManager.cs: Implement property binding. This doesn't
13563         seem to work yet though as (I think) there are some bugs in
13564         System.ComponentModel.PropertyDescriptor.
13565         * BindingContext.cs: Use new PropertyManager constructor.
13567 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
13569         * ProgressBar.cs: use clip region in ProgressBar
13570         * ThemeWin32Classic.cs: use clip region in ProgressBar
13572 2004-02-22  Jackson Harper  <jackson@ximian.com>
13574         * BindingsCollection.cs: Remove some debug code.
13576 2005-02-22  Jackson Harper  <jackson@ximian.com>
13578         * BindingContext.cs:
13579         * ControlBindingsCollection.cs:
13580         * CurrencyManager.cs:
13581         * Binding.cs:
13582         * BindingManagerBase.cs: Initial implementation
13583         * BindingsCollection.cs: Add an internal contains method that the
13584         BindingManagerBase uses to ensure bindings aren't added twice to
13585         the collection.
13586         * PropertyManager.cs: Stubbed out.
13587         * Control.cs:
13588         * ContainerControl.cs: Hook up databinding
13589         
13590 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
13592         * XplatUIOSX.cs:
13593           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
13594           Fixed Invalidate/Update chain.
13595           Fixed tons of other minor bugs (this is almost a complete rewrite).
13597 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
13599         * ComboBox.cs: do subcontrol creation when the control is created
13601 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
13603         * Label.cs: fixes image drawing (image and imagelist)
13604         * ThemeWin32Classic.cs: cache brushes
13605         
13606 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
13608         * Form.cs: Move menu drawing code to Theme class
13609         * ComboBox.cs: Move ComboBox drawing code to Theme class
13610         * MenuItem.cs: Move menu drawing code to Theme class
13611         * MenuAPI.cs: Move menu drawing code to Theme class
13612         * ThemeWin32Classic.cs: New methods
13613         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
13614         * ListBox.cs: Move Listbox drawing code to Theme class
13615         * Theme.cs: New methods
13617 2005-02-20  Peter Bartok  <pbartok@novell.com>
13619         * Control.cs:
13620           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
13621             only process mnemonics on those)
13622           - Fixed event sequence for key handling; first calling
13623             ProcessKeyEventArgs now
13624         * TextBoxBase.cs:
13625           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
13626             for processing non-character keys
13627           - Fixed WM_CHAR to generate proper event sequence before processing
13628         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
13629           generation
13631 2005-02-19  Peter Bartok  <pbartok@novell.com>
13633         * UserControl.cs: Added TextChanged event; added attributes
13634         * SizeGrip.cs: Implemented resizing and optional display of grip
13635         * Form.cs: Fixed attribute
13636         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
13637           Changed meaning of ScrollWindow bool argument; instead of the
13638           clear attribute (which will be true usually anyway), it gives the
13639           option of moving child controls as well.
13640         * XplatUIX11.cs:
13641           - Changed to match new ScrollWindow argument
13642           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
13643             now handles the implicit parent window a WM puts around us
13644         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
13645           to work)
13646         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
13647         * TreeView.cs: Adjusted to new ScrollWindow arguments
13649 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
13651         * Form.cs: Menu integration with non-client area
13652         * MenuItem.cs: Menu integration with non-client area
13653         * MenuAPI.cs: Menu integration with non-client area
13655 2005-02-18  Peter Bartok  <pbartok@novell.com>
13657         * MethodInvoker.cs: Added
13658         * MdiLayout.cs: Added
13659         * SendKeys.cs: Started implementation
13660         * ErrorIconAlignment.cs: Added
13662 2005-02-18  Peter Bartok  <pbartok@novell.com>
13664         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
13665         * Form.cs: Added handling for Menu-related Non-client messages
13667 2005-02-17  Peter Bartok  <pbartok@novell.com>
13669         * UpDownBase.cs: Fixed typo, compilation errors
13670         * DomainUpDown.cs: Fixed attribute value
13672 2005-02-16  Miguel de Icaza  <miguel@novell.com>
13674         * UpDownBase.cs: Attach entry events.
13675         Propagate events.
13676         Add ForeColor property, Focused, InterceptArrowKeys (interception
13677         does not work yet).
13679 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
13681         * Form.cs:
13682                 - Redraw non client are on Setmenu
13683                 - Calc proper menu starting point
13685 2005-02-17  Peter Bartok  <pbartok@novell.com>
13687         * Application.cs: Fixed message_filter check
13689 2005-02-17  Peter Bartok  <pbartok@novell.com>
13691         * Application.cs: Now calls registered message filters
13692         * DockStyle.cs: Fixed attribute
13693         * Form.cs: Fixed attribute
13694         * Menu.cs: Fixed attribute
13695         * ToolTip.cs: Fixed attribute
13696         * TreeNode.cs: Added missing attributes and arranged in regions
13697         * PropertyGrid.cs: Fixed signatures
13698         * TreeNodeCollection.cs: Added attributes
13699         * Splitter.cs: Added missing attributes; arranged into regions
13700         * TabPage.cs: Added missing attributes; arranged into regions
13701         * TextBoxBase.cs: Added missing attributes
13702         * TextBox.cs: Added missing attributes
13703         * ArrangeDirection.cs: Added missing attributes
13704         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
13705         * ToolBarButton.cs: Fixed attributes
13706         * AnchorStyles.cs: Fixed attribute
13707         * TrackBar.cs: Fixed attributes
13708         * TabControl.cs: Added missing attributes and arranged into regions
13709         * ToolBar.cs: Fixed attribute
13710         * StatusBar.cs: Fixed signature, organized into regions and added
13711           attributes
13712         * StatusBarPanel.cs: Fixed attributes
13713         * ContentsResizedEventArgs.cs: Implemented
13714         * ContentsResizedEventHandler.cs: Implemented
13715         * DateBoldEventArgs.cs: Implemented
13716         * DateBoldEventHandler.cs: Implemented
13717         * UpDownEventArgs.cs: Implemented
13718         * UpDownEventHandler.cs: Implemented
13719         
13720 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
13722         * Form.cs: first Menu NC refactoring
13723         * MenuAPI.cs: first Menu NC refactoring
13724         
13725 2005-02-16  Peter Bartok  <pbartok@novell.com>
13727         * ImeMode.cs: Added missing attributes
13728         * Menu.cs: Fixed attribute
13729         * GroupBox.cs: Fixed attribute
13730         * Label.cs: Fixed attribute
13731         * ColorDialog.cs (RunDialog): Removed TODO attribute
13732         * ComboBox.cs: Fixed attributes
13733         * ListControl.cs: Added missing attributes
13734         * PropertyGrid.cs: Fixed attributes
13735         * Control.cs: Fixed attributes
13736         * ListViewItem.cs: Added TypeConverter attribute
13737         * NotifyIcon.cs: Fixed attributes
13738         * ListView.cs: Fixed attributes
13739         * ButtonBase.cs: Fixed attribute
13740         * ImageList.cs: Added missing attributes
13741         * ContainerControl.cs: Fixed signature
13742         * CheckedListBox.cs: Fixed attribute; added missing attributes
13743         * Panel.cs: Fixed attributes
13744         * PropertyTabChangedEventArgs.cs: Added missing attribute
13745         * PropertyValueChangedEventArgs.cs: Added missing attribute
13746         * Binding.cs: Fixed attribute
13747         * ListViewItemConverter: Implemented ListViewSubItemConverter class
13748         * ListBox.cs: Fixed attribute; added missing attributes;
13749         * ScrollableControl.cs: Added missing attributes
13750         * PictureBox.cs: Added missing attributes; implemented missing property
13751         * DateTimePicker.cs: Added missing attributes
13752         * Theme.cs (ToolWindowCaptionHeight): Fixed type
13753         * MonthCalendar.cs: Fixed attributes
13754         * StatusBarPanel.cs: Added missing attributes
13755         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
13757 2005-02-16  Peter Bartok  <pbartok@novell.com>
13759         * TextBoxBase.cs: The previous method to enforce height yet remember
13760           the requested high was less than ideal, this is an attempt to do
13761           it better.
13762         * Control.cs: Added comment about possible problem
13763         * Copyright: Updated format
13764         * GridItemType.cs: Fixed swapped values
13766 2005-02-15  Jackson Harper  <jackson@ximian.com>
13768         * BaseCollection.cs: Use property so we never access an
13769         uninitialized list. Also initialize the list in the property.
13771 2005-02-15  Peter Bartok  <pbartok@novell.com>
13773         * GroupBox.cs (ProcessMnemonic): Implemented
13774         * Label.cs (ProcessMnemonic): Implemented
13775         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
13776           hotkeys
13778 2005-02-15  Peter Bartok  <pbartok@novell.com>
13780         * RadioButton.cs (ProcessMnemonic): Implemented
13781         * CheckBox.cs (ProcessMnemonic): Implemented
13782         * Control.cs:
13783           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
13784             handling
13785           - Added internal method to allow calling ProcessMnemonic from other
13786             controls
13787         * ContainerControl.cs:
13788           - Started support for handling validation chain handling
13789           - Implemented ProcessMnemonic support
13790           - Added Select() call to Active, to make sure the active control
13791             receives focus
13792         * Form.cs: Setting toplevel flag for Forms (this was lost in the
13793           FormParent rewrite)
13794         * ThemeWin32Classic.cs:
13795           - DrawCheckBox(): Fixed stringformat to show hotkeys
13796           - DrawRadioButton(): Fixed stringformat to show hotkeys
13797         * CommonDialog.cs: Removed WndProc override, not needed
13799 2005-02-14  Peter Bartok  <pbartok@novell.com>
13801         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
13802           missed those in the rewrite
13804 2005-02-14  Miguel de Icaza  <miguel@novell.com>
13806         * NumericUpDown.cs (Increment, ToString): Add.
13807         (DecimalPlaces): implement.
13808         
13809         Add attributes.
13810         
13811         * UpDownBase.cs: Add the designer attributes.
13813 2005-02-13  Peter Bartok  <pbartok@novell.com>
13815         * Panel.cs: Removed border_style, now in Control
13816         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
13817           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
13819 2005-02-13  Peter Bartok  <pbartok@novell.com>
13821         * MouseButtons.cs: Added missing attributes
13822         * XplatUIStructs.cs: Added enumeration for title styles
13823         * LeftRightAlignment.cs: Added missing attributes
13824         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
13825           it compatible with Graphics.FromHwnd()
13826         * SelectedGridItemChangedEventArgs.cs: Fixed property type
13827         * Keys.cs: Added missing attributes
13828         * SelectionRange.cs: Added missing attributes
13829         * SelectionRangeConverter.cs: Added
13830         * XplatUI.cs:
13831           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
13832             ReleaseMenuDC methods
13833           - Renamed ReleaseWindow to UngrabWindow
13834           - Added proper startup notice to allow version identification
13835         * Form.cs:
13836           - Added missing attributes
13837           - Removed FormParent concept
13838         * Label.cs: Removed border_style field, now in Control
13839         * RadioButton.cs: Now properly selects RadioButton when focus is
13840           received
13841         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
13842         * Control.cs:
13843           - Added missing attributes
13844           - Added borderstyle handling
13845           - Removed FormParent concept support
13846           - Fixed calls to XplatUI to match changed APIs
13847           - Fixed bug that would case us to use disposed Graphics objects
13848           - Removed unneeded internal methods
13849           - PerformLayout(): Fixed to handle DockStyle.Fill properly
13850           - SelectNextControl(): Fixed to properly check common parents
13851         * TextBoxBase.cs: Removed border_style field (now in Control)
13852         * MessageBox.cs:
13853           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
13854             fixed calculations for form size
13855           - Added support for localized strings and icons
13856           - Improved form size calculations, added border
13857         * ListView.cs: Removed border_style field (now in Control)
13858         * X11Structs.cs: Moved several structs from X11 driver here
13859         * X11Keyboard.cs: Changed debug message
13860         * Application.cs: Removed FormParent concept support
13861         * CommonDialog.cs:
13862           - Resetting end_modal flag
13863           - Removed FormParent concept support
13864         * NativeWindow.cs: Removed FormParent concept support
13865         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
13866           Client area and Non-Client whole window to allow support for WM_NC
13867           messages
13868         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
13869           prevent using it until it supports Hwnd as per Geoff Norton's request
13870         * ToolBar.cs: Fixed drawing, was not doing proper drawing
13871         * PictureBox.cs: Removed border_style field, now in Control
13872         * XplatUIWin32.cs: Added new driver methods
13874 2005-02-12  Peter Bartok  <pbartok@novell.com>
13876         * OpacityConverter.cs: Implemented
13877         * Hwnd.cs: Internal class to support drivers that need to emulate
13878           client area/non-client area window behaviour
13880 2005-02-11  Peter Bartok  <pbartok@novell.com>
13882         * KeysConverter.cs: Implemented
13884 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
13886         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
13887         * LinkLabel: Added missing attributes
13888         * MainMenu.cs: fixes ToString
13889         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
13890         * ListBox.cs: fixes event position
13891         * TrackBar.cs: adds missing attributes and events
13892         
13893 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
13895         * MenuItem.cs: Use SystemInformation and bug fixes
13896         * MenuAPI.cs: Use SystemInformation and bug fixes
13898 2005-02-09  Jackson Harper  <jackson@ximian.com>
13900         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
13901         their keystate otherwise things like VK_MENU get stuck "on".
13903 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
13905         * ListBox.cs: Fixes AddRange bug
13906         
13907 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
13909         * ProgressBar.cs
13910                 - Add missing attributes
13911                 - Add missing method
13912                 
13913         * CheckedListBox.cs: Added missing attributes
13914                 - Add missing attributes
13915                 - Remove extra method
13916         
13917         * ComboBox.cs: Added missing attributes
13918         * VScrollBar.cs: Added missing attributes
13919         * ScrollBar.cs:  Added missing attributes
13920         * ListBox.cs: Fixes signature, add missing consts
13921         * LinkArea.cs:   Added missing attributes
13922         
13924 2005-02-08  Peter Bartok  <pbartok@novell.com>
13926         * Menu.cs: Added missing attributes
13927         * MainMenu.cs: Added missing attributes
13928         * GroupBox.cs: Added missing attributes
13929         * Label.cs: Added missing attributes
13930         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
13931         * ColorDialog.cs:
13932           - Added Instance and Options properties
13933           - Added missing attributes
13934         * Cursor.cs: Made Serializable
13935         * NotifyIcon: Added missing attributes
13936         * MenuItem.cs: Added missing attributes
13937         * TextBoxBase.cs: Implemented AppendText() and Select() methods
13938         * Panel.cs: Added Missing attributes
13939         * MonthCalendar.cs: Fixed CreateParams
13941 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
13942         
13943         * LinkLabel.cs:
13944                 - Fixes signature
13945                 - Fixes issues with links
13946                 - Adds the class attributes
13948 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
13949         
13950         * ComboBox.cs:
13951                 - Fixes button when no items available in dropdown
13952                 - Fixes repainting problems
13953                 - Adds the class attributes
13954                 
13955 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
13957         * XplatUIOSX.cs: Detect the menu bar and title bar height from
13958         the current theme.  Cache these on startup.
13960 2005-02-07  Jackson Harper  <jackson@ximian.com>
13962         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
13963         the scrollbar buttons when they are depressed.
13965 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
13967         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
13968         Get the display size from the main displayid.  We currently dont
13969         support multiple display configurations.
13971 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
13973         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
13975 2005-02-07  Miguel de Icaza  <miguel@novell.com>
13977         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
13979 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13981         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
13983 2005-02-04  Jackson Harper  <jackson@ximian.com>
13985         * ThemeWin32Classic.cs: Respect the clipping rect when
13986         drawing. Only fill the intersection of clips and rects so there
13987         isn't a lot of large fills.
13988         * ScrollBar.cs: Pass the correct clipping rect to the theme
13989         engine. Remove some debug code.
13991 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
13992         
13993         * DateTimePicker.cs:
13994                 - Fixed crash on DateTime.Parse, use Constructor instead
13996 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
13997         
13998         * MenuItem.cs:
13999         * MenuAPI.cs:
14000                 - Owner draw support (MeasureItem and DrawItem)
14002 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
14003         
14004         *  Menu.cs:
14005                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
14006                 - Fixes MenuItems.Add range
14007         * MenuItem.cs:
14008                 - MergeMenu and Clone and CloneMenu functions
14010 2005-02-03  Jackson Harper  <jackson@ximian.com>
14012         * ScrollBar.cs: Make abstract
14013         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
14014         is abstract.
14016 2005-02-03  Jackson Harper  <jackson@ximian.com>
14018         * ScrollBar.cs: First part of my scrollbar fixups. This removes
14019         all the unneeded refreshes and uses invalidates with properly
14020         computed rects.
14022 2005-02-03  Peter Bartok  <pbartok@novell.com>
14024         * ComponentModel.cs: Added
14025         * IDataGridEditingService.cs: Added
14026         * Timer.cs: Added missing attributes
14027         * ToolTip.cs: Added missing attributes
14029 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14031         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
14033 2005-02-03  Peter Bartok  <pbartok@novell.com>
14035         * ListBox.cs: Added missing attributes
14037 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
14038         
14039         * ListBox.cs:
14040                 - Fixes font height after font change
14041                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
14042                 
14043 2005-02-02  Peter Bartok  <pbartok@novell.com>
14045         * HandleData.cs: Introduced static methods to allow class
14046           to be more self-contained and track it's own HandleData objects
14047         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
14048           HandleData to use new static methods
14050 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
14052         * Combobox.cs:
14053                 - Fixes default size and PreferredHeight
14054                 - Missing events
14055                 - ObjectCollection.Insert implementation
14056                 
14057         * ListControl.cs
14058                 - Fixes signature
14059         * ListBox.cs:
14060                 - Several fixes
14061                 - ObjectCollection.Insert implementation
14062                 - No selection after clean
14063                 - Small fixes
14065 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
14067         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
14069 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
14071         * Combobox.cs:
14072                 - Caches ItemHeight calculation for OwnerDrawVariable
14073                 - Handles dropdown properly
14074                 - Fixes several minor bugs
14076 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
14078         * ListBox.cs:
14079                 - Fixes 71946 and 71950
14080                 - Fixes changing Multicolumn on the fly
14081                 - Fixes keyboard navigation on Multicolumn listboxes
14083 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
14084         
14085         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
14086         crash reporter log.
14088 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
14090         * XplatUIOSX.cs: Allow applications to actually exit.
14092 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
14094         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
14095         their parent at creation time rather than lazily later.  Fixes a major
14096         regression we were experiencing.
14098 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
14100         * ThemeWin32Classic.cs: more date time picker painting fixes
14101         * DateTimePicker.cs: more monthcalendar drop down fixes
14102         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
14104 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
14106         * ScrollBar.cs:
14107                 - When moving the thumb going outside the control should stop the moving
14108                 - Adds the firing of missing events
14109                 - Fixes no button show if Size is not specified
14110                 - End / Home keys for keyboard navigation
14112 2005-01-30  Peter Bartok  <pbartok@novell.com>
14114         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
14115           sanity check to prevent theoretical loop
14116         * XplatUIWin32.cs (SetVisible): Removed debug output
14117         * XplatUIX11.cs (SystrayChange): Added sanity check
14118         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
14119         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
14120           behaviour, valid until the X11 client window rewrite is done
14121         * TextBox.cs (ctor): Setting proper default foreground and background
14122           colors
14124 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
14126         * Theme: Added DrawDateTimePicker to interface
14127         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
14128         * DateTimePicker.cs: Created (still needs keys and painting code)
14129         * DateTimePickerFormat.cs: added
14130         * MonthCalendar.cs: fixed CreateParams for popup window mode
14131           
14132 2005-01-29  Peter Bartok  <pbartok@novell.com>
14134         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
14135           this should also the calculations for ligher/darker
14136         * Theme.cs: Fixed defaults for ScrollBar widths/heights
14138 2005-01-29  Peter Bartok  <pbartok@novell.com>
14140         * ArrangeDirection.cs: Added
14141         * ArrangeStartingPositon.cs: Added
14142         * SystemInformation.cs: Implemented
14143         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
14144           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
14145           used by SystemInformation class
14146         * X11Strucs.cs: Added XSizeHints structure
14147         * MenuAPI.cs:
14148           - Fixed CreateParams to make sure the menu window is always visible
14149           - TrackPopupMenu: Added check to make sure we don't draw the
14150             menu offscreen
14152 2005-01-29  Peter Bartok  <pbartok@novell.com>
14154         * HandleData.cs: Added method for altering invalid area
14155         * TextBoxBase.cs: Implemented TextLength
14157 2005-01-28  Peter Bartok  <pbartok@novell.com>
14159         * XplatUIX11.cs: Improvement over last patch, not sending
14160           the WM_PAINT directly anymore, instead we scroll any pending
14161           exposed areas and let the system pick out the WM_PAINT later
14163 2005-01-28  Peter Bartok  <pbartok@novell.com>
14165         * SWF.csproj: Deleted, no longer used. Instead,
14166           Managed.Windows.Forms/SWF.csproj should be used
14167         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
14168           directly, to avoid a potential race condition with the next
14169           scroll
14171 2005-01-28  Peter Bartok  <pbartok@novell.com>
14173         * XplatUI.cs: Made class internal
14175 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
14177         * CheckedListBox.cs:
14178                 - Draw focus
14179                 - Fixed Drawing
14180                 - Missing methods and events
14182 2005-01-27  Peter Bartok  <pbartok@novell.com>
14184         * Application.cs (Run): Don't use form if we don't have one
14186 2005-01-27  Peter Bartok  <pbartok@novell.com>
14188         * TextBoxBase.cs (get_Lines): Fixed index off by one error
14190 2005-01-27  Peter Bartok  <pbartok@novell.com>
14192         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
14193         * GridItem.cs: Added; Patch by Jonathan S. Chambers
14194         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
14195         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
14196         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
14197         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
14198         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14199         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
14200         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14201         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14202         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
14203         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
14205 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
14207         * Combobox.cs:
14208                 - Draw focus on Simple Combobox
14209                 - Fixes drawing issues
14210                 - fixes 71834
14212 2005-01-27  Peter Bartok  <pbartok@novell.com>
14214         * Form.cs:
14215           - Place window in default location, instead of hardcoded 0/0
14216           - Send initial LocationChanged event
14217         * Control.cs:
14218           - UpdateBounds after creation to find out where the WM placed us
14219           - Make sure that if the ParentForm changes location the Form
14220             is notified
14221         * XplatUIX11.cs: XGetGeometry will not return the coords relative
14222             to the root, but to whatever the WM placed around us.
14223             Translate to root coordinates before returning toplevel
14224             coordinates
14225         * XplatUIWin32.cs: Removed debug output
14226         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
14227           flag to GetWindowPos, to allow translation of coordinates on X11
14229 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
14231         * ListBox.cs: connect LostFocus Event
14233 2005-01-27  Peter Bartok  <pbartok@novell.com>
14235         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
14236           XplatUIX11.cs: Extended the Systray API
14237         * Form.cs: Removed debug output
14238         * Application.cs: Fixed focus assignment, always need to call
14239           XplatUI.Activate() since Form.Activate() has rules that may
14240           prevent activation
14241         * NotifyIcon.cs: Should be complete now
14242         * ToolTip.cs: Worked around possible timer bug
14244 2005-01-27  Jackson Harper  <jackson@ximian.com>
14246         * TabControl.cs:
14247         - Only invalidate the effected tabs when the
14248         selected index changes. This reduces drawing and gets rid of some
14249         flicker.
14250         - Only refresh if the tabs need to be shifted, otherwise only
14251         invalidate the slider button.
14252         - On windows the tabs are not filled to right if the slider is
14253         visible.
14254         
14255 2005-01-27  Jackson Harper  <jackson@ximian.com>
14257         * TabControl.cs: Only refresh on mouseup if we are showing the
14258         slider. Also only invalidate the button whose state has changed.
14260 2005-01-26  Peter Bartok  <pbartok@novell.com>
14262         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
14263         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
14264           and SystrayRemove() methods
14265         * XplatUIOSX.cs: Stubbed Systray methods
14266         * XplatUIX11.cs:
14267           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
14268             methods
14269           - Fixed broken XChangeProperty calls (marshalling messed up things)
14270         * X11Structs.cs: Added enums and structs required for Size hinting
14271         * NotifyIcon.cs: Added & implemented
14273 2005-01-26  Jackson Harper  <jackson@ximian.com>
14275         * TabControl.cs: Space vertically layed out tabs properly.
14277 2005-01-26  Peter Bartok  <pbartok@novell.com>
14279         * Form.cs (CreateClientParams): Always set the location to 0,0
14280           since we're a child window.
14282         * Control.cs (SetVisibleCore): Always explicitly setting the location
14283           of a toplevel window, apparently X11 doesn't like to move windows
14284           while they're not mapped.
14286 2005-01-26  Jackson Harper  <jackson@ximian.com>
14288         * TabControl.cs: Implement FillToRight size mode with vertically
14289         rendered tabs.
14291 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
14293         * ControlPaint.cs, ThemeWin32Classic.cs
14294                 - Fixes DrawFocusRectangle
14296 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
14298         * MenuAPI.cs:
14299                 - MenuBar tracking only starts when item is first clicked
14300                 - Fixes menu hidding for multiple subitems
14301                 - Unselect item in MenuBar when item Executed
14302                 - Fixes bug 71495
14304 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
14306         * ListControl.cs:
14307                 - IsInputKey for ListBox
14308         * ListBox.cs:
14309                 - Focus item
14310                 - Shift and Control item selection
14311                 - Implement SelectionMode.MultiExtended
14312                 - Fixes RightToLeft
14313         * ComboBox.cs:
14314                 - IsInputKey implemented
14315                 - Do not generate OnTextChangedEdit on internal txt changes
14316                 
14317 2005-01-23  Peter Bartok  <pbartok@novell.com>
14319         * AccessibleObject.cs: Partially implemented Select()
14320         * MonthCalendar.cs: Added missing attributes and events
14321         * Form.cs: Fixed CreateParams behaviour, now controls derived from
14322           form can properly override CreateParams.
14323         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
14324           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
14325           Control performs Invalidate & Update
14326         * NativeWindow (CreateHandle): Added special handling for Form
14327           and Form.FormParent classes to allow overriding of From.CreateParams
14328         * Control.cs:
14329           - ControlNativeWindow: Renamed 'control' variable to more intuitive
14330             name 'owner'
14331           - ControlNativeWindow: Added Owner property
14332           - Removed usage of Refresh() on property changes, changed into
14333             Invalidate(), we need to wait until the queue is processed for
14334             updates, direct calls might cause problems if not all vars for
14335             Paint are initialized
14336           - Added call to UpdateStyles() when creating the window, to set any
14337             styles that CreateWindow might have ignored.
14338           - Added support for Form CreateParent overrides to UpdateStyles()
14339         * MessageBox.cs: Removed no longer needed FormParent override stuff,
14340           CreateParams are now properly overridable
14341         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
14342           CreateParams are now properly overridable
14344 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
14346         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
14347         OnTextBoxChanged.
14349         Capture LostFocus and OnTextBoxChanged.  The later introduces a
14350         recursive invocation that I have not figured out yet.
14352         Reset the timer when not using (it was accumulating).
14355         (OnTextBoxChanged): Set UserEdit to true here to track whether the
14356         user has made changes that require validation.
14358         Reset changing to avoid loops.
14360 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
14362         * NumericUpDown.cs: Display value at startup.
14364         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
14365         ValidateEditText.
14367         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
14368         filled in.  Added some basic parsing of text.
14370         Still missing the OnXXX method overrides, and figuring out the
14371         events that must be emitted.
14373         * UpDownBase.cs: Handle UserEdit on the Text property.
14374         
14375 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
14377         * ComboBox.cs:
14378           - Fixes IntegralHeight
14379           - ToString method
14381 2005-01-21  Jackson Harper  <jackson@ximian.com>
14383         * TabControl.cs: Set the SelectedIndex property when SelectedTab
14384         is set so that the page visibility is updated and the tabs are
14385         sized correctly.
14387 2005-01-21  Jackson Harper  <jackson@ximian.com>
14389         * TabControl.cs: Use cliping rectangle for blitting. Give the
14390         theme the clipping rect so we can do clipping while
14391         drawing. Remove some debug code.
14393 2005-01-21  Jackson Harper  <jackson@ximian.com>
14395         * TabPage.cs: Add a new method so tab pages can force the tab
14396         control to recalculate the tab page sizes.
14397         * TabControl.cs: UpdateOwner needs to make the tab control recalc
14398         sizes.
14400 2005-01-20  Jackson Harper  <jackson@ximian.com>
14402         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
14404 2005-01-20  Jackson Harper  <jackson@ximian.com>
14406         * TreeView.cs: Set the bounds for nodes properly. They were
14407         getting screwed up when checkboxes were not enabled, but images
14408         were.
14410 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
14412         * ListBox.cs:
14413                 - Owner draw support
14414                 - Fixes
14415                 
14416 2005-01-20  Jackson Harper  <jackson@ximian.com>
14418         * XplatUIStructs.cs: More misc keys
14419         * X11Keyboard.cs: Ignore some control keys.
14421 2005-01-20  Jackson Harper  <jackson@ximian.com>
14423         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
14424         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
14426 2005-01-19  Peter Bartok  <pbartok@novell.com>
14428         * Control.cs: Un-selecting the control when it is loosing focus
14430 2005-01-19  Jackson Harper  <jackson@ximian.com>
14432         * TreeView.cs: Hook up to the text controls leave event so we can
14433         end editing when the users clicks outside the text box.
14434         
14435 2005-01-19  Jackson Harper  <jackson@ximian.com>
14437         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
14438         get set in the conversion array.
14440 2005-01-19  Peter Bartok  <pbartok@novell.com>
14442         * Application.cs (ModalRun): Added a call to CreateControl to ensure
14443           focus is properly set
14444         * Button.cs:
14445           - Added missing attributes
14446           - removed styles, those are already set in the base class
14447         * ButtonBase.cs:
14448           - Added missing attributes
14449           - Added clip window styles
14450         * CheckBox.cs: Added missing attributes
14451         * CommonDialog.cs:
14452           - FormParentWindow.CreateParams: Added required clip styles
14453         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
14454           also filters modifier keys
14455         * MessageBox.cs:
14456           - Added assignment of Accept and Cancel button to enable Enter
14457             and Esc keys in MessageBox dialogs
14458           - FormParentWindow.CreateParams: Added required clip styles
14459         * RadioButton.cs: Added missing attributes
14460         * TextControl.cs: No longer draws selection if control does not
14461           have focus
14462         * TextBoxBase.cs:
14463           - Now draws simple rectangle around test area to make it obvious
14464             there's a control. This is a hack until we properly support borders
14465           - A few simple fixes to support selections better, now erases selected
14466             text when typing, and resets selection when using movement keys
14468 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
14470         * UpDownBase.cs: Added some new properties.
14472         * DomainUpDown.cs: Implement a lot to get my test working.
14474 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14476         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
14478 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14480         * OSXStructs (WindowAttributes): Fixed csc complaints
14482 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14484         * XplayUIOSX.cs:
14485           OSXStructs.cs: Initial refactor to move enums and consts into
14486           OSXStructs and use them in the driver for greater readability.
14488 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
14490         * XplatUIOSX.cs: Initial support for Standard Cursors.
14491         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
14493 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
14495         * ComboBox.cs: ability to change style when the ctrl is already
14496         created, missing methods and events, bug fixes, signature fixes
14498 2005-01-19  Peter Bartok  <pbartok@novell.com>
14500         * Cursors.cs (ctor): Added ctor to fix signature
14502 2005-01-18  Peter Bartok  <pbartok@novell.com>
14504         * Button.cs: Implemented DoubleClick event
14505         * ButtonBase.cs:
14506           - Fixed keyboard handling to behave like MS, where the press of
14507             Spacebar is equivalent to a mousedown, and the key release is
14508             equivalent to mouseup. Now a spacebar push will give the same
14509             visual feedback like a mouse click.
14510           - Added missing attributes
14511           - Added ImeModeChanged event
14512           - Added support for generating DoubleClick event for derived classes
14513         * CheckBox.cs:
14514           - Implemented DoubleClick event
14515           - Added missing attributes
14516         * CommonDialog.cs: Added missing attribute
14517         * ContextMenu.cs: Added missing attributes
14518         * RadioButton.cs:
14519           - AutoChecked buttons do not allow to be unselected when clicked
14520             (otherwise we might end up with no selected buttons in a group)
14521           - Added missing attributes
14522           - Implemented DoubleClickEvent
14523         * ThreadExceptionDialog.cs: Enabled TextBox code
14525 2005-01-18  Peter Bartok  <pbartok@novell.com>
14527         * Form.cs: Removed debug output
14528         * Button.cs: Added support for DoubleClick method
14530 2005-01-18  Peter Bartok  <pbartok@novell.com>
14532         * Form.cs:
14533           - Added method to parent window that allows triggering size
14534             calculations when a menu is added/removed
14535           - set_Menu: Cleaned up mess from early days of Form and Control,
14536             now properly triggers a recalc when a menu is added/removed
14537           - Added case to select form itself as focused form if no child
14538             controls exist
14539           - Added PerformLayout call when showing dialog, to ensure properly
14540             placed controls
14541         * Control.cs:
14542           - Select(): Made internal so Form can access it
14543           - Focus(): Only call Xplat layer if required (avoids loop), and sets
14544             status
14545         * Application.cs (Run): Removed hack and calls PerformLayout instead
14546           to trigger calculation when Form becomes visible
14548 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
14550         * ComboBox.cs: fixes for ownerdraw
14552 2005-01-18  Peter Bartok  <pbartok@novell.com>
14554         * TextControl.cs:
14555           - Sentinel is no longer static, each Document gets it's own, this
14556             avoids locking or alternatively overwrite problems when more
14557             than one text control is used simultaneously.
14558           - Switched to use Hilight and HilightText brushes for text selection
14560         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
14562 2005-01-18  Peter Bartok  <pbartok@novell.com>
14564         * Control.cs:
14565           - Hooked up the following events:
14566                 o ControlAdded
14567                 o ControlRemoved
14568                 o HandleDestroyed
14569                 o ImeModeChanged
14570                 o ParentChanged
14571                 o TabStopChanged
14572                 o Invalidated
14573                 o SystemColorsChanged
14574                 o ParentFontChanged
14575                 o Move
14576           - Removed debug output
14577           - Added a call to the current theme's ResetDefaults when a color change
14578             is detected
14579         * Form.cs: Now setting the proper ImeMode
14580         * Theme.cs: Defined a method to force recreation of cached resources
14581           and rereading of system defaults (ResetDefaults())
14582         * ThemeWin32Classic.cs: Added ResetDefaults() stub
14584 2005-01-17  Peter Bartok  <pbartok@novell.com>
14586         * Control.cs: Added missing attributes
14588 2005-01-17  Jackson Harper  <jackson@ximian.com>
14590         * TreeNode.cs: Implement editing. Add missing properties selected
14591         and visible.
14592         * TreeView.cs: Implement node editing. Also some fixes to use
14593         Invalidate (invalid area) instead of Refresh when selecting.
14595 2005-01-17  Peter Bartok  <pbartok@novell.com>
14597         * Control.cs:
14598           - Implemented InvokeGotFocus() method
14599           - Implemented InvokeLostFocus() method
14600           - Implemented InvokePaint() method
14601           - Implemented InvokePaintBackground() method
14602           - Implemented InvokeClick() method
14603           - Implemented FindForm() method
14604           - Implemented RectangleToClient() method
14605           - Implemented ClientToRectangle() method
14606           - Implemented ResetBackColor() method
14607           - Implemented ResetCursor() method
14608           - Implemented ResetFont() method
14609           - Implemented ResteForeColor() method
14610           - Implemented ResetImeMode() method
14611           - Implemented ResetLeftToRight() method
14612           - Implemented ResetText() method
14613           - Implemented Scale() methods
14614           - Implemented ScaleCore() method
14615           - Implemented Update() method
14616           - Removed unused variables
14617           - Stubbed AccessibilityNotifyClients and
14618             ControlAccessibleObject.NotifyClients() methods (dunno what to do
14619             with those yet)
14620           - Now setting proper default for RightToLeft property
14621           - Fixed bug in SetClientSizeCore that would cause windows to get
14622             really big
14623           - Now sending Click/DoubleClick events
14624           - Now selecting controls when left mouse button is clicked on
14625             selectable control
14626         * AccessibleEvents.cs: Added
14627         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
14628         * XplatUIOSX.cs: Stubbed UpdateWindow() method
14629         * XplatUIWin32.cs: Implemented UpdateWindow() method
14630         * XplatUIX11.cs: Implemented UpdateWindow() method
14631         * Form.cs: Removed stray semicolon causing CS0162 warning
14632         * ThemeWin32Classic.cs: Fixed unused variable warnings
14633         * ScrollableControl.cs: Now calls base method for ScaleCore
14634         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
14635           style to avoid interference with internal click handler (which is
14636           different than standard Control click handling)
14637         * RadioButton.cs:
14638           - Now unchecks all sibling radio buttons when control is
14639             selected (Fixes #68756)
14640           - Removed internal tabstop variable, using the one inherited from
14641             Control
14643 2005-01-17  Jackson Harper  <jackson@ximian.com>
14645         * NavigateEventArgs.cs: Fix base type.
14646         * LinkLabel.cs: Sig fix
14647         
14648 2005-01-17  Jackson Harper  <jackson@ximian.com>
14650         * TreeView.cs: Only invalidate the effected nodes bounds when
14651         selecting nodes.
14653 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
14655         * XplatUIWin32.cs: fixes Win32 marshaling
14656         * XplatUIX11.cs: fixes method signature
14658 2005-01-17  Peter Bartok  <pbartok@novell.com>
14660         * XplatUIX11.cs: Clean up resources when we no longer need them
14662 2005-01-17  Peter Bartok  <pbartok@novell.com>
14664         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
14665           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
14666           and DestroyCursor() methods.
14667         * Cursor.cs: Partially implemented, now supports standard cursors;
14668           still contains some debug code
14669         * Cursors.cs: Implemented class
14670         * Control.cs:
14671           - WndProc(): Added handling of WM_SETCURSOR message, setting the
14672             appropriate cursor
14673           - Implemented Cursor property
14674           - Replaced break; with return; more straightforwar and possibly
14675             faster
14676           - Now properly setting the result for WM_HELP
14677         * X11Structs.cs: Added CursorFontShape enum
14678         * XplatUIStructs.cs:
14679           - Added StdCursor enum (to support DefineStdCursor() method)
14680           - Added HitTest enum (to support sending WM_SETCURSOR message)
14681         * XplatUIX11.cs:
14682           - Now sends the WM_SETCURSOR message
14683           - Implemented new cursor methods
14684         * XplatUIOSX.cs: Stubbed new cursor methods
14685         * XplatUIWin32.cs:
14686           - Implemented new cursor methods
14687           - Added GetSystemMetrics function and associated enumeration
14689 2005-01-15  Peter Bartok  <pbartok@novell.com>
14691         * Control.cs:
14692           - WndProc(): Now handles EnableNotifyMessage
14693           - SelectNextControl(): Fixed bug where if no child or sibling
14694             controls exist we looped endlessly
14696 2005-01-14  Jackson Harper  <jackson@ximian.com>
14698         * TreeView.cs: Recalculate the tab pages when a new one is added
14699         so that the proper bounding rects are created.
14701 2005-01-14  Jackson Harper  <jackson@ximian.com>
14703         * TreeView.cs: Draw a gray box instead of a grip in the lower
14704         right hand corner when there are both horizontal and vertical
14705         scroll bars.
14707 2005-01-14  Jackson Harper  <jackson@ximian.com>
14709         * Control.cs: When erasing backgrounds use FromHwnd instead of
14710         FromHdc when there is a NULL wparam. This occurs on the X driver.
14711         * XplatUIX11.cs: Set the wparam to NULL.
14713 2005-01-13  Jackson Harper  <jackson@ximian.com>
14715         * PictureBox.cs: Implement missing methods (except ToString, need
14716         to test that on windows) and events. When visibility is changed we
14717         need to redraw the image because the buffers are killed. When size
14718         is changed refresh if the sizemode needs it.
14720 2005-01-13  Peter Bartok  <pbartok@novell.com>
14722         * Control.cs (SelectNextControl): Was using wrong method to select
14723           a control
14725 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
14727         * ComboBox.cs: fixes dropstyle
14729 2005-01-13  Peter Bartok  <pbartok@novell.com>
14731         * Form.cs:
14732           - Implemented Select() override
14733           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
14734           - Now sets keyboard focus on startup
14735         * Control.cs (SelectNextControl): Now properly handles directed=true
14736         * TextBoxBase.cs:
14737           - WndProc: Now passes tab key on to base if AcceptTabChar=false
14738           - Added (really bad) focus rectangle (mostly for testing)
14739         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
14740           to enforce redraw on focus changes
14741         * ContainerControl.cs:
14742           - Fixed detection of Shift-Tab key presses
14743           - Fixed traversal with arrow keys
14744         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
14745           gonna keep this or if it's complete yet
14746         
14747 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
14749         * ComboBox.cs: missing properties, fixes
14751 2005-01-13  Peter Bartok  <pbartok@novell.com>
14753         * Panel.cs (ctor): Setting Selectable window style to off
14754         * Splitter.cs (ctor): Setting Selectable window style to off
14755         * GroupBox.cs (ctor): Setting Selectable window style to off
14756         * Label.cs (ctor): Setting Selectable window style to off
14758 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
14760         * UpDownBase.cs (InitTimer): If the timer has been already
14761         created, enable it.
14763         Use a TextBox instead of a Label.
14765 2005-01-12  Jackson Harper  <jackson@ximian.com>
14767         * TreeView.cs: Refresh the tree after sorting the nodes. Always
14768         draw the connecting node lines (when ShowLines is true).
14769         * TreeNode.cs: The nodes index can now be updated. This is used
14770         when a node collection is sorted.
14771         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
14772         insert or an existing unsorted node collection can be sorted.
14773         
14774 2005-01-12  Peter Bartok  <pbartok@novell.com>
14776         * ContainerControl.cs: Implemented ProcessDialogKeys()
14778 2005-01-12  Peter Bartok  <pbartok@novell.com>
14780         * Control.cs:
14781           - Implemented SelectNextControl() method
14782           - Several focus related bug fixes
14783           - Fixed Docking calculations to match MS documentation and
14784             behaviour
14786 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
14788         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
14789         bug fixes
14791 2005-01-12  Peter Bartok  <pbartok@novell.com>
14793         * Control.cs:
14794           - Fixed broken Contains() method
14795           - Implemented GetNextControl() method. Finally. This is the pre-
14796             requisite for focus handling.
14798 2005-01-12  Peter Bartok  <pbartok@novell.com>
14800         * OSXStrucs.cs: Added
14802 2005-01-12  Peter Bartok  <pbartok@novell.com>
14804         * XplatUIWin32.cs:
14805           - Removed PeekMessageFlags
14806           - Implemented SetWindowStyle() method
14807         * XplatUIStructs.cs: Added PeekMessageFlags
14808         * X11Structs: Added missing border_width field to XWindowChanges struct
14809         * XplatUIX11.cs:
14810           - PeekMessage: Now throws exception if flags which are not yet
14811             supported are passed
14812           - Implemented SetWindowStyle() method
14813           - Fixed SetZOrder to handle AfterHwnd properly
14814         * XplatUI.cs: Added SetWindowStyle() method
14815         * XplatUIDriver.cs: Added SetWindowStyle() abstract
14816         * Control.cs:
14817           - Implemented UpdateStyles() method
14818           - Implemented UpdateZOrder() method
14819         * XplatUIOSX.cs: Added SetWindowStyle() stub
14821 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
14823         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
14824         button mouse).
14827 2005-01-11  Jackson Harper  <jackson@ximian.com>
14829         * TreeView.cs: Still need to draw lines to siblings even if out of
14830         the current node is out of the clip.
14832 2005-01-11  Jackson Harper  <jackson@ximian.com>
14834         * TreeView.cs: When setting the hbar/vbar/grip position use
14835         SetBounds so that perform layout is only called once. Also suspend
14836         and resume layout so layout is only done once for all controls.
14837         - Removed some debug fluff
14838         * SizeGrip.cs: Call base implmentation in overriding methods.
14839         - When visibility is changed the drawing buffers are killed so we
14840         need to redraw.
14842 2005-01-11  Jackson Harper  <jackson@ximian.com>
14844         * TreeView.cs: Calculate the open node count while drawing. This
14845         saves us an entire tree traversal for every paint operation. Use
14846         a member var for the open node count so less vars are passed around.
14848 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
14850         * MonthCalendar.cs:
14851         - fixed selection to use mousemove, not mouse polling on timer
14852         * ThemeWin32Classic.cs
14853         - removed redundant unused variable "no_more_content"
14854         
14855 2005-01-11  Peter Bartok  <pbartok@novell.com>
14857         * XplatUIX11.cs (DoEvents): Needs to return when no more events
14858           are pending, so it now calls PeekMessage instead of GetMessage;
14859           implemented a incomplete version of PeekMessage
14860         
14861 2005-01-11  Peter Bartok  <pbartok@novell.com>
14863         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
14864           I18n issues
14865         * TextBoxBase.cs: Added sending of TextChanged event
14867 2005-01-10  Jackson Harper  <jackson@ximian.com>
14869         * TreeView.cs: Try not to draw outside the clipping rectangle on
14870         each node element.
14872 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
14874         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
14876 2005-01-10  Jackson Harper  <jackson@ximian.com>
14878         * TreeView.cs:
14879         - Implement fast scrolling. Now only the newly
14880         exposed nodes are drawn and the old image is moved using the
14881         XplatUI::ScrollWindow method.
14882         - Factor in height of nodes when calculating whether or not the
14883         node is in the clipping rect.
14885 2005-01-10  Jackson Harper  <jackson@ximian.com>
14887         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
14889 2005-01-10  Peter Bartok  <pbartok@novell.com>
14891         * Application.cs: Added temporary hack to resolve all our resize
14892           required issues on startup. This will get fixed properly at
14893           some point in the future
14895 2005-01-10  Jackson Harper  <jackson@ximian.com>
14897         * SizeGrip.cs: New internal class that is used as a sizing
14898         grip control...hence the name.
14900 2005-01-10  Peter Bartok  <pbartok@novell.com>
14902         * Control.cs: Implemented proper TabIndex handling, now assigning
14903           a tabindex when a control is added to a container
14904         * GroupBox.cs (ctor): Now sets the Container style bit, required
14905           for Control.GetNextControl()
14907 2005-01-09  Jackson Harper  <jackson@ximian.com>
14909         * TextBoxBase.cs: Clear window when scrolling (fixes build).
14911 2005-01-09  Peter Bartok <pbartok@novell.com>
14913         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
14914           XplatUIX11.cs: Added ability to control ScrollWindow expose and
14915           an overload for ScrollWindow to allow only scrolling a rectangle
14917 2005-01-09  Peter Bartok <pbartok@novell.com>
14919         * Form.cs:
14920           - Implemented SetDesktopBounds method
14921           - Implemented SetDesktopLocation method
14923 2005-01-08  Jackson Harper  <jackson@ximian.com>
14925         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
14926         the node count has changed, this removes to VScroll::Refresh calls
14927         when drawing.
14929 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
14931         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
14933 2005-01-07  Jackson Harper  <jackson@ximian.com>
14935         * TreeNode.cs: Just update the single node when it is
14936         checked. Don't refresh after toggling, the Expand/Collapse already
14937         handles this.
14938         * TreeView.cs: Respect clipping a little more when drawing. Try
14939         not to redraw things that don't need to be redrawn. Just hide the
14940         scrollbars when they are no longer needed instead of removing
14941         them, so they don't have to be created again and again.
14942         
14943 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
14945         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
14946         coordinates to window space to place the caret properly, FIXED.
14947         Implement GetWindowState & SetWindowState
14949 2005-01-06  Peter Bartok <pbartok@novell.com>
14951         * Form.cs:
14952           - Implemented ClientSize property
14953           - Implemented DesktopBounds property
14954           - Implemented DesktopLocation property
14955           - Implemented IsRestrictedWindow property
14956           - Implemented Size property
14957           - Implemented TopLevel property
14958           - Implemented FormWindowState property
14959         * Control.cs:
14960           - Implemented GetTopLevel() method
14961           - Implemented SetTopLevel() method
14962         * X11Structs.cs (Atom):
14963           - Added AnyPropertyType definition
14964           - Added MapState definiton and updated XWindowAttribute struct
14965         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
14966         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
14967         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
14968         * XplatUIWin32.cs:
14969           - Implemented GetWindowState() and SetWindowState() methods
14970           - Fixed Win32GetWindowLong return type
14971         * XplatUIX11.cs:
14972           - Introduced central function for sending NET_WM messages
14973           - Implemented GetWindowState() and SetWindowState() methods
14974         * TextBoxBase.cs (set_Lines):
14975           - Now uses Foreground color for text added via Text property (Duh!)
14976           - Added code to remember programmatically requested size (fixes
14977             behaviour when Multiline is set after Size)
14978           - Added AutoSize logic
14980 2005-01-06  Jackson Harper  <jackson@ximian.com>
14982         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
14984 2005-01-06  Jackson Harper  <jackson@ximian.com>
14986         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
14987         set to less then 0.
14989 2005-01-06  Jackson Harper  <jackson@ximian.com>
14991         * ScrollableControl.cs: Lazy init the scrollbars.
14992         
14993 2005-01-06  Jackson Harper  <jackson@ximian.com>
14995         * Theme.cs: Speed up getting pens and solid brushes, by using
14996         their ARGB as a hash instead of tostring and not calling Contains.
14998 2005-01-06  Peter Bartok <pbartok@novell.com>
15000         * Form.cs:
15001           - Implemented OnActivated and OnDeactivate event trigger
15002           - Implemented Activate() method
15003           - Fixed ShowDialog() to activate the form that was active before
15004             the dialog was shown
15005         * XplatUIX11.cs:
15006           - Added global active_window var that tracks the currently active
15007             X11 window
15008           - Now always grabs Property changes from the root window to always
15009             catch changes on the active window property
15010           - Added code to PropertyNotify handler to send Active/Inactive
15011             messages when state changes. This puts X11 and Win32 en par on
15012             WM_ACTIVATE notifications (except for double notifications when
15013             the user clicks away from our modal window to another one of our
15014             windows)
15016 2005-01-05  Jackson Harper  <jackson@ximian.com>
15018         * ImageList.cs: Implment ctor
15020 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
15022         * XplatUIOSX.cs: Implement Activate/SetTopmost
15024 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
15026         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
15028 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
15030         * XplatUIOSX.cs: Implement GetActive/SetFocus.
15032 2005-01-05  Peter Bartok <pbartok@novell.com>
15034         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
15035           XplatUIOSX.cs: Added GetActive method to return the currently
15036           active window for the application (or null, if none is active)
15037         * Form.cs:
15038           - Implemented ActiveForm
15039           - Commented out owner assignment for modal dialogs (causes problems
15040             on Win32, since the owner will be disabled)
15041           - Reworked some Active/Focus handling (still incomplete)
15042         * CommonDialog.cs: Commented out owner assignment for modal dialogs
15043           (causes problems on Win32, since the owner will be disabled)
15044         * IWin32Window: Added ComVisible attribute
15046 2005-01-05  Peter Bartok <pbartok@novell.com>
15048         * ToolTip.cs (WndProc): Enable setting focus now that we have the
15049           required XplatUI functions.
15051 2005-01-05  Peter Bartok <pbartok@novell.com>
15053         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
15054           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
15055           to implement focus and activation handling; still incomplete and
15056           with debug output
15058 2005-01-04  Peter Bartok <pbartok@novell.com>
15060         * TextBoxBase.cs: Changed access level for Document property to
15061           match switch to internal for TextControl
15063 2005-01-04  Peter Bartok <pbartok@novell.com>
15065         * AccessibleObject: Added ComVisible attribute
15067 2005-01-04  Jackson Harper  <jackson@ximian.com>
15069         * X11Keyboard.cs: Remove unneeded var.
15071 2005-01-04  Jackson Harper  <jackson@ximian.com>
15073         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
15074         but PAINT.
15075         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
15076         ClientMessage. This makes apps exit cleanly (more often).
15077         
15078 2005-01-04  Jackson Harper  <jackson@ximian.com>
15080         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
15081         handling focus, return correct colors and fonts,
15082         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
15083         handle selection, horizontal scrolling, and mouse interaction.
15085 2005-01-04  Peter Bartok <pbartok@novell.com>
15087         * ICommandExecutor.cs: Added
15088         * IDataGridColumnStyleEditingNotificationService.cs: Added
15089         * IFeatureSupport.cs: Added
15090         * IFileReaderService.cs: Added
15091         * IDataObject.cs: Added ComVisible attribute
15092         * AmbientProperties.cs: Added
15093         * BaseCollection.cs: Added missing attributes
15094         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
15095         * BaseCollection.cs: Added missing attributes
15096         * Binding.cs: Added TypeConverter attribute
15097         * BindingContext.cs: Added DefaultEvent attribute
15098         * BindingsCollection.cs: Added DefaultEvent attribute
15099         * Button.cs: Added DefaultValue attribute
15100         * DragEventArgs.cs: Added ComVisible attribute
15101         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
15102         * KeyEventArgs.cs: Added ComVisible attribute
15103         * KeyPressEventArgs.cs: Added ComVisible attribute
15104         * MouseEventArgs.cs: Added ComVisible attribute
15105         * NavigateEventArgs.cs: Added
15106         * NavigateEventHandler.cs: Added
15107         * FeatureSupport.cs: Added
15108         * OSFeature.cs: Added
15109         * Theme.cs: Added abstract Version property to support OSFeature
15110         * ThemeWin32Classic.cs: Added Version property to
15111           support OSFeature.Themes
15112         * ProgressBar.cs: Removed OnPaintBackground override, not required since
15113           the proper styles to avoid background drawing are set, also doesn't
15114           match MS signature
15115         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
15116         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
15117         * ScrollEventArgs.cs: Added ComVisible attribute
15118         * SplitterEventArgs.cs: Added ComVisible attribute
15119         * AccessibleSelection.cs: Added Flags attribute
15120         * Appearance.cs: Added ComVisible attribute
15121         * Border3DSide.cs: Added ComVisible attribute
15122         * Border3DStyle.cs: Added ComVisible attribute
15123         * BorderStyle.cs: Added ComVisible attribute
15124         * DragAction.cs: Added ComVisible attribute
15125         * ErrorBlinkStyle.cs: Added
15126         * ScrollEventType.cs: Added ComVisible attribute
15127         * AnchorStyles.cs: Added Editor attribute
15128         * DockStyle.cs: Added Editor attribute
15129         * HorizontalAlignment.cs: Added ComVisible attribute
15130         * HelpEventArgs.cs: Added ComVisible attribute
15131         * PaintEventArgs.cs: Added IDisposable
15133 2005-01-04  Peter Bartok <pbartok@novell.com>
15135         * TextControl.cs: Switched Line, LineTag and Document classes to
15136           internal
15138 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
15140         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
15141         Simple mode, fixes, IntegralHeight, etc.
15143 2005-01-04  Peter Bartok <pbartok@novell.com>
15145         * TextBoxBase.cs: Using proper font variable now
15147 2005-01-04  Peter Bartok <pbartok@novell.com>
15149         * Form.cs (ShowDialog): Set parent to owner, if provided
15150         * GroupBox.cs: Removed unused vars
15151         * TextControl.cs:
15152           - Added GetHashCode() for Document and LineTag classes
15153           - Removed unused variables
15154           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
15155             to allow translation between continuous char position and line/pos
15156         * CheckBox.cs: Removed vars that are provided by base class
15157         * RadioButton.cs: Removed vars that are provided by base class, added
15158           new keyword where required
15159         * LinkLabel.cs: Added new keyword where required
15160         * Control.cs (WndProc): Removed unused variable
15161         * TextBoxBase.cs:
15162           - Finished SelectionLength property
15163           - Implemented SelectionStart property
15164           - Implemented Text property
15165           - Removed unused vars
15166         * MessageBox.cs: Added new keyword where required
15167         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
15168           WndProc signature
15169         * MenuAPI.cs: Added new keyword where required
15170         * ButtonBase.cs: Removed vars that are provided by base class, added
15171           new keyword where required
15172         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
15173           argument to double, to allow compiling with csc 2.0 (Atsushi ran
15174           into this)
15175         * Application.cs (Run): Now triggers the ThreadExit event
15176         * CommonDialog.cs: Added new keyword where required; now properly sets
15177           parent (owner) for dialog
15178         * XplatUIX11.cs: Commented out unused vars
15179         * StatusBar.cs: Fixed signature for Text property
15180         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
15182 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
15184         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
15185         TrackBar.cs, MonthCalendar.cs: remove unused vars
15187 2005-01-03  Jackson Harper  <jackson@ximian.com>
15189         * ThemeWin32Classic.cs:
15190         * X11Keyboard.cs: Remove unused vars.
15192 2005-01-03  Peter Bartok  <pbartok@novell.com>
15194         * TextBox.cs:
15195           - set_Text: Tied into TextControl
15196           - set_TextAlignment: Tied into TextControl
15197         * TextControl.cs:
15198           - Added alignment properties and implemented alignment handling
15199             and drawing (still has a bug, not generating proper expose events)
15200           - Added new Line() constructor to allow passing the line alignment
15201           - Fixed selection setting, properly handling end<start now
15202           - Added aligment considerations to RecalculateDocument()
15203         * TextBoxBase.cs:
15204           - Now properly enforces control height for single line controls
15205           - Added support for CharacterCasing
15206           - Added IsInputKey override
15207           - Fixed Keys.Enter logic
15208           - Added SetBoundsCore override
15209           - Fixed mouse selection handling
15211 2005-01-03  Jackson Harper  <jackson@ximian.com>
15213         * TreeView.cs:
15214           - Collapse and uncheck all nodes when CheckBoxes is disabled.
15215           - Checkboxes are always aligned to the bottom of the node,
15216           regardless of item height.
15217           - Use the node bounds to draw the text so we can center it when
15218           the item height is greater then the font height.
15219           - Node::Bounds are only the text part of the node.
15220         * TreeNode.cs: New method to combine collapsing and unchecking all
15221           nodes recursively.
15223 2005-01-02  Jackson Harper  <jackson@ximian.com>
15225         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
15226         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
15227         tree when a check is changed. TODO: Only refresh the checked node.
15229 2004-12-30  Jackson Harper  <jackson@ximian.com>
15231         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
15232         * TreeNode.cs: When collapsing make sure to never collapse the
15233         root node.
15235 2004-12-29  Jackson Harper  <jackson@ximian.com>
15237         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
15238         
15239 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
15241         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
15243 2004-12-28  Peter Bartok  <pbartok@novell.com>
15245         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
15246           not yet assigned
15248 2004-12-28  Peter Bartok  <pbartok@novell.com>
15250         * Control.cs (WndProc): Added WM_HELP handler, now generates
15251           HelpRequested event
15252         * Form.cs: Added HelpButton property and required support code
15253         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
15255 2004-12-28  Peter Bartok  <pbartok@novell.com>
15257         * CommonDialog.cs:
15258           - Made DialogForm.owner variable internal
15259           - Added check to ensure owner form is set before setting
15260             owner properties in CreateParams
15262 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
15264         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
15265           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
15266           GetCursorPos.  Fix major visibility issues.  Rework the windowing
15267           system to support borderless/titleless windows (implements menus).
15268           Fix GetWindowPos.  Implement initial background color support for
15269           views.
15271 2004-12-28  Peter Bartok  <pbartok@novell.com>
15273         * Form.cs (get_CreateParams): Make sure we have an owner before using
15274           the owner variable. Implement proper default if no owner exists
15276 2004-12-28  Peter Bartok  <pbartok@novell.com>
15278         * In preparation for making Managed.Windows.Forms the default build target
15279           for System.Windows.Forms, the following stubbed files were added.
15280           Dialogs are currently being implemented by contributors and are only
15281           short-term place holders.
15282         * ColorDialog.cs: Initial check-in (minmal stub)
15283         * DataGrid.cs: Initial check-in (minimal stub)
15284         * DataGridLineStyle.cs: Initial check-in (minimal stub)
15285         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
15286         * DataGridTableStyle.cs: Initial check-in (minimal stub)
15287         * FontDialog.cs: Initial check-in (minimal stub)
15288         * FileDialog.cs: Initial check-in (minimal stub)
15289         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
15290         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
15291         * OpenFileDialog: Initial check-in (minimal stub)
15292         * IComponentEditorPageSite.cs: Initial check-in
15293         * Splitter.cs: Initial check-in (for Jackson)
15294         * SplitterEventArgs.cs: Initial check-in (for Jackson)
15295         * SplitterEventHandler.cs: Initial check-in (for Jackson)
15296         * TextBox.cs: Initial check-in; still needs some wiring to
15297           TextControl backend
15298         * Form.cs: Implemented ControlBox property
15299         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
15300         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
15301         * TextControl.cs: Added selection functionality; added todo header
15302         * TextBoxBase.cs:
15303           - Implemented Lines property
15304           - Implemented TextHeight property
15305           - Implemented SelectedText property
15306           - Implemented SelectionLength property
15307           - Implemented SelectAll method
15308           - Implemented ToString method
15309           - Removed and cleaned up some debug code
15310           - Implemented (still buggy) mouse text selection
15312 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
15314         * ComboBox.cs: Complete DropDownList implementation, fixes.
15316 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
15318         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
15319         * ComboBoxStyle.cs: ComboBoxStyle enum
15320         * ComboBox.cs: Initial work on ComboBox control
15322 2004-12-21  Peter Bartok  <pbartok@novell.com>
15324         * Control.cs (ctor, CreateParams): Moved setting of is_visible
15325           forward so that anything that creates a window gets the default,
15326           also no longer uses Visible property in CreateParams to avoid
15327           walking up the parent chain and possibly get the wrong visible
15328           status. Fixed IsVisible to no longer walk up to the parent.
15330 2004-12-21  Peter Bartok  <pbartok@novell.com>
15332         * Form.cs (ShowDialog): Unset modality for the proper window
15334 2004-12-20  Peter Bartok  <pbartok@novell.com>
15336         * CommonDialog.cs: Initial check-in
15338 2004-12-20  Peter Bartok  <pbartok@novell.com>
15340         * Control.cs (Visible): Now uses the parent window instead of the
15341           client area window for the property
15343         * Form.cs
15344           - ShowDialog(): Now uses the proper window for modality
15345           - The default visibility state for the form parent is now false. This
15346             will prevent the user from seeing all the changes to the form and
15347             its controls before the application hits Application.Run()
15348           - Removed some stale commented out code
15350         * NativeWindow.cs:
15351           - Added FindWindow() method to have a method to check for existence
15352             of a window handle
15353           - Added ability to override default exception handling (for example
15354             when debugging with VS.Net; to do this the ExternalExceptionHandler
15355             define must be set
15356           - Removed some useless debug output
15358         * XplatUIX11.cs:
15359           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
15360             not working as expected
15361           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
15362             property to allow switching back to the modal window if focus is
15363             given to another one of our windows (Application Modal)
15364           - Now only sets override_redirect if we create a window
15365             without WS_CAPTION
15366           - Moved EventMask selection before mapping of newly created window
15367             so we can catch the map event as well
15368           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
15369           - Added various Atom related DllImports
15370           - Implemented Exit() method
15371           - .ctor() : No longer shows window if WS_VISIBLE is not defined
15372             in the CreateParams
15374         * MessageBox.cs: Now properly deals with the FormParent window by
15375           providing an override the FormParent CreateParams property to
15376           set as POPUP instead of OVERLAPPED window.
15378 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
15380         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
15381         Minor code cleanup.
15383 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
15384         
15385         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
15387 2004-12-18  Peter Bartok  <pbartok@novell.com>
15389         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
15390           implementing SetModal() method
15392 2004-12-18  Peter Bartok  <pbartok@novell.com>
15394         * X11Structs.cs (XGCValues): Fixed type of function element
15395         * XplatUI.cs: Added ScrollWindow() method
15396         * XplatUIDriver.cs: Added ScrollWindow() abstract
15397         * XplatUIWin32.cs: Implemented ScrollWindow() method
15398         * XplatUIX11.cs: Implemented ScrollWindow() method
15399         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
15401 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
15403         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
15404         Some more keyboard support (INCOMPLETE)
15406 2004-12-17  Peter Bartok  <pbartok@novell.com>
15408         * TextControl.cs:
15409         - Added color attribute to line tags.
15410         - Added color argument to all functions dealing with tags
15411         - Added color argument support to various functions
15412         - Fixed miss-calculation of baseline/shift in certain circumstances
15414         * TextBoxBase.cs: Added new color option to test code
15416 2004-12-17  Jackson Harper  <jackson@ximian.com>
15418         * TreeNode.cs:
15419         * MonthCalendar.cs: Signature fixes
15421 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
15423         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
15424         keyboard event moved it.  Create a new graphics context for each paint resolves this
15426 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
15428         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
15429         Make caret exist and go blink blink.  Initial keyboard support.
15430         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
15431         works.
15433 2004-12-17  Jackson Harper  <jackson@ximian.com>
15435         * XplatUIStructs.cs: Updated set of virtual keycodes.
15436         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
15438 2004-12-17  Jackson Harper  <jackson@ximian.com>
15440         * XplatUIX11.cs: Prune old keyboard code.
15442 2004-12-17  Jackson Harper  <jackson@ximian.com>
15444         * XplatUIX11.cs: When generating mouse wparams get the modifier
15445         keys from the ModifierKeys property.
15447 2004-12-17  Jackson Harper  <jackson@ximian.com>
15449         * X11Keyboard.cs: Send up/down input when generating
15450         messages. Remove some unused vars.
15452 2004-12-17  Jackson Harper  <jackson@ximian.com>
15454         * TabControl.cs:
15455         * TreeView.cs: get rid of warnings.
15457 2004-12-17  Jackson Harper  <jackson@ximian.com>
15459         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
15461 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
15463         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
15464           CheckedListBox.cs: Implementation
15466 2004-12-17  Peter Bartok  <pbartok@novell.com>
15468         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
15470 2004-12-16  Peter Bartok  <pbartok@novell.com>
15472         * TextControl.cs:
15473           - InsertCharAtCaret(): Fixed start pos fixup
15474           - CaretLine_get: No longer derives the line from the tag, the tag
15475             could be stale if lines in the document have been added or deleted
15476           - RebalanceAfterDelete(): Fixed bug in balancing code
15477           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
15478           - Line.Streamline(): Now can also elminate leading empty tags
15479           - DumpTree(): Added a few more tests and prevented exception on
15480             uninitialized data
15481           - Added Debug section for Combining lines
15482           - Delete(): Now copies all remaining properties of a line
15483           
15484         * TextBoxBase.cs:
15485           - Left mousebutton now sets the caret (and middle button still acts
15486             as formatting tester, which must go away soon)
15487           - Added Debug section for Deleting/Combining lines
15488           - Fixed calculations for UpdateView after Combining lines
15490 2004-12-16  Peter Bartok  <pbartok@novell.com>
15492         * TextControl.cs: Now properly aligns text on a baseline, using the
15493           new XplatUI.GetFontMetrics() method. Simplified several calculations
15494         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
15495           defined
15497 2004-12-16  Peter Bartok  <pbartok@novell.com>
15499         * XplatUI.cs: Added GetFontMetrics() method
15500         * XplatUIDriver.cs: Added GetFontMetrics() abstract
15501         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
15502           into libgdiplus, our private GetFontMetrics function
15503         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
15504         * XplatUIWin32.cs: Implemented GetFontMetrics() method
15506 2004-12-16  Jackson Harper  <jackson@ximain.com>
15508         * XplatUIStruct.cs: Add enum for dead keys
15509         * X11Keyboard.cs: Map and unmap dead keys.
15511 2004-12-16  Jackson Harper  <jackson@ximian.com>
15513         * X11Keyboard.cs: Detect and use the num lock mask.
15515 2004-12-16  Peter Bartok  <pbartok@novell.com>
15517         * Control.cs (CreateGraphics): Added check to make sure the
15518           handle of the window exists before calling Graphics.FromHwnd()
15520 2004-12-16  Peter Bartok  <pbartok@novell.com>
15522         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
15523           contains a lot of code that's not supposed to be there for the
15524           real thing, but required for developing/testing the textbox
15525           backend.
15527 2004-12-16  Peter Bartok  <pbartok@novell.com>
15529         * TextControl.cs:
15530         - Fixed Streamline method
15531         - Added FindTag method to Line
15532         - Added DumpTree method for debugging
15533         - Added DecrementLines() method for deleting lines
15534         - Fixed UpdateView to update the cursor to end-of-line on single-line
15535           updates
15536         - Added PositionCaret() method
15537         - Fixed MoveCaret(LineDown) to move into the last line, too
15538         - Added InsertChar overload
15539         - Fixed InsertChar tag offset calculations
15540         - Added DeleteChar() method
15541         - Added Combine() method for folding lines
15542         - Fixed Delete() method, no longer allocates wasted Line object and
15543           now copies all properties when swapping nodes
15544         - Delete() method now updates document line counter
15546 2004-12-15  Jackson Harper  <jackson@ximian.com>
15548         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
15549         * X11Keyboard.cs: Expose the currently selected modifier keys
15550         through a property.
15552 2004-12-15  Peter Bartok  <pbartok@novell.com>
15554         * TextControl.cs: Initial check-in. Still incomplete
15556 2004-12-15  Jackson Harper  <jackson@ximian.com>
15558         * TreeNode.cs:
15559         * TreeView.cs: Fix build on csc (second time today ;-))
15561 2004-12-15  Jackson Harper  <jackson@ximian.com>
15563         * TreeView.cs: Store the treenodes plus/minus box bounds when it
15564         is calculated and use this for click testing.
15565         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
15567 2004-12-15  Jackson Harper  <jackson@ximian.com>
15569         * TreeView.cs: Pass the nodes image index to the image list when
15570         drawing that image.
15572 2004-12-15  Jackson Harper  <jackson@ximian.com>
15574         * X11Keyboard.cs: Set messages hwnd.
15575         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
15576         post_message calls.
15578 2004-12-15  Jackson Harper  <jackson@ximian.com>
15580         * X11Keyboard.cs: Fix to compile with csc.
15581         
15582 2004-12-15  Jackson Harper  <jackson@ximian.com>
15584         * X11Structs.cs: Add key mask values
15585         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
15586         * X11Keyboard.cs: New file - Extrapolates and interpolates key
15587         down/up foo into WM_CHAR foo
15588         * KeyboardLayouts.cs: Common keyboard layouts
15589         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
15590         post messages into the main queue.
15592 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
15594         * Button.cs: implement ProcessMnemonic
15595         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
15596           brushes everytime
15597         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
15598         * ButtonBase.cs: Show HotkeyPrefix (not the &)
15600 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
15601         
15602         * MonthCalendar.cs: Implemented click-hold for next/previous month
15603           and date selection
15604           
15605 2004-12-11  Peter Bartok  <pbartok@novell.com>
15607         * X11Structs.cs:
15608           - Added XKeyboardState (moved from XplatUIX11.cs)
15609           - Added XCreateGC related enums and structures
15610           - Added GXFunction for XSetFunction
15612         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
15614         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
15615           CaretVisible() calls
15617         * ToolTip.cs: Added code to prevent stealing focus from app windows
15619         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
15620           DestroyCaret, SetCaretPos and CaretVisible)
15622         * XplatUIX11.cs:
15623           - Added implementation for caret functions
15624           - Moved hover variables into a struct, to make it a bit easier
15625             on the eyes and to debug
15626           - Removed XKeyboardState (moved to XplatUIX11.cs)
15627           - Moved Keyboard properties into the properties region
15629         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
15630           call to get a graphics context for our control
15632         * XplatUIOSX.cs: Added empty overrides for the new caret functions
15634         * TreeView.cs: Fixed bug. No matter what color was set it would always
15635           return SystemColors.Window
15637         * XplatUIWin32.cs: Implemented caret overrides
15639 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
15641         * ListBox.cs: fire events, implement missing methods and properties,
15642         sorting.
15644 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
15646         * MonthCalendar.cs: invalidation bug fixing
15647         * ThemeWin32Classic.cs: paint fixing
15649 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
15651         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
15652         prepare the CGContextRef there now.
15654 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
15656         * MonthCalendar.cs:
15657           - optimisationL only invalidate areas that have changed
15658         * ThemeWin32Classic.cs:
15659           - only paint parts that intersect with clip_area
15661 2004-12-09  Peter Bartok  <pbartok@novell.com>
15663         * Application.cs: Undid changes from r37004 which cause problems
15664         on X11
15666 2004-12-09  Ravindra  <rkumar@novell.com>
15668         * ToolBar.cs: Added support for displaying ContextMenu
15669         attached to a button on ToolBar.
15670         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
15671         property.
15673 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
15675         * Label.cs: autosize works in text change and removes unnecessary
15676         invalidate
15678 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
15680         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
15681         remove warnings
15683 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
15685         * XplatUIOSX.cs: Added mouse move/click/grab support
15686         Remove some debugging WriteLines not needed anymore.
15687         Add window resizing/positioning.
15688         Fix visibility on reparenting.
15690 2004-12-08  Peter Bartok  <pbartok@novell.com>
15692         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
15694 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
15696         * XplatUIOSX.cs: Initial checkin
15697         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
15699 2004-12-03  Ravindra <rkumar@novell.com>
15701         * ListView.cs: Added some keybindings and fixed scrolling.
15702         ScrollBars listen to ValueChanged event instead of Scroll
15703         Event. This would let us take care of all changes being
15704         done in the scrollbars' values programmatically or manually.
15705         * ListView.cs (CanMultiselect): Added a check for shift key.
15706         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
15707         * ListViewItem.cs (Clone): Fixed. We need to make a copy
15708         of ListViewSubItemCollection as well.
15710 2004-12-06  Peter Bartok <pbartok@novell.com>
15712         * Control.cs (Parent): Added check and exception to prevent
15713         circular parenting
15715 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
15717         * ListBox.cs: implemented clipping, selection single and multiple,
15718         bug fixing
15720 2004-12-03  Ravindra <rkumar@novell.com>
15722         * ListView.cs (ListView_KeyDown):
15723         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
15724         when CTRL key is pressed.
15725         * ListViewItem.cs (Selected): Fixed setting the property.
15727 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
15729         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
15731         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
15732         MinimizeBox, ShowInTaskbar, TopMost properties.
15734         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
15735         will be implemented).
15737 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
15739         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
15741         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
15742         tests.
15743         
15744         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
15745         
15746         * TreeView.cs: BackColor is Colors.Window.
15748 2004-12-01  Jackson Harper  <jackson@ximian.com>
15750         * TreeView.cs: When resizing the tree if the user is making it
15751         smaller we don't get expose events, so we need to handle adding
15752         the horizontal scrollbar in the size changed handler as well as
15753         the expose handler.
15755 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
15757         * DrawItemState.cs: fixes wrong enum values
15759 2004-12-01  Jackson Harper  <jackson@ximian.com>
15761         * TreeView.cs: Resize the hbar as well as the vbar on resize.
15763 2004-12-01  Jackson Harper  <jackson@ximian.com>
15765         * NodeLabelEditEventArgs.cs:
15766         * NodeLabelEditEventHandler.cs:
15767         * OpenTreeNodeEnumerator.cs:
15768         * TreeNode.cs:
15769         * TreeNodeCollection.cs:
15770         * TreeView.cs:
15771         * TreeViewAction.cs:
15772         * TreeViewCancelEventArgs.cs:
15773         * TreeViewCancelEventHandler.cs:
15774         * TreeViewEventArgs.cs:
15775         * TreeViewEventHandler.cs: Initial implementation.
15777 2004-12-01  Ravindra <rkumar@novell.com>
15779         * ListView.cs (CalculateListView): Fixed scrolling related
15780         calculations. Also, removed some debug statements from other
15781         places.
15782         * ListViewItem.cs: Changed access to 'selected' instance variable
15783         from private to internal.
15784         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
15786 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
15788         * ThemeWin32Classic.cs: remove cache of brush and pens for
15789         specific controls and use the global system, fixes scrollbutton
15790         bugs (for small sizes, disabled, etc)
15791         
15792         * ScrollBar.cs: does not show the thumb for very small controls
15793         (as MS) and allow smaller buttons that the regular size
15795 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
15797         * UpDownBase.cs: Add abstract methods for the interface.
15798         Add new virtual methods (need to be hooked up to TextEntry when it
15799         exists).
15800         Add override methods for most features.
15801         Computes the size, forces the height of the text entry.
15803         * NumericUpDown.cs: Put here the current testing code.
15805         * Set eol-style property on all files that do not have mixed line
15806         endings, to minimize the future problems.  There are still a few
15807         files with mixed endings, and someone should choose whether they
15808         want to move it or not.
15810 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
15812         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
15813         System.Colors
15814         
15815 2004-11-30  Ravindra <rkumar@novell.com>
15817         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
15818         drawing and replaced use of SystemColors by theme colors.
15819         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
15820         * ListView.cs (ListViewItemCollection.Add): Throw exception when
15821         same ListViewItem is being added more than once.
15823 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
15825         * MonthCalendar.cs:
15826           - ControlStyles love to make the control not flicker
15827           
15828 2004-11-30  Peter Bartok  <pbartok@novell.com>
15830         * CharacterCasing.cs: Added
15832 2004-11-29  Peter Bartok  <pbartok@novell.com>
15834         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
15835           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
15836           I am removing these files as they conflict with already completed
15837           work. While it is fantastic to get contributions to MWF, I
15838           respectfully ask that everyone please coordinate their contributions
15839           through mono-winforms-list or #mono-winforms at this time. We're
15840           explicitly avoiding stubbing and don't want controls that don't have
15841           their basic functionality implemented in svn. Please also see
15842           http://www.mono-project.com/contributing/winforms.html
15845 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
15847         * Application.cs (ModalRun): Don't hang after exit.
15849         * Theme.cs: New TreeViewDefaultSize property.
15851         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
15852         with less hardcoded SystemColors constant.
15853         Implemented TreeViewDefaultSize.
15855         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
15856         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
15859 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
15861         * MonthCalendar.cs:
15862           - Fix NextMonthDate and PrevMonthDate click moving calendar
15864 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
15866         * MonthCalendar.cs:
15867           - Fix usage of ScrollChange Property when scrolling months
15869 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
15871         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
15872          - Fixes menu destroying
15873          - Support adding and removing items on already created menus
15875 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
15877         * MonthCalendar.cs:
15878           - Re-worked all bolded dates handling to match win32
15879         * ThemeWin32Classic.cs:
15880           - Fixed rendering with bolded dates
15882 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
15884         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
15885         - Horizontal scroolbar
15886         - Multicolumn
15887         - Fixes
15890 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
15892         * MonthCalendar.cs:
15893           - Fix Usage of MaxSelectionCount from SelectionRange
15894           - Fixed Shift + Cursor Selection
15895           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
15896           - Fixed normal cursor selection to be compat with win32
15897           - Fixed Shift + Mouse Click selection
15899 2004-11-24  Peter Bartok <pbartok@novell.com>
15901         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
15902         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
15903         * XplatUIX11.cs:
15904           - CreatedKeyBoardMsg now updates keystate with Alt key
15905           - Added workaround for timer crash to CheckTimers, Jackson will
15906             develop a proper fix and check in later
15907           - Implemented DispatchMessage
15908           - Removed calling the native window proc from GetMessage (call
15909             now moved to DispatchMessage)
15911         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
15912           the keydata (Fixes bug #69831)
15914         * XplatUIWin32.cs:
15915           - (DispatchMessage): Switched to return IntPtr
15916           - Added DllImport for SetFocus
15918 2004-11-24  Ravindra <rkumar@novell.com>
15920         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
15921         background drawing.
15922         * ListViewItem.cs: Fixed various properties, calculations
15923         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
15924         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
15925         and some internal properties. Fixed MouseDown handler and Paint
15926         method.
15928 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
15930         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
15932 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
15934         * ContainerControl.cs: correct accidental check in of local changes
15936 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
15938         * ThemeWin32Classic.cs:
15939                 - Fixed Drawing Last month in grid (sometimes not showing)
15940         * MonthCalendar.cs:
15941                 - Fixed title width calculation bug (makeing title small)
15943 2004-11-23  Peter Bartok <pbartok@novell.com>
15945         * XplatUIX11.cs:
15946           - Added generation of WM_MOUSEHOVER event
15947           - Added missing assignment of async_method atom
15948           - Fixed WM_ERASEBKGND; now only redraws the exposed area
15950 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
15952         * ThemeWin32Classic.cs:
15953                 - Fixed Drawing of today circle when showtodaycircle not set
15954                 - fixed drawing of first and last month in the grid (gay dates)
15955         * MonthCalendar.cs:
15956                 - Fixed Drawing of today circle
15957                 - Fixed drawing of grady dates
15958                 - Fixed HitTest for today link when ShowToday set to false
15959                 - Fixed DefaultSize to obey ShowToday
15961 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
15963         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
15964         * System.Windows.Forms/Theme.cs
15965         * MonthCalendar.cs: added for MonthCalendar
15966         * SelectionRange.cs: added for MonthCalendar
15967         * Day.cs: added for MonthCalendar: added for MonthCalendar
15968         * DateRangeEventArgs.cs: added for MonthCalendar
15969         * DateRangeEventHandler.cs: added for MonthCalendar
15971 2004-11-22  Ravindra <rkumar@novell.com>
15973         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
15974         property.
15976 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
15978         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
15979         event handler.
15980         
15981         * NumericUpDown.cs: Added new implementation.
15982         * UpDownBase.cs: Added new implementation.
15984         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
15985         implementations.
15986         
15987         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
15988         implementations.
15990         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
15991         methods.
15993 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
15995         * Timer.cs  (Dispose): Should call the base dispose when
15996         overriding.
15998 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
16000         * ScrollBar.cs: updates thumb position when max, min or increment
16001         is changed
16003 2004-11-21  Ravindra <rkumar@novell.com>
16005         * ListView.cs: Implemented item selection, activation and
16006         column header style. Fixed properties to do a redraw, if
16007         required. Added support for MouseHover, DoubleClick, KeyDown
16008         and KeyUp event handling and some minor fixes.
16009         * ListViewItem.cs: Fixed constructor.
16010         * ThemeWin32Classic.cs: Improved drawing for ListView.
16012 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
16014         * ThemeWin32Classic.cs: initial listbox drawing code
16015         * DrawMode.cs: new enumerator
16016         * ListControl.cs: stubbed class
16017         * ListBox.cs: initial implementation
16018         * Theme.cs: new methods definitions
16019         * SelectionMode.cs: new enumerator
16021 2004-11-17  Peter Bartok  <pbartok@novell.com>
16023         * XplatUIWin32.cs: Added double-click events to the class style
16024         * Control.cs (WndProc):
16025           - Added handling of click-count to MouseDown/ MouseUp events.
16026           - Added handling of middle and right mouse buttons
16027           - Removed old debug code
16029 2004-11-17  Jackson Harper  <jackson@ximian.com>
16031         * XplatUIX11.cs: Use the new Mono.Unix namespace.
16033 2004-11-17  Ravindra <rkumar@novell.com>
16035         * ListView.cs: Added event handling for MouseMove/Up/Down.
16036         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
16037         * ThemeWin32Classic.cs: We need to clear the graphics context and
16038         draw column header in a proper state.
16041 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
16043         *  Menu.cs: fixes signature
16045 2004-11-16  Peter Bartok  <pbartok@novell.com>
16047         * XplatUIX11.cs (GetMessage): Implemented generation of
16048           double click mouse messages
16050 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
16052         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
16053         not by menu
16055 2004-11-11  Peter Bartok  <pbartok@novell.com>
16057         * HandleData.cs: Added Visible property
16058         * XplatUIX11.cs (IsVisible): Now uses Visible property from
16059           HandleData
16060         * XplatUIX11.cs: Removed old debug leftovers
16061         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
16062         * Control.cs (WndProc): Removed old debug leftovers,
16063           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
16064           needed WM_SIZE handling
16066 2004-11-11  Jackson Harper  <jackson@ximian.com>
16068         * OwnerDrawPropertyBag.cs:
16069         * TreeViewImageIndexConverter.cs: Initial implementation
16071 2004-11-10  Jackson Harper  <jackson@ximian.com>
16073         * ThemeWin32Classic.cs:
16074         * TabControl.cs: instead of moving tabs by the slider pos just
16075         start drawing at the tab that is offset by the slider. This way
16076         scrolling always moves by exactly one tab.
16078 2004-11-10  Jackson Harper  <jackson@ximian.com>
16080         * TabControl.cs: You can only scroll left when the slider has
16081         already ben moved right.
16082         
16083 2004-11-10  Jackson Harper  <jackson@ximian.com>
16085         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
16086         the clip area.
16087         
16088 2004-11-10  Jackson Harper  <jackson@ximian.com>
16090         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
16091         clip area.
16092         
16093 2004-11-09  Jackson Harper  <jackson@ximian.com>
16095         * TabControl.cs (CalcXPos): New helper method so we can determine
16096         the proper place to start drawing vertical tabs.
16097         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
16098         
16099 2004-11-09  Jackson Harper  <jackson@ximian.com>
16101         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
16102         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
16103         and Bottom, left and right are illegal values for this and
16104         multiline is enabled when the alignment is set to left or right.
16105         (DrawTab): Each alignment block should draw the text itself now
16106         because Left requires special love. Also add rendering for Left
16107         aligned tabs.
16108         
16109 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
16111         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
16112         does not destroy the windows, removes debugging messages
16114 2004-11-09  jba  <jba-mono@optusnet.com.au>
16116         * ThemeWin32Classic.cs
16117         (DrawButtonBase): Fix verticle text rect clipping in windows
16118         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
16119         rendering and incorrect text rect clipping
16120         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
16121         rendering and incorrect text rect clipping
16122         
16123 2004-11-08  Jackson Harper  <jackson@ximian.com>
16125         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
16126         bottom when they are bottom aligned so the bottoms of the tabs get
16127         displayed.
16128         * TabControl.cs (DropRow): Move rows up instead of down when the
16129         tab control is bottom aligned.
16131 2004-11-08 13:59  pbartok
16133         * XplatUIX11.cs:
16134           - Added handling for various window styles
16135           - Added handling for popup windows
16136           - Added SetTopmost handling
16138 2004-11-08 13:55  pbartok
16140         * XplatUIWin32.cs:
16141           - Added argument to SetTopmost method
16142           - Fixed broken ClientToScreen function
16144 2004-11-08 13:53  pbartok
16146         * XplatUIStructs.cs:
16147           - Added missing WS_EX styles
16149 2004-11-08 13:53  pbartok
16151         * XplatUI.cs, XplatUIDriver.cs:
16152           - Added argument to SetTopmost
16154 2004-11-08 13:52  pbartok
16156         * X11Structs.cs:
16157           - Added XSetWindowAttributes structure
16158           - Improved XWindowAttributes structure
16159           - Added SetWindowValuemask enum
16160           - Added window creation arguments enum
16161           - Added gravity enum
16162           - Added Motif hints structure
16163           - Added various Motif flags and enums
16164           - Added PropertyMode enum for property functions
16166 2004-11-08 13:50  pbartok
16168         * Form.cs:
16169           - Fixed arguments for updated SetTopmost method
16171 2004-11-08 13:49  pbartok
16173         * ToolTip.cs:
16174           - Fixed arguments for updated SetTopmost function
16175           - Fixed usage of PointToClient
16177 2004-11-08 13:44  pbartok
16179         * MenuAPI.cs:
16180           - Added Clipping of children and siblings
16182 2004-11-08 13:41  pbartok
16184         * MainMenu.cs:
16185           - Removed SetMenuBarWindow call. We do this in Form.cs
16187 2004-11-08 13:40  jackson
16189         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
16190           scrolling jimmi in the correct location with bottom aligned tabs
16192 2004-11-08 13:36  pbartok
16194         * ContainerControl.cs:
16195           - Implemented BindingContext
16196           - Implemented ParentForm
16198 2004-11-08 12:46  jackson
16200         * TabControl.cs: Put bottom rendered tabs in the right location
16202 2004-11-08 07:15  jordi
16204         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
16205           removes dead code
16207 2004-11-05 17:30  jackson
16209         * TabControl.cs: When selected tabs are expanded make sure they
16210           don't go beyond the edges of the tab control
16212 2004-11-05 14:57  jackson
16214         * TabControl.cs: Reset show_slider so if the control is resized to
16215           a size where it is no longer needed it's not displayed anymore
16217 2004-11-05 13:16  jackson
16219         * TabControl.cs: Make tab pages non visible when added to the
16220           control
16222 2004-11-05 12:42  jackson
16224         * TabControl.cs: Implement SizeMode.FillToRight
16226 2004-11-05 12:16  jackson
16228         * Control.cs: Do not call CreateHandle if the handle is already
16229           created
16231 2004-11-05 11:46  jackson
16233         * TabControl.cs: Remove superflous call to CalcTabRows
16235 2004-11-05 09:07  jackson
16237         * XplatUIX11.cs: Update for Mono.Posix changes
16239 2004-11-05 07:00  ravindra
16241         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
16242           scrolling.
16244 2004-11-04 22:47  jba
16246         * ThemeWin32Classic.cs:
16247           - Fix Button rendering for FlatStyle = Flat or Popup
16248           - Fix RadioButton and CheckBox rendering when Appearance = Button
16249             (normal and flatstyle).
16250           - Correct outer rectangle color when drawing focus rectangle
16251           - Adjust button bounds to be 1 px smaller when focused
16252           - Make button not draw sunken 3d border when pushed (windows compat)
16253           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
16254           - Offset the text in RadioButton and Checkbox when being rendered as
16255           a button.
16256           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
16257           radiobuttons
16258           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
16259           - Fixed disabled text rendering for normally rendered radiobuttons
16261 2004-11-04 10:26  jackson
16263         * TabControl.cs: Recalculate tab rows when resizing
16265 2004-11-04 07:47  jordi
16267         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
16268           collection completion, drawing issues, missing features
16270 2004-11-04 05:03  ravindra
16272         * ScrollBar.cs:
16273                 - We need to recalculate the Thumb area when
16274                 LargeChange/maximum/minimum values are changed.
16275           - We set the 'pos' in UpdatePos() method to minimum, if it's less
16276                 than minimum. This is required to handle the case if large_change is
16277                 more than max, and use LargeChange property instead of large_change
16278                 variable.
16279           - We return max+1 when large_change is more than max, like MS does.
16281 2004-11-04 04:29  ravindra
16283         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
16284                 - Changed default value signatures (prefixed all with ListView).
16285                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
16286                 ListView.
16287           - Fixed calculations for ListViewItem and implemented Clone()
16288           method.
16290 2004-11-04 04:26  ravindra
16292         * Theme.cs, ThemeWin32Classic.cs:
16293                 - Changed default ListView values signatures (prefixed all with
16294                 ListView).
16295           - Fixed default size values for VScrollBar and HScrollBar.
16296                 - Fixed DrawListViewItem method.
16298 2004-11-04 04:05  ravindra
16300         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
16302 2004-11-04 04:04  ravindra
16304         * ImageList.cs: Implemented the missing overload for Draw method.
16306 2004-11-03 19:29  jackson
16308         * TabControl.cs: Handle dropping rows on selection properly
16310 2004-11-03 11:59  jackson
16312         * TabControl.cs: remove debug code
16314 2004-11-03 11:52  jackson
16316         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
16317           the scrolly widgerywoo
16319 2004-11-02 13:52  jackson
16321         * TabControl.cs: Resize the tab pages and tabs when the tab control
16322           is resized
16324 2004-11-02 13:40  jackson
16326         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
16327           selected tab to the bottom
16329 2004-11-02 13:39  jackson
16331         * TabPage.cs: Store the tab pages row
16333 2004-11-02 12:33  jordi
16335         * MenuItem.cs: fixes handle creation
16337 2004-11-02 11:42  jackson
16339         * TabControl.cs: signature fix
16341 2004-11-02 08:56  jackson
16343         * TabControl.cs: Calculate whether the tab is on an edge properly.
16344           Remove top secret debugging code
16346 2004-11-01 19:57  jackson
16348         * TabControl.cs: Add click handling, and proper sizing
16350 2004-11-01 19:47  jackson
16352         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
16353           tab controls
16355 2004-11-01 19:39  jackson
16357         * TabPage.cs: add internal property to store the bounds of a tab
16358           page
16360 2004-10-30 04:23  ravindra
16362         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
16363           values.
16365 2004-10-30 04:21  ravindra
16367         * ListView.cs, ListViewItem.cs: Added support for scrolling and
16368           fixed calculations.
16370 2004-10-30 03:06  pbartok
16372         * XplatUIX11.cs:
16373           - Removed extension of DllImported libs
16375 2004-10-29 09:55  jordi
16377         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
16378           navigation, itemcollection completion, menu fixes
16380 2004-10-27 22:58  pbartok
16382         * XplatUIX11.cs:
16383           - Now throws a nice error message when no X display could be opened
16385 2004-10-26 13:51  jordi
16387         * ListView.cs: removes warning
16389 2004-10-26 03:55  ravindra
16391         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
16392           ThemeWin32Classic.cs: Some formatting for my last checkins.
16394 2004-10-26 03:36  ravindra
16396         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
16397           control and default values.
16399 2004-10-26 03:35  ravindra
16401         * Theme.cs: Added some default values for ListView control.
16403 2004-10-26 03:33  ravindra
16405         * ToolBar.cs: ToolBar should use the user specified button size, if
16406           there is any. Added a size_specified flag for the same.
16408 2004-10-26 03:33  ravindra
16410         * ColumnHeader.cs: Added some internal members and calculations for
16411           ColumnHeader.
16413 2004-10-26 03:32  ravindra
16415         * ListViewItem.cs: Calculations for ListViewItem.
16417 2004-10-26 03:31  ravindra
16419         * ListView.cs: Added some internal members and calculations for
16420           ListView.
16422 2004-10-22 13:31  jordi
16424         * MenuAPI.cs: speedup menus drawing
16426 2004-10-22 13:16  jackson
16428         * XplatUIX11.cs: Make sure to update exposed regions when adding an
16429           expose event
16431 2004-10-22 11:49  jackson
16433         * Control.cs: oops
16435 2004-10-22 11:41  jackson
16437         * Control.cs: Check to see if the window should have its background
16438           repainted by X when drawing.
16440 2004-10-22 11:31  jackson
16442         * XplatUIX11.cs: When invalidating areas only use XClearArea if
16443           clear is true, this way we do not get flicker from X repainting the
16444           background
16446 2004-10-22 11:28  jackson
16448         * XEventQueue.cs: Queue properly
16450 2004-10-21 09:38  jackson
16452         * XEventQueue.cs: Fix access modifier
16454 2004-10-21 09:36  jackson
16456         * XEventQueue.cs: Don't loose messages
16458 2004-10-21 09:22  jackson
16460         * XEventQueue.cs: Don't loose messages
16462 2004-10-20 04:15  jordi
16464         * BootMode.cs: enum need it by SystemInfo
16466 2004-10-19 21:58  pbartok
16468         * XplatUIWin32.cs:
16469           - Small sanity check
16471 2004-10-19 21:56  pbartok
16473         * Form.cs:
16474           - Added private FormParentWindow class which acts as the container
16475             for our form and as the non-client area where menus are drawn
16476           - Added/Moved required tie-ins to Jordi's menus
16477           - Fixed/Implemented the FormStartPosition functionality
16479 2004-10-19 21:52  pbartok
16481         * Control.cs:
16482           - Removed unneeded locals
16483           - Added code to all size and location properties to understand and
16484             deal with the parent container of Form
16486 2004-10-19 21:33  pbartok
16488         * Application.cs:
16489           - Fixed to deal with new Form subclasses for menus
16491 2004-10-19 17:48  jackson
16493         * XEventQueue.cs: commit correct version of file
16495 2004-10-19 16:50  jackson
16497         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
16499 2004-10-19 16:15  jordi
16501         * MenuAPI.cs: MenuBarCalcSize returns the height
16503 2004-10-19 08:31  pbartok
16505         * Control.cs:
16506           - Added missing call to PreProcessMessage before calling OnXXXKey
16507           methods
16509 2004-10-19 00:04  ravindra
16511         * ToolTip.cs: Fixed constructor.
16513 2004-10-18 09:31  jordi
16515         * MenuAPI.cs: menuitems in menubars do not have shortcuts
16517 2004-10-18 09:26  jordi
16519         * MenuItem.cs: fixes MenuItem class signature
16521 2004-10-18 08:56  jordi
16523         * MenuAPI.cs: prevents windows from showing in the taskbar
16525 2004-10-18 00:28  ravindra
16527         * ToolTip.cs: Suppressed a warning message.
16529 2004-10-18 00:27  ravindra
16531         * Control.cs: Default value of visible property must be true.
16533 2004-10-17 23:19  pbartok
16535         * ToolTip.cs:
16536           - Complete implementation
16538 2004-10-17 23:19  pbartok
16540         * XplatUIX11.cs:
16541           - Added EnableWindow method
16542           - Added SetModal stub
16543           - Added generation of WM_ACTIVATE message (still needs testing)
16544           - Added SetTopMost stub
16545           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
16547 2004-10-17 23:17  pbartok
16549         * XplatUIWin32.cs:
16550           - Removed VirtualKeys to XplatUIStructs
16551           - Implemented SetTopMost method
16552           - Implemented EnableWindow method
16553           - Bugfix in ScreenToClient()
16554           - Bugfixes in ClientToScreen()
16556 2004-10-17 22:51  pbartok
16558         * XplatUIStructs.cs:
16559           - Added WS_EX styles to WindowStyles enumeration
16561 2004-10-17 22:50  pbartok
16563         * XplatUI.cs, XplatUIDriver.cs:
16564           - Added method for enabling/disabling windows
16565           - Added method for setting window modality
16566           - Added method for setting topmost window
16568 2004-10-17 22:49  pbartok
16570         * ThemeWin32Classic.cs:
16571           - Added ToolTip drawing code
16573 2004-10-17 22:49  pbartok
16575         * Theme.cs:
16576           - Added ToolTip abstracts
16578 2004-10-17 22:47  pbartok
16580         * Form.cs:
16581           - Fixed Form.ControlCollection to handle owner relations
16582           - Added Owner/OwnedForms handling
16583           - Implemented Z-Ordering for owned forms
16584           - Removed unneeded private overload of ShowDialog
16585           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
16586             so I hope)
16587           - Fixed Close(), had wrong default
16588           - Added firing of OnLoad event
16589           - Added some commented out debug code for Ownership handling
16591 2004-10-17 22:16  pbartok
16593         * Control.cs:
16594           - Fixed/implemented flat list of controls
16596 2004-10-17 22:14  pbartok
16598         * Application.cs:
16599           - Added code to simulate modal dialogs on Win32
16601 2004-10-17 16:11  jordi
16603         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
16604           mouse event
16606 2004-10-17 13:39  jordi
16608         * MenuAPI.cs: menu drawing fixes
16610 2004-10-15 09:10  ravindra
16612         * StructFormat.cs: General Enum.
16614 2004-10-15 09:09  ravindra
16616         * SizeGripStyle.cs: Enum for Form.
16618 2004-10-15 09:08  ravindra
16620         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
16621           in Theme for ListView.
16623 2004-10-15 09:06  ravindra
16625         * ColumnHeader.cs: Flushing some formatting changes.
16627 2004-10-15 09:05  ravindra
16629         * ListViewItem.cs: Implemented GetBounds method and fixed coding
16630           style.
16632 2004-10-15 09:03  ravindra
16634         * ListView.cs: Implemented Paint method and fixed coding style.
16636 2004-10-15 07:34  jordi
16638         * MenuAPI.cs: fix for X11
16640 2004-10-15 07:32  ravindra
16642         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
16643                 - Renamed Paint() method to Draw() for clarity. Also, moved
16644                 DrawImage() to OnPaint().
16646 2004-10-15 07:25  ravindra
16648         * CheckBox.cs, RadioButton.cs:
16649                 - Removed Redraw (), we get it from ButtonBase.
16650                 - Implemented Paint (), to do class specific painting.
16652 2004-10-15 07:16  ravindra
16654         * ButtonBase.cs:
16655                 - Redraw () is not virtual now.
16656                 - Added an internal virtual method Paint (), so that
16657                 derived classes can do their painting on their own.
16658                 - Modified OnPaint () to call Paint ().
16660 2004-10-15 06:43  jordi
16662         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
16663           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
16665 2004-10-15 00:30  ravindra
16667         * MessageBox.cs:
16668                 - MessageBox on windows does not have min/max buttons.
16669                 This change in CreateParams fixes this on Windows. We
16670                 still need to implement this windowstyle behavior in
16671                 our X11 driver.
16673 2004-10-14 05:14  ravindra
16675         * ToolBar.cs:
16676                 - Changed Redraw () to do a Refresh () always.
16677                 - Fixed the MouseMove event handling when mouse is pressed,
16678                 ie drag event handling.
16679                 - Replaced the usage of ToolBarButton.Pressed property to
16680                 ToolBarButton.pressed internal variable.
16682 2004-10-14 05:10  ravindra
16684         * ToolBarButton.cs:
16685                 - Added an internal member 'inside' to handle mouse move
16686                 with mouse pressed ie mouse drag event.
16687                 - Changed 'Pressed' property to return true only when
16688                 'inside' and 'pressed' are both true.
16689                 - Some coding style love.
16691 2004-10-14 00:17  ravindra
16693         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
16694           public method.
16696 2004-10-14 00:15  ravindra
16698         * ButtonBase.cs: Redraw () related improvements.
16700 2004-10-14 00:14  ravindra
16702         * MessageBox.cs: Moved InitFormSize () out of Paint method and
16703           removed unnecessary calls to Button.Show () method.
16705 2004-10-13 17:50  pbartok
16707         * XplatUIX11.cs:
16708           - Formatting fix
16709           - Removed destroying of window until we solve the problem of X
16710             destroying the window before us on shutdown
16712 2004-10-13 16:32  pbartok
16714         * ButtonBase.cs:
16715           - Now Redraws on MouseUp for FlatStyle Flat and Popup
16717 2004-10-13 14:18  pbartok
16719         * XplatUIX11.cs:
16720           - Added code to destroy the X window
16722 2004-10-13 14:18  pbartok
16724         * XplatUIWin32.cs:
16725           - Added code to destroy a window
16727 2004-10-13 14:12  pbartok
16729         * ButtonBase.cs:
16730           - Added the Redraw on Resize that got dropped in the last rev
16732 2004-10-13 09:06  pbartok
16734         * ThemeWin32Classic.cs:
16735           - Path from John BouAntoun:
16736             * Fix check rendering (centre correctly for normal style, offset
16737               correctly for FlatStyle).
16738             * Fix border color usage (use backcolor) for FlatStyle.Popup
16739             * Use checkbox.Capture instead of checkbox.is_pressed when
16740               rendering flatstyle states.
16742 2004-10-12 21:48  pbartok
16744         * ThemeWin32Classic.cs:
16745           - Removed all occurences of SystemColors and replaced them with the
16746             matching theme color
16748 2004-10-12 21:41  pbartok
16750         * ThemeWin32Classic.cs:
16751           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
16752             him using the function for flatstyle drawing
16753           - Changed functions to use the new version of CPDrawBorder3D
16755 2004-10-12 21:15  pbartok
16757         * ControlPaint.cs:
16758           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
16759             match MS documentation. They need to return defined colors if the
16760             passed color matches the configured control color. Thanks to John
16761             BouAntoun for pointing this out.
16763 2004-10-12 20:57  pbartok
16765         * Control.cs:
16766           - Fix from John BouAntoun: Raise ForeColorChanged event when text
16767             color is changed
16769 2004-10-12 20:46  pbartok
16771         * CheckBox.cs:
16772           - Fix from John BouAntoun: Now properly sets the Appearance property
16774 2004-10-12 20:45  pbartok
16776         * ThemeWin32Classic.cs:
16777           - Fixes from John BouAntoun: now handles forecolors and backcolors
16778             for flatstyle rendered controls much better; It also fixes normal
16779             checkbox rendering when pushed or disabled.
16781 2004-10-08 02:50  jordi
16783         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
16784           work
16786 2004-10-07 08:56  jordi
16788         * ThemeWin32Classic.cs: Removes deletion of cached brushes
16790 2004-10-06 03:59  jordi
16792         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
16793           XplatUIWin32.cs: removes warnings from compilation
16795 2004-10-05 12:23  jackson
16797         * RadioButton.cs: Fix ctor
16799 2004-10-05 11:10  pbartok
16801         * MessageBox.cs:
16802           - Partial implementation by Benjamin Dasnois
16804 2004-10-05 10:15  jackson
16806         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
16807           by John BouAntoun
16809 2004-10-05 03:07  ravindra
16811         * ToolBar.cs:
16812                 - Removed a private method, Draw ().
16813                 - Fixed the ButtonDropDown event handling.
16814                 - Fixed MouseMove event handling.
16816 2004-10-05 03:04  ravindra
16818         * ThemeWin32Classic.cs:
16819                 - Added DrawListView method and ListViewDefaultSize property.
16820                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
16821                 - Changed DOS style CRLF to Unix format (dos2unix).
16823 2004-10-05 03:03  ravindra
16825         * Theme.cs:
16826                 - Added DrawListView method and ListViewDefaultSize property.
16828 2004-10-05 02:42  ravindra
16830         * ToolBarButton.cs: Added an internal member dd_pressed to handle
16831           clicks on DropDown arrow.
16833 2004-10-04 22:56  jackson
16835         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
16836           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
16837           Control handle the buffers, derived classes should not have to
16838           CreateBuffers themselves.
16840 2004-10-04 21:20  jackson
16842         * StatusBar.cs: The control handles resizing the buffers now.
16844 2004-10-04 21:18  jackson
16846         * Control.cs: When resizing the buffers should be invalidated. This
16847           should be handled in Control not in derived classes.
16849 2004-10-04 14:45  jackson
16851         * TabPage.cs: oops
16853 2004-10-04 02:14  pbartok
16855         * LeftRightAlignment.cs:
16856           - Initial check-in
16858 2004-10-04 01:09  jordi
16860         * ThemeWin32Classic.cs: fixes right button position causing right
16861           button not showing on horizontal scrollbars
16863 2004-10-02 13:12  pbartok
16865         * XplatUIX11.cs:
16866           - Simplified the Invalidate method by using an X call instead of
16867             generating the expose ourselves
16868           - Added an expose when the window background is changed
16869           - Implemented ClientToScreen method
16871 2004-10-02 13:08  pbartok
16873         * XplatUIWin32.cs:
16874           - Added Win32EnableWindow method (test for implementing modal
16875           dialogs)
16876           - Added ClientToScreen method and imports
16878 2004-10-02 13:07  pbartok
16880         * XplatUI.cs, XplatUIDriver.cs:
16881           - Added ClientToScreen coordinate translation method
16883 2004-10-02 13:06  pbartok
16885         * KeyPressEventArgs.cs:
16886           - Fixed access level for constructor
16888 2004-10-02 13:06  pbartok
16890         * NativeWindow.cs:
16891           - Changed access level for the window_collection hash table
16893 2004-10-02 13:05  pbartok
16895         * Form.cs:
16896           - Added KeyPreview property
16897           - Added Menu property (still incomplete, pending Jordi's menu work)
16898           - Implemented ProcessCmdKey
16899           - Implemented ProcessDialogKey
16900           - Implemented ProcessKeyPreview
16902 2004-10-02 13:02  pbartok
16904         * Control.cs:
16905           - Added private method to get the Control object from the window
16906           handle
16907           - Implemented ContextMenu property
16908           - Implemented PointToScreen
16909           - Implemented PreProcessMessage
16910           - Implemented IsInputChar
16911           - Implemented IsInputKey
16912           - Implemented ProcessCmdKey
16913           - Completed ProcessKeyEventArgs
16914           - Fixed message loop to call the proper chain of functions on key
16915           events
16916           - Implemented ProcessDialogChar
16917           - Implemented ProcessDialogKey
16918           - Implemented ProcessKeyMessage
16919           - Implemented ProcessKeyPreview
16920           - Added RaiseDragEvent stub (MS internal method)
16921           - Added RaiseKeyEvent stub (MS internal method)
16922           - Added RaiseMouseEvent stub (MS Internal method)
16923           - Added RaisePaintEvent stub (MS Internal method)
16924           - Added ResetMouseEventArgs stub (MS Internal method)
16925           - Implemented RtlTranslateAlignment
16926           - Implemented RtlTranslateContent
16927           - Implemented RtlTranslateHorizontal
16928           - Implemented RtlTranslateLeftRight
16929           - Added generation of KeyPress event
16931 2004-10-02 05:57  ravindra
16933         * ListViewItem.cs: Added attributes.
16935 2004-10-02 05:32  ravindra
16937         * ListView.cs: Added attributes.
16939 2004-10-01 11:53  jackson
16941         * Form.cs: Implement the Close method so work on MessageBox can
16942           continue.
16944 2004-09-30 14:06  pbartok
16946         * XplatUIX11.cs:
16947           - Bug fixes
16949 2004-09-30 11:34  jackson
16951         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
16953 2004-09-30 07:26  ravindra
16955         * ListViewItemConverter.cs: Converter for ListViewItem.
16957 2004-09-30 07:26  ravindra
16959         * SortOrder.cs: Enum for ListView control.
16961 2004-09-30 07:25  ravindra
16963         * ColumnHeader.cs: Supporting class for ListView control.
16965 2004-09-30 07:24  ravindra
16967         * ListView.cs, ListViewItem.cs: Initial implementation.
16969 2004-09-30 07:20  ravindra
16971         * ItemActivation.cs: Enum for ListView Control.
16973 2004-09-29 20:29  pbartok
16975         * XplatUIX11.cs:
16976           - Added lookup of pixel value for background color; tries to get a
16977             color 'close' to the requested color, it avoids having to create a
16978             colormap.  Depending on the display this could mean the used color
16979             is slightly off the desired color. Might have to change it to a more
16980             resource intensive colormap approach, but it will work as a
16981           workaround to avoid red screens.
16983 2004-09-29 14:27  jackson
16985         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
16987 2004-09-28 12:44  pbartok
16989         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
16990           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
16991           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
16992           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
16993           TrackBar.cs, VScrollBar.cs:
16994           - Streamlined Theme interfaces:
16995             * Each DrawXXX method for a control now is passed the object for
16996               the control to be drawn in order to allow accessing any state the
16997               theme might require
16999             * ControlPaint methods for the theme now have a CP prefix to avoid
17000               name clashes with the Draw methods for controls
17002             * Every control now retrieves it's DefaultSize from the current
17003             theme
17005 2004-09-28 12:17  jackson
17007         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
17008           drawing
17010 2004-09-24 14:57  jackson
17012         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
17013           Gives us a nice little performance boost.
17015 2004-09-24 12:02  jackson
17017         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
17018           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
17019           Control and supporting classes. Initial checkin
17021 2004-09-23 13:08  jackson
17023         * Form.cs: Temp build fixage
17025 2004-09-23 01:39  ravindra
17027         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
17028           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
17029           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
17030           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
17031           EventHandlers needed by ListView Control.
17033 2004-09-22 14:12  pbartok
17035         * ScrollableControl.cs:
17036           - Implemented DockPadding property
17037           - Implemented AutoScroll property
17038           - Implemented AutoScrollMargin property
17039           - Implemented AutoScrollMinSize property
17040           - Implemented AutoScrollPosition property
17041           - Implemented DisplayRectangle property (still incomplete)
17042           - Implemented CreateParams property
17043           - Implemented HScroll property
17044           - Implemented VScroll property
17045           - Implemented OnVisibleChanged property
17047 2004-09-22 14:09  pbartok
17049         * Form.cs:
17050           - Added Form.ControllCollection class
17051           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
17052             RemoveOwnedForm (still incomplete, missing on-top and common
17053             minimize/maximize behaviour)
17054           - Added StartPosition property (still incomplete, does not use when
17055             creating the form)
17056           - Added ShowDialog() methods (still incomplete, missing forcing the
17057             dialog modal)
17059 2004-09-22 14:05  pbartok
17061         * Application.cs:
17062           - Added message loop for modal dialogs
17064 2004-09-22 14:02  pbartok
17066         * GroupBox.cs:
17067           - Fixed wrong types for events
17069 2004-09-22 14:00  pbartok
17071         * Shortcut.cs, FormWindowState.cs:
17072           - Fixed wrong values
17074 2004-09-22 12:01  jackson
17076         * Control.cs: Text is never null
17078 2004-09-20 22:14  pbartok
17080         * XplatUIWin32.cs:
17081           - Fixed accessibility level for Idle handler
17083 2004-09-20 18:54  jackson
17085         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
17086           XplatUIX11.cs: New message loop that uses poll so we don't get a
17087           busy loop
17089 2004-09-17 10:43  pbartok
17091         * ScrollBar.cs:
17092           - Fixed behaviour of arrow buttons. Now properly behaves like
17093             Buttons (and like Microsoft's scrollbar arrow buttons)
17095 2004-09-17 10:14  pbartok
17097         * ScrollBar.cs:
17098           - Added missing release of keyboard/mouse capture
17100 2004-09-17 06:18  jordi
17102         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
17103           Theme.cs: Very early menu support
17105 2004-09-16 17:45  pbartok
17107         * XplatUIWin32.cs:
17108           - Fixed sending a window to the front
17109           - Added overload for SetWindowPos to avoid casting
17111 2004-09-16 17:44  pbartok
17113         * Control.cs:
17114           - Added SendToBack and BringToFront methods
17116 2004-09-16 07:00  ravindra
17118         * Copyright: Added Novell URL.
17120 2004-09-16 07:00  ravindra
17122         * ToolBar.cs: Invalidate should be done before redrawing.
17124 2004-09-15 21:19  ravindra
17126         * ColumnHeaderStyle.cs: Enum for ListView Control.
17128 2004-09-15 21:18  ravindra
17130         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
17131           ListView Control.
17133 2004-09-13 18:26  jackson
17135         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
17136           properly
17138 2004-09-13 18:13  jackson
17140         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
17141           a second thread and post messages into the main threads message
17142           queue. This makes timing much more consistent. Both win2K and XP
17143           have a minimum timer value of 15 milliseconds, so we now do this
17144           too.
17146 2004-09-13 15:18  pbartok
17148         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
17149           XplatUIX11.cs:
17150           - Added Z-Ordering methods
17152 2004-09-13 10:56  pbartok
17154         * Form.cs:
17155           - Fixed #region names
17156           - Moved properties and methods into their proper #regions
17158 2004-09-13 10:51  pbartok
17160         * Form.cs:
17161           - Added Accept and CancelButton properties
17162           - Added ProcessDialogKey() method
17164 2004-09-13 08:18  pbartok
17166         * IWindowTarget.cs:
17167           - Initial check-in
17169 2004-09-10 21:50  pbartok
17171         * Control.cs:
17172           - Added DoDragDrop() [incomplete]
17173           - Properly implemented 'Visible' handling
17174           - Added SetVisibleCore()
17175           - Implemented FindChildAtPoint()
17176           - Implemented GetContainerControl()
17177           - Implemented Hide()
17179 2004-09-10 19:28  pbartok
17181         * Control.cs:
17182           - Moved methods into their appropriate #regions
17183           - Reordered methods within regions alphabetically
17185 2004-09-10 18:57  pbartok
17187         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
17188           - Added method to retrieve text from window
17190 2004-09-10 18:56  pbartok
17192         * Control.cs:
17193           - Moved some internal functions into the internal region
17194           - Implemented FontHeight
17195           - Implemented RenderRightToLeft
17196           - Implemented ResizeRedraw
17197           - Implemented ShowFocusCues
17198           - Implemented ShowKeyboardCues
17199           - Implemented FromChildHandle
17200           - Implemented FromHandle
17201           - Implemented IsMnemonic
17202           - Implemented ReflectMessage
17203           - All public and protected Static Methods are now complete
17205 2004-09-10 16:54  pbartok
17207         * Control.cs:
17208           - Implemented remaining missing public instance properties
17209           - Alphabetized some out of order properties
17211 2004-09-10 05:51  ravindra
17213         * PictureBox.cs: Added a check for null image.
17215 2004-09-10 00:59  jordi
17217         * GroupBox.cs: remove cvs tag
17219 2004-09-09 05:25  ravindra
17221         * ToolBar.cs: Make redraw accessible from ToolBarButton.
17223 2004-09-09 05:23  ravindra
17225         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
17226           parent redraw.
17228 2004-09-09 02:28  pbartok
17230         * ThemeWin32Classic.cs:
17231           - Improve disabled string look
17233 2004-09-09 01:15  jordi
17235         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
17236           args and handler
17238 2004-09-08 23:56  ravindra
17240         * ItemBoundsPortion.cs: It's enum, not a class!
17242 2004-09-08 23:47  ravindra
17244         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
17245           Enums for Form.
17247 2004-09-08 21:13  ravindra
17249         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
17250           ListView control.
17252 2004-09-08 21:03  ravindra
17254         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
17255           avoid crash.
17257 2004-09-08 21:01  ravindra
17259         * ScrollableControl.cs: Removed unreachable code.
17261 2004-09-08 06:45  jordi
17263         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
17265 2004-09-08 01:00  jackson
17267         * XplatUIX11.cs: Only run the timers when updating the message
17268           queue. This effectively gives X messages a higher priority then
17269           timer messages. Timers still need love though
17271 2004-09-07 14:01  jackson
17273         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
17274           this for us and the handle is no longer valid.
17276 2004-09-07 13:59  jackson
17278         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
17279           loop that manages to not crash. TODO: Add poll and cleanup timers
17281 2004-09-07 11:12  jordi
17283         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
17285 2004-09-07 03:40  jordi
17287         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
17288           fixes, methods, multiple links
17290 2004-09-06 06:55  jordi
17292         * Control.cs: Caches ClientRectangle rectangle value
17294 2004-09-05 02:03  jordi
17296         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
17297           certain situations
17299 2004-09-04 11:10  jordi
17301         * Label.cs: Refresh when font changed
17303 2004-09-02 16:24  pbartok
17305         * Control.cs:
17306           - Added sanity check to creation of double buffer bitmap
17308 2004-09-02 16:24  pbartok
17310         * ButtonBase.cs:
17311           - Fixed selection of text color
17312           - Fixed handling of resize event; now properly recreates double
17313             buffering bitmap
17314           - Added missing assignment of TextAlignment
17315           - Added proper default for TextAlignment
17317 2004-09-02 14:26  pbartok
17319         * RadioButton.cs:
17320           - Added missing RadioButton.RadioButtonAccessibleObject class
17322 2004-09-02 14:26  pbartok
17324         * Control.cs:
17325           - Added missing Control.ControlAccessibleObject class
17326           - Started to implement Select()ion mechanisms, still very incomplete
17328 2004-09-02 14:25  pbartok
17330         * AccessibleObject.cs:
17331           - Added missing methods
17333 2004-09-02 14:23  pbartok
17335         * AccessibleNavigation.cs, AccessibleSelection.cs:
17336           - Initial check-in
17338 2004-09-02 10:32  jordi
17340         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
17341           pool for pens, brushes, and hatchbruses
17343 2004-09-01 15:30  jackson
17345         * StatusBar.cs: Fix typo
17347 2004-09-01 14:44  pbartok
17349         * RadioButton.cs:
17350           - Fixed state
17352 2004-09-01 14:39  pbartok
17354         * Button.cs, RadioButton.cs:
17355           - Functional initial check-in
17357 2004-09-01 14:01  pbartok
17359         * CheckBox.cs:
17360           - Added missing default
17361           - Added missing region mark
17363 2004-09-01 09:10  jordi
17365         * Label.cs: fixes method signatures, new methods, events, fixes
17366           autosize
17368 2004-09-01 07:19  jordi
17370         * Control.cs: Init string variables with an empty object
17372 2004-09-01 04:20  jordi
17374         * Control.cs: fires OnFontChanged event
17376 2004-08-31 20:07  pbartok
17378         * ButtonBase.cs:
17379           - Enabled display of strings
17381 2004-08-31 20:05  pbartok
17383         * Form.cs:
17384           - Added (partial) implementation of DialogResult; rest needs to be
17385             implemented when the modal loop code is done
17387 2004-08-31 19:55  pbartok
17389         * CheckBox.cs:
17390           - Fixed to match the removal of the needs_redraw concept
17392 2004-08-31 19:55  pbartok
17394         * ButtonBase.cs:
17395           - Removed the rather odd split between 'needs redraw' and redrawing
17396           - Now handles the events that require regeneration (ambient
17397             properties and size)
17399 2004-08-31 19:41  pbartok
17401         * Control.cs:
17402           - Added firing of BackColorChanged event
17403           - Added TopLevelControl property
17404           - Fixed handling of WM_ERASEBKGRND message
17406 2004-08-31 12:49  pbartok
17408         * ButtonBase.cs:
17409           - Removed debug
17410           - Minor fixes
17412 2004-08-31 12:48  pbartok
17414         * CheckBox.cs:
17415           - Finished (famous last words)
17417 2004-08-31 04:35  jordi
17419         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
17420           scrolling bugs, adds new methods
17422 2004-08-30 14:42  pbartok
17424         * CheckBox.cs:
17425           - Implemented CheckBox drawing code
17427 2004-08-30 14:42  pbartok
17429         * ButtonBase.cs:
17430           - Made Redraw() and CheckRedraw() virtual
17431           - Improved mouse up/down/move logic to properly track buttons
17433 2004-08-30 09:44  pbartok
17435         * CheckBox.cs:
17436           - Updated to fix broken build. Not complete yet.
17438 2004-08-30 09:28  pbartok
17440         * CheckState.cs:
17441           - Initial checkin
17443 2004-08-30 09:17  pbartok
17445         * Appearance.cs:
17446           - Initial check-in
17448 2004-08-27 16:12  ravindra
17450         * ToolBarButton.cs: Added TypeConverter attribute.
17452 2004-08-27 16:07  ravindra
17454         * ImageIndexConverter.cs: Implemented.
17456 2004-08-27 14:17  pbartok
17458         * Control.cs:
17459           - Removed unneeded stack vars
17460           - First attempt to fix sizing issues when layout is suspended
17462 2004-08-25 15:35  jordi
17464         * ScrollBar.cs: more fixes to scrollbar
17466 2004-08-25 14:04  ravindra
17468         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
17469           Added the missing divider code and grip for ToolBar Control.
17471 2004-08-25 13:20  pbartok
17473         * Control.cs:
17474           - Control now properly passes the ambient background color to child
17475             controls
17477 2004-08-25 13:20  jordi
17479         * ScrollBar.cs: small bug fix regarding bar position
17481 2004-08-25 12:33  pbartok
17483         * Timer.cs:
17484           - Now only calls SetTimer or KillTimer if the enabled state has
17485           changed
17487 2004-08-25 12:33  pbartok
17489         * XplatUIWin32.cs:
17490           - Fixed timer handling, now seems to work
17491           - Improved error message for window creation
17493 2004-08-25 12:32  pbartok
17495         * Control.cs:
17496           - Fixed generation of MouseUp message
17498 2004-08-25 12:29  jordi
17500         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
17501           and fixes for progressbar
17503 2004-08-24 18:43  ravindra
17505         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
17506           in ToolBar control.
17508 2004-08-24 17:15  pbartok
17510         * Panel.cs:
17511           - Added #region
17512           - Added missing events
17513           - Alphabetized
17515 2004-08-24 17:14  pbartok
17517         * StatusBar.cs, PictureBox.cs:
17518           - Now uses Control's CreateParams
17520 2004-08-24 16:36  pbartok
17522         * XplatUIX11.cs:
17523           - Fixed background color handling
17524           - Fixed sending of enter/leave events on a grab
17526 2004-08-24 16:35  pbartok
17528         * X11Structs.cs:
17529           - Refined definitions for CrossingEvent
17531 2004-08-24 12:37  jordi
17533         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
17534           formmating, methods signature, and adds missing events
17536 2004-08-24 12:24  jordi
17538         * Control.cs: fire OnEnabledChanged event
17540 2004-08-24 11:17  pbartok
17542         * XplatUIWin32.cs:
17543           - Implemented SetTimer() and KillTimer()
17545 2004-08-24 11:16  pbartok
17547         * XplatUIX11.cs:
17548           - Now uses Remove instead of Add to kill the timer
17550 2004-08-24 10:16  jackson
17552         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
17553           picture boxes in the theme now. Draw picture box borders and obey
17554           sizing modes
17556 2004-08-24 05:49  jackson
17558         * Timer.cs: Remove top secret debugging code
17560 2004-08-24 05:34  jackson
17562         * PictureBox.cs: Temp hack to make picture boxes draw their full
17563           image
17565 2004-08-24 05:29  jackson
17567         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
17568           XplatUIX11.cs: Move timers to the driver level. On X they are
17569           queued by the driver and checked on idle.
17571 2004-08-24 01:07  jackson
17573         * XplatUIX11.cs: Use a queue for async messages instead of passing
17574           them as ClientMessages since that was totally broken. Also simply
17575           check for events and return an idle message if none are found. This
17576           gives us an idle handler, and prevents deadlocking when no messages
17577           are in the queue.
17579 2004-08-23 18:19  ravindra
17581         * XplatUIWin32.cs: Removed the unwanted destructor.
17583 2004-08-23 17:27  pbartok
17585         * ButtonBase.cs:
17586           - Finishing touches. Works now, just needs some optimizations.
17588 2004-08-23 16:53  jordi
17590         * ScrollBar.cs: small fix
17592 2004-08-23 16:45  pbartok
17594         * Application.cs:
17595           - Removed debug output
17596           - Simplifications
17598 2004-08-23 16:43  jordi
17600         * ScrollBar.cs: [no log message]
17602 2004-08-23 16:10  pbartok
17604         * Form.cs:
17605           - Fixed handling of WM_CLOSE message
17606           - Removed debug output
17608 2004-08-23 16:09  pbartok
17610         * Application.cs:
17611           - Added handling of Idle event
17612           - Added handling of form closing
17613           - Fixed reporting of MessageLoop property
17614           - Removed some unneeded code, should provide a bit of a speedup
17616 2004-08-23 15:22  pbartok
17618         * Control.cs:
17619           - Added InitLayout() method
17620           - Added code to properly perform layout when Anchor or Dock property
17621             is changed
17622           - Changed 'interpretation' of ResumeLayout. MS seems to have a
17623             LAMESPEC, tried to do it in a way that makes sense
17625 2004-08-23 14:10  jordi
17627         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
17628           properties and methods
17630 2004-08-23 13:55  pbartok
17632         * Control.cs:
17633           - Properly fixed Jordi's last fix
17634           - Now uses Cursor's Position property instead of calling XplatUI
17635           directly
17637 2004-08-23 13:44  jordi
17639         * PaintEventHandler.cs: Adding missing attribute
17641 2004-08-23 13:39  pbartok
17643         * Cursor.cs:
17644           - Implemented Position property
17646 2004-08-23 13:39  pbartok
17648         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
17649           - Added method to move mouse cursor
17651 2004-08-23 13:39  pbartok
17653         * XplatUIX11.cs:
17654           - Fixed setting of background color
17655           - Added method to move mouse cursor
17657 2004-08-23 13:16  jordi
17659         * Control.cs: avoids null exception
17661 2004-08-22 17:46  jackson
17663         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
17664           PictureBox
17666 2004-08-22 17:40  jackson
17668         * XplatUIX11.cs: Add some missing locks
17670 2004-08-22 15:10  pbartok
17672         * Control.cs, Form.cs:
17673           - Removed OverlappedWindow style from Control, instead it's default
17674             now is child
17675           - Made form windows OverlappedWindow by default
17677 2004-08-22 13:34  jackson
17679         * ScrollBar.cs: Update the position through the Value property so
17680           the OnValueChanged event is raised.
17682 2004-08-22 12:04  pbartok
17684         * SWF.csproj:
17685           - Added Cursor.cs and UserControl.cs
17687 2004-08-22 12:03  pbartok
17689         * Cursor.cs:
17690           - Started implementation, not usable yet
17692 2004-08-22 12:00  pbartok
17694         * UserControl.cs:
17695           - Implemented UserControl (complete)
17697 2004-08-21 19:20  ravindra
17699         * ToolBar.cs: Correcting the formatting mess of VS.NET.
17701 2004-08-21 18:49  ravindra
17703         * ToolBar.cs: Probably this completes the missing attributes in
17704           toolbar control.
17706 2004-08-21 18:03  ravindra
17708         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
17709           Fixed toolbar control signatures.
17711 2004-08-21 16:32  pbartok
17713         * LinkLabel.cs:
17714           - Signature Fixes
17716 2004-08-21 16:30  pbartok
17718         * Label.cs:
17719           - Signature fixes
17721 2004-08-21 16:19  pbartok
17723         * Control.cs, Label.cs:
17724           - Signature fixes
17726 2004-08-21 15:57  pbartok
17728         * ButtonBase.cs:
17729           - Added loads of debug output for development
17730           - Fixed typo in method name
17732 2004-08-21 15:52  pbartok
17734         * ToolBarButtonClickEventArgs.cs:
17735           - Added missing base class
17737 2004-08-21 14:53  pbartok
17739         * Control.cs:
17740           - Updated to match new GrabWindow signature
17742 2004-08-21 14:51  pbartok
17744         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
17745           - Added method to get default display size
17747 2004-08-21 14:23  pbartok
17749         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
17750           - Added method to query current grab state
17751           - Added argument to allow confining a grab to a window
17753 2004-08-21 14:22  pbartok
17755         * Keys.cs:
17756           - Added [Flags] attribute so that modifiers can be used in bitwise
17757           ops
17759 2004-08-21 14:21  pbartok
17761         * TrackBar.cs, ScrollBar.cs:
17762           - Replaced direct XplatUI calls with their Control counterpart
17764 2004-08-21 13:32  pbartok
17766         * Control.cs:
17767           - Implemented Created property
17769 2004-08-21 13:28  pbartok
17771         * Control.cs:
17772           - Implemented ContainsFocus
17774 2004-08-21 13:26  pbartok
17776         * Control.cs:
17777           - Implemented CausesValidation
17779 2004-08-21 13:21  pbartok
17781         * Control.cs:
17782           - Implemented CanFocus
17783           - Implemented CanSelect
17784           - Implemented Capture
17786 2004-08-21 12:35  pbartok
17788         * XplatUIWin32.cs:
17789           - Fixed bug with Async message handling
17790           - Implemented getting the ModifierKeys
17792 2004-08-21 12:32  jackson
17794         * AsyncMethodResult.cs: Make sure we have the mutex before we
17795           release it. Fixes BeginInvoke on windows
17797 2004-08-21 11:31  pbartok
17799         * XplatUIWin32.cs, XplatUIX11.cs:
17800           - Drivers now return proper mouse state
17802 2004-08-21 10:54  jackson
17804         * Control.cs: Implement EndInvoke
17806 2004-08-21 10:48  jackson
17808         * Timer.cs: Remove unneeded finalizer
17810 2004-08-20 19:52  ravindra
17812         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
17813           in mouse event handling in the ToolBar control.
17815 2004-08-20 19:50  ravindra
17817         * ImageList.cs: Changed draw method to use the arguments passed in
17818           to draw the image.
17820 2004-08-20 18:58  pbartok
17822         * XplatUIStructs.cs:
17823           - Added private message for async communication
17825 2004-08-20 17:38  ravindra
17827         * Control.cs: Made RightToLeft property virtual and removed a
17828           Console.WriteLine.
17830 2004-08-20 14:39  jordi
17832         * ThemeGtk.cs: use style_attach
17834 2004-08-20 14:39  pbartok
17836         * XplatUIWin32.cs:
17837           - Added jackson's Async code from X11 to Win32
17839 2004-08-20 14:09  pbartok
17841         * SWF.csproj:
17842           - Added all new files
17844 2004-08-20 14:09  pbartok
17846         * Control.cs:
17847           - Added call to set window background color
17849 2004-08-20 14:03  pbartok
17851         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
17852           - Added method for setting the window background
17854 2004-08-20 14:02  pbartok
17856         * XplatUIWin32.cs:
17857           - Added method for setting the background color
17858           - Added handling for erasing the window background
17860 2004-08-20 13:45  jordi
17862         * TrackBar.cs: fixes timer, new properties and methods
17864 2004-08-20 13:34  jackson
17866         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
17867           correct thread
17869 2004-08-20 13:22  jackson
17871         * Timer.cs: Timer Tick events are now handed through Controls Async
17872           mechanism so the callbacks are executed in the same thread as X
17874 2004-08-20 13:19  jackson
17876         * XplatUIDriver.cs: Expose functionality to send async messages
17877           through the driver
17879 2004-08-20 13:18  jackson
17881         * Control.cs: Implement Begininvoke
17883 2004-08-20 13:14  jackson
17885         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
17886           messages through the driver
17888 2004-08-20 13:12  jackson
17890         * XplatUIX11.cs: Lock before all X operations. Also added Async
17891           method functionality through XSendEvent
17893 2004-08-20 13:11  jackson
17895         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
17896           This will screw up on 64 bit systems)
17898 2004-08-20 13:10  jackson
17900         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
17901           Async messages through X/Win32
17903 2004-08-19 19:39  pbartok
17905         * XplatUIX11.cs:
17906           - Updated code to match new HandleData.DeviceContext type
17908 2004-08-19 19:38  pbartok
17910         * HandleData.cs:
17911           - Made DeviceContext a generic object to allow usage from various
17912           drivers
17913           - Added support for queueing Windows messages
17915 2004-08-19 19:37  pbartok
17917         * XplatUIWin32.cs:
17918           - Added generation of MouseEnter, MouseLeave and MouseHover events
17919           - Added cleanup on EndPaint
17921 2004-08-19 19:17  pbartok
17923         * Control.cs:
17924           - Added handling of WM_MOUSEHOVER
17925           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
17926           code
17928 2004-08-19 18:55  jordi
17930         * ThemeGtk.cs: fixes button order
17932 2004-08-19 18:12  jordi
17934         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
17936 2004-08-19 17:09  pbartok
17938         * Control.cs:
17939           - Added Right property
17940           - Added RightToLeft property
17942 2004-08-19 16:27  jordi
17944         * ThemeGtk.cs: experimental GTK theme support
17946 2004-08-19 16:26  jordi
17948         * ITheme.cs, Theme.cs: move themes from an interface to a class
17950 2004-08-19 16:25  jordi
17952         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
17953           theme enhancaments
17955 2004-08-19 16:04  pbartok
17957         * XplatUIX11.cs:
17958           - Added colormap basics
17959           - Added a way to re-initialize with a different display handle
17960           - Fixed setting of the window background color
17961           - Added various X11 imports related to colors and colormaps
17963 2004-08-19 15:51  pbartok
17965         * X11Structs.cs:
17966           - Removed packing hints (Paolo suggested this a while back)
17967           - fixed colormap type
17968           - Added default Atom types
17969           - Added Screen and color structs and enums
17971 2004-08-19 15:39  pbartok
17973         * ImageList.cs:
17974           - Added missing Draw() method
17975           - Added missing RecreateHandle event
17977 2004-08-19 15:30  pbartok
17979         * Form.cs:
17980           - Added handling of WM_CLOSE
17982 2004-08-18 13:16  jordi
17984         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
17985           a table
17987 2004-08-18 09:56  jordi
17989         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
17991 2004-08-17 15:31  ravindra
17993         * SWF.csproj: Updated project.
17995 2004-08-17 15:25  pbartok
17997         * Control.cs:
17998           - Drawing improvement; don't call UpdateBounds if we are not visible
17999             (or have been minimized)
18001 2004-08-17 15:24  pbartok
18003         * XplatUIWin32.cs:
18004           - Finished IsVisible
18005           - Added Win32GetWindowPlacement
18007 2004-08-17 15:08  jackson
18009         * Panel.cs: Initial checkin of the Panel
18011 2004-08-17 14:25  pbartok
18013         * Control.cs:
18014           - Fixed broken handling of default window sizes
18016 2004-08-17 13:29  jackson
18018         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
18019           has a large startup time.
18021 2004-08-17 10:25  jackson
18023         * HandleData.cs: union areas properly
18025 2004-08-17 10:12  jackson
18027         * HandleData.cs: union areas properly
18029 2004-08-16 20:00  ravindra
18031         * ToolBar.cs, ToolBarButton.cs: Added attributes.
18033 2004-08-16 18:48  ravindra
18035         * ToolBar.cs: Added attributes.
18037 2004-08-16 17:17  ravindra
18039         * SWF.csproj: Updated project.
18041 2004-08-16 17:16  jackson
18043         * XplatUIX11.cs: Check for more expose events before sending a
18044           WM_PAINT so they can all be grouped together. This makes dragging a
18045           window across another window redraw in a sane way.
18047 2004-08-16 15:47  pbartok
18049         * Control.cs:
18050           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
18051             support OnMouseEnter/Leave()
18052           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
18053             exposure handling
18055 2004-08-16 15:46  pbartok
18057         * XplatUIStructs.cs, XplatUIX11.cs:
18058           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
18059           OnMouseEnter/Leave()
18061 2004-08-16 15:34  jackson
18063         * XplatUIX11.cs: Group multiple expose events in HandleData, make
18064           sure messages get the message field set to WM_NULL if they are not
18065           handled.
18067 2004-08-16 15:24  jackson
18069         * HandleData.cs: HandleData is used for storing message information
18070           for window handles
18072 2004-08-15 17:23  ravindra
18074         * ColorDepth.cs: Added attribute.
18076 2004-08-15 17:23  ravindra
18078         * SWF.csproj: Updated project for ToolBar Control.
18080 2004-08-15 17:20  ravindra
18082         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
18083           control and also dos2unix format.
18085 2004-08-15 17:13  ravindra
18087         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
18088           ToolBarButtonClickEventArgs.cs,
18089           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
18090           ToolBarTextAlign.cs: First Implementation of ToolBar control.
18092 2004-08-15 15:31  pbartok
18094         * ButtonBase.cs:
18095           - First (mostly) working version
18097 2004-08-13 16:15  pbartok
18099         * Control.cs:
18100           - Fixed Anchor default
18102 2004-08-13 15:43  pbartok
18104         * Control.cs:
18105           - Changed GetCursorPos signature
18107 2004-08-13 15:42  pbartok
18109         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
18110           - Changed signature for GetCursorPos
18112 2004-08-13 15:25  pbartok
18114         * XplatUIX11.cs:
18115           - Cleanup
18116           - Fixed resizing/exposure handling
18118 2004-08-13 15:22  jordi
18120         * ThemeWin32Classic.cs: removes redundant code and fixes issues
18121           with tickposition
18123 2004-08-13 14:55  jordi
18125         * TrackBar.cs: change from wndproc to events
18127 2004-08-13 13:00  jordi
18129         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18130           XplatUIX11.cs: implements PointToClient (ScreenToClient)
18132 2004-08-13 12:53  pbartok
18134         * XplatUIWin32.cs:
18135           - Changed GetWindowPos to also provide client area size
18136           - Fixed broken prototypes for several win32 functions
18138 2004-08-13 12:53  pbartok
18140         * XplatUI.cs, XplatUIDriver.cs:
18141           - Changed GetWindowPos to also provide client area size
18143 2004-08-13 12:52  pbartok
18145         * XplatUIX11.cs:
18146           - Added generation of WM_POSCHANGED
18147           - Changed GetWindowPos to also provide client area size
18149 2004-08-13 12:52  pbartok
18151         * Control.cs:
18152           - Added Dispose() and destructor
18153           - Fixed resizing and bounds calculation
18154           - Fixed Layout
18155           - Added memory savings for invisible windows
18157 2004-08-13 12:46  jordi
18159         * TrackBar.cs: adds timer and grap window
18161 2004-08-13 10:25  jackson
18163         * Timer.cs: SWF Timer
18165 2004-08-12 16:59  pbartok
18167         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18168           - Implemented method to get current mouse position
18170 2004-08-12 14:29  jordi
18172         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
18173           enhancement, fix mouse problems, highli thumb, etc
18175 2004-08-12 13:31  pbartok
18177         * Control.cs:
18178           - Fixed Anchoring bugs
18180 2004-08-12 13:01  jackson
18182         * StatusBar.cs: Don't forget things
18184 2004-08-12 12:54  jackson
18186         * ThemeWin32Classic.cs: Handle owner draw status bars
18188 2004-08-12 12:54  jackson
18190         * StatusBar.cs: Implement missing properties, events, and methods.
18191           Handle mouse clicking
18193 2004-08-12 10:19  jackson
18195         * StatusBarPanelClickEventArgs.cs,
18196           StatusBarPanelClickEventHandler.cs: Classes for handling status
18197           bar panel click events
18199 2004-08-12 10:10  jackson
18201         * Control.cs: Add missing properties
18203 2004-08-12 09:46  pbartok
18205         * BindingsManagerBase.cs:
18206           - Name changed to BindingManagerBase.cs
18208 2004-08-12 09:25  jordi
18210         * ScrollableControl.cs: calls ctrlbase instead of exeception
18212 2004-08-11 16:28  pbartok
18214         * InputLanguageChangingEventArgs.cs:
18215           - Never check in before compiling. Fixes the last check-in
18217 2004-08-11 16:26  pbartok
18219         * InputLanguageChangingEventArgs.cs:
18220           - More signature fixes
18222 2004-08-11 16:20  pbartok
18224         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
18225           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
18226           ImageListStreamer.cs, InputLanguage.cs,
18227           InputLanguageChangedEventArgs.cs,
18228           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
18229           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
18230           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
18231           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18232           - Signature fixes
18234 2004-08-11 16:16  pbartok
18236         * Application.cs:
18237           - Fixed Signature
18238           - Added .Net 1.1 method
18240 2004-08-11 15:25  pbartok
18242         * SWF.csproj:
18243           - Fixed BindingManagerBase.cs filename
18245 2004-08-11 15:22  pbartok
18247         * BindingManagerBase.cs:
18248           - Was checked in with wrong filename
18250 2004-08-11 14:50  pbartok
18252         * SWF.csproj:
18253           - Updated
18255 2004-08-11 13:41  jordi
18257         * XplatUIWin32.cs: Fixes ClientRect
18259 2004-08-11 13:19  pbartok
18261         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18262           XplatUIX11.cs:
18263           - We had SetWindowPos and MoveWindow to set window positions and
18264             size, removed MoveWindow. We have GetWindowPos, so it made sense to
18265             keep SetWindowPos as matching counterpart
18266           - Added some X11 sanity checking
18268 2004-08-11 12:59  pbartok
18270         * Control.cs:
18271           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
18272             (It seems that SetBounds is just a front for SetBoundsCore and
18273              SetBoundsCore updates the underlying window system and
18274              UpdateBounds is responsible for updating the variables associated
18275              with the Control and sending the events)
18276           - Major cleanup of Size handling; we now have two sizes, client_size
18277             and bounds. Bounds defines the window with decorations, client_size
18278             without them.
18280 2004-08-11 12:55  pbartok
18282         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18283           - Added method to calculate difference between decorated window and
18284             raw client area
18286 2004-08-11 12:54  pbartok
18288         * Label.cs:
18289           - Forcing redraw on resize
18291 2004-08-11 11:43  pbartok
18293         * ImageList.cs:
18294           - Removed disposing of the actual images when the list is disposed
18296 2004-08-11 09:13  pbartok
18298         * Control.cs:
18299           - Now properly reparents windows
18301 2004-08-11 08:37  pbartok
18303         * Control.cs:
18304           - Duh!
18306 2004-08-11 07:47  pbartok
18308         * Control.cs:
18309           - Rewrote the collection stuff. Might not be as fast now, not
18310             keeping the number of children around and accessible directly, but
18311             it's more straightforward
18313 2004-08-11 07:44  pbartok
18315         * AccessibleObject.cs:
18316           - Fixed to match ControlCollection rewrite
18318 2004-08-11 07:43  pbartok
18320         * ImageList.cs:
18321           - Added missing creation of the collection list
18323 2004-08-10 20:08  jackson
18325         * StatusBar.cs: Get the paint message from WndProc
18327 2004-08-10 19:31  jackson
18329         * ThemeWin32Classic.cs: Create Brushes as little as possible
18331 2004-08-10 19:20  jackson
18333         * UICues.cs: Add Flags attribute
18335 2004-08-10 19:19  jackson
18337         * StatusBarPanel.cs: Signature cleanup
18339 2004-08-10 19:10  jackson
18341         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
18342           Initial implementation of status bar item drawing
18344 2004-08-10 17:27  jordi
18346         * TrackBar.cs: add missing methods, properties, and restructure to
18347           hide extra ones
18349 2004-08-10 16:24  jackson
18351         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
18352           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
18353           attribute
18355 2004-08-10 13:21  jordi
18357         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
18358           enhancements and standarize on win colors defaults
18360 2004-08-10 12:52  jackson
18362         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
18363           ThemeWin32Classic.cs: Implement DrawItem functionality
18365 2004-08-10 12:47  jordi
18367         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
18369 2004-08-10 12:32  jordi
18371         * Control.cs: throw ontextchange event
18373 2004-08-10 11:43  pbartok
18375         * Control.cs:
18376           - Added more to the still unfinished Dock/Anchor layout code
18378 2004-08-10 11:39  pbartok
18380         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
18381           - Added GetWindowPos method
18383 2004-08-10 11:36  pbartok
18385         * XplatUIWin32.cs:
18386           - Implemented several methods
18388 2004-08-10 09:47  jackson
18390         * TrackBar.cs: Allow control to handle buffering
18392 2004-08-10 09:41  jackson
18394         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
18396 2004-08-10 09:24  jackson
18398         * Label.cs, LinkLabel.cs: Let Control handle buffering.
18400 2004-08-10 09:09  jackson
18402         * StatusBar.cs: Let Control handle all the buffering.
18404 2004-08-10 09:08  jackson
18406         * Control.cs: Control will now handle the buffering code, so each
18407           control does not have to implement this.
18409 2004-08-10 08:34  jackson
18411         * XplatUIDriver.cs: Use default colors from the theme
18413 2004-08-09 17:12  pbartok
18415         * ImageList.cs:
18416           - Fixed several bugs Ravindra pointed out
18418 2004-08-09 16:11  pbartok
18420         * Control.cs:
18421           - Added incomplete dock layout code
18422           - Added support for mouse wheel
18424 2004-08-09 16:09  pbartok
18426         * XplatUIX11.cs:
18427           - Added handling for middle and right mousebutton
18428           - Added handling for mouse wheel
18429           - Added handling for key state and mouse state and position
18430           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
18431           messages
18433 2004-08-09 15:40  jackson
18435         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
18436           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
18437           checkin
18439 2004-08-09 15:37  jackson
18441         * StatusBar.cs: Initial implementation of StatusBar
18443 2004-08-09 15:36  jackson
18445         * ITheme.cs: Add support for drawing status bar and getting status
18446           bar item sizes
18448 2004-08-09 15:35  pbartok
18450         * MouseButtons.cs:
18451           - Fixed values
18453 2004-08-09 15:34  jackson
18455         * ThemeWin32Classic.cs: Add support for drawing status bar and get
18456           status bar item sizes
18458 2004-08-09 15:21  jackson
18460         * ThemeWin32Classic.cs: Use known colors for default control
18461           colours
18463 2004-08-09 15:12  jackson
18465         * ThemeWin32Classic.cs: Make the default font static, it is static
18466           in control so this doesn't change functionality and creating fonts
18467           is sloooooow.
18469 2004-08-09 14:56  pbartok
18471         * X11Structs.cs:
18472           - Added GrabMode enum
18474 2004-08-09 14:55  pbartok
18476         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18477           - Removed Run method, was only required for initial development
18479 2004-08-09 14:51  pbartok
18481         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
18482           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
18483           capture
18485 2004-08-09 13:48  pbartok
18487         * XplatUIX11.cs:
18488           - Fixed default sizing for child windows
18490 2004-08-09 12:56  pbartok
18492         * XplatUIX11.cs:
18493           - Added generation of WM_DESTROY message
18494           - Added handling of window manager induced shutdown
18496 2004-08-09 11:31  jackson
18498         * ThemeWin32Classic.cs: New names for control properties
18500 2004-08-09 11:25  jackson
18502         * Control.cs: Use new color names
18504 2004-08-09 11:02  jackson
18506         * XplatUI.cs: Get default window properties from the theme
18508 2004-08-09 11:01  jackson
18510         * ITheme.cs: The theme engine now controls default window
18511           properties
18513 2004-08-09 11:00  jackson
18515         * ThemeWin32Classic.cs: Add default window color properties
18517 2004-08-09 10:17  jackson
18519         * ThemeWin32Classic.cs: Use correct default back color
18521 2004-08-09 10:05  jackson
18523         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
18524           the theme now.
18526 2004-08-09 09:56  jackson
18528         * XplatUI.cs: Remove defaults, these are handled by the theme now.
18530 2004-08-09 09:54  jackson
18532         * Control.cs: Get default properties from the theme.
18534 2004-08-09 09:53  jackson
18536         * ITheme.cs: Themes now handle default control properties
18538 2004-08-09 09:53  jackson
18540         * ThemeWin32Classic.cs: Themes now handle default control
18541           properties so coloring will be consistent
18543 2004-08-08 16:54  jordi
18545         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
18547 2004-08-08 15:08  jordi
18549         * XplatUIX11.cs: fixes keyboard crash
18551 2004-08-08 13:47  jordi
18553         * Label.cs: add cvs header info
18555 2004-08-08 12:09  jackson
18557         * ThemeWin32Classic.cs: Add pen_buttonface
18559 2004-08-08 11:52  jordi
18561         * Label.cs, LinkLabel.cs: [no log message]
18563 2004-08-08 11:34  jordi
18565         * ThemeWin32Classic.cs: Use Windows Standard Colours
18567 2004-08-07 17:32  jordi
18569         * TrackBar.cs: throw exceptions of invalid enums values
18571 2004-08-07 17:31  jordi
18573         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
18574           draw method name
18576 2004-08-07 16:56  jackson
18578         * HorizontalAlignment.cs: Initial checkin
18580 2004-08-07 13:16  jordi
18582         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
18583           methods
18585 2004-08-07 13:05  jordi
18587         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
18588           GetSysColor defines
18590 2004-08-06 18:01  pbartok
18592         * ThemeWin32Classic.cs:
18593           - Fixed some rounding issues with float/int
18595 2004-08-06 18:00  jackson
18597         * DockStyle.cs, AnchorStyles.cs:
18599                   Add flags and serializable attributes.
18601 2004-08-06 17:46  pbartok
18603         * XplatUIX11.cs:
18604           - Implemented GetParent
18606 2004-08-06 17:18  pbartok
18608         * TrackBar.cs:
18609           - Fixed some rounding issues with float/int
18611 2004-08-06 17:17  pbartok
18613         * X11Structs.cs, XplatUIX11.cs:
18614           - Fixed Refresh and Invalidate
18616 2004-08-06 15:30  pbartok
18618         * Control.cs, X11Structs.cs, XplatUIX11.cs:
18619           - Fixed recursive loop when resizing
18620           - Improved/fixed redrawing on expose messages
18622 2004-08-06 09:53  jordi
18624         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
18625           keyboard navigation
18627 2004-08-06 08:02  pbartok
18629         * X11Structs.cs, XplatUIX11.cs:
18630           - Fixed reparenting
18631           - Fixed window border creation
18633 2004-08-05 15:38  pbartok
18635         * XplatUIX11.cs:
18636           - Attempted fix for reparenting problems
18638 2004-08-04 15:14  pbartok
18640         * Control.cs:
18641           - Fixed Invalidation bug (calculated wrong client area)
18642           - Added ClientSize setter
18644 2004-08-04 15:13  pbartok
18646         * Form.cs:
18647           - Added AutoScale properties
18649 2004-08-04 15:13  pbartok
18651         * SWF.csproj:
18652           - Added latest files
18654 2004-08-04 14:11  pbartok
18656         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
18657           XplatUIX11.cs:
18658           - Added Invalidate handling
18660 2004-08-03 17:09  jordi
18662         * XplatUIDriver.cs: fixes spelling mistake
18664 2004-07-27 09:53  jordi
18666         * TrackBar.cs: fixes trackbar events, def classname, methods
18667           signature
18669 2004-07-27 09:29  jordi
18671         * ScrollBar.cs: fixes scrollbar events
18673 2004-07-27 04:38  jordi
18675         * Control.cs: changes to be able to run winforms samples
18677 2004-07-26 11:42  jordi
18679         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
18680           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
18682 2004-07-26 05:41  jordi
18684         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
18685           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
18686           implementation
18688 2004-07-22 09:22  jordi
18690         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
18691           check link overlapping, implement events, and fixes
18693 2004-07-21 10:28  jordi
18695         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
18697 2004-07-21 10:19  jordi
18699         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
18700           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
18701           LinkLabelLinkClickedEventArgs.cs,
18702           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
18703           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
18704           implementation
18706 2004-07-19 13:09  jordi
18708         * Control.cs, Label.cs: label control re-written: added missing
18709           functionlity, events, and properties
18711 2004-07-19 10:49  jordi
18713         * Control.cs: fixes SetBounds logic
18715 2004-07-19 01:29  jordi
18717         * Control.cs: Call RefreshWindow only if the window has created
18719 2004-07-15 14:05  pbartok
18721         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
18722           - Implemented ImageList and ImageList.ImageCollection classes
18723           - Added ColorDepth enumeration
18724           - Updated SWF VS.Net project
18726 2004-07-15 11:06  jordi
18728         * XplatUIStructs.cs: added MsgButons enum
18730 2004-07-15 11:03  jordi
18732         * Control.cs: added basic mouse handeling events
18734 2004-07-15 03:38  jordi
18736         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
18737           Vertical TrackBar control implementation
18739 2004-07-13 09:33  jordi
18741         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
18743 2004-07-13 09:31  jordi
18745         * Control.cs, Form.cs: commit: new properties and fixes form size
18746           problems
18748 2004-07-09 14:13  miguel
18750         * ProgressBar.cs: Spelling
18752 2004-07-09 11:25  pbartok
18754         * ProgressBar.cs:
18755           - Removed usage of Rectangle for drawing. Miguel pointed out it's
18756           faster
18758 2004-07-09 11:17  miguel
18760         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
18762                 * ProgressBar.cs: Fixed spelling for `block'
18764                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
18765                 style guidelines.
18767                 Avoid using the += on rect.X, that exposed a bug in the compiler.
18769 2004-07-08 23:21  pbartok
18771         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
18772           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
18773           BaseCollection.cs, Binding.cs, BindingContext.cs,
18774           BindingMemberInfo.cs, BindingsCollection.cs,
18775           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
18776           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
18777           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
18778           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
18779           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
18780           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
18781           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
18782           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
18783           FrameStyle.cs, GiveFeedbackEventArgs.cs,
18784           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
18785           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
18786           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
18787           InputLanguageChangedEventArgs.cs,
18788           InputLanguageChangedEventHandler.cs,
18789           InputLanguageChangingEventArgs.cs,
18790           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
18791           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
18792           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
18793           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
18794           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
18795           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
18796           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
18797           QueryAccessibilityHelpEventArgs.cs,
18798           QueryAccessibilityHelpEventHandler.cs,
18799           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
18800           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
18801           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
18802           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
18803           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
18804           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
18805           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
18806           XplatUIX11.cs, lang.cs:
18807           - Initial check-in