2007-04-27 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
blob1896a5ec0e333de0aa49cecd25660f7256b2daa3
1 2007-04-27  Chris Toshok  <toshok@ximian.com>
3         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
4         internal handler that can be invoked from our subclasses.)  Also,
5         add a comment to PushData about how we need to fix it.
7         * CurrencyManager.cs: tons of changes here.  trying to get things
8         matching the behavior of .net wrt event orders (ItemChanged,
9         CurrentChanged, PositionChanged.)  I've implemented a private .net
10         symbol (ChangeRecordState) that appears in stack traces because
11         it's actually easier to do this than to effective inline all its
12         various behaviors at every call site.
14         * RelatedPropertyManager.cs: guard against an exception here by
15         not using parent.Current if the position is set to -1 (if the
16         parent datasource is cleared, for instance).
18         * Binding.cs: don't parse data in PushData (this might be wrong,
19         but it jives with MS's behavior.)  Also, don't call PushData when
20         we get a CurrentChanged event.
22 2007-04-27  Andreia Gaita  <avidigal@novell.com>
24         * WebBrowser.cs,
25           WebBrowserBase.cs,
26           WebBrowserSiteBase.cs,
27           HtmlDocument.cs: Added stubbed out classes, no real implementations 
28           yet.
30 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
32         * MainMenu.cs: In draw method without parameters call draw method with 
33         PaintEvent, another one (just rect) adjust rectangle and we dont need it
34         as Rect property is already adjusted. Fixes #80694.
36 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
38         * Application.cs: Need to handle keyboard menu deselection here.
39         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
40         navigation, allowing keyboard to work on X11.
41         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
43 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
45         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
46         menu bar. It fixes some drawing issues in menu bar.
48 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
50         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
51         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
52         when <alt> key is pressed.
54 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
56         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
57         example just set visible to false and make this prevent from other problems.
58         In SystrayAdd always remove pending expose. Fixes #81072.
60 2007-04-26  Marek Safar  <marek.safar@gmail.com>
62         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
63         value is set.
65 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
67         * ListView.cs: Added three missing 2.0 events and corresponding
68         EventHandlers. Added the OwnerDraw property.
69         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
71 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
73         * DrawListViewItemEventArgs.cs
74         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
76 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
78         * TextControl.cs: Fixed typo in constructor
80 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
82         * Application.cs: Create a shortcut path so that currently selected
83         MenuStrips can intercept keyboard events without having focus.
84         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
85         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
86         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
87         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
88         generate WM_SYSCOMMAND message in X11 for other platforms.
89         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
90         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
91         * ToolStripSplitButton.cs: Add DefaultItem property.
92         
93 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
95         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
96         fixes some menu draw problem on Windows with border diferent from default
97         it also fixes #81403.
99 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
101         * Form.cs: Refactor WndProc into separate methods, just like Control is
102           doing it.
104 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
106         * Control.cs: set_Text: move the call to the driver into a seperate
107           virtual method so that Form can override it.
108         * MaskedTextBox.cs: Corcompare fixes.
109         * Form.cs: Override UpdateWindowText and only update the styles if the
110           form has been shown (fixes #81405).
112 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
114         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
115         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
116         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
117         the form lost focus or another control was clicked.
119 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
121         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
122         fixed.
124 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
126         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
127           DrawListViewItemEventHandler.cs,
128           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
129           Added.
130         * X11Structs.cs: More ToString implementation.
132 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
134         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
135         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
137 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
139         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
140           handle.
141         * FormCollection.cs: Don't add a form if it's already in the
142           collection.
143         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
144           according to behaviour and MSDN. The ownerWin32 is the active
145           window at the moment when we call ShowDialog, not the context's
146           main form (the context's main form may open another form that opens
147           a form with ShowDialog, the win32 owner is the second form). Add
148           and remove forms to the Application.OpenForms in other places to
149           better match MS behaviour. Add an IsActive property that raises
150           On(de)Activated only if the active state has changed (we were
151           raising OnDeactivated before OnActivated while creating forms).
152         * Application.cs: Refactor Enabling/Disabling of windows for modal
153           dialog loops out to separate methods, and restore the thread
154           context when we quit the method. Fixes #81407.
156 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
158         * ListView.cs: In ItemControl.HandleClicks, also fire 
159         2.0 MouseClick or MouseDoubleClick events on the parent,
160         not only the Click/DoubleClick events.
162 2007-04-24  Andreia Gaita  <avidigal@novell.com>
164         * TableLayoutSettings.cs: 
165         - Added a GetControls method and a support structure to help the 
166         TypeConverter to enumerate the controls for     serialization. 
167         - Added a new serialization constructor. 
168         - Added a isSerialized flag initialized to true on the 
169         serialization constructor so that the TableLayoutPanel.LayoutSettings 
170         setter does not throw the designed NotSupportedOperation exception
171         when the object is built through deserialization.
172         - Implemented GetObjectData
173         
174         * TableLayoutPanel.cs: Added check on LayoutSettings.
176 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
178         * ListView.cs: Report Click and DoubleClick events to the parent
179         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
180         from breaking the click count state when using dialog forms (Control
181         reports the clicks in a similar fashion). In the previous behaviour
182         the last WM_LBUTTONUP message in a  double click was sent to the
183         ListView's form, instead of the ListView, which was breaking the click
184         count for it. Fixes #80387.
186 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
188         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
190 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
192         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
193         us from created dropdowns for menu items that do not have subitems.
194         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
195         Check HasDropDownItems before calling DropDown so a dropdown will not be
196         created if it isn't needed.
198 2007-04-24  Jackson Harper  <jackson@ximian.com>
200         * TreeView.cs: Set the first node to the selected node when we get
201         focus if there is no selected node.
203 2007-04-24  Andreia Gaita  <avidigal@novell.com>
205         * MimeIcon.cs: remove using blocks so that image streams are
206         not disposed of. Fixes #80151
208 2007-04-24  Jackson Harper  <jackson@ximian.com>
210         * TextBoxBase.cs: Fixup the height of textboxes when the control
211         is created.
213 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
215         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
216         for each ToolStripItem when the parent's RightToLeftChanged is called.
218 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
220         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
221           Fixes #80163.
222         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
223           property, so that the setter can be overriden too.
224         * TextBox.cs: Change GetContextMenuInternal() to use
225           ContextMenuInternal.
227 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
229         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
230           #81406.
232 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
234         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
235           #81406.
237 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
239         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
240           avoid duplicate work. Mostily skeleton code, it's not working at
241           all yet.
243 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
245         * NotifyIcon.cs : stub for MouseClick event
246         * Application.cs: stub for SetUnhandledExceptionMode
248 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
250         * BindingNavigator.cs : Initial (partial) implementation
252 2007-04-23  Jackson Harper  <jackson@ximian.com>
254         * TreeView.cs: Do not create the treeview's handle when setting
255         the scroll position.
256         - ExpandAll needs to compute the scrollbars so it knows which
257         position to set the bar too.
258         * TreeNode.cs: 
259         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
261 2007-04-23  Jackson Harper  <jackson@ximian.com>
263         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
264         key. Fixes #81408.
266 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
268         * ToolStripItem.cs: Make GetImageSize internal.
269         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
270         need to draw an item.  Fixes a reported issue where images on menus
271         that were not 16x16 were drawing incorrectly.
273 2007-04-21  Miguel de Icaza  <miguel@novell.com>
275         * Padding.cs: Use the converter, fixes the resgen2 issue with
276         XMLNotePad. 
278 2007-04-21  Jackson Harper  <jackson@ximian.com>
280         * TreeView.cs: Dont try to unhighlight the selected node if there
281         isn't a selected node.
283 2007-04-21  Jackson Harper  <jackson@ximian.com>
285         * UpDownBase.cs:
286         * TextBoxBase.cs:
287         * ListView.cs:
288         * ListBox.cs:
289         * TreeView.cs: Use the InternalBorderStyle property to set the
290         initial border style, this forces the client rectangle to be sized
291         correctly.
293 2007-04-20  Jackson Harper  <jackson@ximian.com>
295         * TreeView.cs: Simplify scrolling to the last node after expanding
296         all.
297         - Fix some off by ones with setting the bottom.
299 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
301         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
302         that.  We were incorrectly doing it the other way around.  Also,
303         update ClientSize if we change the BorderStyle before the control
304         is created.
306 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
308         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
309         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
310         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
311         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
312         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
313         Caption to CaptionHeight.
314         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
315         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
316         and FixedFrameBorderSize to return value from current XplatUI driver.
317         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
318         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
319         and FixedFrameBorderSize using win32 API. Renamed Caption to
320         CaptionHeight.
321         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
322         * SystemInformation.cs: Fixed typo in BorderSize.
324 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
326         * XplatUI.cs: Added MenuAccessKeysUnderlined.
327         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
328         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
329         returning false.
330         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
331         value from XplatUI driver.
332         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
333         SystemParametersInfo.
334         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
335         override.
336         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
337         returning false.
339 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
341         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
343 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
345         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
347 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
349         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
350         MenuStrips that contain ToolStripSeparators.
352 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
354         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
355           DefineStdCursorBitmap.
356         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
357           has been created off a standard cursor. This is used to get a
358           bitmap of the standard cursor when Draw or DrawStretched is called
359           in order to draw the cursor.
360         * X11Structs.cs: Added XcursorImage and XcursorImages.
361         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
362           DefineStdCursorBitmap.
363         * Cursors.cs: Update all relevant creations of Cursor to use the new
364           internal constructor.
366 2007-04-19  Jackson Harper  <jackson@ximian.com>
368         * TextBox.cs: Move the has_been_focused into the base control, so
369         some of the text adding methods can manipulate it (probably time
370         for a better name for this flag too).
371         - Call a new version of selectall that doesn't scroll
372         * TextBoxBase.cs: When we append text, if the document is empty,
373         don't scroll.  If the document has text already, we scroll to the
374         end of the appended text.
375         - When the text is changed, we reset the has_been_focused, so the
376         next time the control gets focused, all the text is selected.
378 2007-04-19  Jackson Harper  <jackson@ximian.com>
380         * TextControl.cs: Move the margins to the document, add a method
381         so the margin sizes can be updated.
382         * TextBoxBase.cs: When the border style is changed, update the
383         border sizes.
385 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
387         * Control.cs: Respect DefaultPadding.
388         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
389         padding into account.
390         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
392 2007-04-19  Jackson Harper  <jackson@ximian.com>
394         * TextControl.cs: Oops, we need to use the ClientRect not the
395         bounds here.
397 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
399         * ListView.cs: In ItemControl.ItemsMouseDown, take into
400         account the double clicks when CheckBoxes are used and
401         the pointer is inside the checkbox. Fixes part of #81191.
403 2007-04-18  Jackson Harper  <jackson@ximian.com>
405         * TextControl.cs: Pressing the end key shouldn't move the caret
406         past the line ending.
407         * TextBoxBase.cs: We can still delete if we are in the line
408         ending and the combine will just kill the existing line ending.
410 2007-04-18  Jackson Harper  <jackson@ximian.com>
412         * TextControl.cs: We can't move lines, then invalidate their
413         bounds, we need to get the old bounds and combine that with the
414         new bounds.
415         * TextBoxBase.cs: Before combining two lines for a delete, we need
416         to invalidate the area of the old line, since that will be moved
417         in the combine operation.
419 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
421         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
422         with transparent background. Fixes #80482.
424 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
426         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
427         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
428         [Fixes bug #81391]
430 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
432         * CreateParams.cs: Add a couple of helper methods and do a less string
433           concatenation in ToString.
434         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
435           overload that takes a Control parameter, since this method may be
436           called before a control is assigned to the hwnd (from
437           CreateWindow), and update CreateWindow to use the new overload. In
438           GetMenuOrigin subtract the title bar from the y position if the
439           form has a window manager (since we're painting it and not X).
440         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
441           CreateParams to calculate the origin (since border sizes may vary).
442           In ScreenToMenu only subtract the title height if we actually have
443           a title.
444         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
445           mdi children never have menus of themselves.
446         * InternalWindowManager.cs: Implement menu handling like form does.
447           Added GetMenuOrigin to calculate the menu origin, can't use the
448           CreateParams from the form like normally since it's lying.
449         * Hwnd.cs: Implement GetBorderSize better (in the sense more
450           windows-like) and add Inflate and comparison operators to the
451           Borders type. When calculating MenuOrigin and it's a form with a
452           window manager, use the window manager to calculate it.
454 2007-04-17  Chris Toshok  <toshok@ximian.com>
456         * Control.cs (CreateControl): turns out in 2.0 we don't need this
457         OnBindingContextChanged thing here.  It's only generated from
458         ContainerControl.OnCreateControl.  Fixes a newly written unit test
459         - BindingTest.BindingContextChangedTest4.
460         
461 2007-04-17  Jackson Harper  <jackson@ximian.com>
463         * ScrollBar.cs: When setting values, make sure the current
464         position stays within the new values range.
466 2007-04-17  Chris Toshok  <toshok@ximian.com>
468         * Control.cs (CreateControl): talk about a bizarre corner case.
469         Don't emit OnBindingContextChanged here if we're a parentless
470         control (i.e. if we're a form.).  Fixes
471         BindingTest.BindingContextChangedTest2.
473 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
475         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
476         from win32. Fixes #81255.
478 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
480         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
481         already present in CalculateButtonTextAndImageLayout.
483 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
485         * XplatUIX11.cs: When setting min/max size for a window we need to
486           translate the coordinates to x coordinates. Create an overload of
487           SetWindowMinMax that takes a CreateParams handling this, and change
488           SetWMStyles to call this function (can't use Control.FromHandle in
489           the SetWindowMinMax to get the control/CreateParams from the handle
490           because the handle might not have been assigned to the control
491           yet). Fixes #81371.
493 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
495         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
496         if StateImageList is non-null and it has less than two items (match MS
497         behaviour). Also, in HandleNavKeys handle the Space key, calling
498         the new ToggleItemsCheckState method, which tries to change the
499         checked state of the selected items. Fixes part of #81191.
501 2007-04-16  Jackson Harper  <jackson@ximian.com>
503         * RichTextBox.cs: namespace cleanup.
505 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
507         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
509 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
511         [Fixes #79447]
512         * Control.cs: Call invalidate in set_Region.
514         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
515         it dont works here.
517 2007-04-16  Jackson Harper  <jackson@ximian.com>
519         * TextBoxBase.cs: When enter is pressed, we need to update all
520         lines below the current.
522 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
524         * MdiClient.cs: Implement implicit menu merging for MDI
525         children.  When a child form is active, if it has a menustrip
526         and the parent form has a MainMenuStrip, automatically merge
527         the menus.
529 2007-04-15  Andreia Gaita  <avidigal@novell.com>
531         * TabControl.cs: Refactored sizing methods to not repeat
532         code all over the place. Tab bounds are now calculated
533         as if alignment is top and single line, and only when 
534         setting the bounds are the positions adjusted according
535         to alignment. Replaced hardcoded positions, spacings and
536         paddings by getting the values the ThemeEngine. 
537         Fixes #79619.
538         
539         * Theme.cs: Change TabControl properties and methods so
540         that all start with TabControl*. Added more properties
541         to help remove hardcoded values on tabcontrol.
542         Add CPDrawBorder3D declaration so the Theming classes
543         can access it.
544         
545         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
547         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
548         on the Theming namespace, and call the appropriate methods here.
549         Change CPDrawBorder3D to public.
551 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
553         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
554         the control after firing the OnMouseUp event, instead of sending
555         the message before the mentioned event. This is so we can match the
556         MS behaviour. Fixes part of #80385.
558 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
560         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
561         RightToLeft property.
563 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
565         * ToolStrip.cs: Add properties and internal methods to support merging.
566         * ToolStripItem.cs: Add MergeAction and MergeIndex.
567         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
568         not trigger reparenting or layouts.
569         * ToolStripManager.cs: Add Merge and RevertMerge methods.
570         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
571         is hosting the overflow menu.
573 2007-04-13  Jackson Harper  <jackson@ximian.com>
575         * TextControl.cs: Set the line ending correctly for the first
576         inserted line.
578 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
580         * Theme.cs: Update GetMethod to get the new definition for 
581         KnownColors.Update (and fix theme color updates).
583 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
585         * MessageBox.cs: Fix some test and button position.
587 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
589         * Form.cs: Consider the implicit controls in
590         GetRealChildAtPoint. We need it since this method
591         is called on Form when handling the some messages in
592         WndProc, and need to consider those implicit ones too.
593         Fixes #80385.
595 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
597         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
598         if there are no ShortcutKeys set.
599         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
600         set, use it when painting.
602 2007-04-12  Jackson Harper  <jackson@ximian.com>
604         * TextControl.cs: Fix some off-by-one issues in line duplication
605         and insertion in the undo manager. Also, overwrite the first tag
606         of a line on insert, if it is just a zero lengthed tag. This
607         prevents us from getting an extra stranded tag at the beginning of
608         the first line.
610 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
612         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
613         to calculated proper size including when handle was not created yet.
615 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
617         * MdiWindowManager.cs: When moving a form, allow the form to be moved
618           when the mouse is outside of it's parent's client rectangle. Fixes
619           #79982 (take 3, part 2).
621 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
623         * X11Structs.cs: Add a few ToString() overrides.
624         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
625           the window location in a window-manager independent way. Reworked
626           FrameExtents, it now actually works. Reworked AddConfigureNotify
627           and ReparentNotify handling to use GetTopLevelWindowLocation
628           instead of the earlier, more hacky solution. Reworked SetWMStyles,
629           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
630           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
631           for all other windows (fixes #81281 part 1), a toolwindow is hidden
632           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
633           and generally refactored to do as few calculations as possible
634           inside the lock.
636 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
638         * Theme.cs: Change "reflective-contract" between MWF and SD to 
639         minimize # of calls, avoid Color serialization and avoid updating 
640         every "known colors" each time a single one is updated.
642 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
644         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
645         when not readonly and the text is explicitly set. Code style updates.
646         * DataGridTableStyle.cs: Removed extra line.
647         * DataGrid.cs: Code style updates. Removed extra whitespace.
648         * DataGridColumnStyle.cs: Code style updates. Removed extra 
649         whitespace.
651 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
653         * XplatUIX11.cs: Added comment that "fixes" #80021.
655 2007-04-09  Jackson Harper  <jackson@ximian.com>
657         * TextControl.cs: We don't need this -1 on the line count anymore.
659 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
661         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
662         entered value to underlying type, and convert it back to a string to
663         apply formatting. Modified GetFormattedValue to use TypeConverter
664         if available.
666 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
668         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
669         Use SubItems property when we want to ensure there's at least one
670         subitem. Modified SubItems property to ensure there's always at least
671         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
672         the NRE's reported by MS.
674 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
676         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
677         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
678         Spaces to tabs. Removed extra tabs.
680 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
682         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
683         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
685 2007-04-06  Jackson Harper  <jackson@ximian.com>
687         * TextBoxBase.cs: When a delete removes a line, recalculate all
688         lines below that line (they need to get offsets setup correctly)
689         and invalidate.
691 2007-04-05  Jackson Harper  <jackson@ximian.com>
693         * TextControl.cs: We need to invalidate across the width of the
694         document when we are invalidating multiple lines.
695         * TextBoxBase.cs: Don't delete into the line ending.
697 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
699         * ListView.cs: Restore the check for the MouseHover event
700         in ListView. It looks like the ListView fires more than one MouseHover
701         event when HoverSelection is true  _only_ in weird-corner scenarios, but
702         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
703         event.
705 2007-04-05  Mike Kestner  <mkestner@novell.com>
707         * ListView.cs : raise MouseDown before updating selection.
708         [Fixes #80373 tab 1&3]
710 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
712         * ToolStripRenderer.cs: Add static method to mirror image.
713         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
714         and RightToLeftAutoMirrorImage.
715         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
717 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
719         * ToolStripSplitStackLayout.cs: Support Alignment property.
720         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
722 2007-04-05  Jackson Harper  <jackson@ximian.com>
724         * TextControl.cs: Move around the line endings when crossing line
725         boundaries.
726         - When combining lines, strip the ending text off the first line.
728 2007-04-05  Jackson Harper  <jackson@ximian.com>
730         * TextControl.cs:
731         * TextBoxBase.cs: Try to never move the cursor into the line
732         ending.
733         
734 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
736         * ToolStripItem.cs: Make sure we aren't firing mouse events when
737         the item is disabled.  Also add a few missing methods.
739 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
741         * ListView.cs: We don't need the MouseEnter/MouseLeave check
742         to fire just one MouseHover event when HoverSelection is true, since
743         .Net does fire more than one MouseHover event in that scenario. Also,
744         fix the selection in HoverSelection, by invoking UpdateMultiSelect
745         if MultiSelect is true, instead of only setting ListViewItem.Selected.
746         Finally, we need to reset the Hover logic in MouseMove, even when we
747         don't have a selected item.
749 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
751         * ToolStrip.cs: Add several missing methods, properties, and events.
753 2007-04-04  Chris Toshok  <toshok@ximian.com>
755         * DataGridTextBoxColumn.cs: set the bounds of the text box to
756         (0,0,0,0) in Commit, as MS does.
758         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
759         make sure we set CurrentRow on a row header click *before* calling
760         Select.  This moves the current cell (and the textbox) to the new
761         row.  The call to Select then hides the textbox, giving us the
762         correct behavior.  Fixes #80362.
764         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
765         (ListChangedHandler): reorder the position/current changed events,
766         and call UpdateIsBinding in the ItemAdded case.
768         * GridColumnStylesCollection.cs: add some columns events, one of
769         which raises the CollectionChanged event.
771 2007-04-04  Jackson Harper  <jackson@ximian.com>
773         * TextControl.cs: When we delete multiple selection lines
774         invalidate the selection area, don't need to do that for single
775         lines because the final update view will handle it.
777 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
779         * Control.cs: When we CreateControl, we need to also create all of the
780         control's children.  The child's OnLoad must also fire before the parent's
781         OnLoad.  Fixes the toolbox size in PDN.
783 2007-04-04  Jackson Harper  <jackson@ximian.com>
785         * TextBoxBase.cs: When the user presses enter, insert a line
786         ending into the text. (Maybe this would be a good spot for
787         Environment.NewLine).
788         * TextControl.cs: Remove undo manager hack, line endings get
789         inserted properly now.
790         
791 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
793         * MenuAPI.cs: 
794         - Remove unneeded parameters in UpdateCursor.
795         - Fix UpdateCursor to check if menu is active.
796         - Call UpdateCursor when menu deactivate my click.
797         [Fixes remaining issues from #80410]
799 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
801         * Control.cs: GetRealChildAtPoint method added, it make an
802         recursive child control search for the point. 
804         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
805         menu.
807         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
809 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
811         * Form.cs: Fix mouse position when send back mouse event after closes
812         menu.
814 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
816         * Form.cs: Simplify the BUTTONDOWN for active tracker.
818 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
820         * Control.cs: Fix an issue where if a user resized a control inside
821         a sizing method like OnResize, we would overwrite their explicit
822         value.  Also, only call DefaultSize once in the constructor instead
823         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
824         nothing actually changed.
826 2007-04-03  Jackson Harper  <jackson@ximian.com>
828         * TextControl.cs: Don't attempt to copy text for lines with no
829         text in them (technically this shouldn't happen, but we aren't
830         always inserting line endings when we should be).
832 2007-04-03  Jackson Harper  <jackson@ximian.com>
834         * TextBoxBase.cs: Calculate the scrollbars before calculating the
835         document, because this sets some of the document size properties
836         that are needed.
838 2007-04-03  Jackson Harper  <jackson@ximian.com>
840         * TextBoxBase.cs: We need to calculate maximums even if this is
841         not a multiline control, because the maxs are used for scrolling.
842         - Display the caret after doing a page up/down, we need to
843         manually display it because a proper CaretMoved event isn't
844         triggered (this is because of the way the math is done to
845         determine how far to scroll).
847 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
849         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
850         (ToolBar was relying on SetBoundsCore to default the values sent 
851         base off of BoundsSpecified.)
853 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
855         * DateTimePicker.cs: Change Text so that when a null value or empty
856           string is assigned to the test we always raise ValueChanged and
857           TextChanged (earlier implementation would only raise ValueChanged
858           if the current date value was different from DateTime.Now).
860 2007-04-03  Andreia Gaita <avidigal@novell.com> 
862         * ButtonBase: Call update after invalidation, fixes #80194
864 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
866         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
867           #79335.
869 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
871         * XplatUIX11.cs: SetWMStyles: If the control is a form with
872           FormBorderStyle = None, don't give the window any decorations.
873           Fixes #81276.
875 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
877         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
878         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
879           to check for is a mix of several styles (such as WS_CAPTION for
880           instance).
881         * Control.cs: Don't paint an area bigger than the client area when
882           painting the background colour. Add an internal GetCreateParams.
883           Update calls to XplatUI.CalculateWindowRect due to API change.
884         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
885           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
886           the size if it hasn't been handled by any windows. When creating
887           and moving windows, X wants the location of the entire window, but
888           the size of the client window, so add
889           TranslateClientRectangleToXClientRectangle,
890           TranslateWindowSizeToXWindowSIze and
891           TranslatedXWindowSizeToWindowSize to cope with this, and call them
892           before every window creation and move. Update CalculateWIndowRect
893           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
894           In AddConfigureNotify don't do anything if the hwnd is a zombie
895           (fixes the BadWindow we were getting while running the tests),
896           always calculate the offsets when it's a parentless window, not
897           only when reparented, and translate the window size, since we're
898           getting the client size of the whole window, excluding entire
899           window.
900         * Theme.cs: Added BorderSizableSize.
901         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
902           anymore. Update calls to XplatUI.CalculateWindowRect due to API
903           chang
904         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
905           change. Fake the window styles here instead of in XplatUIWin32 so
906           that all back-ends get the same window styles (and it's Form that's
907           deciding when to use wm, not the Win32 backend anyways)
908         * Hwnd.cs: Completely reworked GetWindowRectangle and
909           GetClientRectangle - they are now passed a CreateParams and they
910           only use Style and ExStyle to determine the rectangles (they should
911           now work just like Win32AdjustWindowRectEx - though quite a few
912           special cases are probably missing). They should also be 100%
913           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
914           == rect), and all numbers (borders, menu sizes) are taken from the
915           current theme. Added a GetBorders helper function that will return
916           the borders for any given CreateParams (including captions and
917           menus), and GetBorderSize that returns the given border size only.
918         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
919           Hwnd.GetClientRectangle.
921 2007-04-02  Chris Toshok  <toshok@ximian.com>
923         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
924         logic between the values we present to the user and the values
925         which are stored in the column's property.  Also, don't call
926         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
928 2007-04-02  Jackson Harper  <jackson@ximian.com>
930         * TextBoxBase.cs: Scroll faster!
932 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
934         * StatusStrip.cs: Layout fixes for PDN.
935         * ToolStrip.cs: Set item's available to true, and placement to main when
936         added.
937         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
938         changing in setter before doing any work, add InternalVisible.
939         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
940         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
941         infinite loop.
943 2007-04-02  Jackson Harper  <jackson@ximian.com>
945         * TextBox.cs: LBUTTON does not make the textbox select all of it's
946         text on focus.
948 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
950         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
951           Makes ToolStripComboBoxes show up again.
953 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
955         * ListView.cs: Add a hover_pending field in ListView
956         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
957         cycle (we are resetting the MouseHover logic in XplatUI
958         to handle HoverSelection). Fixes #80429.
960 2007-04-02  Jackson Harper  <jackson@ximian.com>
962         * TextControl.cs: Make sure the attributes get set on the last
963         tag.
964         - Still have to do the end tag if we have stepped all the ways to
965         the end.
967 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
969         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
970         on an internal libgdiplus call when the information is already 
971         available via the public API.
973 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
975         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
976           control is removed from a control collecftion.
977         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
978           Fixes FormPropertyTest (failed on rare occasions).
979         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
980           of Win32SetParent (when changing from no parent to a parent it
981           might add the new parent's location in screen coordinates to this
982           window's location).
983         * Form.cs: Rework ChangingParent once again, now the handle is
984           recreated whenever a FormWindowManager is added or removed (that is
985           whenever a normal form is parented or abandoned). Also change
986           CreateParams so that all non-toplevel windows always get the
987           specified sice (StartupPosition is never considered for
988           non-TopLevel forms).
989         * ContainerControl.cs: Add ChildControlRemoved, the container control
990           needs to be notified when a control is removed from it's
991           collection, in the case the removed control is the active control.
993 2007-04-02  Jackson Harper  <jackson@ximian.com>
995         * RichTextBox.cs: Use the new methods for setting the font and
996         color, these methods set the specified attribute without
997         overriding the other attributes.
999 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
1001         * ToolStripPanel.cs: Fixes for better layouts in PDN.
1003 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
1005         * TextBox.cs: Added internal ChangeBackColor method to special-case
1006         Color.Empty. Added check for invalid ScrollBars value.
1007         * TextBoxBase.cs: Added internal ChangeBackColor method.
1008         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
1009         internal ChangeBackColor method to special-case Color.Empty. Added
1010         check for invalid ScrollBars value.
1012 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
1014         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
1016 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
1018         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
1019         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
1020         [Based on submitted patch from Olivier Duff.]
1022 2007-03-30  Jackson Harper  <jackson@ximian.com>
1024         * TextBox.cs: Only select all on initial focus if the user has not
1025         specified a selection area.
1027 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
1029         * UserControl.cs: Override CreateParams.
1031 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1033         [ Fixes #80995 ]
1035         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
1036         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
1037           check for is a mix of several styles (such as WS_CAPTION for instance).
1038         * Control.cs: Don't paint an area bigger than the client area when painting
1039           the background colour. Add an internal GetCreateParams. Update calls to
1040           XplatUI.CalculateWindowRect due to API change.
1041         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
1042           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
1043           hasn't been handled by any windows. When creating and moving windows, X
1044           wants the location of the entire window, but the size of the client
1045           window, so add TranslateClientRectangleToXClientRectangle,
1046           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
1047           to cope with this, and call them before every window creation and move.
1048           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
1049           removing DeriveStyles). In AddConfigureNotify don't do anything if the
1050           hwnd is a zombie (fixes the BadWindow we were getting while running the
1051           tests), always calculate the offsets when it's a parentless window, not
1052           only when reparented, and translate the window size, since we're getting
1053           the client size of the whole window, excluding entire window.
1054         * Theme.cs: Added BorderSizableSize.
1055         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
1056           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
1057         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
1058           Fake the window styles here instead of in XplatUIWin32 so that all
1059           back-ends get the same window styles (and it's Form that's deciding when
1060           to use wm, not the Win32 backend anyways)
1061         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
1062           they are now passed a CreateParams and they only use Style and ExStyle
1063           to determine the rectangles (they should now work just like
1064           Win32AdjustWindowRectEx - though quite a few special cases are probably
1065           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
1066           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
1067           sizes) are taken from the current theme. Added a GetBorders helper
1068           function that will return the borders for any given CreateParams
1069           (including captions and menus), and GetBorderSize that returns the given
1070           border size only.
1071         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
1072           Hwnd.GetClientRectangle.
1074 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1076         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
1077           layout of the mdi children is handled by CreateParams. Fixes
1078           #79964,
1080 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
1082         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
1083         processed.
1085         * Form.cs: When active tracker mouse down is not processed, send event 
1086         back to control inside mouse position. [Fixes #81227]
1088 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
1090         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
1091         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
1092         stealing focus from the active form on Windows.  (Control will be made
1093         visible in ShowWindow.)
1095 2007-03-29  Mike Kestner  <mkestner@novell.com>
1097         * ImageList.cs : add internal Changed event.
1098         * ListView.cs : hook up to StateImageList.Changed to perform
1099         invalidations when the the state icon list changes. [Fixes #81191]
1101 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
1103         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
1104         to prevent tooltips from stealing focus from the active form on Windows.
1106 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
1108         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
1110         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
1112 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
1114         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
1115         balloons.
1117 2007-03-29  Jackson Harper  <jackson@ximian.com>
1119         * TextControl.cs: When deleting text from non multiline textboxes,
1120         we need to update the entire document, because line offsets will
1121         be shifting.
1123 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
1125         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
1126         added to theme, now we can create themes that uses diferent notify engines
1127         like notification-daemon from galago project or growl for Mac OS.
1129 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
1131         * NotifyIcon.cs: Prevent Balloon to show in task bar.
1133 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
1135         * XplatUIX11.cs: Prevent system to open more than one balloon.
1137         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
1138         some compiler warning messages.
1140 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
1142         [Fixes #79149]
1144         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
1146         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
1147         implemented, this methods is used by NotifyIcon.BalloonWindow class.
1149         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
1150         systems.
1152 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1154         * ListViewItem.cs: Forgot to make Invalidate internal.
1156 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1158         * ListView.cs: Add a InvalidateSelection method to
1159         invalidate methods which are currently selected, and call
1160         it when setting FullRowSelect and HideSelection, instead of
1161         calling Redraw.
1163 2007-03-28  Chris Toshok  <toshok@ximian.com>
1165         * XplatUIX11.cs (UnmapWindow): reindent this block.
1167         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
1168         the selection_start if we're moving the selection (that is, not
1169         extending it). Fixes bug #80461.
1171 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
1173         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
1174         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
1175         create private ControlCollection.
1177 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
1179         * Control.cs: We need to call OnVisibleChanged for our implicit
1180         children as well as our normal children.  Fixes scrollbars in
1181         comboboxes not showing up.
1183 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
1185         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
1186         the check for IsHandleCreated first.  The check in CreateHandle is not
1187         good enough because CreateHandle can be overriden, and the override 
1188         should not be called if the handle is already created.
1190 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
1192         * ToolStrip.cs: Remove MonoTODO for tooltips.
1193         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
1194         * ToolStripContainer.cs: Add custom ControlCollection class.
1195         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
1196         * ToolStripDropDown.cs: Add some missing properties/methods.
1197         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
1198         * ToolStripItem.cs: Remove MonoTODO for tooltips.
1199         * ToolStripManager.cs: Add IsShortcutDefined.
1200         * ToolStripOverflow.cs: Override LayoutEngine.
1201         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
1202         * ToolStripSeparator.cs: Add ImageKey.
1204 2007-03-28  Jackson Harper  <jackson@ximian.com>
1206         * TextControl.cs: If a char delete removes a line ending, we need
1207         to update the ending style.
1208         - Make sure the line ending calcs get called.
1210 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1212         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
1213           it was making the new code not work. Fixed a typo in the new code
1214           as well. Fixes #79826.
1216 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
1218         * XplatUIWin32.cs:
1219         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
1220         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
1221         - SystrayBalloon method implemented.
1222         [Add support for notifyicon balloon on win32, #79149]
1224 2007-03-27  Mike Kestner  <mkestner@novell.com>
1226         * ThemeWin32Classic.cs : update StateImageList selection to mirror
1227         the ms behavior when only one image is added to the list.
1228         [Fixes #81191]
1230 2007-03-27  Jackson Harper  <jackson@ximian.com>
1232         * TextControl.cs: Improvements to non multiline line ending
1233         drawing/measuing.
1235 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
1237         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
1239 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
1241         * NotifyIcon.cs: 
1242         - Balloon message handling added.
1243         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
1245         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
1246         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
1247         to SystrayBalloon to me like other Systray method, also a
1248         handle parameter added.
1250 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1252         * ListView.cs: Show scrollbars even when items.Count == 0
1253         but the columns Width is bigger than the ListView.Width.
1254         Also, when columns.Count == 0 set layout_wd and layout_ht
1255         to the ClientRectangle values, so we don't show any scrollbar
1256         in that case.
1258 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
1260         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
1262 2007-03-27  Jackson Harper  <jackson@ximian.com>
1264         * RichTextBox.cs: The RTF library decodes the text properly for us
1265         now.
1267 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1269         * ListView.cs: Display HeaderControl even when columns.Count == 0.
1270         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
1271         ListView header (HeaderControl), instead of Control.BackColor.
1273 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
1275         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
1276         Fixes tab control issues where controls would not show up because they
1277         never received their OnVisibleChanged call.
1279 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
1281         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
1282         BalloonTipShown).
1284 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
1286         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
1287         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
1288         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
1289         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
1290         the handle.  Fix WindowState by using the internal variable until we are 
1291         sure that we've been shown.
1292         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
1293         max or min.
1294         [Fixes bug #81198]
1296 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1298         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
1299           (at least borders). Fixes #79386 on Linux (with a small difference
1300           in behaviour: when trying to resize a caption-less window metacity
1301           shows the sysmenu. Resizing is still possible though).
1302         * XplatUIWin32.cs: When setting window styles send request an extra
1303           WM_NCCALCSIZE when it's a form without title (due to no text and no
1304           caption), since Win32 seems to calculate it wrong the first time we
1305           get the message, though the second time things work as they should.
1306         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
1307           newly reparented window might show up unparented. Update
1308           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
1309           there's no title text. Fixes #79386.
1311 2007-03-27  Mike Kestner  <mkestner@novell.com>
1313         * ListBox.cs : don't perform invalidations if the handle hasn't been
1314         created.  [Fixes #80753]
1316 2007-03-27  Mike Kestner  <mkestner@novell.com>
1318         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
1319         [Fixes #80428]
1321 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
1323         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
1324         needed to implement Balloon.
1326 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1328         * ListViewItem.cs: In the constructors that take
1329         an array of strings, don't use ListViewSubItemCollection.AddRange
1330         method to add items, since we need to have a different behaviour (in
1331         the constructors we add an item for each null string, opposed to
1332         the behaviour of AddRange, which adds nothing).
1334 2007-03-26  Andreia Gaita  <avidigal@novell.com>
1336         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
1338 2007-03-26  Jackson Harper  <jackson@ximian.com>
1340         * TextControl.cs: Draw and measure line endings when in non
1341         multiline mode.
1342         - When searching the text, count the end of the last line as a
1343         word boundary.
1345 2007-03-26  Jackson Harper  <jackson@ximian.com>
1347         * RichTextBox.cs: The selection_start and selection_end don't
1348         really track the correct tags for the selection. So we'll manually
1349         compute the correct tag here.
1351 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1353         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
1354           and Continuous styles. Fixes #79469.
1356 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
1358         * ToolStrip.cs: Implement Tooltips.
1359         * ToolStripItem.cs: Create internal method for determining tooltip.
1361 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
1363         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
1365 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
1367         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
1368         it prevents a problem thak keeps icon visible after application 
1369         closes on win32.
1371 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
1373         * NotifyIcon.cs: Balloon properties and methods created.
1375         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
1376         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
1378 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
1380         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
1382 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
1384         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
1385         parameter indicates which aspects were explicit/user-set.
1386         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
1388 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
1390         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
1391         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
1392         SmallChange, and Value (2.0).
1393         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
1395 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1397         * ListView.cs: Always set item_control.Width in LayoutDetails
1398         if View is Details. Setting it later in CalculateScrollBars
1399         in a not-so-corner scenario (the sum of columns width is
1400         not bigger than the ListView width when handle is created, and then
1401         that sum gets bigger by increasing the width of the columns)
1402         causes a very weird recursion path (which shouldn't be happening,
1403         since header_control sets it in CalculateScrollBars too). This bug
1404         appeared after Chris' fixes for handle created issues, so probably
1405         it's related to some handle-creation time.
1407 2007-03-23  Chris Toshok  <toshok@ximian.com>
1409         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
1410         case where there's an add row, just so we don't end up in a case
1411         where it's not displayed (this happens when the row is partially
1412         obscured).  Fixes bug #79574.
1414 2007-03-23  Jackson Harper  <jackson@ximian.com>
1416         * TextControl.cs:
1417         * TextBoxBase.cs:
1418         * RichTextBox.cs: Preserve line endings in the lines text buffer,
1419         also added an enum that represents the line ending type. 
1421 2007-03-23  Andreia Gaita  <avidigal@novell.com>
1423         * NumericUpDown.cs: Fix logic so Text and Value properties are not
1424         messed with in every method call, but only from DownButton, 
1425         UpButton, UpdateEditText() and ValidateText. Fixes #80346
1427 2007-03-23  Chris Toshok  <toshok@ximian.com>
1429         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
1430         format objects if the format spec is "".  Fixes bug #80889.
1432 2007-03-22  Miguel de Icaza  <miguel@novell.com>
1434         * ToolStripPanel.cs (Join): added stubs to build PDN3
1436         * Control.cs (AutoScrollOffset): Add.
1438         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
1439         property, its only implemented for Win32, on X11 it defaults to
1440         some hardcoded value.
1442         * ToolStripItem.cs (AllowDrop): Add property
1444 2007-03-22  Mike Kestner  <mkestner@novell.com>
1446         * ListView.cs : in FullRowSelect Details mode, only enable box
1447         selection if the user clicks over the "item" column outside of the
1448         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
1450 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1452         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
1453           handle is not created yet.
1454         * Form.cs: Select: Don't call CreateHandle if the handle is already
1455           created, avoids a stack overflow on Windows when we are recreating
1456           controls.
1457         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
1458           they are made visible, and override AfterTopMostControl to keep
1459           them on top when other controls are brought to front.
1460           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
1461           or force_*scroll_visible is true (old implementation always shows
1462           scrollbars when needed, no matter what auto_scroll was set to).
1463         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
1464           IsHandleCreated check.
1466 2007-03-22  Andreia Gaita  <avidigal@novell.com>
1468         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
1469         row or col separator.
1470         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
1472 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
1474         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
1476 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
1478         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
1479         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
1480         every time. Fixes #80410.
1482 2007-03-22  Chris Toshok  <toshok@ximian.com>
1484         * BindingSource.cs (AddNew): partially implement.
1486         remove a couple of NotImplementedException's
1487         to get bug #81148 closed.
1489 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
1491         [Fixes #80380]
1492         
1493         * Control.cs:
1494         - UpdateCursor method added to update the screen cursor.
1495         - GetAvailableCursor method added to return cursor for enabled tree,
1496         it searches for cursor on control and it's parent's for enabled control.
1497         - Call UpdateCursor method on setter of Cursor property.
1498         - On setter of Enabled call UpdateCursor when it is false, we need to
1499         change cursor to normal (or to this parent cursor) because cursor 
1500         setting theres no effect to disabled controls.
1501         - Some minor source changes to follow the coding style guidelines.
1503         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
1504         controls.
1506 2007-03-22  Chris Toshok  <toshok@ximian.com>
1508         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
1509         generates.
1511 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1513         * XplatUIX11.cs: Implement default locations for forms.
1514         * Form.cs: Completely rework startup location for forms. Fixes #79964.
1515         * Hwnd.cs: Add previous_child_startup_location (to track the current
1516           startup location for any child forms of the current form) and
1517           previous_main_startup_location (to track the startup location for
1518           the current toplevel form).
1520 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
1522         * Control.cs: Don't trigger a layout if an implicit control is added
1523         that isn't visible.  Also, don't notify the owner when an implicit control
1524         is added.  (Owners shouldn't even know about their implicit controls.)
1526 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
1528         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
1529         to save some re-layouts.
1531 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
1533         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
1534         [Fixes #81203]
1536 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
1538         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
1539         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
1541 2007-03-21  Mike Kestner  <mkestner@novell.com>
1543         * ListView.cs : disable selection update for non-left button clicks
1544         with mods and over selected items.  [Fixes #80524]
1546 2007-03-20  Jackson Harper  <jackson@ximian.com>
1548         * TextControl.cs:
1549         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
1550         \r\r\n, \n.
1552 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1554         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
1555           very probably a more complicated calculation there. Update the
1556           textbox' ForeColor and BackColor when the ComboBox' colors are
1557           changed. Change the border change in LayoutComboBox to only affect
1558           the textbox, not all the calculations there. Seems to fix most of
1559           #79436.
1561 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1563         * ComboBox.cs: Handle Home and End keys as well as all combinations of
1564           modifiers + navigation keys as input keys, enables advanced text
1565           selection in the combobox (like Shift+Left Arrow for instance).
1566           ComboTextBox now overrides Focused and returns whatever
1567           ComboBox.Focused returns, since it really should be focused
1568           whenever the ComboBox is. Fixes #80795. Also make the border around
1569           the text box one pixel bigger, as mentioned in #79436.
1571 2007-03-20  Jackson Harper  <jackson@ximian.com>
1573         * TreeView.cs: Don't offset the images, this was causing some
1574         artifacts when expanding/collapsing with images that were the
1575         exact height of the treenode.
1577 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1579         * TrackBar.cs: Query the theme for the correct value when the mouse
1580           moves and the thumb is pressed. 
1581         * Theme.cs: Added TrackBarValueFromMousePosition
1582         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
1583           implementation was updating the trackbar value when drawing, now
1584           the drawing methods only draw. Fixes #80900. Refactored the
1585           calculations out to TrackBarValueFromMousePosition and
1586           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
1587           according to the mouse position whenever it wants to. Changed the
1588           light coloured pen when drawing the thumb from ControlLight to
1589           ControlLightLight, because the ControlLight is the same colour as
1590           the background so the 3D effect is lost. 
1592 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
1594         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
1595         defined. Fixes #80784.
1597 2007-03-20  Marek Habersack  <mhabersack@novell.com>
1599         * ContextMenuStrip.cs: align with the change introduced in
1600         revision 74664.
1602 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
1604         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
1605         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
1606         in SetTopmost.
1608 2007-03-19  Chris Toshok  <toshok@ximian.com>
1610         * Control.cs (WmPaint): don't make use of the Handle property
1611         after an event is emitted, as the user could have closed the
1612         form/destroyed the control.  Store the Handle in a local variable
1613         and make use of that.  Fixes bug #80768.
1615 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
1617         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
1618         behavior in X11 environments.
1620 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
1622         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
1623         because on setter of topmost we dont call SetTopmost when handle is not
1624         created.
1626 2007-03-20  Jackson Harper  <jackson@ximian.com>
1628         * TextControl.cs: Need to use SelectionLength () not
1629         selection_length, since that var is reset to -1.
1630         - Draw the caret when we don't have focus.
1631         * TextBox.cs: The selectall actually doesn't occur until the first
1632         focus.
1633         * TextBoxBase.cs: Need to update the caret position after a
1634         selectall.
1635         
1636 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1638         * ListView.cs: Enable scrolling when using Tile view.
1640 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
1642         [Fixes #80902]
1644         * XplatUIDriver.cs: Abstract SetOwner method created.
1646         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
1647         must be implemented and was masked as todo.
1649         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
1650         GWL_HWNDPARENT.
1652         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
1653         cheking for null owner to remove transient. The SetTopmost will be change
1654         on a decond step.
1656         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
1657         SetTopmost. Now owned forms will work properly in win32 and X11.
1659 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1661         * MdiWindowManager.cs: Update function name.
1662         * Form.cs: After closing a form MdiParent is always null.
1663         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
1664           better what it should do: necessary book-keeping when the form is
1665           closed, it should not close the form itself.
1667 2007-03-19  Andreia Gaita  <avidigal@novell.com>
1669         * ListViewItem.cs: Fix back and fore color. The subitems only
1670         use their own colors if they are set, otherwise use the listview's
1671         colors. Don't set default colors on constructor for subitem.
1672         Fixes #79315.
1674 2007-03-19  Mike Kestner  <mkestner@novell.com>
1676         * ListView.cs : make box selection for Details views with 
1677         FullRowSelect conform to MS behavior when clicking in the "item" 
1678         column and clicking outside the defined columns.
1679         [Fixes case 5-6 of #80374]
1681 2007-03-19  Chris Toshok  <toshok@ximian.com>
1683         * ScrollableControl.cs: create the controls from within the ctor,
1684         but don't actually add them until our handle is created.  this
1685         fixes a NRE possibility jpobst found (if you override OnLayout in
1686         a subclass, it's called before your ctor).  Also, add a
1687         IsHandleCreated guard to UpdateSizeGripVisibility as well.
1689 2007-03-19  Jackson Harper  <jackson@ximian.com>
1691         * TextBox.cs: Reduce the amount of invalidation we do.
1692         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
1693         some of them are true by default on MS.
1694         - Add some functions to reduce the amount of invalidates we do.
1695         * TextControl.cs: Less invalidation.
1697 2007-03-19  Chris Toshok  <toshok@ximian.com>
1699         [ Fixes #81773, and *seems* to fix #81553 as well ]
1701         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
1702         AccumulateDestroyedHandles.  We need to do it *after* we send
1703         WM_DESTROY, as the user's code can access Control.Handle in
1704         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
1705         move the WM_DESTROY/zombie handling to before the call to
1706         XDestroyWindow.  For some reason without this ordering
1707         FormTest.RecreateHandle hangs.  This ordering is semantically
1708         equivalent, however, as XDestroyWindow is async anyway.
1710 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
1712         * RichTextBox.cs: Reset backcolor_set after setting default.
1714 2007-03-19  Chris Toshok  <toshok@ximian.com>
1716         * ScrollableControl.cs: the scroll position should not effect the
1717         canvas size.  commit patch from georgegiolfan@yahoo.com, which
1718         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
1719         
1720 2007-03-19  Chris Toshok  <toshok@ximian.com>
1722         * ScrollableControl.cs: clean this up a bit.  create the
1723         scrollbars in the ctor and just show/hide them as needed.  Also,
1724         make hscroll_visible/vscroll_visible internal to Recalculate, and
1725         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
1726         everywhere else.  This seems to fix the scrollbars appearing
1727         beneath the content for me (i have *no* idea why that is,
1728         however.)
1730 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
1732         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
1733         some redundacy for stuff in Anchor and Dock that base will take care of.
1734         [Fixes #80762]
1736 2007-03-19  Mike Kestner  <mkestner@novell.com>
1738         * ListView.cs : make box selection for Details views without 
1739         FullRowSelect dependent on the text bounds, not item bounds.
1740         * ListViewItem.cs : add an internal property to obtain the TextBounds
1741         in Details view.  [Fixes case 1-4 of #80374]
1743 2007-03-19  Andreia Gaita  <avidigal@novell.com>
1745         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
1746         we're < 2.0. #78448 && #80316
1748 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
1750         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
1751         have the same style available as the previously selected one.  Also,
1752         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
1754 2007-03-19  Jackson Harper  <jackson@ximian.com>
1756         * TextControl.cs: Add an alignment property that all new lines
1757         will be given.
1758         - Make sure to use the align shift when calculating the line's X
1759         position.
1760         * TextBox.cs: Set the alignment on the document as well as on all
1761         the document lines.
1763 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1765         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
1766           throw if setting the parent of an mdichild that already has an
1767           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
1768           AssemblyProductAttribute in the assembly, use the type's namespace (as
1769           MS seems to do). CreateControl: don't create the handle if the control
1770           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
1771           create handle if the control is not a form. Change FocusInternal to
1772           virtual so that it can be overriden by Form.
1773         * TextBox.cs: Update call to FocusInternal.
1774         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
1775           form is not a toplevel form when it's a mdi child, so update is_toplevel
1776           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
1777           hasn't been created. Show (IWin32Window): Don't allow this overload for
1778           toplevel windows. CenterToParent/CenterToScreen/Select: create the
1779           handle as MS does. SetVisibleCore: if called on a MdiChild and the
1780           parent isn't visible yet, save the visibility and restore it when the
1781           parent is made visible.
1782         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
1783           methods, since the visibility of the scrollbars can be changed from
1784           several places, not only from AutoScroll.
1785           [Fixes #81179]
1787 2007-03-19  Jackson Harper  <jackson@ximian.com>
1789         * RichTextBox.cs: Enable shortcuts by default.
1790         * TextBoxBase.cs: Add conditional shortcuts.  
1792 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
1794         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
1796 2007-03-19  Chris Toshok  <toshok@ximian.com>
1798         [ Fixes bug #80604]
1799         
1800         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
1801         swallow the message we're waiting on, instead of delivering it, as
1802         this is only used for the WM_SHOWWINDOW raised from
1803         MapWindow/UnmapWindow, and the message needs to be generated
1804         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
1805         before doing the Map/Unmap.  Also make sure that the Hwnd is still
1806         alive after the message has been handled.
1808         *before* the window is shown.
1810         * Control.cs (CreateControl): guard a few more things inside the
1811         if (!is_created) block, as we might end up being called again -
1812         yay .net.
1813         (WmShowWindow): call CreateControl if we're showing the control.
1815 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1817         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
1818           controls without a handle if they have any parent with a handle. In
1819           Dispose add a check whether the handle is created or not before
1820           calling BeginInvoke, this removes the need of the extra disposing
1821           parameter (which was bogus anyway since it didn't prevent the
1822           invoke from happening, it only skipped the check for an existing
1823           handle, meaning that the invoke would call on an inexistent
1824           handle).
1826 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
1828         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
1829         appears in taskbar.
1831 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
1833         * MessageBox.cs:
1834         - Fixed a problem that dont show help button for messages with 3 buttons.
1835         - Refactory button size and position calculations, now dont use fixed 
1836         values, also fixed button sizes (#80043) and form's border space.
1837         - AddButton method created, now all other AddButton methods call this one.
1838         - Some other source code cosmetic changes.
1840 2007-03-18  Jackson Harper  <jackson@ximian.com>
1842         * RichTextBox.cs: Don't do this all fonts must match check if
1843         there is only one char selected.
1845 2007-03-18  Jackson Harper  <jackson@ximian.com>
1847         * TreeView.cs: ScrollWindow works properly now, so we don't need
1848         to screw around with the scroll area.  This fixes some artifacts
1849         when expanding and collapsing.
1851 2007-03-18  Jackson Harper  <jackson@ximian.com>
1853         * TextBoxBase.cs: Allow updating the selection position when the
1854         cursor is outside the textarea, but we have a capture.
1855         * TextControl.cs: A special case for when the cursor is outside
1856         the bounds of the TB.
1857         
1858 2007-03-18  Jackson Harper  <jackson@ximian.com>
1860         * TextBoxBase.cs: Remove image pasting code for now.  There is no
1861         way to get an image on the clipboard right now anyways.
1862         * TextControl.cs:
1863         * RichTextBox.cs: Use the new RTF Picture class for pictures.
1865 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
1867         * MessageBox.cs:
1868         - Set window properties in constructor intead of on CreateParams.
1869         - Remove topmost from Window ExStyle.
1870         - Set ShowInTaskbar to false.
1871         - Set form border to FixedDialog.
1872         - Some cosmetic changes and remove unneeded comments.
1873         - It fixes itens 2,3 and 4 of bug #80043.
1875 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
1877         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
1878         none was explicitly set. Fixes part of bug #79949.
1880 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
1882         * ToolStripComboBox.cs: Add AutoComplete*.
1884 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
1886         * ToolStripComboBox.cs: Add FlatStyle.
1888 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
1890         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
1891         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
1893 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1895         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
1896           CheckBox.cs, RadioButton.cs, BindingSource.cs,
1897           DataGridColumnStyle.cs: Remove warnings.
1899 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1901         * Menu.cs: MergeMenu: Check menu argument for null before looping over
1902           it.
1903         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
1904           visibility of mdi child forms. FormSizeChangedHandler: update the
1905           maximized size if size has changed while maximized.
1906         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
1907           creating the handle.
1908         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
1909           avoid creating the handle if not created.
1910         * XplatUI.cs: Update debug output.
1911         * XplatUIStructs.cs: Added ToString's for a couple of structs.
1913 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
1915         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
1916         ProcessCmdKey().
1917         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
1918         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
1919         Implement keyboard shortcuts.
1921 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
1923         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
1924         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
1925         ColorDialog and all derived classes.
1927 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
1929         [ Fixes bug #79828 ]
1931         * ToolBar.cs:
1932         - Rename ToolBarButtonInfor to ToolBarItem.
1933         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
1934         - Maintain an array of ToolBarItem, used instead of ToolBarButton
1935         collection to be able add same button more than one time on a toolbar.
1936         - Refactory all properties and methods to use ToolBarItem. 
1938         * ToolBarButton.cs: 
1939         - Remove all propeties and methods that is now in ToolBarItem.
1940         - Rectangle propery now gets the rectangle from first ToolBarItem to
1941         mimic win32 behavior.
1942         - Size calculation and layout methods also removed.
1944         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
1945         ToolBarItem instead of ToolBarButton to right drawing buttons when
1946         same button/separator was added more than one time to ToolBar.
1948         * ThemeNice.cs: Same as above. 
1950 2007-03-15  Andreia Gaita  <avidigal@novell.com>
1952         * XplatUIX11.cs: Fire extra MouseMove events right after
1953         MouseDown and MouseUp, emulating win32's <censored> behaviour
1954         for apps that rely on it.
1956 2007-03-15  Jackson Harper  <jackson@ximian.com>
1958         * TextControl.cs:
1959         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
1960         it is drawn on the controls client window and there is no NC
1961         area.
1962         - Set the background color to gray on 2.0 when we are readonly.
1964 2007-03-15  Chris Toshok  <toshok@ximian.com>
1966         [ Fixes bug #81144 ]
1967         
1968         * XplatUIX11.cs: implement VirtualScreen independently of
1969         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
1970         property.
1972 2007-03-15  Chris Toshok  <toshok@ximian.com>
1974         * Hwnd.cs: add an internal field for the cached_window_state.
1976         * XplatUIX11.cs: cache the window state, invalidating the cache
1977         (and thus re-querying the X server) only when we see an update to
1978         the _NET_WM_STATE property.
1980 2007-03-15  Chris Toshok  <toshok@ximian.com>
1982         * BindingSource.cs: get a lot of the unit tests working.
1984 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
1986         * Control.cs: Modify UpdateStyles to store distances when bounds >=
1987         0 instead of just bounds > 0.  [Fixes bug #80912]
1989 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
1991         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
1992         and methods.
1994 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
1995         
1996         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
1997         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
1998         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
1999         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
2001 2007-03-15  Chris Toshok  <toshok@ximian.com>
2003         [ Fixes #81101 ]
2004         
2005         * Control.cs: add Ivan's fix for 81101, with a slight modification
2006         - you can set control.Target to null.
2008 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
2010         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
2011         HideDropDown, use Hide instead to prevent an NRE.
2012         [Fixes bug #81147]
2014 2007-03-14  Jackson Harper  <jackson@ximian.com>
2016         * TextBoxBase.cs: Mess with the creation stuff a little. We need
2017         to calculate the document before the handle is created, in some
2018         cases. (Actually just one case).
2020 2007-03-14  Jackson Harper  <jackson@ximian.com>
2022         * TextBoxBase.cs: Need to display the caret after letting the base
2023         wndproc handle the focus methods, because the caret display
2024         methods check the focus state.
2025         - Try to display the caret after updating it's position with SelectWord.
2026         - Don't need to do an immediate update on this recalc, since there
2027         will be an invalidate anyways.
2029 2007-03-14  Jackson Harper  <jackson@ximian.com>
2031         * TreeView.cs: Some workarounds so that we can match event order a
2032         little better.
2034 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
2036         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
2037         #80803. Avoid NullReferenceException when Control does not have
2038         parent. Fixed different blinkstyle issues. Only subscribe to Tick
2039         event a single time. Only draw error icon when control is created and
2040         visible. Fixes failing unit tests.
2042 2007-03-14  Andreia Gaita  <avidigal@novell.com>
2044         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
2045         Selecting events. Fire Leave and Enter events when changing tabs.
2047 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
2049         * TreeView.cs: Add TreeViewNodeSorter.
2050         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
2052 2007-03-14  Chris Toshok  <toshok@ximian.com>
2054         * Form.cs: go ahead and remove the RecreateHandles that jpobst
2055         removed earlier and I had him add back it.  It turns out metacity
2056         *does* in fact handle the MOTIF_WM_HINTS property changing, it
2057         just doesn't redraw the window titlebar until you resize the
2058         window.  This also means we aren't recreating the entire window
2059         hierarchy on X when you change this property.  And it looks better
2060         on windows, too.
2062 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2064         * ListViewItem.cs:
2065         * ListView.cs: Collecting selection information
2066         is now done in SelectedIndexCollection rather than in
2067         SelectedListViewItemCollection. This is done so we can
2068         have the selection information code in one single place
2069         (virtual mode selection information entirely depends on
2070         SelectedIndexCollection).
2072 2007-03-13  Miguel de Icaza  <miguel@novell.com>
2074         * ErrorProvider.cs: Add stubs for ISupportInitialize
2076 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2078         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
2079         in the right order with the right values, from the Checked property, 
2080         just as MS does (instead of triggering them from ListView).
2082         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
2084 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2086         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
2087         the correct handler in OnItemCheck method (ItemCheckEventHandler 
2088         instead of EventHandler). This used to throw an InvalidCastException.
2090 2007-03-13  Jackson Harper  <jackson@ximian.com>
2092         * TextBoxBase.cs: Calculate the document before the handle is
2093         created, so there isn't an extra invalidate called.
2095 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
2097         * Form.cs: Don't set owner in ShowDialog until we are sure
2098         that we aren't going to throw an exception.  [Fixes bug #80773]
2100 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
2102         * TreeView.cs: Make it compile.
2104 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2106         * Control.cs: Another place we don't call SizeFromClientSize.
2107         * Form.cs: Another place we don't call SizeFromClientSize.
2108         [Fixes bug #81125]
2110 2007-03-12  Jackson Harper  <jackson@ximian.com>
2112         * TreeView.cs: Basically emulating some strangness here with
2113         exanding nodes and setting node positions when windows aren't
2114         created.
2115         - Also attempting to walk the node tree less than previously, and
2116         just use visible order calculations for determining offsets.
2117         - oops made scrolling backwards.
2118         * TreeNode.cs: We need to start nodes with a zero visible order,
2119         because the order calcs are based on the first nodes order.
2121 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2123         * Form.cs: Don't exit the program if RecreateHandle is called on
2124         the main form.
2126 2007-03-12  Chris Toshok  <toshok@ximian.com>
2128         * XEventQueue.cs: remove the use of PostQuitState.
2130         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
2131         WM_QUIT message in GetMessage, return false (and if we're in the
2132         nested WaitForHwndMessage, repost the WM_QUIT message).
2134 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2136         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
2137         or the MaximizeBox properties.  [Part of bug #80640]
2139 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
2141         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
2142         no links.
2144 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2146         * ToolStripItem.cs: Fix some tests I broke by checking Visible
2147         instead of visible.
2149 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
2151         * FileDialog.cs: Use text of File name combobox to determine what
2152         files the user selected. Added tokenizer to parse the file names.
2153         Fixes bug #81123.
2155 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2157         * Control.cs: We can't call SizeFromClientSize in the constructor,
2158         but we still need to do the same work, so make an internal version.
2159         [Fixes bug #80621]
2161 2007-03-12  Jackson Harper  <jackson@ximian.com>
2163         * TreeView.cs:
2164         * TreeNode.cs:
2165         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
2166         IsExpanded.
2168 2007-03-12  Jackson Harper  <jackson@ximian.com>
2170         * TextBoxBase.cs: Now that the handles are being created a little
2171         later, we need to make sure that the document is recalculated when
2172         the handle is created.
2174 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
2176         * Theme.cs: GetLinkFont abstract method added.
2177         
2178         * LinkLabel.cs: 
2179         - Remove CalcTrimRectangle, no longer needed.
2180         - Factor also remove, position issues must be fixed in libgdiplus.
2181         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
2182         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
2183         care about font used to draw links.
2184         - Set TabStop to true when control is "Selectable", control is selectable
2185         when have one or more links. Fixes #80501 (test case is also added).
2186         - Set the LinkArea values after links change, LinkArea values must be
2187         based in first link position and size, a test case was created.
2188         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
2189         the attribute must be true LinkArea.Length > 0. The same was applied to
2190         TabStop.
2191         
2192         * ThemeWin32Classic.cs: 
2193         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
2194         in draw method.
2195         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
2196         color change.
2197         - Draw focus rectangle for every parts focused, including parts that 
2198         is on another line, its because regions returns various rectangles
2199         and not only one. Needed to mimic W32 look.
2200         - Uses Graphics.Clip to delimite region painted, it mean that now 
2201         complete text is passed to DrawString, with this we solve layout
2202         issues without create another text renderer.
2203         - Uses Region.Intersect to fix some flickers problems, now only needed
2204         parts will redrawed.
2205         - This changes fixes #79614 and some other unreported issues, on Linux 
2206         some layout problems still remain, the problem is under 
2207         MeasureCharacterRanges but it is an libgdiplus bug.
2209 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
2211         * TextBox.cs: Set for foreground color.
2212         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
2213         this is already done in Control.
2215 2007-03-10  Jackson Harper  <jackson@ximian.com>
2217         * TextBox.cs: Set the background color, but reset the
2218         backcolor_set flag which is just for the user setting the
2219         background color.
2221 2007-03-09  Chris Toshok  <toshok@ximian.com>
2223         * Control.cs: really remove the call to XplatUI.SetVisible from
2224         CreateHandle(), like I said I did when I merged the branch.
2226         * BindingSource.cs: implement some more of this stuff.
2228 2007-03-09  Jackson Harper  <jackson@ximian.com>
2230         * TextBox.cs: Don't explicitly set our background colors.
2231         * TextControl.cs:
2232         * TextBoxBase.cs: Draw readonly text.
2233         - Need to invalidate when backcolor or readonly are changed.
2234         
2235 2007-03-09  Jackson Harper  <jackson@ximian.com>
2237         * TextBoxBase.cs: Don't set the forecolor until the handle is
2238         created.
2239         - Do not raise OnPaint, and removed some old debug code.
2241 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
2243         * ScrollableControl.cs: Fix mouse wheel scrolling.
2245 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
2247         * Control.cs: Wire up MouseDoubleClick event.
2249 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
2251         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
2252         top or bottom.
2253         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
2254         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
2255         item is added.  This logic was moved to ToolStrip.OnItemAdded.
2256         [Fixes bug #81090]
2258 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2260         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
2262 2007-03-08  Jackson Harper  <jackson@ximian.com>
2264         * TreeView.cs: Show the correct image for selected node (this used
2265         to work, not sure how the code got deleted). Also implemented 2.0 feature
2266         SelectedImageKey.
2268 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2270         * ListView.cs:
2271         * ListViewItem.cs: Cache index in items when retrieving them
2272         in VirtualMode.
2274 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
2276         * ToolStripItem.cs: Don't return the explicit_size if we are using 
2277         AutoSize.  Fixes invalidation issue when user has explicitly set a
2278         size and has AutoSize = true.
2280 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
2282         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
2284 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
2286         * DataGridView.cs: Remove event handler from DataView when a
2287         DataTable is used as DataSource.
2289 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
2291         * Control.cs: Create internal setter for client_size to allow it to be
2292         set without triggering resizing code.
2293         * Form.cs: Calculate client_size in constructor, only change client_size
2294         in FormBorderStyle property if Handle has been created.
2295         [Fixes #80574, #80791]
2297 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
2299         * SystemInformation.cs: Add TerminalServerSession.
2301 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
2303         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
2304         TreeView code.
2306 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
2308         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
2309         Handle before we were supposed to.  Now checks ActivateOnShow property
2310         in Control.
2311         * Control.cs: Add internal ActivateOnShow property.
2312         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
2313         for ActivateOnShow.
2314         * Hwnd.cs Remove no longer needed no_activate field.
2316 2007-03-07  Jackson Harper  <jackson@ximian.com>
2318         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
2319         2.0 properties
2320         * DrawTreeNodeEventHandler.cs: Add
2321         * DrawTreeNodeEventArgs.cs: Correct default value.
2322         
2323 2007-03-07  Chris Toshok  <toshok@ximian.com>
2325         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
2326         to be called before NativeWindow.WndProc.  Put the HwndCreating
2327         magic there to hook up our Hwnd's to handles.
2329 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
2331         * DataGridView.cs: Comment out debug code.
2333 2007-03-07  Chris Toshok  <toshok@ximian.com>
2335         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
2336         to make the rest of the world happy]
2338         * Control.cs (CreateHandle): there's no need to call
2339         XplatUI.SetVisible here, it's effectively done by
2340         XplatUI.CreateWindow on X now, and always was on windows.
2342         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
2343         shortcircuit out of the loop if we have a message loop running on
2344         this thread.
2346         [Changelog from merge]
2348         2007-03-05  Chris Toshok  <toshok@ximian.com>
2350                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
2351                 causes handle creation.
2353         2007-02-28  Chris Toshok  <toshok@ximian.com>
2355                 * ApplicationContext.cs: Add a flag to make sure we only raise the
2356                 ThreadExit event once (ExitThreadCore can be indirectly called
2357                 from a few places.)  I don't like the additional flag, but it
2358                 makes the event ordering/count correct.
2360                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
2361                 without locking the collection.  An enumerator doesn't give us any
2362                 protection from modification anyway.  Lock the thread hash and
2363                 replace the complicated enumerator loop with a foreach.
2364                 (Application.CloseForms): make internal so it can be called from
2365                 ApplicationContext.  This should probably be moved to MWFThread.
2366                 (Application.ExitThread): don't call MWFThread.Current.Exit()
2367                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
2368                 when the runloop exits (in response to WM_QUIT.)
2369                 (Application.RunLoop): add a comment (and check) for
2370                 context.MainForm being null after setting context.MainForm.Visible
2371                 = true.  This is because you're perfectly free to dispose of a
2372                 form in VisibilityChanged.  Chalk this up to another case where we
2373                 need to synchronously generate WM_ACTIVATE from Control.Show.
2374                 Also, add handling for WM_QUIT here so we'll exit the loop.
2375                 
2376                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
2377                 fact that we don't wait if we're only unmapping the whole_window
2378                 makes me a bit nervous, but it doesn't seem to cause any problems
2379                 yet.
2381                 also, add a comment about the stupid, broken and wrong resetting
2382                 of PostQuitState to false in GetMessage().
2384                 In PostQuitMessage, we need to add a WM_QUIT message to the
2385                 thread's queue.  We use the FosterParent to get the right
2386                 handle/hwnd/queue.
2388                 Lastly, in SetVisible, we need to unmap both windows, since the
2389                 waiting only happens when we're unmapping the client window.  So
2390                 now, the *only* time we unmap just the whole_window is in the hack
2391                 for resizing a control to 0,0.
2392                 
2393         2007-02-21  Chris Toshok  <toshok@ximian.com>
2395                 * Application.cs (CloseForms): rewrite this so that we don't
2396                 modify the list while we're traversing it.
2398         2007-02-20  Chris Toshok  <toshok@ximian.com>
2400                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
2401                 of OnHandleCreated.
2402                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
2403                 handle is created.  otherwise we'll create it here.
2404                 (VerticalScrollEvent): same here.
2406                 * Application.cs (CloseForms): call Form.Dispose, don't post
2407                 WM_CLOSE_INTERNAL.
2409                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
2410                 here. Application should Dispose() of the Form's.
2412                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
2413                 WM_DESTROY as well.
2414                 (MapWindow,UnmapWindow): only actually do the waiting for
2415                 SHOWWINDOW if the control we're dealing with is a Form.
2416                 (CreateWindow): if the control isn't a form, SendMessage
2417                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
2419                 * Control.cs (SetVisibleCore): always use is_visible here, not
2420                 value.  If we use value, we can end up re-setting something
2421                 visible if, for instance, you do Control.Hide() in a delegate
2422                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
2424         2007-02-20  Chris Toshok  <toshok@ximian.com>
2426                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
2427                 the message we need.  PeekMessage returning false should not be a
2428                 condition under which we exit the loop.
2430         2007-02-15  Chris Toshok  <toshok@ximian.com>
2432                 * Control.cs (Refresh): only refresh if we've got a handle and are
2433                 visible.
2434                 (CreateAccessibilityInstance): CreateControl() here.
2435                 (UpdateChildrenZOrder): complicate the code loop even more by
2436                 taking into account controls that haven't had their handle
2437                 created, and those that aren't visible.  But on the flip side,
2438                 simplify the code by splitting it into two loops.  one which
2439                 builds up the list of child controls we're interested in, and the
2440                 other that sets the z order of those children.
2442         2007-02-14  Chris Toshok  <toshok@ximian.com>
2444                 * Control.cs: Control.AccessibilityObject causes the control to be
2445                 created, not just the handle.
2447         2007-02-14  Chris Toshok  <toshok@ximian.com>
2449                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
2450                 problem on X where a window might have its handle created (and be
2451                 visible) while the window is unmapped.  calling XConfigureWindow
2452                 on an unmapped window is bad, and generates X errors.
2454         2007-02-13  Chris Toshok  <toshok@ximian.com>
2456                 * Control.cs (CreateHandle): don't loop over our children setting
2457                 their parent here.  do it when in WndProc when we're shown.
2458                 (UpdateChildrenZOrder): make this internal so we can call it from
2459                 ScrollableControl.
2460                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
2461                 creating its handle.  Also, remove the calls to PerformLayout from
2462                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
2463                 OnVisibleChanged only seems to be called directly here for the
2464                 toplevel control.  It's propagated down the window hierarchy by
2465                 calls to child.OnParentVisibleChanged.
2466                 (OnVisibleChanged): don't do layout here - it's done (oddly
2467                 enough, according to a glance at stack traces on ms.net..) in
2468                 ScrollableControl.
2469                 
2470                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
2471                 z order of our children before calling PerformLayout.
2473         2007-02-12  Chris Toshok  <toshok@ximian.com>
2475                 [big change, fixes #80020]
2476                 
2477                 * AccessibleObject.cs: we need to make owner internal again to fix
2478                 some of ControlAccessibleObject.
2480                 * Control.cs: lots of changes here.  add support for WM_CREATE,
2481                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
2482                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
2483                 we create child controls.  leave the MonoTODO's for the
2484                 accessibility calls, but fix the exceptions so the tests pass.
2486                 Add the InvalidOperationExceptions to Invoke methods, and remove a
2487                 couple of InvokeInternal methods we aren't using.
2488                 
2489                 Also, add a couple of CreateHandle calls in places where we know
2490                 the handles are being created but our code doesn't reference
2491                 .Handle.
2493                 Make SetVisibleCore call OnVisibleChange if the handle isn't
2494                 created.  If the handle is created, we rely on XplatUI.SetVisible
2495                 generating the event synchronously.
2496                 
2497                 Lastly, make sure we don't use this.Handle inside CreateHandle,
2498                 because we can call back into client (and that code can dispose of
2499                 the control).
2501                 * XplatUIStructs.cs: misc/cleanup.
2503                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
2504                 although we don't populate the wParam properly.
2505                 (CreateWindow): generate WM_CREATE.
2506                 (MapWindow,UnmapWindow): make these calls synchronous, at great
2507                 performance expense (particularly in the unmap case), to match
2508                 win32 behavior.
2510                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
2511                 to call it.
2512                 (set_MdiParent): don't recreate the handle unless it's been
2513                 created already.
2514                 
2515                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
2516                 it's created.
2518                 * NativeWindow.cs: this is probably the weirdest part of the
2519                 patch.  We need a way to link up the window being created to the
2520                 WM_CREATE message.  Since we can only be creating one window at a
2521                 time on a given thread, we keep track of a per-thread reference so
2522                 we can dispatch it properly.  We also need to keep track of the
2523                 Hwnd currently being created so that the win32 backend doesn't
2524                 have problems.
2525                 
2526                 * XplatUIWin32.cs: a similar change to the one we made in
2527                 NativeWindow.cs.
2529 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
2531         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
2532         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
2533         to draw the menu shortcut string.
2535 2007-03-07  Jackson Harper  <jackson@ximian.com>
2537         * TreeNode.cs: Add the 2.0 collapse method.
2539 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
2541         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
2543 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
2545         * DataGridView.cs: Change DataSource will clear column and row
2546         lists. Call Invalidate() to reflect DataSource change.
2548 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
2550         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
2551         and a new row is added to it.
2553 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
2555         * DataGridView.cs: Add columns when DataSource is en empty list but
2556         is a System.Data.DataView (from a System.Data.DataTable).
2558 2007-03-06  Andreia Gaita  <avidigal@novell.com>
2560         * Label.cs: Implement AutoEllipsis (2.0)
2562 2007-03-06  Jackson Harper  <jackson@ximian.com>
2564         * TreeView.cs: Implement 2.0 TopNode setter property.
2565         - Use a local var instead of the skipped_nodes field for computing
2566         how many nodes to skip.  Otherwise we won't scroll because the
2567         valuechanged handler checks if skipped_nodes is equal to the new
2568         value.
2569         - Implement 2.0 Sort method.
2570         - Add useless 2.0 DoubleBuffer property
2571         - Implement 2.0 LineColors property.  Lets you change the color of
2572         the lines in the tree. Terribly useful for creating non cohesive
2573         desktops.
2574         - Implement 2.0 image key feature.
2576 2007-03-06  Jackson Harper  <jackson@ximian.com>
2578         * TreeView.cs: We can't get the bounds of the nodes before raising
2579         the AfterSelect event, because that event could change the node's
2580         bounds (scrolling, font change, etc).
2582 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2584         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
2585         * Form.cs: Don't recreate handle when creating FormWindowManager, just
2586           update window styles. In CreateParams us VisibleInternal instead of
2587           VIsible to get the actual visible flag set for this form.
2588         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
2589           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
2590           handle the case when the form is already maximized, in which case
2591           it should be restored. Fixes #81043.
2593 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2595         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
2597 2007-03-05  Jackson Harper  <jackson@ximian.com>
2599         * TreeViewHitTestInfo.cs: implement.
2601 2007-03-05  Jackson Harper  <jackson@ximian.com>
2603         * InternalWindowManager.cs: class status fix.
2605 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2607         * InternalWindowManager.cs: All windows that have a parent
2608         are confined to their parent when they're being moved.
2609         Fixes #80822.
2611 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
2613         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
2614         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
2616 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2618         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
2619           buttons invisible before deciding which ones should be visible
2620           (fixes minimize/maximize buttons showing up in toolwindows). Remove
2621           an unused variable.
2622         * InternalWindowManager.cs: Remove warning.
2624 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2626         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
2627         to throw an InvalidOperationException is virtual mode is being used.
2629 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
2631         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
2632         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
2633         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
2634         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
2635         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
2636         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
2638 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2640         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
2641           driver.KeyboardDelay from XplatUI.KeyboardDelay 
2642         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
2643           (patch by Sergey Volk)
2645 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2647         * ToolWindowManager.cs: Added, contains logic for
2648           tool windows.
2649         * CreateParams.cs: Add a few helper methods and an
2650           internal variable to know which control the CreateParams belongs
2651           to.
2652         * Control.cs: Call Form.ChangingParent when the
2653           parent is about to be changed.
2654         * XplatUIX11.cs: DeriveStyles (): Set
2655           caption_height for all windows that have captions and are children.
2656           Update to use ToolWindowManager instead of InternalWindowManager
2657           for ToolWindows.
2658         * XplatUIWin32.cs: Set fake window styles for all
2659           windows that have window managers.
2660         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
2661           now duplicated for mdi windows when they are
2662           maximized, first for the buttons the window itself has, then for
2663           the buttons that appear in the menu bar. Makes things a little
2664           easier). Updated UpdateWindowDecorations, SetWindowState and the
2665           mouse eventhandlers accordingly.
2666         * Form.cs: Add ChangingParent (), contains the
2667           logic of what should happen when the parent changes. In MdiParent
2668           don't set things that ChangingParent () is doing. When handling
2669           WM_CLOSE, we can close the form if there are any other modal forms
2670           and the current form is a descendent of the modal form.
2671         * InternalWindowManager.cs: A lot of refactoring,
2672           the title buttons are now extracted to a separate container class
2673           that takes care of all button code (clicks, tooltips, etc). Moved
2674           Iconic|Maximized|Normal Bounds properties to this class from
2675           MdiWindowManager, so that the window state logic can succeed for
2676           other than mdi wm's. Implemented general window state change logic.
2677           Moved CreateButtons to ThemeWin32Classic, since the theme might
2678           override which buttons are available when as well as the exact
2679           location.
2680         * FormWindowManager.cs: Added, contains logic for
2681           normal forms.
2682         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
2683           which buttons go where (and if they are at all visible). 
2684           Removed special handling of maximized windows, since they aren't special. 
2685           In DrawManagedWindowDecorations don't try to draw the text if it is
2686           empty.
2687         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
2688           use whatever the wm gives us.
2690 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
2692         * ButtonBase.cs: Add 2.0 properties.
2693         * Button.cs: Override Draw for 2.0.
2694         * Control.cs: Add Entered and Selected properties.
2695         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
2696         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
2697         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
2698         buttons.
2699         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
2701 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
2703         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
2705 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
2707         * XplatUIWin32.cs: Register a new class with Windows each time we get
2708         a new ClassStyle.  [Fixes bugs #79432, #80817]
2709         * Controls.cs: Set the correct ClassStyle in CreateParams.
2710         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
2712 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
2714         * ListView.cs: Add fireEvent argument to ReorderColumn since the
2715         ColumnReordered event must not be signaled when modifying DisplayIndex
2716         of a ColumnHeader. Added internal ReorderColumns method which takes
2717         care of drawing, and updating the internal DisplayIndex of the
2718         ColumnHeader. Added AddColumn method which is invoked from
2719         ColumnHeaderCollection when adding or inserting columns, and which
2720         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
2721         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
2722         Recalculated dispay indices after removing a ColumnHeader.
2723         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
2724         match MS. Allows last display index to be returned after ListView
2725         is disposed. Update actual location of ColumnHeader when DisplayIndex
2726         is modified.
2728 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
2730         * LinkLabel.cs: Improve CalcTrimRectangle.
2731         
2732         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
2734 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
2736         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
2737         get rectangle as a result value.
2739 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
2741         * LinkLabel.cs: Theres some diferences between rectangle return from 
2742         MeasureCharacterRanges and the area used for DrawString to fix this 
2743         CalcMeasurementFactor method was created, it calcules the diferences
2744         to be use later to adjust rectangle in draw operations. Fixes #80473.
2745         
2746         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
2747         to adjust draw rectangle.
2749 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
2751         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
2752         text and some other changes to reduce and optimize source code.
2754 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
2756         * RadioButton.cs: Implement 2.0 event.
2757         * RelatedImageListAttribute.cs: Implement new class.
2759 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
2761         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
2763 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
2765         * CheckBox.cs: Implement 2.0 functionality.
2767 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2769         * ListView.cs: Refactor Add and AddRange methods of
2770         ListViewItemCollection, to not update the ListView
2771         everytime an item is added in AddRange. Also move the update
2772         code to a new CollectionChanged method, and call it
2773         from other methods that need it as well (this should also fix some
2774         bugs when Sorting is used).
2776 2007-02-27  Jackson Harper  <jackson@ximian.com>
2778         * TextControl.cs: Try to never let the caret stay in a non-text
2779         tag.
2780         * TextBoxBase.cs: Update the caret.
2782 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
2784         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
2785         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
2786         delete POINT structure, duplicate of one in XplatUIStructs.
2787         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
2789 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
2791         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
2792         edit box since otherwise the Label would immediately be set (even if
2793         the user did not modify the label). In OnKeyDown set Handled to true
2794         if Return or Escape was pressed. In ColumnHeaderCollection unlink
2795         columns that are to be removed. In ListViewItemCollection unlink items
2796         that are to be removed.
2798 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
2800         * TextRenderer.cs: If we set a GDI clip region, we need to clear
2801         it when we are done.  [Fixes bug #80949]
2803 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
2805         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
2807 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2809         * ListView.cs: I forgot to commit the changes for ListView 
2810         in my previous patch.
2812 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
2814         * Clipboard.cs: Partially implement an overload of SetDataObject.
2815         * Form.cs: Implement ShowWithoutActivation.
2816         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
2818 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2820         This is a first set of changes to make the Virtual mode works,
2821         by avoiding the retrieval of ListViewItem instances until
2822         draw time.
2824         * ListView.cs: Store item position in the ListView instead of the
2825         ListViewItem, this way we don't request the Bounds property of
2826         ListViewItem inside the ListView calculations, as well as cache the item
2827         size in item_size field. Store indexes instead of ListViewItem
2828         instances in the matrix used by icon view. Add a ItemMatrixLocation
2829         struct to hold the row and col info of the matrix info.
2831         * ListViewItem.cs: Don't store the location anymore, and only cache
2832         the rectangles for GetBounds. Use the ListView.GetItemLocation
2833         method to retrieve the actual location.
2835 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
2837         * TextRenderer.cs: Add clipping support, thanks to George.
2838         [Fixes bug #80949]
2840 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
2842         * ListViewItem.cs: Cancel label edit when item is removed from 
2843         ListView.
2844         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
2845         event before the edit textbox is displayed.  Added CancelEdit method
2846         which is used end to editing while ignoring the value set by the
2847         user. In EndEdit, set focus to ListView to avoid losing focus to
2848         other controls. In ListViewItemCollection.Clear, cancel editing of
2849         any of the items.  In Remove, cancel editing of item being removed.
2850         Avoid udplicate code by modifing RemoveAt to invoke Remove.
2852 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
2854         * FileDialog.cs: Update FSEntry when move is successful. Fixes
2855         bug #80948.  
2857 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
2859         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
2860         compatible with non X11 systems. Fixes #80901.
2862 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
2864         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
2865         whether the item should be unselected and reselect. We do no want this
2866         when we're starting to edit the label. Do not fire the 
2867         SelectedIndexChanged event from ListView when its already been fired
2868         by modifying ListViewItem.Selected. Fixes bug #80943.
2870 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
2872         * TextRenderer.cs: Previos commit logic was backwards.
2874 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
2876         * TextRenderer.cs: Don't add padding on MeasureText if we were
2877         sent the NoPadding flag.
2879 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
2881         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
2882         after DrawButton. To prevent image overlaps button borders SetClip and 
2883         ResetClip added before and after draw image. Fixes #79129.
2885 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
2887         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
2888         window size, it fix problem when you run under win32 that theres
2889         Size diferent than ClientSize. Also fix controls size and positions
2890         to mimic Win32. Fixes #80837.
2892 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
2894         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
2895         menu area to fix some problems for non X11 systems. Fixes #80613.
2897 2007-02-22  Jackson Harper  <jackson@ximian.com>
2899         * TreeNode.cs: When a node is expanded, set its is_expanded flag
2900         even if it doesn't have any children.
2902 2007-02-22  Jackson Harper  <jackson@ximian.com>
2904         * TreeView.cs: Calculate the top node 'on the fly', this
2905         eliminates issues where you need to click on the tree before
2906         scrolling it to get the top node computed correctly.
2907         * TreeNodeCollection.cs: We don't need to mess with the top node
2908         anymore.
2910 2007-02-22  Jackson Harper  <jackson@ximian.com>
2912         * DataGridViewRow.cs: Fix typo so height can actually be set.
2913         Patch by Peter Grimm.
2915 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
2917         * FileDialog.cs: Fixed support for renaming files and directories.
2918         * ListView.cs: Do not lose focus when edit is canceled. Process
2919         Escape as regular key (to prevent closing of dialogs).
2921 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
2923         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
2924         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
2926 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
2928         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
2929         did not modify label.
2930         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
2931         modified the text. Reset Label when user presses Escape in edit mode.
2932         Move focus to ListView after having cancelled or finished editing the
2933         label.
2935 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
2937         * ComboBox.cs: Removed unnecessary initializations. Marked items field
2938         private. Clear textbox when Text is set to null and SelectedIndex is
2939         already -1.
2940         * FileDialog.cs: Removed unnecessary initializations. Removed 
2941         workarounds for ComboBox bugs that are now fixed. Modified
2942         DefaultExt, InitialDirectory and Title property to change null to
2943         zero-length string in getters. Avoid directly accessing fields.
2945 2007-02-20  Jackson Harper  <jackson@ximian.com>
2947         * TextControl.cs: Remove RecalAlignments call, that was some
2948         debugging leftovers.
2949         - Don't use the line indent when we shouldn't.
2950         * RichTextBox.cs: Add support for paragraph left indents.
2952 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2954         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
2955         Seems like the class status pages doesn't catch params differences.
2957 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
2959         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
2961 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
2963         * ComboBox.cs: Setting Text should have no effect if item text of
2964         selected item exactly matches value. First lookup text using
2965         case-sensitive comparison, and fallback to case-insensitive comparison.
2966         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
2967         allow startIndex to be last index. Changed ArgumentOutOfRangeException
2968         paramname to match MS. Restart from first item if string is not found
2969         after startIndex. Fixed paramname of ArgumentNullException that is
2970         thrown for null value in ObjectCollection.Contains.
2972 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
2974         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
2976 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2978         * ListControl.cs: In SelectedValue use value.Equals to compare for
2979         equality instead of ==, otherwise it will fail for strings.
2980         Fixes #80794.
2982 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2983         
2984         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
2985         since the caret won't show up unless ShowSelection is true. 
2986         Fixes #80795.
2988 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2990         * Application.cs: When disabling all forms but the main form, do not
2991           disable any descendants of the main form (such as mdi children or
2992           other parented forms). Fixes #80822 on Windows.
2993         * Form.cs: If we have a parent, set the WS_CHILD style.
2994         * Control.cs: Update the window styles if the control whose parent has
2995           changed is a form (the WS_CHILD style has to be switched).
2997 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
2999         * XplatUIStructs.cs: MsgUIState structure added.
3001 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
3003         * FileDialog.cs: Removed need for separate fileName field. On 2.0
3004         profile, do not check filename(s) for illegal character if filename(s)
3005         were set non-interactively but always check on 1.0 profile. Fixed NRE
3006          in DefaultExt and only strip off first leading dot. Improve exception
3007         message when invalid Filter is set. Do not ignore InitialDirectory if
3008         it does no exist. Store specified Title, and if empty use default
3009         title (depending on type of dialog). Added an internal DialogTitle 
3010         property for retrieving dialog title. Fixed logic of displayed dir to
3011         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
3012         string as its buggy.
3013         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
3014         FileName is a zero-length string (it can never be null). Override 
3015         DialogTitle property to set default title of dialog box.
3016         * SaveFileDialog.cs: Override DialogTitle property to set default
3017         title of dialog box.
3019 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
3021         * FileDialog.cs: Modify default text of filename and filetype labels
3022         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
3023         after we've updated the SelectedIndex. Fixes part of bug #80887.
3024         * SaveFileDialog.cs: Set text of filetype label.
3026 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3028         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
3029         label field. Needed by latest Jackson's fixes for ListView.
3031 2007-02-16  Andreia Gaita  <avidigal@novell.com>
3033         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
3034         print preview images.
3036 2007-02-16  Jackson Harper  <jackson@ximian.com>
3038         * ListView.cs: Make AfterLabelEdit work correctly.
3039         * FileDialog.cs: After changing the name of the folder, we have to
3040         make sure that it is created, or that we pop up an error because
3041         it already exists.
3043 2007-02-16  Jackson Harper  <jackson@ximian.com>
3045         * X11Dnd.cs: Implement aliases on mime handlers, so things like
3046         System.String are mapped to text.
3047         - Handle dataobjects, getting all the possible formats out of them
3048         - We dont need the drag event args before we give feedback. This
3049         allows feedback cursors to be immediate before selections have
3050         been converted.
3052 2007-02-16  Jackson Harper  <jackson@ximian.com>
3054         * TextBoxBase.cs: Modified the method for inserting images to
3055         taking a line and position instead of tag and position.
3056         * RichTextBox.cs: Handle PngBlip data by inserting the png image
3057         into the RTF file.
3058         * TextControl.cs: Allow images to be inserted as the first tag of
3059         a line.
3060         - Fix some off by one issues when we assume the first tag is a
3061         text tag, not an image tag.
3063 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3065         * ListView.cs: Set focus to ListView when ItemControl gets a
3066         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
3067         Fixes part of #80467.
3069 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3071         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
3072           validate Text input (if null or empty string reset Value to default
3073           value). Fixes #80830.
3075 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3077         * ListView.cs: Set owner as null for columns and items when
3078         Dispose is invoked. Fixes #80607.
3080 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
3082         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
3083         showing DropDowns, don't show a Grip when doing Flow layout.
3084         [This fixes the toolbox in PDN 2.72.]
3085         * ToolStripItem.cs: Add Anchor property and some internal properties to
3086         reduces needed changes to FlowLayout.
3087         * ToolStripOverflow.cs: Remove unused variable.
3088         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
3089         use it in the layout calculations.
3091 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
3093         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
3094         reported in #79640.
3095         
3096         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
3097         size calculation.
3099 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
3101         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
3102         MeasureString format, it can make button very large in some cases, it is
3103         strange but is what win32 do.
3105 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
3107         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
3108         size calculation.
3110         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
3111         rendering, the value is based on MenuAccessKeysUnderlined.
3113 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
3115         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
3116         for most themes.
3117         
3118         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
3119         
3120         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
3121         and use MenuAccessKeysUnderlined instead.
3123 2007-02-13  Andreia Gaita  <avidigal@novell.com>
3125         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
3126         A selected control would not get a Focus call if:
3127                 - the default active control of the container is the same as
3128                   the one that was selected
3129                 - we are switching from one container to another
3130         Under these conditions, the container being selected already has
3131         an active_control, which is the same as the one being activated, 
3132         so set_ActiveControl would always return and not send the Focus
3133         call. Fix to check if the currently active control of the container
3134         is actually focused.
3136 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
3138         * StatusStrip.cs: Implement the spring layout.
3139         * ToolStripControlHost.cs: Make sure the hosted control's visibility
3140         always matches the host.
3141         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
3142         and TextAfterImage.
3144 2007-02-13  Andreia Gaita  <avidigal@novell.com>
3146         * Control.cs: Code reorganization only.
3147           - Reorganize the WndProc cases so that each case has it's own handling method, 
3148           to help with the no-line-numbering stack traces.
3149           - Formatting changes (it's vstudio's fault, really :p)
3151 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3153         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
3154           Thread.CurrentUICulture to match DateTimePicker's (and MS)
3155           behaviour.
3157 2007-02-12  Jackson Harper  <jackson@ximian.com>
3159         * RichTextBox.cs:
3160         * TextBox.cs: By default we have a non multiline document
3161         - use the multiline property instead of the internal variable
3162         * TextBoxBase.cs: Treat multiline and non multiline the same in
3163         most places.
3164         - Use the documents multiline flag instead of tracking it ourself
3165         * TextControl.cs: Attempt at getting multiline to match MS
3166         behavior.  Lines now track an offset, which is either their X or Y
3167         offset depending on whether or not we are in multiline mode.
3168         - Update all the methods to understand that lines have an X value.
3169         - Fix crash in Undo::Duplicate when empty lines are deleted.
3171 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
3173         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
3174         code moved to properties PreferredHeight and PreferredWidth. It solve the
3175         all problems when preferred sizes must be recalculated. Fixes #80801.
3177 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
3179         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
3180         font height when compatible_text_rendering is false. Partially fix #80801.
3182 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
3184         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
3186 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
3188         * Form.cs: Improved exception messages in ShowDialog.
3190 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
3192         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
3193         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
3194         if not set. Fixes bug #80764. Avoid accessing current_settings field
3195         directly.
3197 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
3199         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
3200         false.
3202         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
3203         public in 2.0 and for easy maintenance and dont break compatibility it is 
3204         internal in 1.1.
3205         
3206 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
3208         * ToolStripItem.cs: Implement using images from ImageList.
3210 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3212         * DateTimePicker.cs: Change default date-formatting culture from
3213           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
3214           seems to be the way MS does it.
3216 2007-02-08  Andreia Gaita  <avidigal@novell.com>
3218         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
3219         (the 6 was cut off on the right side)
3221 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
3223         * Form.cs: Tell MenuStrips to close when the form is clicked.
3224         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
3225         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
3226         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
3227         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
3228         support for Overflow, where items that do not fit are automatically
3229         reparented to a drop down menu.
3230         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
3231         Also: fixes bug #80747.
3233 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3235         * ComboBox.cs: Remove warning (unused code).
3236         * ScrollableControl.cs: Remove warning for 1.1 profile.
3238 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3240         * Form.cs: Remove a warning.
3242 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3244         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
3245           'g' specifier, not documented anywhere, but seems to always show up
3246           as a single space (might have something to do with the DateTime 'g'
3247           specifier, which is the era format, but since DateTimePicker can't
3248           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
3249           won't crash if the format has an unmatched quote. Now shows
3250           single-character formats correctly. Fixes #80744.
3252 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
3254         * StatusStrip.cs: Stretch property needs to call base.Stretch,
3255         not this.Stretch to fix stack overflow. [Fixes bug #80760]
3257 2007-02-07  Chris Toshok  <toshok@ximian.com>
3259         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
3260         background color.  it overwrites the background image we've
3261         already painted.  Fixes #80599.
3263 2007-02-07  Chris Toshok  <toshok@ximian.com>
3265         * DataGrid.cs: return immediately from Edit() when there are no
3266         columns.  Fixes #80662.
3268 2007-02-07  Chris Toshok  <toshok@ximian.com>
3270         * MessageBox.cs: fix #80625.  don't always show the Help button in
3271         2.0.  use the displayHelpButton parameter to determine if we
3272         should show it. Also, make the internal show_help field private.
3274 2007-02-07  Chris Toshok  <toshok@ximian.com>
3276         * Control.cs (SetVisibleCore): check in the proposed patch for
3277         80604, and set is_visible before calling CreateControl.
3279 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
3281         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
3282         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
3283         on it.
3285 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
3287         * MenuAPI.cs: hotkey_active internal field added, it is required because
3288         we need to know when hotkeys must be draw, before this change a keystate
3289         Navigating was used but we can have menu in navigating state without
3290         hotkeys. Fixes #80694.
3291         
3292         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
3294 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3296         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
3297           corresponding events and methods to be internal for 1.1 profile and
3298           public for 2.0 profile (required by SizeGrip).
3299         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
3300           implicit control list). Don't set the size nor the location of the
3301           SizeGrip anymore as it's not needed.
3302         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
3303           draw directly on the captured control (fixes #80656). Removed
3304           ShowGrip (it wasn't used anywhere), redraw (always true), added
3305           GetDefaultSize and GetDefaultRectangle to calculate defaults.
3306         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
3307           be called from SizeGrip.
3309 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3311         * Timer.cs: Throw ArgumentException if Interval <= 0.
3313 2007-02-05  Jackson Harper  <jackson@ximian.com>
3315         * TreeView.cs: We need to check scrollbar visibility when window
3316         visibility is updated, because non visible trees don't ever add
3317         scrollbars.
3318         * Cursor.cs: We want the override cursor to be reset to NULL when
3319         we set current cursor to the default cursor.
3321 2007-02-05  Jackson Harper  <jackson@ximian.com>
3323         * TextControl.cs: Don't have crlfs when we are non multiline.
3324         - Consolidate the line position.
3326 2007-02-05  Jackson Harper  <jackson@ximian.com>
3328         * X11Keyboard.cs: BACK+CTRL gets a special char code.
3330 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3332         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
3333           handling LeaveNotify->NotifyUngrab in order to send
3334           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
3335           after calling XUngrabPointer, so we call WindowUngrabbed directly
3336           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
3337         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
3338           MouseCaptureChanged correctly. Also create handles if changing
3339           Capture (matches MS behaviour).
3341 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3343         * SizeGrip.cs: Make the last change 2.0 only.
3345 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3347         * SizeGrip.cs: If resizing and the capture is lost, revert any size
3348           changes to initial size (fixes #80597).
3350 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3352         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
3354 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3356         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
3357           background) and only allow dragging if enabled. This way the
3358           sizegrip can be used to fill the open square that otherwise would
3359           have been shown in the bottom right corner of ScrollableControl
3360           when ScrollableControl is not suppose to support sizing.
3361         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
3362           sizegrip is shown and enabled, and hook up with necessary events.
3364 2007-02-01  Chris Toshok  <toshok@ximian.com>
3366         * DataGridTextBoxColumn.cs: clean up the
3367         GetFormattedString/GetColumnValueAtRow combination of functions.
3368         Also fix UpdateUI, and the initial state of
3369         IsInEditOrNavigateMode.
3371         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
3372         aren't supposed to scroll the textbox here, we're supposed to
3373         scroll the datagrid.
3375 2007-02-01  Chris Toshok  <toshok@ximian.com>
3377         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
3378         setting the position.
3380 2007-02-01  Chris Toshok  <toshok@ximian.com>
3382         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
3383         here, since the most recent focus fixes keep us from generating
3384         the Leave event when our textbox gets focus.
3385         (Edit): we should be passing null for the column style's
3386         instantText parameter.
3387         
3388 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
3390         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
3391         raised.  Fixes menu text/icons not showing up in PDN.
3393 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3395         * Control.cs: Remove code in constructor that makes every
3396         control with WS_CHILD set have initial location -1, -1.
3398 2007-01-31  Jackson Harper  <jackson@ximian.com>
3400         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
3401         XplatUIX11.
3402         * XplatUIX11.cs: Give teh keyboard to teh dnd.
3404 2007-01-31  Jackson Harper  <jackson@ximian.com>
3406         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
3407         - Remove some debug code.
3409 2007-01-31  Jackson Harper  <jackson@ximian.com>
3411         * XplatUIX11.cs: If you set the override cursor during a grab, it
3412         should actually override the grab cursor.  This comes into play
3413         when you are setting custom cursors in a DND feedback method.
3415 2007-01-31  Jackson Harper  <jackson@ximian.com>
3417         * X11Dnd.cs: Add support for handling the QueryContinue and
3418         GiveFeedback events.
3419         - Cancel drag and drop actions when the escape key is clicked.
3420         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
3421         can handle the ESCAPE key.
3422         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
3423         done when dnd events are continued after the button is released.
3424         - Add a new helper method so that dnd can translate key events.
3426 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
3428         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
3429         make it more obvious what is happening.
3431 2007-01-30  Jackson Harper  <jackson@ximian.com>
3433         * XplatUIX11.cs: Don't break when handling button release in drag
3434         and drop operations. We need that BUTTONUP message to get through
3435         so capture is released.
3436         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
3437         this is handled automatically when the mouse is down.
3439 2007-01-30  Jackson Harper  <jackson@ximian.com>
3441         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
3442         is closed, so we need to make sure that we aren't changing the
3443         dialog result when the OK (Open or Save) button has been clicked
3444         and we are closing the window ourselves.  Note we don't need to
3445         worry about the cache being written in this case, because it was
3446         already done in the previous FilOk call.
3448 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3449         
3450         * DateTimePicker.cs: Remove a warning.
3451         * ComboBox.cs: Remove a couple of warnings.
3453 2007-01-29  Chris Toshok  <toshok@ximian.com>
3455         * XplatUIX11.cs: don't crash, and remove the icon if the user has
3456         set one, if SetIcon is passed a null icon.
3458 2007-01-29  Andreia Gaita  <avidigal@novell.com>
3460         * TextBox.cs: Redraw when the password characters changes
3461         * TextControl.cs: Check if textbox has a password char and draw 
3462         a line of password chars instead of the text in the line. LineTag gets 
3463         an extra Draw() method which allows document.Draw to override the text 
3464         that will be drawn. Removes 1024 char limitation on length of passworded 
3465         lines.
3467 2007-01-29  Jackson Harper  <jackson@ximian.com>
3469         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
3470         single chars is not.
3472 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
3474         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
3475         one pixel.  Fix a StackOverflowException caused by an overload wrongly
3476         calling itself.
3478 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
3480         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
3481         also remove ProcessArrowKey and put the code inside ProcessKeys.
3483 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
3485         * PaddingConverter.cs: Added.
3487 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3488         
3489         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
3490         ShowPanels is false (fixes #80600). Only draw up to 127 characters
3491         of text (fixes #80601). For panels clip the text to draw to the
3492         panel (fixes #80603).
3494 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3496         * ComboBox.cs: Fixed implementation of ResetText.
3498 2007-01-25  Jackson Harper  <jackson@ximian.com>
3500         * TextControl.cs: For the last char of a line we need to use the
3501         line size, not that chars width, since it won't actually be
3502         computed since the right side of a char is based on the start of
3503         the left side of the next char, and the next char does not exist.
3505 2007-01-25  Chris Toshok  <toshok@ximian.com>
3507         * Splitter.cs: fix the new unit tests, and reindent some switch
3508         statements.
3510 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3512         * ComboBox.cs: Implemented 2.0 methods and events.
3513         * TextBoxBase.cs: Added OnTextUpdate, so that
3514         ComboBox.ComboTextBox can inform ComboBox of it.
3516 2007-01-25  Jackson Harper  <jackson@ximian.com>
3518         * TextControl.cs: Respect ShowSelection when deciding whether or
3519         not to display the caret, this allows comboboxes to have carets
3520         when the combotextbox does not have focus.
3522 2007-01-25  Jackson Harper  <jackson@ximian.com>
3524         * TextControl.cs: Add a Suspend/Resume for updating, basically the
3525         same as the Suspend/Resume for recalc, except this will do actual
3526         Invalidates.
3527         - New Undo manager, works much like the MS version.
3528         - Implemented Redo
3529         * TextBoxBase.cs: The Cut operation is undoable.
3531 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3532         
3533         * TextBoxBase.cs: Don't antialias text. Makes it look way better
3534         on Windows (no difference on Linux).    
3536 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3538         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
3539         we don't want to activate any windows. Fixes #79433.
3541 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
3543         - ButtonBase.cs: Fix capitalization of parameter: disposing.
3544         [Fixes bug #80609]
3546 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
3548         * FileDialog.cs:
3549         - Move to using System.ComponentModel.EventHandlerList
3550         - Replace Refresh with Invalidate
3551         - Clear the mime filecache on closing
3552         - Some other memory reducing work. After beeing closed FD now uses
3553           only about 300 KB for the fdo mime stuff plus the memory of the
3554           cached icons.
3555         * Mime.cs: Changed coding style and removed unnecessary commented
3556         code. Some more memory memory reducing work.
3558 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3560         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
3561         a few other missing 2.0 properties.
3562         * Theme.cs: Added DrawFlatStyleComboBox.
3563         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
3565 2007-01-24  Chris Toshok  <toshok@ximian.com>
3567         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
3568         wake_waiting flag, not just when there's data to be read.  if we
3569         don't, then future wakeup's won't reach us and we'll be doomed to
3570         wait for the entire 1 second timeout forever (unless there are X
3571         events to be had).
3573 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
3575         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
3576         until you pass Items.Count, not Items.Count - 1 like 1.1.
3578 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
3580         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
3582 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
3584         * ToolStripContainer.cs: The recent Dock fix exposed that I was
3585         adding the panels in the wrong order.
3587 2007-01-24  Jackson Harper  <jackson@ximian.com>
3589         * TextBoxBase.cs: When we move the caret we also need to move the
3590         selection, this fixes some random crashing after doing select
3591         text, unselect, delete a char, paste.
3593 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3595         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
3597 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
3599         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
3600         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
3601         * ToolBar.cs: Force redraw in BackgroundImageChanged.
3603 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
3605         * ToolBar.cs:
3606         - Implement support for vertical toolbars. Fixes #80539;
3607         - Call LayoutToolBar when resize, it fix some other problems in layout.
3608         - Rename requested_height to requested_size, as we can have width on it
3609         when toolbar is vertical.
3610         - Create a private property "Vertical" that uses Dock to verify when 
3611         toolbar is vertical or not.
3612         - Set ControlStyles when change Dock property.
3613         - Refactory in LayoutToolBar to have better variables names and to support
3614         vertical toolbars.
3615         - Fixes default value for ButtonSize when button count is equal zero, size
3616         must be (39, 36) test case writed.
3618 2007-01-23  Chris Toshok  <toshok@ximian.com>
3620         * Control.cs: fix the checks so that they work correctly for mdi
3621         parents/children.
3623 2007-01-23  Chris Toshok  <toshok@ximian.com>
3625         * Control.cs: ControlCollection seems to have super-secret
3626         abstraction breaking knowledge of Mdi containers.  allow MdiClient
3627         to add toplevel controls.
3629 2007-01-23  Chris Toshok  <toshok@ximian.com>
3631         * Control.cs: throw an ArgumentException if a toplevel control is
3632         added to our control collection from ControlCollection.Add, as
3633         well as from ControlCollection.IList.Add.  This fixes the
3634         ControlSetTopLevelTest.TestTopLevelAdd unit test.
3636         Also, in ControlCollection.IList.Add, don't through an
3637         ArgumentNullException, throw an ArgumentException, when value ==
3638         null.  This matches MS.
3640 2007-01-23  Chris Toshok  <toshok@ximian.com>
3642         * BindingSource.cs: initial, incomplete, implementation of
3643         BindingSource.
3645 2007-01-23  Jackson Harper  <jackson@ximian.com>
3647         * TextControl.cs:
3648         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
3649         that I can fix a broken unit test (TextBoxTest::ClearUndo)
3650         
3651 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
3653         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
3655 2007-01-23  Andreia Gaita  <avidigal@novell.com>
3657         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
3658         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
3659         IndexOfKey() for 2.0
3661 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3663         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
3664         to prevent it from changing z-order.
3665         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
3666         leave UI updates in MdiWindowManager.
3667         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
3668         1 sized (NC handling goes weird on Linux otherwise).
3669         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
3670         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
3671         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
3672         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
3673         and SetWindowState(s) to allow for changing the size of an activated child
3674         before activating it (reduces a lot of flicker).
3676 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
3678         * Form.cs: Changing FormBorderStyle has different semantics based
3679         on whether the Form is visible or not.  If not visible, don't change
3680         the Size.  But InvalidateNC needs to be called to force the window
3681         to pick up the changes and redraw itself.  [Fixes bug #80574]
3683 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
3685         [Moma work]
3686         * ContainerControl.cs: ProcessCmdKey.
3687         * ErrorProvider.cs: new constructor.
3688         * Form.cs: fix AutoValidateEvent compiler warning.
3689         * Label.cs: fix OnAutoSizeChanged compiler warning.
3690         * MenuStrip.cs: fix CanOverflow compiler warning.
3691         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
3692         * TextBox.cs: Dispose.
3693         * ToolStrip.cs: CanOverflow, re-enable double buffering.
3694         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
3695         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
3696         * ToolStripItem.cs: Overflow, RightToLeft properties.
3698 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3700         * Form.cs: Move the layout of the main form to MdiWindowManager.
3701         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
3702         do a layout of the main window to update MdiClient's client area to
3703         the right area. Fixes #80533. Remove the calculation of nc size, 
3704         it was just wrong and the correct one is the same as for 
3705         InternalWindowManager. 
3707 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
3709         * Control.cs: Setting Anchor or Dock needs to reset the other
3710         to its default.  [Fixes bug #80556]
3712 2007-01-20  Chris Toshok  <toshok@ximian.com>
3714         * CheckedListBox.cs: class status changes.
3716         * ScrollableControl.cs: same.
3718         * RichTextBox.cs: same.
3720         * ContainerControl.cs: same.
3722         * ListView.cs: same.
3724         * NotifyIcon.cs: same.
3726         * MenuStrip.cs: same.
3728         * RadioButton.cs: same.
3730         * CheckBox.cs: same.
3732         * PrintPreviewDialog.cs: same.
3734         * Form.cs: same.
3736 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
3738         * TreeNode.cs: Apply Alan's patch for Name property.
3740 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3741         
3742         * Form.cs: Implemented SizeGripStyle.
3743         * SizeGrip.cs: Check for minimum and maximum size for the
3744         control being resized and only resize if size has actually
3745         changed.
3747 2007-01-19  Chris Toshok  <toshok@ximian.com>
3749         * DataGridColumnStyle.cs: stop setting _readonly in the
3750         PropertyDescriptor setter.  fixes a unit test failure.
3752         also, rename ParentReadOnly to TableStyleReadOnly, and have it
3753         just consult our table style (if we have one).  We don't need to
3754         consult the datagrid readonly attribute because that's passed in
3755         as the _ro arg to Edit.  this simplifies things a little.
3756         
3757         * DataGrid.cs: use CurrentColumn instead of
3758         current_cell.ColumnNumber just to simplify some of the code.
3760         switch the order of some things in the CurrentCell setter to keep
3761         the previous cell from getting a textbox again -
3762         EnsureCellVisibility causes scrolling to happen, which calls Edit.
3763         So we need to set the new cell before calling it.
3764         
3765         call Edit in OnEnter, as does Microsoft.
3766         
3767         also, make sure the current table style isn't the one we create
3768         initially when checking to see if it's different than the one
3769         we're setting it to in BindColumns (this fixes #80421).
3771         * GridTableStylesCollection.cs: table styles can have "" for a
3772         mapping name.  part of the fix for #80421.
3774         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
3775         Edit significantly.
3777 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3779         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
3780         and less GDI object leaky-er.
3782 2007-01-18  Andreia Gaita  <avidigal@novell.com>
3784         * LinkLabel.cs: Add opaque control style
3786 2007-01-18  Jackson Harper  <jackson@ximian.com>
3788         * TextControl.cs: Calculate width properly.
3789         - Don't store the tag's X offset, this can be figured out very
3790         easily.
3791         - When getting the caret tag make sure to get the last empty tag.
3793 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3795         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
3796         [Fixes bug #79959]
3798         * Control.cs: Color.Empty shouldn't count for previous transparent
3799         redraw changes.
3801 2007-01-18  Jackson Harper  <jackson@ximian.com>
3803         * TextBox.cs:
3804         * RichTextBox.cs:
3805         * TextControl.cs: Starting to merge in some pieces of my older
3806         undo work.  Basically just some slight cleanup of the undo API.
3808 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3810         * TrackBar.cs: Fix signature of RightToLeftLayout.
3811         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
3812         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
3813         * Application.cs: Implemented UseWaitCursor.
3815 2007-01-18  Jackson Harper  <jackson@ximian.com>
3817         * TextControl.cs: We can't skip tags if any part of the tag is
3818         visible.
3820 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3822         * ContainerControl.cs: Override OnLayout.
3824 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3826         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
3828         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
3829         everything else.
3831 2007-01-18  Chris Toshok  <toshok@ximian.com>
3833         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
3834         (leftover from the container_selected days, I'd wager).  fixes bug
3835         #80546.
3837 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3839         * Control.cs: Apply patch from George to fix the new testcase on
3840         bug #80451.  We can't just check for Color.Transparent, we need 
3841         to check if the back color's alpha channel is < 255.
3843 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3845         * Form.cs: Move setting show_icon = true to before the constructor
3846         so that the base constructor has that information when it calculates
3847         the form's size.  Was causing forms to be (6, 6) bigger than they
3848         were supposed to be.  Thanks for catching this Rolf!
3850 2007-01-18  Jackson Harper  <jackson@ximian.com>
3852         * TextControl.cs: When replacing a selection we need to invalidate
3853         from the initial selection start, because selection start is moved
3854         to the end of the replacement.
3856 2007-01-18  Andreia Gaita  <avidigal@novell.com>
3858         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
3860 2007-01-18  Chris Toshok  <toshok@ximian.com>
3862         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
3863         I just added.
3865 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
3867         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
3868         layout methods and properties from ToolBarButton must be available
3869         into ToolBarButtonInfo.
3871 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
3873         * Control.cs: If the control has a transparent background, we
3874         need to refresh it when it moves and when it's parent's background
3875         image changes.  [Fixes bug #80451]
3877 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
3879         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
3881 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
3883         * XplatUIWin32.cs: Implement proper double buffering for Windows.
3884         [Fixes bug #80447, and probably speeds up things as well]
3886 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3888         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
3889         * XplatUIWin32.cs: We need to recalculate NC size after changing 
3890         window style to toolwindow (otherwise the client rectangle will be
3891         3 pixels to small for some reason).
3892         * MdiWindowManager.cs: Revert NC size calculations to match how
3893         they are calculated only based on window styles (to match
3894         Win32AdjustWindowRectEx, since otherwise when setting size or 
3895         location, Control will call Win32AdjustWindowRectEx to update client 
3896         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
3897         calculate a different value of client size causing another paint 
3898         (and flickering))
3899         * InternalWindowManager.cs: When moving or resizing a window only
3900         update size or location if they actually changed.
3901         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
3902         (seems to match Windows behaviour better). Cleaned up 
3903         ManagedWindowDecorations to draw what's needed and nothing else
3904         (was drawing borders and lines where they shouldn't be)
3905         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
3906         (style = 0xFFFF) and takes into account caption height when 
3907         calculating window rectangle.   
3909 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
3911         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
3912         can be added to toolbar multiple times, we need to maintain a list of 
3913         button information for each positions.
3915 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
3917         * ToolBar.cs: Some small stetic changes.
3919 2007-01-16  Jackson Harper  <jackson@ximian.com>
3921         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
3922         that allow us to have nested recalc = false blocks.
3923         - Add paste support for images in the RichTextBox
3924         * RichTextBox.cs: flush the text after the color is changed, so
3925         the change takes effect.
3926         - Use SuspendRecalc
3927         - Some extra debugging info
3928         * TextControl.cs: Tags no longer track their length, it is just
3929         computed from the next tags length, this makes things a little
3930         simpler and reduces places that we have to track length changes.
3931         - Refactored the linetag class a little so we could make it
3932         a base class for different kinds of tags
3933         - Created a image tag, a tag that can have a single image inserted
3934         into it
3935         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
3936         that we can call suspend multiple times.
3937         - Add some debugging methods
3939 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3941         * MdiClient.cs: Add ActivatePreviousChild for 
3942         mdi child window navigation.
3943         * Form.cs: Use MdiClient.ActivateNextChild/
3944         ActivatePreviousChild instead of Form.SelectNextControl
3945         to select the next/previous child since 
3946         SelectNextControl doesn't do it in the same order
3947         as mdi children should do it.
3949 2007-01-16  Chris Toshok  <toshok@ximian.com>
3951         * Control.cs: remove container_selected field.
3953 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3955         * MdiClient.cs: Update main form's ActiveChild when
3956         updating keyboard focus for the mdi child.
3958 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
3960         * Control.cs: PreferredSize fix.
3962         * Form.cs: Add several 2.0 events, properties, and methods.
3964 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
3966         * Form.cs: Provide meaningful message when MdiParent is assigned a
3967         Form that is not an MdiContainer.
3969 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3971         * MdiClient.cs: Update main form's ActiveChild when
3972         activating a mdi child.
3974 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3976         * MdiWindowManager.cs: Fix NRE when merging menus and main form
3977         doesn't have a menu.
3979         * Form.cs: Request NCRecalc after creating a mdi child window.
3980         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
3981         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
3982         
3983         * MdiClient.cs: Add new method SendFocusToActiveChild that either
3984         sends keyboard focus to the active child, or to the MdiClient
3985         if there are no child forms.
3986         
3987 2007-01-15  Chris Toshok  <toshok@ximian.com>
3989         * ListView.cs: drop the *Internal overrides, just do our work in
3990         ItemControl's WndProc instead.
3992         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
3993         of the various controls, and forward the events properly (in the
3994         same manner as MS) from the textbox to the UpDown.  Also the
3995         ActiveControl of the UpDownBase gets set properly now.  Finally,
3996         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
3998         * NumericUpDown.cs: set Text in the ctor.
4000         * DomainUpDown.cs: call UpdateEditText in the ctor.
4001         
4002         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
4003         so even a Selectable = false textbox can be focused if you click
4004         in it.  Go figure.
4006         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
4007         just add their handling in their respective WndProc's.  Also add
4008         an explicit FocusInternal method that doesn't consult CanFocus
4009         before calling Select(this).
4011         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
4012         do our work in WndProc instead.
4014         * TabControl.cs: same.
4016         * ComboBox.cs: same.
4018 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
4020         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
4021         Fixes #80006.
4023 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
4025         * ListViewItem.cs:
4026         * ThemeWin32Classic.cs: Don't draw the item text outside
4027         item bounds in Details view, as well as use trimming.
4028         Fixes bug #80376.
4030 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
4032         * Form.cs: Implement Form.ShowIcon.
4033         
4034         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
4035         null, which when combined with the DlgModalFrame window style removes
4036         the icon from the title bar.
4038 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
4040         * Control.cs: Call OnMouseClick after OnClick. (2.0)
4042 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
4044         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
4045         menu when mdi child windows theres a menu, uses insert to get icon
4046         at first position. Partially fix #80006.
4048 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
4050         * Clipboard.cs: Implement 2.0 methods.
4052 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
4054         * Menu.cs: Implement Insert method of MenuItemCollection class
4055         to fix MenuMerge.
4057 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4059         * ListView.cs: Implement 2.0 FindItemWithText method.
4061 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
4063         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
4064         to calculate menu bar size. Fixes #80290.
4066 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
4068         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
4070 2007-01-11  Chris Toshok  <toshok@ximian.com>
4072         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
4073         initial form.
4075 2007-01-11  Chris Toshok  <toshok@ximian.com>
4077         * LinkLabel.cs: make sure to call base.Select in our Select method
4078         if it turns out we're going to be selected (i.e. if we have a link
4079         that is going to receive focus).  That way our container's
4080         ActiveControl is updated properly.
4082 2007-01-11  Chris Toshok  <toshok@ximian.com>
4084         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
4085         they have 1 or more links.  this fixes the crash gert reported.
4087 2007-01-11  Andreia Gaita  <avidigal@novell.com>
4089         * ContainerControl.cs: Remove ContainerSelected flag, not needed
4090         anymore.
4092         * Control.cs (Controls.Add): Check if control to be added to the collection
4093         is a top level control, and throw an ArgumentException if it is.
4094         Remove ContainerSelectedFlag, not needed anymore.
4096         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
4097         top most control doesn't activate the form. This fixes a problem in the
4098         MessageBox, where the default button wouldn't get focus because the form
4099         was activated before being Loaded - when the Owner is set, SetTopMost is
4100         called, and it would activate it.
4102 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
4104         * Button.cs: When clicked and setting the parent form's DialogResult,
4105         use FindForm instead of Parent, since parent could be a container
4106         control and not the Form.  Fixes bug #80495.
4108 2007-01-10  Chris Toshok  <toshok@ximian.com>
4110         * Form.cs: move the call to SendControlFocus into the same
4111         is_loaded check.
4113 2007-01-10  Chris Toshok  <toshok@ximian.com>
4115         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
4116         It breaks in the face of the new ActiveControl stuff, and should
4117         be unnecessary.
4119         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
4120         activecontrol's focus if it's not already set, after we set
4121         ActiveControl, but before we call OnActivated.  Re-fixes #79667
4122         after the previous focus/active control fixes regressed it.
4124         * Control.cs: reindent some code.
4125         
4126 2007-01-10  Chris Toshok  <toshok@ximian.com>
4128         * Splitter.cs: clearing some outstanding changes from my tree.
4129         Replace all accesses (not writes) to the internal dock_style field
4130         with the Dock property.
4132 2007-01-10  Chris Toshok  <toshok@ximian.com>
4134         * Control.cs: make FireEnter, FireLeave, FireValidating, and
4135         FireValidated virtual.
4137         * Form.cs: override and don't chain up calls to FireEnter and
4138         FireLeave.
4140 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4142         * ListView.cs: Add more text padding space when using
4143         auto resize for columns (the previous value didn't work fine).
4145         * ThemeWin32Classic.cs: Update text position inside columns,
4146         to match the appeareance of .Net.
4148         * ColumnHeader.cs: When using auto resize, only the Width should
4149         depend on the sub items, not the Height. Also, set width after
4150         auto resizing (the value of Width should never remain as -1 or -2).
4152 2007-01-10  Chris Toshok  <toshok@ximian.com>
4154         * Application.cs: fix compilation errors when debug is enabled.
4156 2007-01-10  Chris Toshok  <toshok@ximian.com>
4158         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
4159         add some nice ascii art pictures and explanation of the process).
4160         (GetMostDeeplyNestedActiveControl): new utility function we need
4161         because our ActiveControl can refer to a child container with its
4162         own ActiveControl.
4164         * Form.cs (OnActivated): remove the call to SelectActiveControl
4165         from here, since you can override this method and not chain up,
4166         and winforms still sets the active control.
4167         (OnCreateControl): also remove the unnecessary SelectActiveControl
4168         call from here.
4169         (WndProc): it's actually called from the WM_ACTIVATE block, just
4170         before calling OnActivated.
4172         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
4173         inside the else.  the ActiveControl setter will end up setting
4174         focus on @control.  This keeps us from setting it again (and
4175         generating an extra LostFocus/GotFocus pair).
4176         (Select (bool, bool)): reindent.
4178 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
4180         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
4181         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
4182         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
4183         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
4184         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
4185         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
4186         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
4187         ToolStripTextBox.cs: Another wave of corcompare work.
4189 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4191         * ColumnHeader.cs: Implement 2.0 AutoResize method using
4192         the Width property.
4194         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
4195         methods by callling Column.AutoResize method on columns.
4197 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
4199         * Control.cs: Provide proper implementations of PreferredSize
4200         and GetPreferredSize (2.0).
4202 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
4204         * Form.cs: Remove one character (!) to make my previous OnClosing
4205         stuff work for modal windows like MessageBox.
4207 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4209         * ListView.cs:
4210         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
4211         ListView.Columns to get the last displayed column. Fixes #80452.
4213 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
4215         * Label.cs, LinkLabel.cs: Source code identation fixes.
4217 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
4219         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
4220         we dont need to invalidate only borders because when we invalidate four
4221         border lines the invalidate's generates a complete redraw of button, 
4222         because it now invalidate a complete rect some other redraws operations
4223         are fixed. Fixes #80196.
4224         
4225         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
4226         Remove ToolBarInvalidateEntireButton as it is not used.
4228 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
4229         
4230         * Form.cs: Make sure that both OnClosing and OnFormClosing are
4231         called for 2.0 profile.
4232         * CloseReason.cs: Make class internal for 1.1.
4234 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
4236         * ToolStripManager.cs: Implement FindToolStrip functionality.
4237         * ToolStrip.cs: Register and unregister with ToolStripManager.
4239 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
4241         * Control.cs: This was messy.  2.0 moves much of ControlCollection
4242         to ArrangedElementCollection.  Implemented this with as few #if's as 
4243         possible (which is still too many).
4245 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
4247         * Control.cs: Implement SizeFromClientSize() [2.0].
4249 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
4251         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
4252         use Theme.BorderSize to calculate area instead of static value 1, 
4253         by the way use new BorderStaticSize instead     Border3DSize when 
4254         border_static is true. Fixes #79537.
4255         
4256         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
4257         
4258         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
4259         it is not needed.
4261 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
4263         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
4265 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
4267         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
4268         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
4269         
4270         * Hwnd.cs: 
4271         - border_static field added, it will used to define when a control 
4272         theres 3D border but it must be static (thin).
4273         - In GetWindowRectangle use Theme.BorderSize to calculate area 
4274         instead of static value 1, by the way use new BorderStaticSize instead
4275         Border3DSize when border_static is true.
4277         * XplatUIX11.cs, XplatUIOSX.cs: 
4278         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
4279         
4280         * Theme.cs: BorderStaticSize field added.
4282 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
4284         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
4286 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
4288         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
4289         mimic same behavior than win32 that set border only in CreateParams,
4290         it fix problems under CreateParams overrides. Fix #79442 and partial
4291         fix #79537.
4292         
4293         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
4294         of thi control you must call recreate handle. 
4295         
4296         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
4297         need to do anything as RecreateHangle will take care about borders.
4299 2007-01-05  Mike Kestner  <mkestner@novell.com>
4301         * ListView.cs: hack to eliminate Lost/Got focus notifications on
4302         cycles between the ItemControl and parent.  Fixes #80388.
4304 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
4306         * Control.cs: Lazy init layout engine. Do not directly use 
4307         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
4309 2007-01-05  Chris Toshok  <toshok@ximian.com>
4311         * DataGrid.cs: don't forceably rebind columns in SetDataSource
4312         unless our list manager has changed (i.e. unless we have reason to
4313         believe our columns have changed).  Fixes #80422.
4314         
4315         also, disable the call do BindColumns in
4316         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
4317         1.1 the event isn't raised in response to a column addition on a
4318         table.)
4320 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
4322         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
4323         that inheritors can not call it if they choose.  Fixes bug #80456.
4325 2007-01-05  Andreia Gaita  <avidigal@novell.com>
4327         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
4328         doesn't blow up with a null exception on marshalling.
4329         
4330 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
4332         * Control.cs: Implement several 2.0 protected properties and methods.
4333         Ensure that all necessary events are being called when properties
4334         are set.
4336 2007-01-05  Mike Kestner  <mkestner@novell.com>
4338         * ListView.cs: implement PgUp/PgDn for Details view.  Also
4339         fixes First/LastVisibleIndex to use the item_control.ClientRect 
4340         instead of the parent control.  Fixes #80378.
4342 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
4344         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
4345           determine whether to use yard-pound or not (bug #78399).
4347 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
4349         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
4350         problems. So it is time to bring back the old popupbutton colors.
4352 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4354         * ColumnHeader.cs:
4355         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
4356         property by using the internal information of the
4357         columns order in ListView.
4359 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
4361         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
4362         Add 2.0 Tag properties.
4364         * LinkArea.cs: Add 2.0 ToString method.
4366 2007-01-03  Chris Toshok  <toshok@ximian.com>
4368         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
4369         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
4370         when we're editing, which fixes #80047.
4372 2007-01-03  Chris Toshok  <toshok@ximian.com>
4374         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
4375         #80404.
4377 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
4379         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
4380         property and implementation.
4382         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
4383         for MdiWindowListItem property.
4385         * ToolStripDropDown.cs: Don't consider hidden menu items while
4386         laying out the menu.
4388 2007-01-03  Andreia Gaita  <avidigal@novell.com>
4390         * SendKeys.cs: window handle is not needed in win32, so just
4391         get the active window for X after parsing keys and don't use
4392         it when building the message; it is passed by parameter to the 
4393         Xplat method and used there to build the message instead. Also,
4394         wait for events to be processed on SendWait, as opposed to Send,
4395         which doesn't wait :) Playing with threads and Send() completely 
4396         hangs on ms.net, only SendWait() works.
4397         
4398         XplatUIX11.cs
4399         X11Display.cs: Check for valid window handle.
4401 2007-01-03  Jackson Harper  <jackson@ximian.com>
4403         * TextControl.cs: Need to prevent wrap calculations when replacing
4404         text (this was there before i removed it accidently).
4405         - Don't update the cursor during the positioning, just set it to
4406         selection_start at the end of the operaion.
4408 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4410         * Control.cs:
4411         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
4412         
4413 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4415         * MonthCalendar.cs: Added Click and DoubleClick events again,
4416         but this time they only hide Control's Click and DoubleClick.
4417         
4418 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
4420         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
4421         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
4423 2007-01-02  Jackson Harper  <jackson@ximian.com>
4425         * TextBoxBase.cs: We move the caret with the split now, so we
4426         don't need to explicitly move the caret after splitting.  This
4427         fixes the caret bumping down an extra line on Enter.
4429 2007-01-02  Miguel de Icaza  <miguel@novell.com>
4431         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
4432         2.72). 
4434         * ScrollableControl.cs: Add Scroll event.
4436 2007-01-02  Mike Kestner  <mkestner@novell.com>
4438         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
4439         to fix all hdr height padding codepaths.  Fixes #80207.
4441 2007-01-02  Chris Toshok  <toshok@ximian.com>
4443         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
4444         setting it to the Control defaults anyway, and it being after the
4445         Dock set was screwing up layout.
4446         (set_Dock): don't short circuit out of setting base.Dock.  Also,
4447         no need to call UpdateStatusBar here, as it'll be re-layed out if
4448         it needs to be.
4450 2007-01-02  Mike Kestner  <mkestner@novell.com>
4452         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
4453         to header height for width == -1. Fixes the rest of #80207.
4455 2007-01-02  Mike Kestner  <mkestner@novell.com>
4457         * ListView.cs: rework the mouse event forwarding everaldo added
4458         to translate the coordinates to the parent control not
4459         raise the parent events until after we've done our work. Hover
4460         needs more work, in the case where HoverSelection is on, because
4461         the item control receives more than one MouseHover per Enter
4462         event, so we need to ensure only the "first" hover gets forwarded.
4463         Opening a minor bug for that.
4465 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
4467         * CheckedListBox.cs: Fixed SelectionMode to match MS.
4468         * ListControl.cs: Implemented AllowSelection property. Removed extra
4469         tabs.
4470         * ListBox.cs: Implemented AllowSelection property.
4472 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
4474         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
4475         SelectedItem, it prevent for errors when you must disable item
4476         before perform click. Fixes #80409.
4478 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
4480         * MenuAPI.cs: Prevent second level and beyond submenus to close
4481         until first level when move out side of popup.
4482         
4483 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
4485         * MenuAPI.cs:
4486         - Down submenu positin in three pixels.
4487         - Closes sub menu when mouse leaves from menu. Fixes #80402.
4489 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
4491         * ThemeWin32Classic.cs:
4492         - Fix popup menu size adding one pixel on the top.
4493         - Down menu item border from two to one to mimic Win32.
4494         - Some source identation fixes. 
4496 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
4498         * ThemeWin32Classic.cs: Use float numbers to calculate size and
4499         position of menu arrows, it fix wrong arrow size.
4501 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
4503         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
4504         instead of line, it simplify draw operation and fix it using 3D
4505         borders to mimic Win32.
4507 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
4509         * StatusStrip.cs: Add implementation of the sizing grip.
4511         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
4512         StatusStrip rendering.
4514 2006-12-31  Chris Toshok  <toshok@ximian.com>
4516         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
4517         override the layout style (anchor/dock) of the control.  assign to
4518         Dock instead.  Fixes bug #80416.
4520         * ToolStrip.cs: same.
4522 2006-12-31  Andreia Gaita  <avidigal@novell.com>
4524         * ContainerControl.cs: Use ContainerSelected flag to check if 
4525         a Container is directly selected, or if Select is called on a 
4526         non-container. If a container is directly selected, focus events 
4527         should not be raised.
4528         Apply #80411 patch to throw exception on set_ActiveControl if 
4529         control is the same as the current one.
4530         
4531         * Control.cs: Use ContainerSelected flag (see above).
4532         Add invalidation check to raise event but not invalidate if 
4533         dimensions are 0.       
4534         Apply #80411 patch.
4535         
4537 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
4539         * MenuAPI.cs: After click, dont close popup menu when menu is
4540         ContextMenu. Fixes #80399.
4542 2006-12-30  Chris Toshok  <toshok@ximian.com>
4544         * ContainerControl.cs: make sure we throw the exception if the
4545         container control doesn't contain the control we're setting
4546         ActiveControl to.
4548 2006-12-30  Chris Toshok  <toshok@ximian.com>
4550         * Control.cs (SetTopLevel): fix the exception raised by
4551         SetTopLevel for child controls.
4552         (set_Anchor): call UpdateDistances when setting the anchor type.
4553         This fixes bug #80336.
4555 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
4557         * Theme.cs: For now, revert back to 8pt font.
4559 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
4561         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
4562         Fixes #80395.
4564 2006-12-29  Chris Toshok  <toshok@ximian.com>
4566         * Control.cs: reorder the code in OnResize to give the same event
4567         ordering as MS.
4569 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4571         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
4572         TileHorizontally and TileVertically.
4573         
4574 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
4576         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
4577         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
4578         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
4579         Corrected copyright and email adress.
4581 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
4583         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
4584         of Exception in FullPath property if no TreeView is associated with
4585         the TreeNode.
4587 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
4589         * Theme.cs: Marked default_font as private, and initialize it in ctor
4590         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
4591         on 2.0 profile.
4592         * ThemeGtk.cs: Removed default_font intialization.
4593         * ThemeWin32Classic.cs: Removed default_font initialization.
4595 2006-12-28  Chris Toshok  <toshok@ximian.com>
4597         * Control.cs: fix a couple of place where we were creating handles
4598         more aggressively than we should be.  Fixes ControlRefresh unit
4599         tests.
4601 2006-12-28  Chris Toshok  <toshok@ximian.com>
4603         * Control.cs: contrary to what the comment said, Control.Dock does
4604         not supercede Control.Anchor - the last one you assign to decides
4605         the layout behavior.  so we need to keep track of which was the
4606         last set.  Also, fix some of the affected property arguments in
4607         PerformLayout calls, and remove an redundant parent.PerformLayout
4608         call in OnResized.
4610         Add a VisibleInternal property, which returns is_visible.  We
4611         can/should get rid of all the usage of this field elsewhere.
4613 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4614         
4615         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
4616         control style, not DoubleBuffer. Added UseDoubleBuffering property
4617         that indicates whether doublebuffering is enabled and supported.
4618         (comment from and code based on Gert Driesen's patch in #80324).
4619         Fixes #80324.
4621 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4622         
4623         * Control.cs: Fixed a NRE.
4625 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4627         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
4628         for 2.0.
4630 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4632         * Control.cs: Rewrote double buffering, now a seperate
4633         class handles all the buffering, no Graphics is disposed of
4634         until the painting is finished (earlier implementation 
4635         would crash if the control was resized in the OnPaint, 
4636         since it would cause the double buffer to be recreated
4637         and the old one disposed), a separate Graphics is 
4638         created for every paint (MS behaviour and anyways the state
4639         of the Graphics would have to be saved and restored otherwise)
4640         
4641         * XplatUIDriver.cs: 
4642         * XplatUIX11.cs:
4643         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
4644         so that we can get the graphics for the back buffer without
4645         having to create a new one and remove the offscreen_dc parameter
4646         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
4647         
4648 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4650         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
4651         Also make virtual all the key-related methods.
4653         * ListViewItem.cs: Make virtual the key related methods for
4654         ListViewSubItemCollection.
4656 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4658         * ListView.cs:
4659         * ListViewItem.cs:
4660         * ThemeWin32Classic.cs:
4661         * Theme.cs: Initial support for Tile view in ListView,
4662         as well as the implementation of the required bits for it (Item
4663         and Subitem).
4665 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
4667         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
4668         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
4669         Provide useful exception messages.
4671 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4673         * TrackBar.cs: Remove a warning.
4674         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
4675         when used by DateTimePicker, fixes #80287. This also requires that 
4676         MonthCalendar implements it's own drawing for the yearly updown control,
4677         otherwise the Capture tracking would be too complicated. Removed the Click 
4678         and DoubleClick events (according to comments they were hiding the base class
4679         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
4680         raise these events, not that they cannot be raised. It is possible to raise 
4681         them by calling OnClick and OnDoubleClick). Added two internal fields in 
4682         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
4683         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
4684         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
4685         event, no longer needed.
4686         
4687 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
4689         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
4690         true if new value differs from current value.
4692 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
4694         * Control.cs: ControlCollection.Count must be public. Fixed build of
4695         unit tests.
4697 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
4699         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
4701 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
4703         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
4705 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
4707         * Control.cs: Invalidates control including when Width and Height is 
4708         equal zero or is not visible, only Paint event must be care about 
4709         this. Fixes #79913.
4711 2006-12-26  Chris Toshok  <toshok@ximian.com>
4713         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
4714         more corcompare work.
4716         * DataGridView.cs: fix compiler warning.
4718         * ColumnHeader.cs: some corcompare work, and also take the
4719         opportunity to make the internal fields private.
4721         * ListView.cs: fix the fallout from the above field change.
4723 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
4725         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
4726         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
4727         ToolStripTextBox.cs: Fixes to events and corcompare.
4729 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
4731         * ListView.cs: Call owner.OnMousexx event to propagate events from
4732         item to ListView. Fixes #80367.
4734 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
4736         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
4737         if value is less than one. ItemHeight should not be set to a value
4738         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
4739         Removed extra tabs.
4741 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
4743         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
4744         * ToolStripStatusLabel.cs: Add Spring for Moma.
4746 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
4748         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
4749         Fixed code formatting. Removed debug code.
4750         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
4752 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
4754         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
4755         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
4756         ArgumentOutOfRangeException if ColumnCount is negative. In 
4757         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
4758         less than 4 or higher than 32768.
4759         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
4760         Fixed FormatProvider to return CurrentCulture unless explicitly set.
4761         Fixed IsFormatProviderDefault to return true if FormatProvider has
4762         not been explicitly set.
4764 2006-12-25  Chris Toshok  <toshok@ximian.com>
4766         * Application.cs: add a couple of 2.0 events.
4768 2006-12-25  Chris Toshok  <toshok@ximian.com>
4770         * Control.cs: fix compiler warning.
4772         * AxHost.cs: corcompare fixes.
4774         * ApplicationContext.cs: corcompare fixes.
4776 2006-12-25  Chris Toshok  <toshok@ximian.com>
4778         * Control.cs: only update dist_right/dist_bottom if the
4779         width/height is > 0.  this fixes anchored controls being resized
4780         smaller until they disappear and then resized larger again.
4782 2006-12-25  Chris Toshok  <toshok@ximian.com>
4784         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
4785         since they're nothing more than X/Left and Y/Top, respectively.
4787         Also, move back to a per-control Bitmap/Graphics for
4788         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
4789         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
4790         Height.
4792 2006-12-25  Miguel de Icaza  <miguel@novell.com>
4794         * MessageBox.cs: Implemented overload that takes a new "bool
4795         displayHelpButton" by adding a new internal field "show_help".
4796         When clicked this will raise the HelpRequested on the owner or the
4797         main form. 
4799         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
4800         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
4802         * ListView.cs: Add support ColumnWidthChanged and
4803         ColumnWidthChanging. 
4805         Add support for ColumnReordered event.
4806         (ReorderColumn): Add NET_2_0 specific support for cancelling the
4807         reorder.
4809         Very nice codebase!
4811         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
4813         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
4815 2006-12-24  Chris Toshok  <toshok@ximian.com>
4817         * GridTablesFactory.cs: 2.0 corcompare work.
4819         * ToolStripContainer.cs: add "override" to
4820         ContextMenuStripChanged, and remove the local event object.
4822         * ToolStripDropDown.cs: same with a couple properties.
4824         * ToolStripPanel.cs: same with AutoSizeChanged event.
4826         * TextBoxBase.cs: add "override" to AutoSizeChanged.
4828         * Form.cs: add the remaining 2.0 events, and do some corcompare
4829         attribute work.
4831         * DateTimePicker.cs: add "new" to padding.
4833         * ButtonBase.cs: use Control's use_compatible_text_rendering.
4835         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
4837         * DataGridView.cs: PaddingChanged is overridden.
4839 2006-12-24  Chris Toshok  <toshok@ximian.com>
4841         * Control.cs: corecompare work here too.
4843         * DataGridViewElement.cs, DataGridView.cs,
4844         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
4845         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
4846         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
4847         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
4848         work.
4850 2006-12-24  Miguel de Icaza  <miguel@novell.com>
4852         * Control.cs: Switched the error message on the console for a
4853         todo.  A review of the code will have to cope with this anyways
4854         (since its a large feature, it is in our radar) and it was
4855         producing too much output when running PDN.
4857         * ToolStripComboBox.cs: Set the text when the SelectedIndex
4858         changes.  Applications depend on this (PDN 2.72)
4860 2006-12-23  Chris Toshok  <toshok@ximian.com>
4862         * TableLayoutSettings.cs: finish up the corcompare work for this
4863         class.
4865 2006-12-23  Chris Toshok  <toshok@ximian.com>
4867         * Control.cs: make SetImplicitBounds internal, do some futzing
4868         with LayoutEngine so that it's available in 1.1, and remove the
4869         entire duplicated code mess from PerformLayout.  Use
4870         System.Windows.Forms.Layout.DefaultLayout instead.
4872         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
4874 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
4876         * Form.cs: Add MainMenuStrip property.
4878 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
4880         * Control.cs: Add ContextMenuStrip property and implementation.
4881         Fix ContextMenu implementation to show menu centered on control when
4882         activated using the keyboard instead of showing at screen (0,0).
4884         * ToolStripDropDown.cs: Fix needed overload of Show ().
4886 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
4888         * Menu.cs: Name property added for 2.0 profile.
4889         
4890 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
4892         * Menu.cs: Update information about FindMenuItem, method to be
4893         implemented soon.
4895 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
4897         * MenuAPI.cs: When deselect items deselect also selected subitems.
4898         
4899 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
4901         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
4902         FindSubItemByCoord to found itens that is not active, also an
4903         cheking added to FindSubItemByCoord to search for items only 
4904         in visible popup windows. Fixes #80274.
4906 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
4908         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
4909         internal property, it be care about change ExStyle. 
4911 2006-12-22  Andreia Gaita  <avidigal@novell.com>
4913         * ContainerControl.cs: set activeControl for parent forms up the 
4914         tree when the new activecontrol is a container.
4915         When validating the active control, if it is a container, also
4916         raise up the validation for it's active control. Fixes #80280
4917         
4918         * Control.cs: Add internal property flag and check to prevent
4919         Focus events from getting raised when Select() is called for
4920         a ContainerControl. There are still too many focus events being
4921         raised at the moment though.
4922         Cleaned up the code a bit.
4924 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4926         * Control.cs: Added all missing 2.0 events.and
4927         fixed a couple of corcompare issues.
4928         * TrackBar.cs: Implemented missing 2.0 bits.
4929         * MonthCalendar.cs, 
4930         * DateTimePicker.cs, 
4931         * MdiClient.cs: Fixed some corcompare issues.
4933 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
4935         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
4936         SplitterPanel.cs: corecompare work.
4938 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
4940         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
4941         Clean up warnings for BackgroundImageChanged and PaddingChanged
4942         events now that they are implemented in Control.cs.
4944 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
4946         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
4947         
4948         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
4949         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
4950         of TableLayoutPanel and supporting cast.
4952 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4954         * XplatUIWin32.cs: 
4955         - GrabWindow now confines the mouse pointer to the confine window.
4956         - Added Win32ClipCursor and Win32GetClipCursor.
4958         * Control.cs: 
4959         - Added CaptureWithConfine to be able to capture and confine 
4960         mouse pointer.
4961         
4962         * InternalWindowManager.cs: 
4963         - Call CaptureWithConfine instead of Capture if we're an
4964         MdiChild (fixes #79982).
4966 2006-12-21  Chris Toshok  <toshok@ximian.com>
4968         * DataGrid.cs: guard against the initial state of selection, where
4969         selection_start == -1.  make sure we only select from index >= 0.
4970         Fixes bug #80291.
4972 2006-12-21  Chris Toshok  <toshok@ximian.com>
4974         * Control.cs: we don't need to be so draconian with
4975         UpdateDistances, and we thusly don't need to call it before
4976         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
4978 2006-12-21  Daniel Nauck  <dna@mono-project.de>
4980         * ComboBox.cs,
4981         TextBox.cs: Implemented AutoComplete properties.
4983 2006-12-20  Chris Toshok  <toshok@ximian.com>
4985         * DataGridView*.cs: some corecompare work.
4987 2006-12-20  Jackson Harper  <jackson@ximian.com>
4989         * XplatUIX11.cs: We need to hide the caret when deleting it,
4990         otherwise you get carets left lying around everywhere.
4991         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
4992         prevents getting some weird half drawn caret tracers when
4993         scrolling.
4994         * TextControl.cs: Attempt to reduce the number of times we need to
4995         recreate the caret.
4997 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
4999         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
5001 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5003         * DateTimePicker.cs:
5004         - Implemented missing 2.0 bits.
5005         - Changed some default values to match MS.
5006         
5007 2006-12-20  Jackson Harper  <jackson@ximian.com>
5009         * TextBoxBase.cs: When changing the font across the document we
5010         can't recalculate after changing each line, since that will cahnge
5011         the line count.
5012         - PreferredHeight is a little different than i thought.
5013         - When backspacing, move the caret before we do the actual char
5014         delete, because when that delete crosses a wrap boundary the
5015         positional information will change.
5017 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5019         * Control.cs: Added some missing 2.0 bits: 
5020         BackgroundImageLayout, BackgroundImageLayoutChanged, 
5021         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
5022         add IBindableComponent and IDropTarget implementation.
5023         
5024         * MonthCalendar.cs: 
5025         - Added all missing 2.0 features:
5026         BackgroundImageLayout, RightToLeftLayout, 
5027         OnHandleDestroyed, RightToLeftLayoutChanged, 
5028         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
5029         PaddingChanged.
5030         - Rewrote all the BoldDate code, it was completely broken.
5031         - Fixed all the tests (the tests can now be re-enabled, the
5032         problems were not with the tests, but with the control, it was
5033         mostly broken).
5034         
5035         * DateTimePicker.cs: Changed the location where the 
5036         MonthCalendar is shown.
5037         
5038 2006-12-19  Chris Toshok  <toshok@ximian.com>
5040         * DataGridView.cs: add IDropTarget implementation.
5042         * ToolStripPanel.cs: add IDropTarget implementation.
5044 2006-12-19  Jackson Harper  <jackson@ximian.com>
5046         * TextControl.cs: soft now means something different than what it
5047         used to mean, we want to move the caret regardless of whether or
5048         not this break was soft (would we really have wanted the caret
5049         to not move with the break in the old context?)
5050         * TreeView.cs: Make sure we factor in the vert scrollbar when
5051         calculating the horizontal scrollbar's maximum.
5053 2006-12-19  Andreia Gaita  <avidigal@novell.org>
5055         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
5056         check for keywords in alternate casing, close bug #80049.
5058 2006-12-19  Chris Toshok  <toshok@ximian.com>
5060         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
5061         methods (which all do nothing).
5063         * IDropTarget.cs: add the 4 missing methods.
5065 2006-12-19  Chris Toshok  <toshok@ximian.com>
5067         * TableLayoutRowStyleCollection.cs: corcompare work.
5068         
5069         * TableLayoutSettings.cs: same.
5071         * TableLayoutStyle.cs: same.
5073         * TableLayoutColumnStyleCollection.cs: same.
5075 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
5077         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
5078         TableLayoutPanel I've had in my local tree for way too long.
5080 2006-12-19  Miguel de Icaza  <miguel@novell.com>
5082         * TableLayoutSettings.cs: Finish the public API (still needs all
5083         the logic to update on changes). 
5085         * TableLayoutPanelCellPosition.cs: new file.
5086         
5087         * TableLayoutRowStyleCollection.cs,
5088         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
5089         TableLayoutSettings.cs: Track the final 2.0 table api.
5091 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5093         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
5094         and Image List 2.0 members for ColummnHeader.
5095         * ListView.cs: Add key-related 2.0 methods for
5096         ColumnHeaderCollection.
5098 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
5100         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
5101         ArgumentNullException if items argument is null. Ignore null item in
5102         arrays. Removed extra tabs.
5104 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
5106         * MonthCalendar.cs: Fixed InvalidCastException.
5108 2006-12-19  Jackson Harper  <jackson@ximian.com>
5110         * TextControl.cs: Don't increment the position here.
5111         - When calculating char positions only add in the line break size
5112         for hard line breaks.
5114 2006-12-19  Andreia Gaita  <avidigal@novell.org>
5116         * SendKeys.cs: Changed some things to match ms.net behaviour
5117         when parsing shifted capital letters.
5118         
5119         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
5120         Add window handle as parameter to SendInput. X11 needs the 
5121         window handle, and the handle being passed      to it in the keys 
5122         queue is the active control handle (which windows needs), not 
5123         the window handle.
5124         
5125         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
5126         to support SendKeys on X.       
5127         
5128         * X11Keyboard: Implement helper method to lookup a linux keycode
5129         given the virtual keycode. Added table of keycode-2-virtualkey
5130         values to support this.
5132 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5134         * ListView.cs: Add support for SelectedIndexCollection
5135         and SelectedItemCollection 2.0 methods. Implement support
5136         for ImageKey too.
5137         * ListViewItem.cs: Add support for ListViewSubItemCollection
5138         2.0 methods. Also, fix an incorrect behavior of AddRange method
5139         (it shouldn't call Clear).
5140         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
5142 2006-12-19  Jackson Harper  <jackson@ximian.com>
5144         * RichTextBox.cs: 
5145         * TextBoxBase.cs: New args for FormatText
5146         * TextControl.cs: Rewrote the main drawing method, this version
5147         feels a little easier to understand and debug to me.  Hopefully it
5148         does to others also
5149         - Fix FormatText to OR in the new formating values.  Added
5150         FormatSpecified param, basically this works in the same way as
5151         BoundsSpecified in Control.
5152         - Set the caret properties when the caret is positioned.
5153         - When wrapping text make sure that we calculate the width of the
5154         last character
5155         - when calculating alignments we might have wrapped down to the
5156         next line, so don't search for an individual tag, search for the
5157         end of the line
5158         - We need to invalidate the selection area when we replace the
5159         selection.
5160         
5161 2006-12-19  Daniel Nauck  <dna@mono-project.de>
5163         * Application.cs: add Restart () 2.0 support
5165 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
5167         * MenuItem.cs: Invalidate menu item rectangle after change Enable
5168         property. Fixes #80268.
5169         
5170 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
5172         * MenuAPI.cs: Dont trigger select event when closes top menu
5173         item. Fixes #80270.
5175 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
5177         * MenuAPI.cs: When you click on menuitem only trigger onselect
5178         event for top menu itens. Fixes #80271.
5179         
5180 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5182         * MdiWindowManager.cs: Make IconicBounds depend on
5183         the bottom of MdiClient, not the top (fixes #80267)
5184         
5185 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5187         * MdiClient.cs: Added missing 2.0 attribute
5189 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5191         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
5192         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
5194 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
5196         * MenuAPI.cs: Fix click when menuitem is not popup,
5197         this regression was caused by last commit (#80272).
5199 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
5201         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
5202         fire click event or close menu. Fixes #80272.
5204 2006-12-17  Daniel Nauck  <dna@mono-project.de>
5206         * ListViewHitTestInfo.cs: add
5208 2006-12-17  Daniel Nauck  <dna@mono-project.de>
5210         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
5211         * FlatButtonAppearance.cs: add
5212         * DockingAttribute.cs: add
5214 2006-12-17  Chris Toshok  <toshok@ximian.com>
5216         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
5217         and rebind our columns when it does - this way, if you make
5218         changes to the DataTable (or set the Table attribute on a DataView
5219         after setting it as the DataGrid's DataSource, the changes are
5220         made visible.)  Fixes bug #80107.
5222 2006-12-17  Daniel Nauck  <dna@mono-project.de>
5224         * ListViewGroup.cs: add internal Location property for layouting.
5225         * Theme.cs: add abstract ListViewGroupHeight function.
5226         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
5228 2006-12-16  Andreia Gaita  <avidigal@novell.com>
5230         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
5231         Added reset of selected index to 0 when adding first tab page.
5232         Fixes #80264
5233         
5234         * NumericUpDown.cs: Fix NET_2_0 check
5236 2006-12-16  Daniel Nauck  <dna@mono-project.de>
5238         * ListViewGroup.cs: fixed DefaultValueAttribute value
5240 2006-12-16  Daniel Nauck  <dna@mono-project.de>
5242         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
5244 2006-12-15  Miguel de Icaza  <miguel@novell.com>
5246         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
5247         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
5248         ScrollableControl.cs: Add a handful of methods that are
5249         overwritten in 2.0 
5251 2006-12-15  Chris Toshok  <toshok@ximian.com>
5253         * XplatUIWin32.cs: initial implementation of the Reversible
5254         drawing functions.  there are some problems.  DrawReversibleFrame
5255         doesn't seem to work at all for Dashed FrameStyle, and in the
5256         Thick case there are drawing errors at the corners (we probably
5257         need to bind Rectangle instead of doing moveto/lineto's.)
5259 2006-12-16  Andreia Gaita  <avidigal@novell.com>
5260         
5261         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
5262         to send blocks of key messages. Send accumulates keys to send with Flush, 
5263         while SendWait sends all keys immediately.
5264                 
5265         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
5266         XplatUIX11.cs,  XplatUIX11-new.cs:
5267         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
5268         to Win32 SendInput.
5269         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
5270         
5271         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
5272         testing for ms.net on this class is very tricky, as the tests run too fast 
5273         to allow the hook to release, essentially freezing the keyboard and the 
5274         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
5275         category :p
5277 2006-12-16  Daniel Nauck  <dna@mono-project.de>
5279         * Padding.cs: fixed serialization compability to MS ("_var" field names),
5280                         added missing attributes.
5282 2006-12-15  Daniel Nauck  <dna@mono-project.de>
5284         * ListViewGroup.cs: Added missing attributes.
5285         * ListViewGroupCollection.cs: Added missing attributes.
5287 2006-12-15  Daniel Nauck  <dna@mono-project.de>
5289         * ListViewItem.cs: fixed ListViewSubItem text property.
5291 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5292         
5293         * Control.cs: Added missing 2.0 attributes
5294         
5295 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5296         
5297         * MdiClient.cs: Added missing 2.0 attribute.
5298         * MonthCalendar.cs: Added some missing 2.0 attributes 
5299         and properties.
5300         
5301 2006-12-15  Daniel Nauck  <dna@mono-project.de>
5303         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
5305 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
5307         * MainMenu.cs: Add the new 2.0 constructor to help out people
5308         using the MainMenu in VS2005.
5310 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5311         
5312         * MdiChildContext.cs: Removed it, no longer used.
5313         * MdiClient.cs: Added missing 2.0 attributes.
5314         
5315 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5316         
5317         * InternalWindowManager.cs: Fix a NullRef with previous 
5318         changes for toolwindows.
5319         
5320 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5322         * Control.cs: 
5323         - Added AfterTopMostControl to allow for certain controls 
5324         to always stay on top when normal controls are brought to 
5325         front.
5326         
5327         * XplatUIWin32.cs: 
5328         - (DrawInversibleRectangle): Get window rectangle from Win32 
5329         in stead of from control, since Win32 doesn't calculate
5330         screen coords correctly from control's Location if it 
5331         have docked siblings.
5332         
5333         * MdiWindowManager.cs:
5334         - Correct the control menu popup location when clicked on
5335         the maximized form icon. (fixes #80223.1)
5336         - Don't show moving rectangle if mouse hasn't moved from
5337         the original clicked point.
5338         - Removed FormGotFocus handler (not used).
5339         - Calculate the control buttons location from the main
5340         window's size and not client size (fixes #79770).
5341         - Form is now closed when the form icon is double-clicked
5342         (fixes #79775). 
5343         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
5344         
5345         * InternalWindowManager.cs:
5346         - Moved some MDI-only methods to MdiWindowManager.
5347         - Removed unused properties and methods.
5348         - Unified method naming for methods handling wm messages.
5349         - Moved all message handling to seperate methods for
5350         each message.
5351         
5352         * ThemeWin32Classic.cs:
5353         - DrawManagedWindowDecorations now draws the title bar 
5354         with a gradient brush.
5355         - Add a CPDrawButtonInternal that allows us to specify
5356         light, normal and dark colors for the buttons (control 
5357         buttons for MDI children were drawn with the same light
5358         color as the background, therefore loosing the 3D effect).
5359         
5360         * SizeGrip.cs:
5361         - Add a CapturedControl property that is used to 
5362         determine the control to resize (defaults to parent). 
5363         Needed for MdiClient, since its SizeGrip's parent is
5364         MdiClient, but the control to resize is the main form.
5365         
5366         * MdiClient.cs:
5367         - Set SizeGrip's CapturedControl to the main form in order
5368         to resize the main form and not the MdiClient.
5369         - Override AfterTopMostControl to leave the scrollbars 
5370         always on top.
5372 2006-12-15  Daniel Nauck  <dna@mono-project.de>
5374         * ListView.cs: fixed ListViewItemCollection AddRange and
5375                         implemented ListViewItemCollection AddRange 2.0 support.
5377 2006-12-15  Daniel Nauck  <dna@mono-project.de>
5379         * ListViewGroup.cs: Add.
5380         * ListViewGroupCollection.cs: Add
5381         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
5382         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
5383                                 stub for ImageKey 2.0 support.
5385 2006-12-14  Mike Kestner  <mkestner@novell.com>
5387         * ListView.cs: add text padding to the autocalculation for columns
5388         of width -2.  Fixes #80207.
5390 2006-12-14  Mike Kestner  <mkestner@novell.com>
5392         * ListView.cs: add some index guarding for partial row navigation 
5393         logic.  Fixes #80250.
5395 2006-12-14  Mike Kestner  <mkestner@novell.com>
5397         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
5398         are added or inserted to the collection.  Fixes #81099.
5400 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
5402         * MenuAPI.cs: Closes menu when right click out side of popup
5403         it fix problem in ContextMenu and MainMenu. Fixes #80252.
5405 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5407         * ListViewItem.cs: Fix dumb error.
5409         * ListView.cs: Add Find and ContainsKey methods in 
5410         ListViewItemCollection, and also return true for IsReadOnly
5411         and IsFixedSize (changes for 2.0). 
5413 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
5415         * Control.cs: Allow Region to be set to null.
5417 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5419         * MdiWindowManager.cs: Remove unused (commented out) code.
5420         * Form.cs: When the MdiChild is maximized, the form needs 
5421         WM_NCMOUSELEAVE, so request it.
5422         * InternalWindowManager.cs: 
5423         - Added tooltips to control buttons.
5424         - Removed duplicated control button handling code.
5425         - Removed unused (commented out) code.
5426         
5427 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
5429         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
5430         was used because we must set cursor without trigger ChangeCursor event
5431         and without change Cursor control property. Fixes #79963.
5433 2006-12-12  Andreia Gaita  <avidigal@novell.com>
5434         
5435         * Control.cs: Check if Region setter value is null, and ignore
5437 2006-12-12  Jackson Harper  <jackson@ximian.com>
5439         * TextControl.cs: We were almost always drawing one more line then
5440         needed, since the GetLineByPixel will return the last line found
5441         at that pixel. In most cases though, we were invalidating up to
5442         the junction between two lines.
5443         - Improve debug code.
5445 2006-12-12  Chris Toshok  <toshok@ximian.com>
5447         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
5448         and FillReversibleRectangle.
5450         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
5451         and FillReversibleRectangle.
5453         * XplatUIWin32.cs: add stubs which do nothing for
5454         DrawReversibleFrame, DrawReversibleLine, and
5455         FillReversibleRectangle.
5457         * XplatUIOSX.cs: add stubs which raise NIE for
5458         DrawReversibleFrame, DrawReversibleLine, and
5459         FillReversibleRectangle.
5461         * XplatUIX11.cs: add working implementation for
5462         DrawReversibleFrame, DrawReversibleLine, and
5463         FillReversibleRectangle.
5464         
5465         * ControlPaint.cs: implement DrawReversibleFrame,
5466         DrawReversibleLine, and FillReversibleRectangle, by calling into
5467         the appropriate XplatUI method.
5469 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5471         * Form.cs: Make MdiClient have the focus even if it's
5472         not selectable, since it should receive WM_KEY* and WM_MOUSE 
5473         messages. Fixes #79907.
5474         
5475 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5477         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
5478         queried after the window is created.
5479         
5480         * XplatUIX11.cs: Added SendParentNotify to implement 
5481         WM_PARENTNOTIFY logic. Fixes #79965.
5482         
5483         * Control.cs: Added MakeParam.
5484         
5485 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5487         * MdiClient.cs: Resume Layout before setting window
5488         states (fixes #80201).
5490 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5492         * MenuAPI.cs: Deselect a menu item after performing
5493         the click (fixes #80197).
5495 2006-12-11  Jackson Harper  <jackson@ximian.com>
5497         * TextBoxBase.cs: We need to cap this value, since Maximum -
5498         ViewPortHeight can be less than zero.
5499         - Only do selection with the left mouse button.
5500         * TextBox.cs: Don't tell the world that we have a context menu.
5501         * Control.cs: New method so that we can control whether or not the
5502         context menu is visible outside MWF.
5504 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
5506         * ToolBarButton.cs: Fix text positon. 
5508 2006-12-11  Miguel de Icaza  <miguel@novell.com>
5510         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
5512         * Control.cs (DoubleBuffered): Add implementation.
5514         * Application.cs (OpenForms): Add.
5516 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
5518         * Form.cs: Use opacity instead of Opactiy to determine if we need
5519         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
5521 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
5523         * Control.cs: Fix NRE if Control.Site was set to null.
5525 2006-12-11  Chris Toshok  <toshok@ximian.com>
5527         * Control.cs: ControlCollection.Remove should return if the arg is
5528         null, and ControlCollection.SetChildIndex should raise a ANE.
5530 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
5532         * Control.cs: Verify value set for Dock property. Code formatting
5533         updates.
5535 2006-12-11  Jackson Harper  <jackson@ximian.com>
5537         * TextControl.cs: Draw the caret and the selection when a flag is
5538         set on the owner.
5539         * TextBoxBase.cs: We want to draw the caret and the selection for
5540         TextBox but not for TextBoxBase.
5541         - If the window is resized and scrolling is no longer needed (the
5542         whole doc is visible) set the scroll position to zero.
5543         - The default SelectWord (the one TextBox uses) should move the
5544         caret to the end of the word.
5545         - SelectAll moves the caret to the end of the selection.
5546         * TextBox.cs: We don't selectall on focus, we just do it when the
5547         control is created.
5548         
5549 2006-12-11  Mike Kestner  <mkestner@novell.com>
5551         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
5553 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5555         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
5556         2.0 support.
5557         * ListViewItem.cs: Add Name 2.0 property.
5559 2006-12-11  Andreia Gaita  <avidigal@novell.com>
5561         * TabControl.cs: Set visibility on selected or default tab 
5562         when tabcontrol handle is created, so that it's contents
5563         actually show up (duh). Fixes #80193
5564         Don't redraw the control if there is no handle created, as
5565         the selected index might be completely invalid. Added some tests
5566         to check for this.
5568 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
5570         * ToolBar.cs: Uses maximun width and height of all buttons as 
5571         button rectangle when ButtonSize specified, it looks strange but
5572         is what happens in Win32. Fixes #80189.
5574 2006-12-11  Jackson Harper  <jackson@ximian.com>
5576         * TextControl.cs: Need to track undo levels ourself, since
5577         compound actions will mess them up.
5579 2006-12-10  Andreia Gaita  <avidigal@novell.com>
5581         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
5582         SelectedIndex value is changed (even if it's not valid).
5583         Reset SelectedIndex to 0 when the handle is created and if
5584         the current index is invalid.
5585         Fixes SelectdeIndex unit tests and #80128
5587 2006-12-08  Chris Toshok  <toshok@ximian.com>
5589         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
5590         calls EndEdit, it needs to be called before we set current_cell to
5591         its new value.  Otherwise, we end up committing the value in the
5592         textbox to the new cell as well.  Fixes bug #80160.
5594 2006-12-08  Chris Toshok  <toshok@ximian.com>
5596         * Form.cs (set_CancelButton): if the button's DialogResult is
5597         None, set it to Cancel.  Fixes bug 80180.
5599 2006-12-08  Jackson Harper  <jackson@ximian.com>
5601         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
5602         to watch ourselves when setting the canvas size and setting the
5603         scrollbar values.
5605 2006-12-08  Chris Toshok  <toshok@ximian.com>
5607         * DataGrid.cs: comment out the two MakeTransparent calls for the
5608         time being so people using trunk (and not 1.2.2) on windows can
5609         actually use the datagrid.  This deals with bug #80151.
5611 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
5613         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
5614         Graphics.DrawImage (image, int, int, int, int) overload instead
5615         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
5616         the dpi difference and was blurring images it drew.
5617         [Fixes bug #79960]
5619 2006-12-08  Chris Toshok  <toshok@ximian.com>
5621         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
5622         rowcnt is 0 (such as with an empty datasource), and make sure we
5623         initialize not_usedarea.Y to cells.Y, so we don't draw over the
5624         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
5626 2006-12-08  Chris Toshok  <toshok@ximian.com>
5628         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
5629         grid.
5631 2006-12-08  Chris Toshok  <toshok@ximian.com>
5633         [ Fixes bug #80167 ]
5634         
5635         * ThemeWin32Classic.cs: don't draw the image if the button's flat
5636         style is FlatStyle.System.
5638         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
5639         ButtonBase.flat_style private, and switch uses of it to the public
5640         property.
5641         
5642 2006-12-08  Chris Toshok  <toshok@ximian.com>
5644         [ Fixes bug #80121 ]
5645         
5646         * ThemeWin32Classic.cs: center the caption text in the datagrid
5647         when we draw it.
5649         * DataGrid.cs: lessen the amount we add to the caption height from
5650         6 to 2.  6 was making it huge.
5652 2006-12-08  Andreia Gaita  <avidigal@novell.com>
5654         * UpDownBase: Handle MouseWheel call directly instead of capturing
5655         the inner textbox's OnMouseWheel. Fixes #80166
5657 2006-12-08  Jackson Harper  <jackson@ximian.com>
5659         * TextControl.cs: We need to invalidate the textbox when we empty
5660         it (how had this not been discovered before?)
5662 2006-12-08  Jackson Harper  <jackson@ximian.com>
5664         * TextBoxBase.cs: Reworked the mouse down code so I could get it
5665         to behave like MS, we now ignore the eventargs.Click and just
5666         track state ourself, which we were already doing anyways.
5667         - Constrain the double click handler to the double click size.
5668         
5669 2006-12-08  Chris Toshok  <toshok@ximian.com>
5671         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
5672         direction if that scrollbar isn't shown.  fixes bug #80158.
5674 2006-12-08  Andreia Gaita  <avidigal@novell.com>
5676         * NumericUpDown.cs: Update value on getter. Fixes #79950
5678 2006-12-08  Chris Toshok  <toshok@ximian.com>
5680         * MenuItem.cs: add back in the event cloning code.  I didn't know
5681         how to do it in the face of the EventHandlerList work i'd done
5682         last week.  Fixes bug #80183.
5684 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
5686         * Control.cs: Add an invalidate to the BackgroundImage setter.
5687         [Fixes 80184]
5689 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
5691         * ToolStrip*: Add some small properties reported by MoMA, fix event
5692         firing and default properties based off of unit tests, and add some
5693         attributes based off of the class status page.
5695 2006-12-07  Jackson Harper  <jackson@ximian.com>
5697         * TextBoxBase.cs: Take HideSelection into account when determining
5698         whether or not to show the selection.
5699         * RichTextBox.cs: After inserting the RTF into the document move
5700         the cursor to the beginning of the document.
5702 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
5704         * Control.cs: Remove static ArrayList "controls" which maintained
5705         a reference to every control created.
5706         * Application.cs: Create a static FormCollection to maintain a reference
5707         to every form created.  Use it in places that formerly enumerated through
5708         the controls one looking for forms.
5709         * Form.cs: Add and remove self from above FormCollection.
5711 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
5713         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
5714           not libgdk (though it makes me wonder why I didn't have any
5715           problems)
5717 2006-12-07  Chris Toshok  <toshok@ximian.com>
5719         [ you had to know this was coming after that last commit...]
5720         
5721         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
5722         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
5723         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
5724         XCopyArea).
5726 2006-12-07  Chris Toshok  <toshok@ximian.com>
5728         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
5729         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
5730         all the behavior we need for double buffering.
5732         * XplatUIDriver.cs: implement the 3 double buffer methods using a
5733         client side Bitmap, just like the old Control-based double buffer
5734         code did.  The methods are virtual, so each XplatUI driver
5735         subclass can replace the implementation to use a faster, platform
5736         specific approach.
5738         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
5739         double buffer code, and clean things up a bit in the process.
5741 2006-12-06  Chris Toshok  <toshok@ximian.com>
5743         * Control.cs: reindent WndProc.
5745 2006-12-06  Chris Toshok  <toshok@ximian.com>
5747         [ I wanna be like BenM when I grow up ]
5748         
5749         * Hwnd.cs: create a single static Graphics object on the static
5750         Bitmap we create.  use this for our text measurements.
5752         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
5753         This was causing us to allocate a backbuffer for every control,
5754         even when it wasn't flagged as double buffered.  Instead use the
5755         single graphics instance.  This might have implications for
5756         multithreaded applications.  If we run into problems we can switch
5757         to creating 1 Graphics per control, on the static Hwnd bitmap.
5759         this change nets us a 7M savings in private dirty mappings when
5760         running FormsTest.exe.
5762 2006-12-06  Chris Toshok  <toshok@ximian.com>
5764         * ListView.cs: the BackgroundImage override is just to set
5765         attributes.  chain up to base.BackgroundImage.
5767         * RichTextBox.cs: same.
5769         * ToolBar.cs: same, but we need to also redraw the toolbar when it
5770         changes, so instead a handler for BackgroundImageChanged.
5771         
5772         * Control.cs: make background_image private.
5774 2006-12-06  Chris Toshok  <toshok@ximian.com>
5776         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
5777         sure we even need this assignment, but roll with it for now.
5779         * Control.cs: make the cursor field private.
5781 2006-12-06  Chris Toshok  <toshok@ximian.com>
5783         * Form.cs: we don't need to explicitly set ImeMode to
5784         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
5785         behavior in the face of ImeMode.Inherit.
5787         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
5788         change the ctor's assignment to use ImeMode instead of ime_mode.
5790         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
5791         ImeModeInherit.  Only check for the parent's imemode (and return
5792         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
5793         This fixes the button unit test, which sets both ImeMode and
5794         DefaultImeMode to ImeMode.Disable.
5796         also make the ime_mode field private.
5798 2006-12-06  Chris Toshok  <toshok@ximian.com>
5800         * Control.cs: make control_style private.
5802         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
5803         setting the styles to true, then setting them to false instead of
5804         reverting to their previous values.
5806         also, call SetStyle on the scrollbars instead of using
5807         control_style directly.
5809 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
5811         * FormCollection.cs: Implement. [2.0]
5813 2006-12-06  Chris Toshok  <toshok@ximian.com>
5815         * Control.cs: make tab_stop private.
5817         * Label.cs: set TabStop, not tab_stop.  reformat some event
5818         add/remove methods to make them more compact.
5820 2006-12-06  Chris Toshok  <toshok@ximian.com>
5822         * RadioButton.cs: fix TabStop handling.
5824 2006-12-06  Chris Toshok  <toshok@ximian.com>
5826         * TextBox.cs: remove the explicit assignments to has_focus.
5827         Control does that.
5829         * ButtonBase.cs: remove the assignment to has_focus.  Control will
5830         manage that.
5831         
5832 2006-12-06  Chris Toshok  <toshok@ximian.com>
5834         * ButtonBase.cs: remove all uses of is_enabled from this code.
5835         it's always true when any of the code containing the checks is
5836         executed.
5838 2006-12-06  Chris Toshok  <toshok@ximian.com>
5840         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
5841         with different semantics (some are present in both 1.1 and 2.0
5842         profiles) so that we match MS's behavior in our unit tests.
5844 2006-12-06  Jackson Harper  <jackson@ximian.com>
5846         * TextControl.cs: Make this operation undoable.
5847         * TextBoxBase.cs: Factor the border width into the preferred
5848         height.
5849         - implement Modified as per the spec.
5851 2006-12-06  Chris Toshok  <toshok@ximian.com>
5853         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
5855 2006-12-06  Chris Toshok  <toshok@ximian.com>
5857         * Control.cs: make right_to_left and context_menu fields private.
5859 2006-12-06  Chris Toshok  <toshok@ximian.com>
5861         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
5862         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
5863         Control.child_controls private.  switch all uses over to
5864         Control.Controls.
5866 2006-12-06  Chris Toshok  <toshok@ximian.com>
5868         * System.Windows.Forms/GroupBox.cs,
5869         System.Windows.Forms/AccessibleObject.cs,
5870         System.Windows.Forms/ErrorProvider.cs,
5871         System.Windows.Forms/Control.cs,
5872         System.Windows.Forms/UpDownBase.cs,
5873         System.Windows.Forms/ScrollBar.cs,
5874         System.Windows.Forms/DateTimePicker.cs,
5875         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
5876         System.Windows.Forms/ToolTip.cs,
5877         System.Windows.Forms/RadioButton.cs,
5878         System.Windows.Forms/LinkLabel.cs,
5879         System.Windows.Forms/Splitter.cs,
5880         System.Windows.Forms/TextBoxBase.cs,
5881         System.Windows.Forms/ToolStripTextBox.cs,
5882         System.Windows.Forms/ContainerControl.cs,
5883         System.Windows.Forms/ThemeWin32Classic.cs,
5884         System.Windows.Forms/SizeGrip.cs,
5885         System.Windows.Forms/ToolStripDropDown.cs,
5886         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
5887         private.  switch all uses over to Control.Parent.
5889 2006-12-06  Chris Toshok  <toshok@ximian.com>
5891         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
5892         Control does this before calling emitting these events.
5894         * TabControl.cs: same.
5896         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
5897         Control.client_rect.
5899         * ButtonBase.cs: use the ClientSize property instead of the
5900         client_size field.
5902         * ScrollableControl.cs: same.
5904         * Control.cs: another pass at making properties private.  also,
5905         move the initialization of tab_stop to the ctor.
5907 2006-12-05  Andreia Gaita <avidigal@novell.com>
5909         * TabControl.cs: Let the selected index be set freely if the 
5910         control handle is not yet created.
5912 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
5914         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
5915         internal until I can rewrite DefaultLayout.
5916         * ToolStrip.cs: Fix build error and some general cleaning.
5917         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
5918         Fix build errors caused by making some of Control's fields private.
5920 2006-12-05  Jackson Harper  <jackson@ximian.com>
5922         * TextControl.cs: Redo Insert a little so that it use IndexOf
5923         instead of Split, this prevents it from messing up on things like
5924         \n\n\n. Also more effecient since the split array doesn't need to
5925         be created.
5926         * TextBoxBase.cs: AppendText doesnt handle multiline and non
5927         multiline text differently, this is the first of many fixes that
5928         will make multiline/non-multiline the same thing as far as the
5929         TextBoxBase is concerned.
5930         - Don't split the text and insert lines, this can lose some line
5931         endings (like is the last line a soft or hard break). Instead use
5932         the new Insert.
5933         - Fix an off by one when combining all the lines in the Text
5934         getter.
5935         - Remove separate multiline handling from the Text getter/setter.
5937 2006-12-05  Chris Toshok  <toshok@ximian.com>
5939         * ButtonBase.cs: a few changes:
5941         - don't reinitialize internal Control fields in the ctor when they
5942         have the same values as Control sets them.
5944         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
5945         this before calling those methods.
5947         - we don't need to call Refresh for anything.  use Invalidate
5948         instead.
5950         - OnEnabledChanged doesn't need to redraw at all - Control.cs
5951         calls Refresh in its OnEnabledChanged.
5952         
5953         - several of the events we were registered for in the ctor to
5954         redraw ourselves already include calls to Invalidate in the
5955         property setters that raise the events.  remove the extra
5956         invalidation.
5958         - reformat a switch statement that was 83274658 columns wide.
5959         
5960 2006-12-05  Mike Kestner  <mkestner@novell.com>
5962         * ComboBox.cs: fix a unit test regression from a TextBox
5963         SelectionLength return of -1 when there's no selection.  
5965 2006-12-05  Chris Toshok  <toshok@ximian.com>
5967         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
5968         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
5969         cleaning up some of the internal Control fields being used by
5970         subclasses.
5972 2006-12-05  Mike Kestner  <mkestner@novell.com>
5974         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
5975         listbox after AddImplicit calls since it defaults to hidden. Add a 
5976         hack to preserve requested heights across DropDownStyle changes.
5978 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
5980         * PropertyGrid.cs: Hide FindFirstItem method from public API.
5982 2006-12-05  Chris Toshok  <toshok@ximian.com>
5984         * DataGridView.cs: fix compiler warnings.
5986         * PrintControllerWithStatusDialog.cs: same.
5988         * ToolBar.cs: same.
5990         * FolderBrowserDialog.cs: same.
5992         * Splitter.cs: same.
5994         * DataGridViewComboBoxCell.cs: same.
5996         * XplatUIWin32.cs: same.
5998         * PictureBox.cs: same.
6000         * Win32DnD.cs: same.
6002         * PageSetupDialog.cs: same.
6004         * FileDialog.cs: same.
6006         * PrintDialog.cs: same.
6008         * DataGridTextBoxColumn.cs: same.
6010         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
6012 2006-12-05  Chris Toshok  <toshok@ximian.com>
6014         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
6015         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
6016         System.ComponentModel.EventHandlerList work.
6018 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
6020         * DrawTreeNodeEventArgs.cs: Added.
6022 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6023         
6024         * InternalWindowManager.cs: Remove an unused field.
6025         
6026 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6028         * InternalWindowManager.cs:
6029         - Save the point where the title bar is clicked.
6030         
6031         * MdiWindowManager.cs:
6032         - Only allow moving of the window as long as the 
6033         clicked point on the title bar does not get out of
6034         MdiClient's rectangle. Fixes #79982.
6035         
6036         * MdiClient.cs:
6037         - Added Horizontal/VerticalScrollbarVisible.
6038         - Simplified the scrollbar sizing algorithm.
6039         - Cache the difference in scrolled value in
6040         H/VBarValueChanged and move the calculation out
6041         of the for loop.
6043 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6045         * Control.cs: Make the Console.WriteLine in WndProc 
6046         write more info.
6048 2006-12-05  Chris Toshok  <toshok@ximian.com>
6050         * ToolStripManager.cs, ToolStripButton.cs,
6051         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
6052         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
6053         ToolStripSplitButton.cs, ToolStripSeparator.cs,
6054         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
6055         ToolStripProgressBar.cs, ToolStripContainer.cs,
6056         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
6057         to using System.ComponentModel.EventHandlerList.
6059 2006-12-04  Chris Toshok  <toshok@ximian.com>
6061         * LinkLabel.cs: fix up compiler warnings.
6063         * TableLayoutSettings.cs: same.
6065         * TreeView.cs: same.
6067         * ToolBar.cs: same.
6069         * TabControl.cs: same.
6071         * RichTextBox.cs: same.
6073         * ListViewItem.cs: same.
6075         * PropertyGrid.cs: same.
6077         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
6079         * ToolTip.cs same.
6081         * TextRenderer.cs: fix up compiler warnings.
6083         * Label.cs: same.
6085         * Form.cs: corcompare fixes.
6087         * PictureBox.cs: fix up compiler warnings.
6089         * ImageListStreamer.cs: same.
6091         * TrackBar.cs: corcompare fix.
6093         * Control.cs: fix up compiler warnings.
6095         * SplitterPanel.cs: same.
6097         * NumericTextBox.cs: same.
6099         * ImageList.cs: same.
6101         * StatusStrip.cs: same.
6103         * ProgressBar.cs: corcompare fix.
6105         * ToolStripButton.cs: fix up compiler warnings.
6107         * ToolStripStatusLabel.cs: same.
6109         * ToolStripSplitButton.cs: same.
6111         * ToolStripSeparator.cs: same.
6113         * ToolStripProgressBar.cs: same.
6115         * ToolStripDropDownMenu.cs: same
6117         * ToolStripDropDown.cs: same.
6119         * ToolStripDropDownButton.cs: same.
6121         * ToolStrip.cs: same.
6123         * ToolStripControlHost.cs: same.
6125         * ToolStripContentPanel.cs: same.
6127         * ToolStripDropDown.cs: same.
6129         * ToolStripContainer.cs: same.
6131         * ToolStripPanel.cs: same, and add "new" where we need it to work
6132         with the new ArrangedElementCollection.
6134         * ToolStripItemCollection.cs: add "new" where we need it to work
6135         with the new ArrangedElementCollection.
6137 2006-12-04  Andreia Gaita <avidigal@novell.com>
6139         * TabControl.cs: Fix default tab selection to after TabControl
6140         gets focus and not before. Fixes #80128
6142 2006-12-04  Chris Toshok  <toshok@ximian.com>
6144         * DataGridTableStyle.cs: remove the gross calling of
6145         datagrid.Refresh from here.  It's a broken idea and it doesn't
6146         work anyway.
6148         * DataGrid.cs: instead, just register/unregister from the
6149         DataGridTableStyle events in CurrentTableStyle.  we play it
6150         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
6151         even though some would most likely not require it.  Fixes bug
6152         #80115 (and one portion of #80117 as a side effect).
6154 2006-12-04  Chris Toshok  <toshok@ximian.com>
6156         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
6157         so the textbox (if any) goes away.  Fixes bug #80117.
6159 2006-12-04  Chris Toshok  <toshok@ximian.com>
6161         * DataGridColumnStyle.cs: set the column's readonly property
6162         initially based on the property descriptor's IsReadOnly.  Fixes
6163         bug #80044.
6165 2006-12-04  Chris Toshok  <toshok@ximian.com>
6167         * ComboBox.cs: wrap the dropdown style changing work in
6168         SuspendLayout/ResumeLayout.  Fixes bug #79968.
6170 2006-12-04  Jackson Harper  <jackson@ximian.com>
6172         * TextBoxBase.cs: Fix off by one, since these are one-based.
6173         * TextBox.cs: Select all the text when we get focus.  The TextBox
6174         does this but the RTB does not.
6176 2006-12-04  Chris Toshok  <toshok@ximian.com>
6178         * DataGridTextBoxColumn.cs: remove some spew.
6180         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
6181         but some part of me is saying "it shouldn't be here.."  At any
6182         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
6183         setting the value.
6185 2006-12-04  Chris Toshok  <toshok@ximian.com>
6187         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
6188         to reassign the propertydescriptor.
6190 2006-12-04  Jackson Harper  <jackson@ximian.com>
6192         * TextBoxBase.cs:
6193         * TextControl.cs: Remove some unused variables.  Maybe this will
6194         patch things up between mike and I.
6195         - don't split lines less then one char wide, if the viewport is
6196         that small text won't be visible anyways.
6197         
6198 2006-12-04  Jackson Harper  <jackson@ximian.com>
6200         * TextBoxBase.cs: Default selection length is -1, need to do some
6201         more testing on windows to see when this is used for the property.
6202         - Redid the Lines [] property to that we properly remove soft line
6203         breaks
6204         - added support for preserving carriage returns
6205         -  CanUndo is not a variable like 'is undo enabled' it just returns
6206         true if there is undo operations available.
6207         - AppendText doesn't need to grab the last tag itself anymore,
6208         this happens automatically when we move the cursor.
6209         * TextControl.cs: Add CompoundActions to the undo class. This
6210         allows combining the other operations into one big option.  ie a
6211         paste will combine { delete old, insert new, move cursor }
6212         - Add InsertString undo operation
6213         - New method for deleting multiline text
6214         - Add carriage returns to lines. So we can preserve carriage
6215         returns when text is 'roundtripped'
6217 2006-12-04  Chris Toshok  <toshok@ximian.com>
6219         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
6220         minimum 0.  Fixes the scrollbar exception in bug #80136.
6222 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6224         * MdiClient.cs: 
6225         * MdiWindowManager: Removed unused fields and methods.
6226         
6227 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6228         
6229         * StatusBar.cs: Update all panels when a AutoSize=Contents
6230         panel needs updating.
6231         
6232         * StatusBarPanel.cs: Remove twidth and only use initialize.
6233         Fixes #80031.
6234                 
6235 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6237         * Form.cs: When a form's MdiParent is set add it directly
6238         on top of the z-order in stead of relying on MdiClient's
6239         ActivateChild to do it. Fixes #80135.
6240         
6241         * MdiClient.cs: 
6242         - Remove original_order, mdi_child_list is already doing
6243         the same thing.
6244         - Create mdi_child_list on construction in
6245         stead of first use (avoids a few null checks).
6247         * MenuItem.cs: Use an already existing list of mdi children
6248         to get the correct order of children and remove the other
6249         redundant list.
6251 2006-12-04  Chris Toshok  <toshok@ximian.com>
6253         * PropertyGridView.cs: cached_splitter_location is only used in
6254         !DOUBLEBUFFER code.
6256         * PropertyGrid.cs: implement the ComComponentNameChanged event
6257         using Events, hoping that would fix the warning.  Looks like a
6258         compiler bug instead (#80144).
6260         * PropertyManager.cs: remove unused method.
6262 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
6264         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
6265         include parentesis to fix expression evaluation. Fixes #79634.
6267 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
6268         
6269         * MenuAPI.cs:
6270         - Changes to fix behavior in Menu control, some reported in #80097
6271         and other detected during behavior refactory like a select event
6272         problems.
6273         - Remove unneded "if's" conditions.
6274         - Created an internal to flag when popup is active in control, we need 
6275         it because in .NET you can have menu active but without popup active
6276         when you active menu using popup without visible items.
6277         - Mimic win32 behavior for Select and Popup events.  
6278         - Dont open popup menu when you dont have visible subitems.
6279         - Do nothing when click on disabled menu item.
6280         - Some small changes to follow the coding style guidelines.
6281         - Unselect menu only when another control gives focus. Fixes #80097.
6282         - Remove unused code.
6283         
6284         * MenuItem.cs: internal VisibleItems method to check if menu
6285         theres visible subitems, it will be usefull to fix some 
6286         behavior in Menu control.
6287         
6288 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
6289         
6290         * Timer.cs: Tag property for 2.0 profile.
6291         
6292 2006-12-01  Chris Toshok  <toshok@ximian.com>
6294         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
6295         
6296         * Win32DnD.cs: comment out some unused fields.
6298         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
6299         some unused properties/methods.
6301         * XplatUIX11.cs: fix MousePosition so we override the base class's
6302         property instead of conflicting with it.
6304         * PictureBox.cs: comment out some unused fields
6306         * OSXStructs.cs: make some struct fields public.
6308         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
6309         MousePosition so we override the base class's property instead of
6310         conflicting with it.
6312         * X11Dnd.cs: comment out some unused fields
6314         * X11DesktopColors.cs: fix some struct field visibility to quiet
6315         the compiler.
6317         * X11Dnd.cs: remove some debug code.
6319         * ThemeClearlooks.cs: comment out unused field.
6321         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
6323         * ThemeGtk.cs: comment out some unused pinvokes.
6325         * Timer.cs: remove some unused fields.
6327         * ThemeClearlooks.cs: comment out unused field.
6329         * UpDownBase.cs: comment out unused field.
6331         * DataObject.cs: comment out unused field.
6333         * DataGridBoolColumn.cs: reomve unused field.
6335         * DataGrid.cs: remove unused field.
6337         * Cursor.cs: remove old ToBitmap code.
6339         * ControlPaint.cs: remove unused method.
6341         * ScrollBar.cs: remove unused fields.
6343         * ComboBox.cs: remove unused field, and chain up to
6344         AccessibleObject ctor.
6346         * ListBox.cs: remove unused field.
6348         * ButtonBase.cs: wrap a couple fields in NET_2_0.
6350         * GridEntry.cs: remove unused fields.
6352         * Binding.cs: remove unused fields.
6354         * AxHost.cs: remove unused method.
6356         * ContainerControl.cs: remove unused field.
6358         * ScrollableControl.cs: remove unused fields.
6360 2006-12-01  Chris Toshok  <toshok@ximian.com>
6362         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
6363         the Where/WhereString stuff.  it's easy enough to CWL
6364         Environment.StackTrace.
6366         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
6367         unused private fields.
6369 2006-12-01  Jackson Harper  <jackson@ximian.com>
6371         * TextControl.cs: Do not update the view while inserting multiline
6372         text. If we update the view we might wrap lines, before entering
6373         the new lines, which causes the new line insertion calculations to
6374         be totally fubared.
6375         - Remove an old TODO
6376         - Make debug output a little nicer
6377         
6378 2006-12-01  Chris Toshok  <toshok@ximian.com>
6380         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
6382 2006-12-01  Chris Toshok  <toshok@ximian.com>
6384         [ fix the majority of the CS0108 warnings we've been suppressing ]
6385         
6386         * TreeView.cs: mark BackgroundImageChanged as 'new'.
6388         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
6389         to "LayoutToolBar" to quiet mcs.
6390         
6391         * TabControl.cs: mark our ControlCollection class as 'new'.
6393         * TextBoxBase.cs: mark some events as 'new'.
6395         * Splitter.cs: TabStop is 'new'.
6397         * ControlBindingsCollection.cs: mark a few methods as new since
6398         they change the visibility from protected to public.
6400         * RadioButton.cs: DoubleClick -> base class, and remove unused
6401         HaveDoubleClick.
6403         * MonthCalendar.cs: ImeMode property -> base class, and mark many
6404         events as new.
6406         * NumericUpDown.cs: TextChanged -> base class.
6408         * CheckedListBox.cs: mark our ObjectCollection class as new to
6409         quiet mcs.
6411         * FolderBrowserDialog.cs: make HelpRequest event new and have it
6412         muck with the base class.
6414         * StatusBar.cs: fix some mcs warnings about Update being the same
6415         name as a base class method.
6417         * RichTextBox.cs: mark some events as new, and make them do things
6418         to the base class impl.
6420         * UserControl.cs: mark TextChanged as new, and have it manipulate
6421         base.TextChanged.
6423         * UpDownBase.cs: mark some things new.
6425         * CheckBox.cs: mark DoubleClick "new", and add some text about
6426         what we need to look at.
6428         * Panel.cs: make the events "new", and manipulate the base
6429         version.  these are just here for attributes.
6431         * AccessibleObject.cs: make owner private.
6433         * Control.cs: deal with AccessibleObject.owner being private.
6434         cache our own copy if we need it.
6436         * Button.cs: add "new" to the DoubleClickEvent.
6438         * ListBox.cs: no need to track our own has_focus here.  let
6439         Control.has_focus do it for us.  Also some other work to clear up
6440         warnings about not overriding base class methods of the same name.
6441         
6442         * ComboBox.cs: clear up some warnings about not override base
6443         class methods of the same name.
6445 2006-12-01  Chris Toshok  <toshok@ximian.com>
6447         * Form.cs: flag a few things as "new" to quiet some of the mcs
6448         warnings.
6450         * AxHost.cs: same.
6452         * PrintPreviewDialog.cs: same.
6454         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
6455         now DGV isn't so horrible on the class status page.  also, move
6456         all events to using System.ComponentModel.EventHandlerList.  my
6457         wrists hurt.
6459 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6461         * MdiWindowManager.cs:
6462         - Set form to active mdi child if shown,
6463         and update the active mdi child to the next 
6464         remaining child in the z-order if the form is hidden.
6466         * Form.cs: 
6467         - Track if the form has been visible and if its 
6468         visibility is beeing changed, so that the MdiClient
6469         can properly decide the ActiveMdiChild. The MdiClient 
6470         cannot track this since the form can change visibility 
6471         before MdiClient is created.
6473         * MdiClient.cs:
6474         - Don't activate anything of the parent form is changing
6475         its visibility.
6476         - Rework ActiveMdiChild to only return visible mdi 
6477         children and take into account several other corner 
6478         cases.
6480 2006-12-01  Chris Toshok  <toshok@ximian.com>
6482         * IBindableComponent.cs: new 2.0 interface.
6484 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
6486         * DataGrid.cs: Font for caption area is bold by default.
6488 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
6490         * Menu.cs: Tag property for 2.0.
6491         
6492 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
6494         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
6495         
6496 2006-12-01  Chris Toshok  <toshok@ximian.com>
6498         * TreeView.cs: doh, the Begin* events should be
6499         TreeViewCancelEventHandler.
6501 2006-12-01  Chris Toshok  <toshok@ximian.com>
6503         * Form.cs: Form.ControlCollection already stores off the
6504         form_owner field.  don't access the base class's internal "owner"
6505         field.
6507         * Control.cs: make all the fields in Control.ControlCollection
6508         private.  there's no need for any internal fields here.
6510 2006-12-01  Chris Toshok  <toshok@ximian.com>
6512         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
6513         OnHandleCreated.  Fixes bug #80109.
6515 2006-12-01  Chris Toshok  <toshok@ximian.com>
6517         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
6518         SplitContainer.cs, Control.cs, StatusStrip.cs,
6519         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
6520         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
6521         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
6522         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
6523         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
6524         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
6525         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
6526         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
6527         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
6528         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
6530         do most of the work to convert our code over to use
6531         System.ComponentModel.Component.Events for
6532         adding/removing/dispatching events.
6535 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
6537         * DataGridView.cs: Fix an ArgumentNullException reported 
6538         twice today in IRC.
6540 2006-11-30  Mike Kestner  <mkestner@novell.com>
6542         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
6543         grabbed listbox.  Fixes #80036 and #80101.
6545 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
6547         * Message.cs: Changed ToString() to match MS.
6548         
6549 2006-11-30  Jackson Harper  <jackson@ximian.com>
6551         * TextBoxBase.cs: You can still change the selected text on a read
6552         only textbox.
6553         * TextControl.cs: Lower magic number for wrap calculations. This
6554         lets text get closer to the right (far) edge.
6556 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
6558         * Control.cs: Tweak 2.0 layout properties.
6559         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
6560         * TextRenderer.cs: Add a new overload.
6561         * ToolStrip*: Huge amount of changes and new features.
6563 2006-11-30  Mike Kestner  <mkestner@novell.com>
6565         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
6566         scroll range correct.  Fixes #79994.
6568 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
6570         * MdiWindowManager.cs: Update main form's text when
6571         a form is closed. (fixes #80038)
6572         
6573 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
6575         * ToolBar.cs:
6576         - Fix an regression in ButtonSize.
6577         - Get ImeMode default value change to "Disable".
6578         - Get ShowTooltips default value change to true, default value is 
6579         "false" but after make a test in .NET we get "true" result as default.
6580         
6581 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
6583         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
6585 2006-11-29  Chris Toshok  <toshok@ximian.com>
6587         * XplatUIWin32.cs (GetWindowTransparency): check return value of
6588         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
6589         SetWindowTransparency hasn't been called.
6591 2006-11-29  Chris Toshok  <toshok@ximian.com>
6593         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
6594         if it's supported.
6595         (set_AllowTransparency): reorder things a little so that the
6596         WS_EX_LAYERED style is removed properly.
6598 2006-11-29  Chris Toshok  <toshok@ximian.com>
6600         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
6601         
6602         * Form.cs: only call the XplatUI transparency method (get/set) if
6603         SupportsTransparency says it's supported. Otherwise fallback to
6604         doing nothing (in the set case) or returning the instance field we
6605         cache (in the get case).
6607         * XplatUIStructs.cs: add TransparencySupport flag enum.
6608         
6609         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
6610         change to SupportsTransparency.
6612         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
6613         TransparencySupport.None from SupportsTransparency.
6615         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
6616         TransparencySupport.Set from SupportsTransparency.
6618         * XplatUIWin32.cs: implement GetWindowTransparency calling
6619         GetLayeredWindowAttributes, and implement SupportsTransparency by
6620         checking whether or not both
6621         GetWindowTransparency/SetWindowTransparency are available
6622         entrypoints.  We need to do this since SetWindowTransparency is
6623         available as of win2k, but GetWindowTransparency requires winxp.
6624         yay win32 api.
6626         * XplatUI.cs: Add GetWindowTransparency, and change
6627         SupportsTransparency to allow for either/both Get/Set.
6629 2006-11-29  Chris Toshok  <toshok@ximian.com>
6631         * DataGrid.cs: keep from going into an infinite loop redrawing a
6632         datagrid that has no datasource.  Fixes bug #80033.
6634 2006-11-29  Chris Toshok  <toshok@ximian.com>
6636         * MenuItem.cs: fix the NRE when we assign text (and therefore call
6637         Invalidate) before the mainmenu has been assigned to a control.
6639 2006-11-29  Chris Toshok  <toshok@ximian.com>
6641         * DataGrid.cs: detect when we should be double the double click
6642         row/column autosize stuff, although that codepath has yet to be
6643         written.  part of the work for bug #79891.
6645 2006-11-29  Chris Toshok  <toshok@ximian.com>
6647         * Binding.cs (SetControl): fix unit test.
6649 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6651         * PageSetupDialog.cs: Validate the margins and set them in
6652         PageSettings. 
6653         * NumericTextBox.cs: New class to mimic the behavior of the
6654         textboxes used in the printing dialogs.
6656 2006-11-29  Andreia Gaita  <avidigal@novell.com>
6657         
6658         * Form.cs: Revert previous change (remove call UpdateBounds
6659         from form constructor), because it messes with the handle creation
6660         order, and that one needs lots and lots of love.
6661         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
6662         for valid printer and throw InvalidPrinterException if document
6663         is set but printer not valid), adding a MonoTODO. Once 
6664         handle creation is done properly, we can put this back in.
6666 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
6668         * MenuItem.cs: Create a invalidate method for menu item, to be
6669         calling from set text, it make text changes to imadiate update
6670         on screen. Fixes #80013. 
6671         
6672 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
6674         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
6675         fixes bug #80070 and some other problem on toolbar buttons
6676         layout.
6678 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
6680         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
6681         with dotted brush.      Fixes #79564
6682         
6683 2006-11-28  Andreia Gaita  <avidigal@novell.com>
6685         * Form.cs: Removed call to UpdateBounds on Form
6686         constructor, it was causing a call to CreateHandle
6687         before it was supposed to.
6688         * PrintControllerWithStatusDialog: Applied patch
6689         by Chris Toshok to hide controller when there are
6690         no printers available.
6691         PrintDialog.cs: initialize printer settings to 
6692         null - correct DefaultValues test #5
6693         * PrintPreviewControl.cs: Move PrintController
6694         initialization to GeneratePreview
6695         * PrintPreviewDialog.cs: 
6696         - Remove Preview generation     from Document_set(). It is 
6697         called on OnPaint
6698         - Throw InvalidPrinterException on CreateHandle if
6699         a Document is set but there are no printers or 
6700         printer is not valid.
6701         * ThemeWin32Classic: don't paint PrintPreviewControl
6702         if there is nothing to paint    
6704 2006-11-28  Miguel de Icaza  <miguel@novell.com>
6706         * Form.cs: Add another popular method.
6708         * TabPage.cs: ditto.
6710 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6712         * MenuItem.cs: Fixed a warning.
6713         * InternalWindowManager: Fixed a warning.
6715 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6717         * MenuItem.cs:
6718         - When cloning a menu also clone MdiList and clone the 
6719           window menu items properly (as the forms and menuitems
6720           are kept in an internal hashtable, these need updating 
6721           as well)
6722         - Rewrote the window menu code, menu items are added in the
6723           order the forms were added to their parent, and they are
6724           updated every time the window menu is shown (before the
6725           list was only generated once, in the current order of the
6726           forms, and would never be updated). A checkmark is shown
6727           next to the item corresponding to the active mdi child.
6729 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6731         * XplatUIStructs.cs: 
6732         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
6733         
6734         * XplatUIWin32.cs: 
6735         - Added TME_NONCLIENT to TMEFlags.
6736         - Handles WM_NCMOUSEMOVE in GetMessage to 
6737           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
6739         * MdiWindowManager:
6740         - Now merges mdi child menu to parent menu when maximized.
6741         - Recalculate NC areas of both mdi child and mdi parent. 
6742           Fixes #79757 (4).
6743           on window state and size changes.Fixes #79844 (3).
6744         - Handle WM_NCCALCSIZE to properly calculate borders.
6746         * Form.cs:
6747         - Add/remove to the mdi containers list of mdi children 
6748           in the order they are added.
6749         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
6750           to the maximized mdi child.
6751         
6752         * InternalWindowManager.cs:
6753         - Only execute a click on the control buttons on the mouse up,
6754           not on the mouse down. Show the state of the button 
6755           (was only showing Normal state, never Pressed state). The
6756           pressed button now follows the mouse (if you click the Close 
6757           button and move the mouse over the Maximize button, the 
6758           Maximize button will be shown as pressed). Since Win32 does
6759           not generate WM_NCLBUTTONUP if you release the button outside
6760           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
6761           it as a mouse up.
6762         
6763         * ThemeWin32Classic.cs:
6764         - Draw a missing border around mdi child forms. Fixes #79844 (2).
6766         * MdiClient.cs:
6767         - Added a list of forms which contains the order the forms are
6768           added to the mdi parent.
6769         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
6770         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
6771         - If the active form changes set the scrollbars to the top
6772           of the Z order, otherwise the form could hide them.
6773         - Scrollbars are now sized according to ClientSize, not 
6774           to Size, and they take into account the other scrollbar
6775           to determine maximum.
6776         
6777 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
6778         
6779         * XplatUI.cs:
6780         * XplatUIDriver.cs:
6781         * XplatUIX11.cs:
6782         * XplatUIWin32.cs:
6783         * XplatUIOSX.cs:
6784         - Added RequestAdditionalWM_NCMessages for windows to 
6785           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
6786           Currently only implemented in XplatUIWin32.
6788 2006-11-27  Chris Toshok  <toshok@ximian.com>
6790         * Hwnd.cs: only add the hwnd to the windows hash in
6791         set_WholeWindow and set_ClientWindow if whole_window/client_window
6792         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
6794 2006-11-27  Mike Kestner  <mkestner@novell.com>
6796         * ComboBox.cs: remove redundant OnDropDown call.  It is called
6797         from the ComboListBox.ShowWindow code. Fixes #79969.
6799 2006-11-27  Chris Toshok  <toshok@ximian.com>
6801         * Hwnd.cs: remove the setters for ExposePending and
6802         NCExposePending - noone uses them.
6804 2006-11-27  Jackson Harper  <jackson@ximian.com>
6806         * TextControl.cs: new param for ReplaceSelection which determines
6807         whether we select the new selection, or set the cursor to the end
6808         of the new selection.
6809         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
6810         pasting, select the new text.
6811         * RichTextBox.cs: Use new param for ReplaceSelection.
6813 2006-11-27  Jackson Harper  <jackson@ximian.com>
6815         * TextBoxBase.cs: Set the selection to the caret after the caret
6816         is moved, otherwise they get out of sync.
6818 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
6820         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
6821         it fixes #80015
6823 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
6825         * ThemeWin32Classic.cs: 
6826         - Fix toolbar drop down arrow position.
6827         - Fix drop down appearance when ToolBar.Appearance is normal,
6828         it fixes #80018.
6829         
6830 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
6832         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
6833         * Control.cs: Same.
6834         * UpDownBase.cs: Same.
6835         * ButtonBase.cs: Same.
6836         * ScrollBar.cs: Same.
6837         * TrackBar.cs: Same.
6838         * PictureBox.cs: Same.
6839         * UserControl.cs: Same.
6840         * Label.cs: Same.
6841         * ListControl.cs: Same.
6842         * TextBoxBase.cs: Same.
6843         * ListView.cs: Same.
6844         * RichTextBox.cs: Same.
6845         * TreeView.cs: Same.
6847 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
6849         * PrintDialog.cs:
6850         - Text label for where 
6851         - Text label comment was not shown
6853 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
6855         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
6857 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
6859         * InternalWindowManager.cs: 
6860         - Handle WM_PARENTNOTIFY to activate the form
6861         if any child control is clicked.
6862         - The form is only sizable if not minimized.
6864         * MdiWindowManager.cs:
6865         - Save the IconicBounds if the form is moved.
6866         - Rework SetWindowState, now the window bounds 
6867         are stored only if the old window state is Normal.
6868         
6869         * MdiClient.cs:
6870         - In SetWindowStates store the old window state if 
6871         the window is maximized and restore window state if
6872         the window looses focus.
6873         - Don't handle any scrollbar value changes if 
6874         initializing the scroll bars. Fixes #79771.
6875         - Reworked ArrangeIconicWindows. Current algorithm
6876         tests bounds agains all other minimized windows, if
6877         any intersections create new bounds (going left to 
6878         right, bottom to top) and then test again. When 
6879         successful the bounds are saved and never computed
6880         again. Fixes #79774.
6882 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
6884         * InternalWindowManager.cs: Added HandleTitleBarUp.
6886 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
6888         * NumericUpDown.cs: In .NET 1.1, user entered text is still
6889         hexadecimal in ParseUserEdit.
6891         
6892 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
6894         * MdiWindowManager.cs: 
6895         - Handle a click on the form's icon to show the 
6896         system menu (when maximized). Fixes #79775.
6897         - Change the existing click handler for the form's
6898         icon when not maximized to show on MouseUp.
6899         Fixes #79776.
6901         * Form.cs: In OnResize only layout the mdi child's
6902         parent if it actually has a parent. Might not if
6903         the window is closing.
6906 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
6908         * MdiClient.cs: Ignore active MDI client for text of parent, if
6909         child has no text set.
6911 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
6913         * ToolBar.cs: Fixed ToString to match MS.
6915 2006-11-22  Andreia Gaita  <avidigal@novell.com>
6917         * NumericUpDown: 
6918         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
6919         update inner values on set. Fixes #79966.
6920         - Override OnLostFocus to update value on NET 2. Fixes #79950.
6921         - Fix hexadecimal parsing.
6922         
6923         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
6924         parent. Fixes #79957
6926 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6928         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
6929         the actual size has to be queried, since if height /
6930         width is negative Win32 changes it to 0. 
6931         Fixes #79999 on Windows.
6932         
6933         * XplatUIX11.cs: Set height / width to 0 if negative
6934         in SetWindowPos. Fixes #79999 on Linux.
6935         
6936 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
6938         * ThemeWin32Classic.cs: Fix text redenring when button is
6939         pressed.
6941 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
6943         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
6944         and later navigate by mouse. Fixes #79528.
6946 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
6948         * ToolBar.cs: Set default value for TabStop to false in
6949         constructor, it fixes remaining behavior of bug #79863.
6951 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6953         * MdiWindowManager.cs:
6954         * InternalWindowManager.cs:
6955         - Moved a few methods specific to Mdi from 
6956         InternalWindowManager to MdiWindowManager.
6957         Fixes #79996.
6958         
6959 2006-11-21  Chris Toshok  <toshok@ximian.com>
6961         * XplatUIOSX.cs: stub out InvalidateNC.
6963         * XplatUIWin32.cs: implement InvalidateNC using the call I found
6964         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
6966         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
6968         * XplatUIDriver.cs: add InvalidateNC abstract method.
6970         * XplatUI.cs: add InvalidateNC.
6972 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
6974         * ToolBar.cs: Invalidate complete button area when pressed status 
6975         was changed.
6976         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
6977         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
6978         by 1 when button is pressed.
6980 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
6982         * ToolButton.cs: Invalidate middle of DropDown button when
6983         ToolBar theres DropDownArrows.
6984         * ThemeWin32Classic.cs: Change position of DropDown arrow and
6985         fix DropDown drawing operations.
6987 2006-11-20  Chris Toshok  <toshok@ximian.com>
6989         * NativeWindow.cs: fix the formatting of functions ('{' on the
6990         following line), and enable the thread exception dialog.
6992         * Application.cs: remove the duplicate exception catching from
6993         here.
6995 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
6997         * Toolbar.cs: Triggers button click event when click on icon
6998         of dropdown ToolBarButton. Fixes #79912.
6999         
7000 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7002         * Theme.cs:
7003         * ThemeWin32Classic.cs:
7004         - Added a property WindowBorderFont to enable themeing
7005           of mdi child windows' Text.
7006           
7007 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7009         * InternalWindowManager.cs:
7010         * Form.cs:
7011         * MdiClient.cs:
7012         * MdiWindowManager.cs: 
7013         - If mdi child is maximized, set mdi parent's
7014           text to "Parent - [Child]". Fixes #79770.
7015         - If there is any maximized mdi child windows, only the active 
7016           window (and any new windows) is maximized, the rest are normal.
7017         - On a WindowState change only save mdi child's window bounds 
7018           if the old window state was normal. Fixes #79774.
7019         - The scroll bars are now calculated on hopefully all
7020           necessary events. Fixed #79771 / #79844->6 / #79906.
7021         - MdiClient.SizeScrollBars() now takes into account docked 
7022           controls in the parent when calculating available space.
7023         - InternalWindowManager now always repaints the entire title
7024           area. Fixes #79844->1/4/5.
7025         - Added RequestNCRecalc on mdi child windowstate changes.
7026           Fixes #79772.
7028 2006-11-20  Mike Kestner  <mkestner@novell.com>
7030         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
7031         in the MouseUp handler of the listbox and move the return handling
7032         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
7034 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
7036         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
7038 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
7040         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
7041           working in 1.2.x anymore. So, updated.
7043 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
7045         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
7046         NumberGroupSeparator of current culture instead of assuming en-US.
7047         Fixed bug #79967.
7049 2006-11-17  Mike Kestner  <mkestner@novell.com>
7051         * Control.cs: Add the concept of implicit bounds setting so that
7052         dock/undock round trips preserve explicitly set size/locations.
7053         Fixes #79313.
7055 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
7057         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
7058           can't handle those filters. (Fixes bug #79961)
7060 2006-11-17  Chris Toshok  <toshok@ximian.com>
7062         [ fixes the exit/crashes associated with #79835.  it's clearly
7063         suboptimal though, we need to figure out a better way to solve
7064         this. ]
7065         
7066         * PrintPreviewControl.cs: deal with the new invalid printer
7067         exceptions.
7069         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
7070         and return false (so CommonDialog.ShowDialog doesn't actually show
7071         the form.)
7073         * PrintDialog.cs: enable/disable the Ok button depending on
7074         whether or not the printer is valid.
7076         * CommonDialog.cs (ShowDialog): only actually show the form if
7077         RunDialog returns true.
7079 2006-11-17  Jackson Harper  <jackson@ximian.com>
7081         * TextControl.cs: When soft splitting a line, mark it as a soft
7082         split line. Also carry over the current line break to the next
7083         line.
7085 2006-11-17  Chris Toshok  <toshok@ximian.com>
7087         * XplatUIX11.cs: when scrolling a window with an invalid area, we
7088         only want to shift the part of the invalid area that overlaps the
7089         area we're scrolling.  we also don't want to clear the invalid
7090         area unless the invalid area was entirely contained within the
7091         scrolling area.
7093 2006-11-16  Chris Toshok  <toshok@ximian.com>
7095         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
7096         also make sure to free the memory returned by XGetWindowProperty
7097         in GetText().
7099         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
7101 2006-11-16  Chris Toshok  <toshok@ximian.com>
7103         * XplatUI.cs: add a new super secret way to get at the totally
7104         unsupported X11 backend.
7106 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
7108         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
7110 2006-11-16  Jackson Harper  <jackson@ximian.com>
7112         * TreeView.cs: Allow more explicit setting of top node position
7113         for scrollbars. Slower algo, but more accurate.
7114         - CollapseAll should maintain the current top node.
7115         * TextBoxBase.cs: When positioning the caret, use the line, pos
7116         method, since the x, y method does not grab the correct tag, and
7117         the caret height never gets set correctly. (Maybe I should just do
7118         away with the caret having its own height, and always use the
7119         carets current tag for height).
7121 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
7123         [Fixes 79778, 79923]
7125         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
7126         Parent to the FosterParent instead.
7128 2006-11-16  Jackson Harper  <jackson@ximian.com>
7130         * TreeView.cs: Need to recalc the topnode when we expand or
7131         collapse. The scrolling methods can't handle this on their own,
7132         since they use differences between the last scroll position, and
7133         those difference get completely messed up since we are expanding
7134         nodes.  This problem should probably be fixed in the scrolling
7135         methods, so they can figure out exactly where they are, but this
7136         will slow things down a little.
7137         * ThemeWin32Classic.cs: Special case for groupboxes with empty
7138         strings, makes nunit-gui look a lot nicer.
7140 2006-11-16  Chris Toshok  <toshok@ximian.com>
7142         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
7143         the broken multithreaded event handling we have in here.  File
7144         this entry under "Why we should move to the new X11 backend".
7146         Any thread can make it into UpdateMessageQueue, which gets events
7147         from the X socket - some of which could belong to hwnds being
7148         managed by a different thread.  We can also have multiple threads
7149         in UpdateMessageQueue at the same time, with each one reading from
7150         the X socket.  This leads to many problems, with the following
7151         solutions:
7153         We can't use hwnd.Queue.Enqueue anywhere in here and must use
7154         EnqueueLocked.
7156         The MotionNotify compression we do can't work across threads
7157         (without locking the entire queue, perhaps) since we call
7158         hwnd.Queue.Peek, so we just punt and don't compress motion events
7159         unless the owning thread is the one which got the X event.
7161         ConfigureNotify is another fun one, since it modifies the hwnd's
7162         bounds and then enqueues the event.  We add a lock to Hwnd which
7163         is held when setting configure_pending to true (and enqueuing the
7164         event).
7166         There is a race wrt the wake socket.  we need to make sure that
7167         only 1 thread is waiting on that socket, or else a thread could
7168         sleep waiting for data that never comes.  It's difficult (but not
7169         impossible) to make happen, because it seems to require something
7170         like the following:
7172             1. Thread 1 polls on wake_receive
7173         
7174             2. poll returns saying there's data to be read on
7175                wake_receive.
7176         
7177             3. Thread 2 polls on wake_receive and immediately returns
7178                saying there's data to be read.
7180             4. Thread 2 reads the wakeup byte from wake_receive
7182             5. Thread 1 attempts to read the wakeup byte from
7183                wake_receive.
7185             6. Thread 2 exits (due to a form closing, perhaps).
7187             7. Thread 1 blocks forever.
7188         
7189         Fun, eh?
7191         Fixing the Expose handling isn't done yet, and the races inherent
7192         in that piece of code are responsible for the drawing mistakes you
7193         see when generating expose events in a MT app (like NPlot).  This
7194         one is the likely to be the hardest to bandaid, and it doesn't
7195         appear to cause anything but drawing problems.  The other issues
7196         caused apps to exit or hang.
7198         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
7199         called from a different thread than the one that should be calling
7200         these functions.
7202         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
7204 2006-11-15  Chris Toshok  <toshok@ximian.com>
7206         * Application.cs: null out the context's MainForm when we exit
7207         RunLoop.  Fixes a newly checked in unit test as well as the last
7208         ODE from bug #79933.
7210 2006-11-15  Chris Toshok  <toshok@ximian.com>
7212         * Form.cs (set_Owner): allow a null value so we can clear the
7213         form's owner.
7214         (Dispose): set all our owned_form's Owner properties to null, and
7215         clear the owned_forms collection.
7216         (WM_CLOSE): clean up this a little bit.. still not right though.
7218         * ApplicationContext.cs: OnMainFormClosed should only call
7219         ExitThreadCore if the main form isn't recreating.  Fixes unit
7220         test.
7222 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
7224         [Fixes 78346]
7226         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
7228 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
7230         [Fixes 79433]
7232         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
7233         keep popup window types from stealing focus from the main form
7234         on Windows.
7236         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
7238         * MenuAPI.cs: Set above flag to true.
7240 2006-11-15  Chris Toshok  <toshok@ximian.com>
7242         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
7243         the button being released is not in wParam.
7245 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
7247         * Form.cs: Add the released button to MouseEventArgs.Button
7248         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
7249         on Win32.
7251 2006-11-15  Chris Toshok  <toshok@ximian.com>
7253         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
7254         GetText().  untested because it's unused in our implementation.
7255         Control.Text always caches the text, even if
7256         ControlStyles.CacheText is not set.
7258         fixes bug #79939.
7260 2006-11-15  Chris Toshok  <toshok@ximian.com>
7262         [ fixes #79933 ]
7263         
7264         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
7265         message.  no hiding, no disposing.
7267         in the WM_CLOSE handler, hide the form if it's modal.
7269 2006-11-15  Chris Toshok  <toshok@ximian.com>
7271         * XplatUIX11.cs: use AddExpose instead of sending a message.
7272         fixes textbox border drawing.
7274 2006-11-15  Chris Toshok  <toshok@ximian.com>
7276         * PropertyGridView.cs: keep from crashing on mouse move/down when
7277         the property grid is empty.
7279 2006-11-14  Jackson Harper  <jackson@ximian.com>
7281         * TextControl.cs: Make PageUp and PageDown more like the MS
7282         versions.
7283         * TextBoxBase.cs: When we set the text property position the
7284         cursor at the beginning of the document.
7286 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7288         * Form.cs: if a mdi child's WindowState has changed
7289         before it's creation, it would display wrong control
7290         buttons.
7291         
7292 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
7294         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
7295           (Fixes bug #79927)
7297 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
7299         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
7300         the window gets to paint its borders even if the window is
7301         getting smaller.
7302         
7303         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
7304         otherwise the old control buttons would still be painted 
7305         if the window gets bigger.
7306         
7307         * PaintEventArgs.cs: add an internal method so that the clip 
7308         rectangle can be changed.
7309         
7310 2006-11-13  Chris Toshok  <toshok@ximian.com>
7312         [ fixes bug #79745 ]
7313         
7314         * NotifyIcon.cs: lots of cleanup.
7316         * X11Structs.cs: add an enum for XEMBED messages.
7318         * XplatUIX11.cs: reindent one of the giant switch statements, it
7319         was taking up an additional tab stop, and this file is already way
7320         too wide for my laptop's screen.
7322         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
7323         we get it, resize the hwnd to the WMNormalHints max_width/height.
7325 2006-11-13  Jackson Harper  <jackson@ximian.com>
7327         * TextBoxBase.cs: Compute the value changes for the mouse wheel
7328         teh simple way.
7330 2006-11-13  Chris Toshok  <toshok@ximian.com>
7332         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
7333         #79898.  force a reference to the Region to stick around so the
7334         unmanaged object isn't collected (rendering our handle in the MSG
7335         stale).
7337 2006-11-13  Chris Toshok  <toshok@ximian.com>
7339         * XplatUIX11.cs: fix #79917 for window managers which support
7341         using XStoreName on the raw utf8, and we need to convert to
7342         COMPOUND_TEXT if it's non-latin1.
7344 2006-11-13  Chris Toshok  <toshok@ximian.com>
7346         * Form.cs (set_DialogResult): we need to set closing to false if
7347         we're setting our result to None.  fixes bug #79908.
7349 2006-11-13  Jackson Harper  <jackson@ximian.com>
7351         * TextControl.cs: When formatting text, compute the adjusted tag
7352         lengths correctly, using FindTag for the end tag instead of trying
7353         to figure it out outselves.
7354         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
7355         the item, ItemHeight doesn't work, because trees with large
7356         imagelists use those for their height
7357         * TreeView.cs: ActualItemHeight factors in the image height
7358         - compute left edge of checkboxes correctly
7359         - when expanding/collapsing move the bottom down one pixel, so we
7360         aren't moving part of the node
7362 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7364         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
7365         stack in PaintEventStart so that it won't get disposed by the gc
7366         before reaching PaintEventEnd.
7368 2006-11-13  Jackson Harper  <jackson@ximian.com>
7370         * TextBoxBase.cs: Don't select the word if we are on a line with
7371         no text.
7372         - We don't need to position the caret on mouse up, since the mouse
7373         move handler should be doing this
7374         - When double clicking a blank line, the caret is advanced to the
7375         next line.
7377 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
7379         * TreeNodeCollection.cs: Avoid duplicating indexer code.
7381 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
7383         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
7384         Fixes part of bug #79910.
7386 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
7388         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
7389           (bug #79903). Some minor string updates to match ms.
7391 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
7393         * FileDialog.cs: Don't add an extension if the filename
7394           already ends with that extension.
7396 2006-11-10  Jackson Harper  <jackson@ximian.com>
7398         * TreeView.cs: Use the currently highlighted node for the
7399         BeforeSelect event.
7400         * TextBoxBase.cs: There is no need to expand selection on
7401         MouseMove.
7402         - CanUndo means 'is there any undo operations', not 'is undo
7403         allowed on this textcontrol. Fixed ClearUndo unit test.
7405 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
7407         * Button.cs: only perform click when button is Selectable (so as 
7408         not to activate default buttons when they're disabled)
7409         
7410         * Control.cs: Rewrite of the SelectNextControl and related 
7411         methods. HandleClick now selects next control if the current one
7412         is being disabled.
7413         
7414         * Form.cs: OnActivated selects next active control only if Load 
7415         has already occurred. If Load hasn't run, there's no point in 
7416         selecting here, Load might change the state of controls.
7417         
7418         * FocusTest.cs: Tests marked as working again for these fixes
7420 2006-11-10  Chris Toshok  <toshok@ximian.com>
7422         * XplatUIX11.cs: a couple of fixes.
7424         - use XInternAtoms with almost all the atoms we need to register,
7425         instead of many, many calls to XInternAtom.  should help a bit on
7426         startup time, at the expense of making the code look a little
7427         worse.
7429         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
7430         isn't reparented (which seems to be a clue that we're running fon
7431         compiz) and they have an Owner form.  This fixes the tool windows
7432         in paint.net when running under compiz.
7434         - when setting the opacity of a window, support both the case
7435         where the window has been reparented and also when it hasn't been.
7436         Since compiz/beryl doesn't seem to reparent windows, and these are
7437         the only window managers which support translucency, I'm not sure
7438         why we need the hwnd.reparented case at all.. but leave it in.
7439         now we get translucent windows in paint.net under compiz/beryl.
7441 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
7443         * FileDialog.cs: Always return the value for FilterIndex that
7444           was set. Internally convert it to values that make sense.
7446 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
7447         
7448         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
7450 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
7452         * Toolbar.cs: Change default value of DropDownArrows to true, the 
7453         signature still using false to make it compatible with MS but the 
7454         initial value is true. Fixes #79855.
7456 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
7458         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
7459           only available on Linux.
7461 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
7463         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
7464         reduce number of calls to redraw method during toolbar creation.
7466 2006-11-09  Mike Kestner  <mkestner@novell.com>
7468         * ListView.cs : raise SelectedIndexChanged when an item is selected
7469         programmatically via the Item.Selected property.  Gert's nice 
7470         ListViewSelectedIndexChanged test fixture now runs clean.
7472 2006-11-09  Mike Kestner  <mkestner@novell.com>
7474         * ListView.cs : raise SelectedIndexChanged when a selected item is
7475         removed from the item collection using Remove or RemoveAt.
7477 2006-11-09  Mike Kestner  <mkestner@novell.com>
7479         * ListView.cs : raise SelectedIndexChanged once per selected item
7480         for compat with MS.  Fixes #79849+.
7482 2006-11-09  Chris Toshok  <toshok@ximian.com>
7484         * TabControl.cs: initialize row_count to 0, and set it to 1 when
7485         we need to (if we have any tab pages).  Fixes unit test.
7487 2006-11-09  Chris Toshok  <toshok@ximian.com>
7489         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
7490         width is 0, not 3.  Fixes a unit test.
7492 2006-11-09  Mike Kestner  <mkestner@novell.com>
7494         * ListView.cs : use Implicit scrollbars so that focus isn't 
7495         stolen from the listview when they are clicked. Fixes #79850.
7497 2006-11-09  Chris Toshok  <toshok@ximian.com>
7499         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
7500         have a root item.  Fixes #79879.
7502 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
7504         * FileDialog.cs:
7505           - Fix ToString ()
7506           - An ArgumentException is now thrown if a wrong filter
7507             is applied (matches ms). The previous filter doesn't change
7508             anymore if an exception is thrown.
7509           - Changing the FileName property also affects FileNames
7510         * ColorDialog.cs: The length of the CustomColors array is always
7511           16. It doesn't matter if we use a smaller array or null to update
7512           or change the custom colors property.
7513         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
7514           for RootFolder if we get a undefined value.
7516 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7518         * StatusBarPanel.cs: 
7519         - Width is set to MinWidth if Width is smaller than
7520         MinWidth. Fixes #79842.
7521         - MinWidth now always overrides Width (MSDN says MinWidth
7522         is set to Width when AutoSize = None, but they do not 
7523         behave like that).
7524         - Style has now the the correct default value.
7525         
7526 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7528         * TrackBar.cs: 
7529         - The control is completely invalidated on 
7530         Got/LostFocus to draw the focus rectangle correctly.
7531         - When AutoSize then height is always 45 (width for 
7532         vertical controls).
7533         
7534         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
7535         on the mouse when moved and it doesn't move when grabbed
7536         until the mouse moves as well. Also fixed some wrong 
7537         calculations when clicking on the thumb (control thought
7538         click was outside of thumb and didn't grab it).
7539         Fixes some of the issues in #79718.
7541 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
7543         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
7545 2006-11-08  Chris Toshok  <toshok@ximian.com>
7547         * PropertyGridView.cs: only call ToggleValue if the item is not
7548         readonly.
7550 2006-11-08  Jackson Harper  <jackson@ximian.com>
7552         * TextBoxBase.cs: The RichTextBox and textbox have very different
7553         word selection methods.  Implement the textbox's simple word
7554         selection here, and let the RichTextBox override and provide it's
7555         own.
7556         - Don't do extra selection on mouseup
7557         * RichTextBox.cs: Use the documents word selection algorithm, I
7558         think ideally, this function will be pulled into the
7559         RichTextBox.cs code someday.
7561 2006-11-08  Chris Toshok  <toshok@ximian.com>
7563         * RootGridEntry.cs: new class to represent GridItemType.Root.
7565         * CategoryGridEntry.cs: reformat, and add boilerplate.
7566         
7567         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
7568         returns the UI parent anyway, and we need special handling to
7569         implement the GetTarget method in the face of it.  Also, implement
7570         Select().
7572         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
7573         a root grid item, and use that instead of PropertyGrid.grid_items.
7574         Also, make use of TypeConverters (and add limitted support for
7575         ICustomTypeDescriptors) when initially populating the grid.
7576         Arrays now show up more or less properly.
7578 2006-11-08  Chris Toshok  <toshok@ximian.com>
7580         * Application.cs: set the modal dialog to non modal after we close
7581         it.  Fixes bug #79866.
7583 2006-11-08  Jackson Harper  <jackson@ximian.com>
7585         * TextControl.cs: When combining lines carry over the line end
7586         style from the end line.
7587         - Invalidate the selected area when setting it, if it is visible.
7588         * TextBoxBase.cs: Only rich text box can do full line selects.
7589         - Make sure to set the cursor position when there is a click,
7590         otherwise two clicks in separate areas could cause a large chunk
7591         to be selected.
7593 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
7595         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
7596         Fixes #79863.
7598 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
7600         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
7601         time. Remove tooltips when ToolButton click events.  Fixes #79856.
7603 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
7605         * MenuAPI.cs: Ignore right click for menu actions and fixes
7606         menu border when clicked.  Fixes #79846.
7608 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
7610         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
7611         MouseState after create wParam for message, this fixes mouse button 
7612         equal none in mouse up events.
7613         
7614 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
7616         * Control.cs : Focus() now calls Select to set the Container's
7617         Active Control and to give it focus. To avoid infinite recursion
7618         (because ActiveControl also calls Focus at one point), a check 
7619         is made in Focus with the help of a new internal variable
7620         is_focusing.
7622 2006-11-07  Mike Kestner  <mkestner@novell.com>
7624         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
7625         if there's a selection.  Fixes #79849.
7627 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
7629         * PropertyGrid.cs: Avoid fixed height of help description label.
7630         Fixes part of bug #79829.
7632 2006-11-07  Chris Toshok  <toshok@ximian.com>
7634         * XplatUIX11.cs: fix #79790 again, by using the
7635         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
7637 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
7639         * ToolBar.cs: Fix left click checking.
7641 2006-11-07  Chris Toshok  <toshok@ximian.com>
7643         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
7645 2006-11-07  Chris Toshok  <toshok@ximian.com>
7647         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
7648         PropertyManager unit tests.
7650         * PropertyManager.cs: make property_name internal.
7652 2006-11-07  Chris Toshok  <toshok@ximian.com>
7654         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
7655         pass a unit test.  Also, don't set image_index to anything in
7656         response to setting the ImageList property.
7658 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
7660         * ToolBar.cs: Ignore click events when mouse button is not a
7661         left button, only accepts other button for dropdown menus.  
7662         Fixes #79854.
7664 2006-11-07  Chris Toshok  <toshok@ximian.com>
7666         * DataGrid.cs: make the back and parent row buttons a little less
7667         ugly.
7669 2006-11-07  Jackson Harper  <jackson@ximian.com>
7671         * TextBoxBase.cs: When converting to Text don't put line breaks in
7672         for soft line breaks.
7673         * TextControl.cs: There is an initial "fake" line in the document,
7674         this is now a soft break line, so that an extra line feed doesn't
7675         get added to the end of documents.
7677 2006-11-07  Chris Toshok  <toshok@ximian.com>
7679         [ fix bug #79778 ]
7680         
7681         * CurrencyManager.cs: if the list is readonly, don't bother
7682         checking if IBindingList.AllowNew is true.
7684         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
7685         for non-DataRowView datasources..  or rather, make it not crash.
7686         (DataGridPaintRelationRow): make sure we limit the row painting to
7687         the area not covered by the row header, and make our cell width at
7688         least large enough to cover the relation area.  This allows grids
7689         that have relations but no rows to render correctly.
7690         (DataGridPaintRowContents): same type of changes here.
7691         (SetDataSource): move back to always calling
7692         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
7693         navigating back through relations.
7694         (HitTest): handle the case where we have no cells but have
7695         relations.  Right now we generate a hit in cell 0 of whatever the
7696         row is, not sure if this is strictly correct, but it works for our
7697         purposes.
7698         
7699         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
7700         bother doing anything.
7702 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
7704         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
7705         early version of StatusStrip.  Not responsible for eaten
7706         application or firstborn children.
7708 2006-11-06  Chris Toshok  <toshok@ximian.com>
7710         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
7711         call GetTabRect with a -1 index.  Fixes #79847.
7713 2006-11-06  Jackson Harper  <jackson@ximian.com>
7715         * TreeNodeCollection.cs: Update scrollbars after clearing.
7717 2006-11-06  Chris Toshok  <toshok@ximian.com>
7719         * NumericUpDown.cs: fix the ToString method for some unit test
7720         love.
7722 2006-11-06  Chris Toshok  <toshok@ximian.com>
7724         * PropertyGrid.cs:
7725         - set the initial SelectedGridItem if we can.
7727         - Exclude non-mergable properties only if we're merging > 1
7728         object.  Merging 1 object isn't really merging, obviously.
7730         - Handle PropertySort.NoSort just like Alphabetical, which is
7731         wrong of course, but at least gets things on the screen.
7732         
7733         * PropertyGridView.cs:
7734         - Add method "FindFirstItem" which finds the first property grid
7735         item, so we can select it by default.
7737         - make use of GridEntry.CanResetValue.
7739         - Don't call RedrawBelowItemOnExpansion here anymore, the
7740         individual GridEntry's will do that.
7742         - Remove the ITypeDescriptorContextImpl internal class.
7743         
7744         * GridEntry.cs:
7745         - this class needs to implement ITypeDescriptorContext, as it's
7746         what MS's PropertyDescriptorGridEntry does, which means we can
7747         remove the ITypeDescriptorContextImpl internal class from
7748         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
7750         - keep a reference to our PropertyGridView, and move the call to
7751         RedrawBelowItemOnExpansion here from PGV.  This means
7752         programmaticly setting Expanded actually does something visible.
7754         - add a CanResetValue() function which takes into account our
7755         possibly multiple "selected_objects" in the merged case.  Shifting
7756         PropertyGridView to use this method fixes another unreported
7757         crasher found running the test for #79829.
7759         - when Top or Bounds is updated, make sure the PropertyGridTextBox
7760         is updated to reflect this.
7762         * CategoryGridEntry.cs: the ctor takes the PGV now.
7763         
7764 2006-11-06  Jackson Harper  <jackson@ximian.com>
7766         * TextControl.cs: These are 1 based.
7767         * TextBoxBase.cs: When setting the selected text, don't change the
7768         selected text tags, this is done by ReplaceText, just position the
7769         cursor at the end of the new text.
7771 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
7773         * ListView.cs: Allow label edit only when, when LabelEdit is
7774           set to true.
7776 2006-11-06  Jackson Harper  <jackson@ximian.com>
7778         * TextControl.cs: If a suitable wrapping position isn't found,
7779         just wrap right in the middle of a word.
7781 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
7783         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
7784           bug #79820.
7786 2006-11-06  Jackson Harper  <jackson@ximian.com>
7788         * TreeView.cs: Can't use the VisibleCount property when setting
7789         scrollbar heights, because this doesn't take into account whether
7790         or not the horz scrollbar just came visible.
7792 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
7794         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
7795         activated.  Fixes #79369, #79832.
7797 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
7799         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
7800           had to remove support for links that point to a directory. FileInfo
7801           returns no usefull information (means, the directory they point to)
7802           for such links. Replaced some empty string ("") with String.Empty.
7804 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
7806         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
7807         NullReferenceException when attempting to remove node that is not in
7808         collection. Throw NullReferenceException when null is passed to 
7809         Remove. Allow first element of the collection to be removed. Fixes
7810         bug #79831.  In GetEnumerator ().Current return null if positioned 
7811         before the first element of the collection. In GetEnumerator ().Reset,
7812         position before first element of the collection.
7814 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
7816         * PropertyGrid.cs: To match MS, remove default title and description
7817         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
7818         buttons.
7820 2006-11-04  Chris Toshok  <toshok@ximian.com>
7822         * Theme.cs: add a Clamp method, just for kicks.
7824         * ThemeWin32Classic.cs: clamp all color components to [0..255].
7826 2006-11-04  Chris Toshok  <toshok@ximian.com>
7828         * Form.cs: if the form isn't visible, Close() does nothing.
7830 2006-11-03  Chris Toshok  <toshok@ximian.com>
7832         * Form.cs (Close): if the form is modal, don't Dispose of it, only
7833         Hide it.
7834         (WndProc): don't Dispose after handling the WM_CLOSE message.
7836         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
7837         them as such, instead of using casts from Control to Form.  Also,
7838         don't Dispose of the modal dialog when we fall out of the loop -
7839         Close() it instead.
7841         fixes bug #79813.
7843 2006-11-03  Chris Toshok  <toshok@ximian.com>
7845         * Control.cs (Dispose): only go through the dispose thing if we're
7846         @disposing, and we haven't already been disposed.  Fixes bug
7847         #79814.
7849         * Form.cs: no reason to call "base.Dispose()" here instead of
7850         "Dispose()".
7852 2006-11-03  Mike Kestner  <mkestner@novell.com>
7854         * ComboBox.cs : use ToString instead of casts in AddItem for
7855         sorting functionality.  Fixes #79812.
7857 2006-11-03  Chris Toshok  <toshok@ximian.com>
7859         * Application.cs: pave the way for actually using the thread
7860         exception dialog.  it's ifdefed out at the moment.
7862 2006-11-03  Chris Toshok  <toshok@ximian.com>
7864         * ThreadExceptionDialog.cs: until we get a better layout, actually
7865         hide the details textbox and label when we shouldn't see them.
7867 2006-11-03  Jackson Harper  <jackson@ximian.com>
7869         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
7870         multiline textboxes anymore.  This method also determines the
7871         width/height of a textboxes canvas area.
7872         - Sorta a revert of the last patch.  For multiline just position
7873         the controls, then bail.  This way the scrollbar width won't be
7874         altered.
7876 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
7878         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
7879         it dont need.  Fixes #79537.
7881 2006-11-02  Jackson Harper  <jackson@ximian.com>
7883         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
7884         send the status after firing the DndOver event.
7886 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7888         * TrackBar.cs: Now orientation only switches height / width if
7889         the control's handle is created (Win32 does it like this). Also 
7890         fixed a typo in ToString() for a test to pass, changed the 
7891         exception thrown in set_LargeChange and set_SmallChange to 
7892         match Win32 behaviour, and added TrackBar tests to the unit 
7893         tests.
7895 2006-11-02  Chris Toshok  <toshok@ximian.com>
7897         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
7898         not _NET_WM_STATE_NO_TASKBAR.
7900 2006-11-02  Jackson Harper  <jackson@ximian.com>
7902         * TextControl.cs: Increment count by one, since in the update view
7903         count - 1 is used.
7905 2006-11-02  Jackson Harper  <jackson@ximian.com>
7907         * TextBoxBase.cs: Use client rectangle not bounds for checking if
7908         the mouse is in the client rectangle (duh).
7910 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7911         
7912         * TrackBar.cs: Fixed trackbar jumping around when clicking
7913         on it - the trackbar was not detecting correctly at which
7914         side of the thumb the click was done. (fixes #79718)
7916 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7918         * ListBox.cs: scroll visible area when change SelectedIndex to
7919         a non visible area.  Fixes #79481.
7921 2006-11-01  Jackson Harper  <jackson@ximian.com>
7923         * TextControl.cs: When replacing the selection move the selection
7924         start/end/anchor to the end of the new text.
7926 2006-11-01  Jackson Harper  <jackson@ximian.com>
7928         * XplatUIWin32.cs: When setting the parent change the controls
7929         visibility to it's visibility flag, not to it's old parents
7930         visibility (.Visible walks the parent chain).
7932 2006-11-01  Chris Toshok  <toshok@ximian.com>
7934         * XplatUIX11.cs: revert the #79790 fix, as the simple.
7935         XSetTransientForHint fix breaks paint .net's tool windows.  more
7936         work needed for that one.
7938 2006-11-01  Chris Toshok  <toshok@ximian.com>
7940         * ScrollBar.cs: throw ArgumentException instead of Exception in
7941         LargeChange/SmallChange setters.  fixes unit tests.
7943 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
7945         * ContainerControl.cs: reverted rev.67183 (which was itself
7946         a reversion of rev.66853... eh).
7947         
7948         * Control.cs: Fixes Reflector hang by changing Focus() call
7949         to what it was before rev.66643 (calling Select() here sets 
7950         ActiveControl, which in some situations calls back Focus and 
7951         eventually does a stack overflow). Temp fix.    
7952         Changes to GetNextControl() to not look for children to select when
7953         parent cannot be selectable (so it looks for siblings instead)  
7954         
7955 2006-10-31  Mike Kestner  <mkestner@novell.com>
7957         * CheckedListBox.cs : off by one error in returned index from
7958         ObjectCollection.Add.  Fixes #79758.
7960 2006-10-31  Chris Toshok  <toshok@ximian.com>
7962         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
7963         calls for the textbox/spinner, to keep from recursing to the point
7964         where we crash.  Fixes #79760.
7966 2006-10-31  Chris Toshok  <toshok@ximian.com>
7968         * ListControl.cs (set_SelectedValue): don't throw exceptions on
7969         null/"" value, just return.  matches ms's behavior and fixes some
7970         failing tests.
7972 2006-10-31  Chris Toshok  <toshok@ximian.com>
7974         * Control.cs (set_Capture): make a logic a little easier to
7975         follow.
7977         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
7978         if it's being destroyed.  A necessary fix surely, but a bandaid
7979         also, to fix the stuck capture problem in bug #78413.
7981 2006-10-31  Chris Toshok  <toshok@ximian.com>
7983         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
7984         convention of clearing hwnd.ClientRect when we set the
7985         width/height (so it'll be recalculated by Hwnd).
7987 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
7989         * ContainerControl.cs: reversed Contains check from
7990         ActiveControl due to hanging problems. This fix
7991         partly regresses #79667 (button does not have
7992         initial focus), so this might be a symptom for 
7993         a larger parenting problem (set_ActiveControl
7994         is being called but the child control does
7995         not have the parent set yet?)   
7996         
7997 2006-10-31  Mike Kestner  <mkestner@novell.com>
7999         * MenuAPI.cs : fix keynav when menu is click activated.
8001 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
8003         * ToolStrip*: Version 0.2.
8005         * MenuStrip.cs: Version 0.1.
8007         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
8009 2006-10-30  Chris Toshok  <toshok@ximian.com>
8011         [ fixes the oversized notify icon issue in bug #79745 ]
8012         
8013         * NotifyIcon.cs: scale the icon down to the size we're given by
8014         the XplatUI layer (this would be faster if we did it once instead
8015         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
8016         since it's never invoked.
8018         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
8019         pixels high by default, so let's hardcode our systray icon to that
8020         size.  The SYSTEM_TRAY protocol should really have a way for
8021         client apps to query for the correct icon size.. but oh well.  A
8022         couple of patches to deal with the screwy client_window ==
8023         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
8024         instance, and also make sure we don't XSelectInput twice).
8026 2006-10-30  Chris Toshok  <toshok@ximian.com>
8028         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
8029         recreating forms.  Control recreation is the bane of my existence.
8030         Fix it in a way that keeps everyone happy.
8032 2006-10-30  Chris Toshok  <toshok@ximian.com>
8034         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
8035         just non-CHILD ones.  otherwise sometimes scrollbars end up with
8036         client_windows not being resized to the proper size (ReportBuilder
8037         shows this extremely well).
8039 2006-10-30  Chris Toshok  <toshok@ximian.com>
8041         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
8042         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
8043         showing up in the gnome taskbar.  Fixes bug #79790.
8045 2006-10-30  Chris Toshok  <toshok@ximian.com>
8047         * ApplicationContext.cs: guard against a NRE.
8049         * Application.cs: null out the old MainForm for the context, so we
8050         don't try to use it again once it's disposed.  Fixes bug #79783.
8052 2006-10-30  Chris Toshok  <toshok@ximian.com>
8054         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
8055         BindingContext, set the data source directly, otherwise do the
8056         lazy approach - the actual ListManager will be created when we get
8057         a BindingContext. Fixes bug #79700.
8059 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
8061         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
8062           XplatUIX11.cs: Remove old 2 parameter SetVisible.
8064         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
8066 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
8068         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
8069         of SetVisible that allows a window to be shown, but not activated.
8070         This is needed on Windows for MenuStrip, and can probably be used
8071         with MainMenu and ComboBox to fix the focus stealing issues on
8072         Windows.
8074         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
8076 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
8078         * PictureBox.cs: Fix the output of the ToString method.
8080 2006-10-29  Chris Toshok  <toshok@ximian.com>
8082         * Control.cs (get_TopLevelControl): fix bug #79781.
8084 2006-10-29  Chris Toshok  <toshok@ximian.com>
8086         * ListControl.cs (set_DataSource): throw Exception here, not
8087         ArgumentException, to match MS behavior.
8089 2006-10-29  Chris Toshok  <toshok@ximian.com>
8091         * Form.cs: remove the try-catch's around calls to GetWindowState.
8092         We can just check the return value.
8094         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
8095         Instead return -1.
8097         * XplatUI.cs: Add note about additional return value for
8098         GetWindowState.
8100 2006-10-29  Chris Toshok  <toshok@ximian.com>
8102         * Control.cs (CreateHandle): when we create our handle, we also
8103         create the handles of our child controls.  Fixes one of the
8104         Control unit tests (CH11).
8106 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
8108         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
8110 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
8112         * ThemeClearlooks.cs: A little speedup.
8114 2006-10-27  Chris Toshok  <toshok@ximian.com>
8116         * Control.cs: implement Control.FromChildHandle in a way that
8117         matches the docs (and fixes the failed test.)
8119 2006-10-27  Chris Toshok  <toshok@ximian.com>
8121         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
8122         comments).
8124         * DataGrid.cs: implement ResetForeColor such that the tests
8125         succeed.
8126         
8127 2006-10-27  Chris Toshok  <toshok@ximian.com>
8129         * ToolBarButton.cs: setting text/tooltiptext to null results in it
8130         being set to "".  Fixes bug #79759.
8132 2006-10-27  Jackson Harper  <jackson@ximian.com>
8134         * TextControl.cs: We need to clear the entire selection area when
8135         setting the start, otherwise multiline selections are still
8136         visible.
8138 2006-10-26  Chris Toshok  <toshok@ximian.com>
8140         * PropertyGridView.cs: 
8142         - ifdef all the code specific to the double
8143         buffer case, and provide some alternatives in the non-doublebuffer
8144         code, which makes heavy use of XplatUI.ScrollWindow to move things
8145         around without having to invalidate (and cause flicker).  There
8146         are still some drawing problems in the non-doublebuffered case, so
8147         DOUBLEBUFFER is defined by default.
8149         - Fix the way dropdowns are handled.  now we explicitly watch for
8150         the events which might cause the dropdown to close, and break out
8151         of the nested event loop there.  This gets rid of all Capture
8152         code, at the expense of the Msg special casing.  Seems to work,
8153         though, and fixes bug #79743.
8155 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
8156         * Control.cs: SetIsRecreating now recreates implicitly added
8157         child controls as well. Finally fixes #79629. The flag passed to 
8158         SetIsRecreating has also been removed since it wasn't used.
8159         
8160 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8162         * PageSetupDialog.cs: Clean some code, fix some bits, 
8163         add some checks, and add a printer sub-dialog.
8165 2006-10-26  Chris Toshok  <toshok@ximian.com>
8167         * PropertyGrid.cs: make set_SelectedObject call
8168         set_SelectedObjects, and move the duplicate logic to the
8169         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
8171         * PropertyGridView.cs: hide the textbox when we get a
8172         SelectedObjectsChanged event.
8174         Fixes bug #79748.
8176 2006-10-26  Chris Toshok  <toshok@ximian.com>
8178         * PropertyGridView.cs: deal with the type converter not supporting
8179         GetStandardValues() or GetStandardValues() returning null, which
8180         is does in the default case.  Fixes #79742.
8182 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
8184         * CheckedListBox.cs: nunit no longer crashes when selecting 
8185         Project/Edit menu option
8186         
8187 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
8189         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
8190         is no menu selected. fixes #79739
8192 2006-10-25  Chris Toshok  <toshok@ximian.com>
8194         * PropertyGridView.cs: factor out the splitter invalidation code
8195         into the SplitterPercent setter, and for kicks implement the
8196         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
8197         amount in either direction.
8199 2006-10-25  Chris Toshok  <toshok@ximian.com>
8201         * PropertyGridView.cs: do some cleanup of the brush used to draw
8202         text - read only fields should be grayed out.  not sure how to do
8203         this with the textbox, though.  but the textbox's should also be
8204         readonly now at least.  Also, hide/show the textbox when resizing
8205         the control.
8206         
8207         * CursorConverter.cs: use System.Reflection when getting the
8208         properties of Cursors, as TypeDescriptor.GetProperties isn't
8209         returning static properties.
8211 2006-10-25  Chris Toshok  <toshok@ximian.com>
8213         * PropertyGridView.cs: factor out the up/down handling, and reuse
8214         it for page up/down.  also add End/Home support.
8216 2006-10-25  Chris Toshok  <toshok@ximian.com>
8218         * PropertyGridView.cs:
8220         - ensure the selected grid item is visible in the scrolled area,
8221         fixes bug #79572.
8223         - fix Keys.Down handling when you're on the last item in the
8224         propertygrid.
8226 2006-10-25  Mike Kestner  <mkestner@novell.com>
8228         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
8229         clicks too.  Fixes #79725.
8231 2006-10-24  Chris Toshok  <toshok@ximian.com>
8233         * PropertyGrid.cs: use property.Converter instead of
8234         TypeDescriptor.GetConverter(property.PropertyType), so we catch
8235         TypeConverters declared on the property as well as on the
8236         PropertyType.  Fixes bug #79678.
8238 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
8240         * MimeIcon.cs, Mime.cs:
8241           Fallback to the default platform handler if no shared mime info
8242           stuff exists (fixes #79693).
8244 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
8245         * ContainerControl.cs: Incorrect contains check in ActiveControl 
8246         from previous fix (duh).
8248 2006-10-20  Chris Toshok  <toshok@ximian.com>
8250         * PropertyGridView.cs: the dropdown should be MIN(number of items
8251         in list, 15).  Fixes #79551.
8253 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
8254         Fixes #79384, #79394, #79652, #79667
8255         * Application.cs: 
8256         
8257         - Modal windows are now destroyed in the proper order for windows
8258         
8259         * ContainerControl.cs:
8260         
8261         - ActiveControl setter has more conditions on when to return:
8262                 - if we're reselecting the active control, but it actually
8263                 didn't have focus (window hidden or some such), it runs
8264                 - if the active control being selected doesn't actually 
8265                 exist in the container, it returns
8266         
8267         * Form.cs
8268         
8269         - The ShowDialog now gets the current form as the owner when
8270         invoking without parameters, and correctly activates the owner 
8271         when returning
8272         
8273         * MessageBox.cs
8274         
8275         - MessageBox now catches the Escape key to exit
8277 2006-10-20  Chris Toshok  <toshok@ximian.com>
8279         * PropertyGridView.cs: fix a number of issues (bug #78565, and
8280         most of bug #79676):
8282         - you can navigate around the property grid with the arrow keys.
8284         - the dropdown is sized properly when the pg has a vertical
8285         scrollbar.
8287         - fix the indentation for subentries, and properly select the
8288         entire label rect.
8290         - fix the gray bar's drawing (only draw it to the last element,
8291         not for the height of the control.  Also make sure we draw that
8292         last horizontal grid line.
8294         - use the same mechanism the datagrid uses wrt the editing textbox
8295         when scrolling/resizing/etc.  Namely, we hide it first, do the
8296         operation, then show it again (if it's still visible).
8297         
8298         - aggressively remove a lot of unnecessary refreshes (and also
8299         calls to Invalidate(). call more limited variants, and only redraw
8300         what we need.)
8301         
8302         * PropertyGrid.cs:
8304         - when we're populating the merged collection, fill in the UI
8305         parent with either the passed in item, or the category item we
8306         create.
8308         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
8310         * GridItem.cs: drop some fully qualified names.
8311         
8312         * GridEntry.cs: add a "UIParent", which is basically the parent
8313         treenode.
8315         * GridItemCollection.cs: add an IndexOf method.
8317 2006-10-20  Mike Kestner  <mkestner@novell.com>
8319         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
8320         a working win32 NC invalidation mechanism, we can't invalidate
8321         menus.  [Fixes #79705]
8323 2006-10-20  Mike Kestner  <mkestner@novell.com>
8325         * ListBox.cs : don't update the VScrollbar if the list is empty,
8326         just hide it.  [Fixes #79692]
8328 2006-10-20  Jackson Harper  <jackson@ximian.com>
8330         * RichTextBox.cs: Handle some special chars better, and don't skip
8331         the entire group when we encounter a special char that we don't
8332         handle correctly.
8334 2006-10-18  Chris Toshok  <toshok@ximian.com>
8336         * PropertyGridView.cs: address a number of issues from bug #79676,
8337         mostly of the cosmetic variety.
8339         - The highlight rectangle for indented items not extends all the
8340         way to the left.
8342         - Indented items aren't indented so much.
8344         - the dropdown is properly sized width-wise if the pg has a
8345         vertical scrollbar.
8347 2006-10-18  Chris Toshok  <toshok@ximian.com>
8349         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
8350         systray stuff is rather convoluted to begin with.
8352         systray icons are a single window for some reason (that I haven't
8353         figured out yet), and for them, client_window == whole_window.
8354         Given the way the tests are structured elsewhere to determine
8355         which paints are pending (client vs. nc), that situation will
8356         always yield PAINT, not NCPAINT.  So, if we have a pending
8357         nc_expose and no pending expose, remove the hwnd from the paint
8358         queue, and also set nc_expose_pending to false, to keep us from
8359         blocking further expose's adding the hwnd to the paint queue.
8361         phew.  like i said, a rather convoluted change.  Fixes the
8362         notifyicon repaint issues in bug #79645.
8364 2006-10-18  Chris Toshok  <toshok@ximian.com>
8366         * Form.cs: when getting the backcolor of the form, don't get
8367         base.BackColor, as this allows parents to influence the background
8368         color.  This breaks mdi forms.  Instead, if the background_color
8369         is empty, return the default.
8371 2006-10-18  Chris Toshok  <toshok@ximian.com>
8373         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
8374         to being private instead of internal static.
8376         * Control.cs: remove all the stupid ParentWaitingOnRecreation
8377         crap, it wasn't working for more deeply nested controls anyway,
8378         and we already have the is_recreating flag - use that instead.
8379         Before calling DestroyHandle in RecreateHandle, recurse through
8380         the control tree setting it to true.  this returns the recreate
8381         code to much of its original simplicity, while now guaranteeing we
8382         actually recreate everything we're supposed to.  This change gets
8383         fyireporting actually showing mdi children.
8385 2006-10-17  Chris Toshok  <toshok@ximian.com>
8387         * Form.cs: remove some debug spew, and collapse some duplicate
8388         code at the end of SetClientSizeCore.
8390         * XplatUIX11.cs: 
8391         - add some more debug spew here too wrt Destroy handling.
8392         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
8393         in Control's handling of WM_DESTROY.
8394         - Remove the handling of zombie window DestroyNotifies from the
8395         event loop - we don't need it.  Now the only DestroyNotifies we
8396         actually handle are ones generated by X.
8397         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
8398         match gtk's (functioning) handling of this. This keep metacity
8399         from leaving droppings in the form of wm borders with no window
8400         contents all over the place.
8402         * Control.cs:
8403         - add a bunch of debug spew wrt control recreation.
8404         - fix a bug where we weren't tracking Visible properly on
8405         recreated hwnds.
8406         - fixed the WM_PAINT double buffer handling to support re-entrant
8407         calls (yes, i know it's gross, but it's happening to us).
8409 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
8410         * ThemeWin32Classic.cs: changed drawing of selected days
8411         to make them look better.
8413 2006-10-16  Chris Toshok  <toshok@ximian.com>
8415         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
8416         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
8418         * XplatUIX11.cs: move away from using hwnd.client_dc and
8419         hwnd.non_client_dc and on to a stack of dc's (and in window's
8420         case, PAINTSTRUCT's), so we can deal with nested Paint calls
8421         without puking or not disposing of Graphics objects.
8423         * XplatUIOSX.cs: same.
8425         * XplatUIWin32.cs: same.
8427 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
8429         * FileDialog.cs: Don't call on_directory_changed inside
8430           OnSelectedIndexChanged (it changes the SelectedIndex too).
8431           Instead move it to OnSelectionChangeCommitted.
8433 2006-10-13  Chris Toshok  <toshok@ximian.com>
8435         * XplatUIX11.cs: more Destroy work.  the current code does the
8436         following things, in order:
8438         1. Enumerates all handles of all controls at or below the one
8439         being destroyed, in pre-order.  As it is doing this, it marks the
8440         handles as zombie and clears all references to them.
8441         
8442         2. calls XDestroyWindow on the window passed in.
8444         3. SendMessage's WM_DESTROY to all he handles in the accumulated
8445         list.
8447 2006-10-13  Chris Toshok  <toshok@ximian.com>
8449         * XplatUIX11.cs: set hwnd.zombie to true before calling
8450         SendMessage (WM_DESTROY).  this keeps us from marking the new
8451         window a zombie, and also keeps us from calling sendmessage at
8452         all.
8454 2006-10-13  Jackson Harper  <jackson@ximian.com>
8456         * TextControl.cs: Do not show the caret and selection at the same
8457         time.  Reduces ugliness by 35%.
8459 2006-10-13  Chris Toshok  <toshok@ximian.com>
8461         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
8462         zombie after we do the recursive call, so we actually do call
8463         SendMessage on the children controls.
8464         (GetMessage): if we find a pending paint event for a zombie hwnd,
8465         remove the hwnd from the paint queue, or else it will always be
8466         there (and we'll effectively loop infinitely)
8468 2006-10-13  Mike Kestner  <mkestner@novell.com>
8470         * MenuItem.cs : add Selected format under keynav too.
8471         Fixes #79528.
8473 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
8475         * PropertyGrid.cs: Fixed some NRE's and small difference between our
8476         implementation and that of MS.
8478 2006-10-13  Chris Toshok  <toshok@ximian.com>
8480         * Control.cs (OnInvalidated) only futz with the invalid_region if
8481         the control is double buffered.  this fixes the apparent hang in
8482         the ListView unit tests.  Someone needs to make the
8483         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
8485 2006-10-13  Chris Toshok  <toshok@ximian.com>
8487         * PropertyGridView.cs:
8489         - do a little refactoring so that only one place calls
8490         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
8491         else call that.  Also make it Refresh, since there are redraw bugs
8492         otherwise (we should take a look at that...)
8494         - do a little more refactoring work to share the body of code
8495         involved with the drop down.  it was duplicated in the code
8496         dealing with the listbox handling and in the code dealing with the
8497         UITypeEditors.
8499         - add a Capture to the dropdown form's control once it's
8500         displayed, and add a MouseDown handler that checks to make sure
8501         the position is inside the control.  If it's not, close the
8502         dropdown.  This fixes #78190.
8504         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
8505         if the value is different than the initial value.
8506         
8507 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
8509         * Control.cs: see #78650
8510         - Fixed GetNextControl for several cases:
8511                 - Changed FindFlatForward to return 
8512                 correct sibling control when more than one
8513                 control has same TabIndex as the currently 
8514                 focused one.
8515                 - Changed FindFlatBackward to loop children
8516                 from last to first and apply same logic as in
8517                 FindFlatForward
8518                 - Changed FindControlForward to search for
8519                 children when control is not a container
8520                 but has children, or search for siblings if
8521                 control is a container...
8522                 - Changed FindControlBackward   to continue
8523                 searching for child controls when hitting 
8524                 Panel-like parents
8525                 
8526         - Fixed Focus method to update ActiveControl
8527         (FocusTest.FocusSetsActive failure)
8528         
8529         * TabControl.cs:
8530         - Focus rectangle now refreshes when gaining
8531         or losing focus
8532         - Removed grab for Tab key on IsInputKey that 
8533         was keeping tab navigation from working (#78650)
8535 2006-10-13  Chris Toshok  <toshok@ximian.com>
8537         * PropertyGridView.cs:
8538         - Rewrite SetPropertyValue to loop over SelectedGridItem's
8539         SelectedObjects.
8541         - Deal with GridItem.Value == null a few places.
8543         * PropertyGrid.cs: 
8544         - replace the PopulateGridItemCollection with a pair of methods
8545         which compute the intersection of all the properties in the
8546         SelectedObjects array.  Fixes #79615.
8548         - Throw ArgumentException from set_SelectedObjects if there's a
8549         null in the array.
8551         - Add GetTarget method which can be used to traverse up the
8552         GridItem.Parent chain.  It depends on the assumption that
8553         selected_objects for different GridEntries are always in the same
8554         order (a safe assumption).  Use this method and loop over all the
8555         selected objects in the entry when calling RemoveValueChanged and
8556         AddValueChanged.
8557         
8558         * GridEntry.cs: Make this handle multiple selected objects.
8559         .Value returns null if not all the selected objects share the same
8560         value.
8562 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
8563         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
8564           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
8565           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
8566           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
8567           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
8568         add additional functionality.
8570 2006-10-12  Mike Kestner  <mkestner@novell.com>
8572         * ErrorProvider.cs : new ToolTipWindow ctor sig.
8573         * HelpProvider.cs : new ToolTipWindow ctor sig.
8574         * ToolTip.cs : remove ToolTip param from Window sig since it is
8575         not used.
8576         * ToolBar.cs : add tooltip support.  Fixes #79565.
8578 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
8580         * ComboBox.cs: move the events in set_SelectedIndex to 
8581         after the call to HighlightIndex in order to avoid 
8582         possible recursion and subsequent problems with the call
8583         to HighlightIndex and include a range check in 
8584         set_HighlightIndex. Fixes #79588
8585         
8586 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
8588         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
8589         to ui thread's settings instead of sunday. 
8590         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
8592 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
8594         * DateTimePicker.cs
8595         * MonthCalendar.cs
8596         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
8597         and implement missing functionality (selecting different parts 
8598         of the date and edit them individually with the keyboard).
8599         
8600 2006-10-11  Chris Toshok  <toshok@ximian.com>
8602         * Control.cs (OnInvalidated): fix NRE relating to last change.
8604 2006-10-11  Chris Toshok  <toshok@ximian.com>
8606         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
8607         atoms in _NET_WM_STATE here if the window is maximized.  We need
8608         to do this because we're *replacing* the existing _NET_WM_STATE
8609         property, so those atoms will be lost otherwise, and any further
8610         call to GetWindowState will return Normal for a window which is
8611         actually maximized.  Fixes #79338.
8613 2006-10-11  Jackson Harper  <jackson@ximian.com>
8615         * TextControl.cs: Special case for setting selection end to
8616         selection start, we basically kill the anchor.
8617         - some todo comments.
8619 2006-10-11  Chris Toshok  <toshok@ximian.com>
8621         * Control.cs: switch to using an "invalid_region" to track which
8622         parts of the image buffer need updating.  This is more code than
8623         the simple fix from r66532.  That version just attempted to always
8624         fill the entire buffer on redraw, which turns out to be
8625         inefficient when invalidating small rectangles.  This version
8626         simply adds the invalid rectangle to the invalid region.  When we
8627         get any WM_PAINT message we see if it can be filled using the
8628         image buffer, and if it can't (if the paint event's clip rectangle
8629         is visible in the invalid region) we first fill the image buffer.
8630         So, the image buffer is still a cache, we just fill it lazily.
8632         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
8633         need it any longer.
8635 2006-10-11  Chris Toshok  <toshok@ximian.com>
8637         * XplatUIX11.cs (SetWindowPos): we need to update both position as
8638         well as size after calling XMoveResizeWindow.  This keeps us from
8639         ignoring future SetWindowPos calls.  Fixes the disappearing
8640         DateTimePicker in the ToolBarDockExample from bug #72499.
8642 2006-10-11  Chris Toshok  <toshok@ximian.com>
8644         * TextBoxBase.cs: reorder things a bit when it comes to
8645         resizing-causing-recalculation.  we were recalculating the
8646         document when our position was changed, which shouldn't happen.
8647         We only care about size changes.  Clear up some more redundant
8648         recalculation calls while I'm at it.  This makes the toolbar dock
8649         example snappy when you're just dragging toolbars around (since it
8650         causes a relayout whenever you move one.)
8652 2006-10-11  Chris Toshok  <toshok@ximian.com>
8654         * ToolBarButton.cs (get_Rectangle): this only returns
8655         Rectangle.Empty if Visible == false, or Parent == null.
8656         Parent.Visible doesn't matter.
8658 2006-10-10  Chris Toshok  <toshok@ximian.com>
8660         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
8661         by .net 1.1, so switch to an internal method instead.
8663 2006-10-10  Chris Toshok  <toshok@ximian.com>
8665         * Control.cs (WM_PAINT): when a control is double buffered we draw
8666         initially to the ImageBuffer and then copy from there.  But when a
8667         parent control which has child controls is double buffered, the
8668         initial drawing doesn't encompass the entire ClientRectangle of
8669         the parent control, so we end up with uninitialized bits (this is
8670         easily seen by dragging the top toolbar in
8671         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
8672         manually set the ClipRectangle of the paint_event (only the one we
8673         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
8674         of the nastiness in bug #72499.
8676         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
8677         which we use in Control.cs's WM_PAINT handling.
8679 2006-10-10  Jackson Harper  <jackson@ximian.com>
8681         * TextBoxBase.cs: Finish off the autoscrolling stuff.
8683 2006-10-10  Chris Toshok  <toshok@ximian.com>
8685         * Cursor.cs: Apply a slightly different patch to the one suggested
8686         in #79609.
8688 2006-10-10  Jackson Harper  <jackson@ximian.com>
8690         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
8691         not the parent form.
8692         * TextControl.cs: use difference in old line count vs new count to
8693         calculate how many lines were added, this takes into account soft
8694         line breaks properly.
8696 2006-10-10  Chris Toshok  <toshok@ximian.com>
8698         * LinkLabel.cs: don't call MeasureCharacterRanges against a
8699         rectangle located at 0,0 and the size of the text.  Use
8700         ClientRectangle instead.  This fixes rendering of non-left aligned
8701         link labels.
8703 2006-10-10  Jackson Harper  <jackson@ximian.com>
8705         * TextBoxBase.cs: When we set the selection start position the
8706         caret.
8707         * TextControl.cs: Need to update the caret when we decrement it to
8708         zero.
8709         - Make sure that the selection_visible flag gets reset to false if
8710         the selection isn't visible.  Before this you could get it set to
8711         visible by changing the selection start, then changing the end to
8712         equal the start.
8714 2006-10-09  Jackson Harper  <jackson@ximian.com>
8716         * TreeView.cs: Don't update scrollbars when we aren't visible.
8717         * TreeNodeCollection.cs: Only need to update scrollbars if being
8718         added to an expanded visible node or the root node.
8720 2006-10-09  Chris Toshok  <toshok@ximian.com>
8722         * XplatUIX11.cs (SendMessage): fix NRE.
8724 2006-10-09  Jackson Harper  <jackson@ximian.com>
8726         * TextBoxBase.cs: Implement horizontal autoscrolling.
8727         * TextControl.cs: Add a movement types that allows moving forward
8728         and backwards without wrapping.
8730 2006-10-09  Mike Kestner  <mkestner@novell.com>
8732         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
8733         with focus "expansion" of labels.  Fixes #79532 and then some.
8734         * ThemeWin32Classic.cs : add LineLimit to ListView label format
8735         when wrapping.
8737 2006-10-09  Jackson Harper  <jackson@ximian.com>
8739         * TextBoxBase.cs: Set the default max values to MaxValue since
8740         we use the scrollbar for autoscrolling and the default value is
8741         100.  If we don't do this the caret won't keep up with typing
8742         after about 18 characters.
8743         * TextControl.cs: Make sure the selection is offset by the
8744         viewport x.  This fixes selection when using auto scrolling.
8746 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
8747         
8748         * Form.cs: The active control should be selected after the 
8749         OnLoad so that any child control initialization that affects
8750         the selection is done. Fixes #79406
8752 2006-10-06  Chris Toshok  <toshok@ximian.com>
8754         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
8755         to have no evil effects.
8757         - Stop selecting StructureNotifyMask on non-toplevel windows.
8759           The only way children should be resized is by using the SWF api,
8760           and we already send WM_WINDOWPOSCHANGED messages in those cases.
8761           Toplevel windows can be interacted with via the window manager,
8762           and so we keep the input mask there.
8764           The other event StructureNotifyMask gives us (that we care
8765           about) is DestroyNotify.  The code is already structured such
8766           that it assumes we won't be getting a DestroyNotify event for
8767           the window we pass to XDestroyWindow (which is what
8768           StructureNotifyMask is supposed to guarantee.)  So, that code
8769           shouldn't be affected by this either.
8771         - Stop selecting VisibilityChangeMask altogether.
8773           We weren't doing anything with the resulting events anyway.
8774         
8775         This vastly reduces the number of X requests and events we see
8776         when resizing/laying out a large ui.
8778 2006-10-06  Chris Toshok  <toshok@ximian.com>
8780         * ScrollableControl.cs (DisplayRectangle): we need to take into
8781         account the DockPadding regardless of whether or not auto_scroll
8782         == true.  rework this slightly to this effect, and fix bug #79606,
8783         and part of #72499 (you can now see the drag handles and drag
8784         toolbars around).
8786 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
8788         * ListViewItem.cs: Collections of selected and checked items are now
8789         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
8790         we mark the collection "dirty".
8791         * ListView.cs: Marked collections readonly. Modified UpdateSelection
8792         to only clear SelectedItems when a new item is selected and MultiSelect
8793         is enabled. CheckedItems and SelectedItems now subscribe to Changed
8794         event of ListViewItemCollection, and mark its list dirty whenever
8795         that event is fire. This allows us to return selected/checked items 
8796         in the same order as they are in the Items collection. This matches
8797         the MS behavior.
8799 2006-10-06  Chris Toshok  <toshok@ximian.com>
8801         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
8802         right mouse clicks.  Fixes bug #79593.
8804 2006-10-06  Chris Toshok  <toshok@ximian.com>
8806         * Splitter.cs: doh, fix splitters that don't want to cancel the
8807         movement when you drag them.  Also, impose the limits on the
8808         values we send to the SplitterMovingEvent.  Fixes #79598.
8810 2006-10-06  Jackson Harper  <jackson@ximian.com>
8812         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
8813         since we use this for auto scrolling also.
8815 2006-10-05  Chris Toshok  <toshok@ximian.com>
8817         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
8818         beginning to think that most datagrid column types don't need this
8819         method.  Fixes bug #79392.
8821 2006-10-05  Chris Toshok  <toshok@ximian.com>
8823         * DataGrid.cs: move back to a more lazy scheme for creating the
8824         CurrencyManager, so we aren't updating it every time you set
8825         either DataSource or DataMember.  Also, don't call
8826         RecreateDataGridRows if the currency manager hasn't changed.
8828 2006-10-05  Chris Toshok  <toshok@ximian.com>
8830         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
8831         emitted, SelectedIndex should already be updated.  Fixes bug
8832         #78929.
8834 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
8836         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
8837           ToolStripTextBox.cs: Initial commit.
8838         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
8840 2006-10-05  Jackson Harper  <jackson@ximian.com>
8842         * TabControl.cs: We need to invalidate the tab control area when
8843         new ones are added (duh).
8845 2006-10-03  Chris Toshok  <toshok@ximian.com>
8847         * Form.cs (ProcessDialogKey): if the focused control is in this
8848         form and is a button, call its PerformClick method here.  Fixes
8849         #79534.
8851 2006-10-04  Jackson Harper  <jackson@ximian.com>
8853         * TabPage.cs: Ignore setting of Visible, and add an internal
8854         method for setting the controls visibility.  TabPage's Visible
8855         property is a little strange on MS, this seems to make us
8856         compatible, and fixes cases where people set all the tab pages to
8857         visible.
8858         * TabControl.cs: Use the new internal setting on tab pages
8859         visibility.
8861 2006-10-03  Mike Kestner  <mkestner@novell.com>
8863         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
8865 2006-10-03  Mike Kestner  <mkestner@novell.com>
8867         * ListView.cs : use is_visible instead of Visible to check if 
8868         scrollbars should be placed/sized.  Also some max_wrap_width
8869         love for LargeIcon view.  [Fixes #79533]
8871 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
8873         * TextControl.cs :
8874           Make set_TextAlign() do actually update the align. Fixed #78403.
8876 2006-10-03  Chris Toshok  <toshok@ximian.com>
8878         * DataGrid.cs: fix a crash when switching datasources if the
8879         vertical scrollbar is at someplace other than Value = 0.  Also,
8880         reduce the number of recalculation passes we do in SetDataSource
8881         from 2 to 1.
8883 2006-10-03  Jackson Harper  <jackson@ximian.com>
8885         * TextBoxBase.cs: Move the if value the same bail check up, we
8886         don't want to empty the document if it is already empty, this
8887         seems to severly mess up the caret.  TODO: I should probably fix
8888         the empty statement to update teh caret somehow.
8890 2006-10-03  Chris Toshok  <toshok@ximian.com>
8892         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
8893         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
8894         reflection, an internal row type, properties on said type, etc.)
8895         will work with our datagrid.  Fixes #79531.
8897 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
8899         * FileDialog.cs: Don't crash if a path is not accessible
8900           (System.UnauthorizedAccessException). Fixes #79569.
8901         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
8902           a ':' too. Return unknown icon for those paths/files.
8904 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
8906         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
8907         GetContainerControl returns null.
8909 2006-10-02  Chris Toshok  <toshok@ximian.com>
8911         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
8912         call to XGetWindowAttributes instead of "handle".  fixes an X
8913         error using notifyicon after the NotifyIconWindow to Form base
8914         class switch.
8916 2006-10-02  Chris Toshok  <toshok@ximian.com>
8918         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
8919         server grab and looping we need to do to get down to the most
8920         deeply nested child window.
8921         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
8922         QueryPointer again after the WarpPointer so we can generate a
8923         proper (fake) MotionNotify event to be enqueued in the destination
8924         window's queue.
8925         (GetCursorPos): call QueryPointer.
8927         Fixes #79556.
8929 2006-10-02  Jackson Harper  <jackson@ximian.com>
8931         * NotifyIcon.cs: Derive the notify icon from a form, so things
8932         like FindForm work on it.
8933         - Swallow the WM_CONTEXTMENU message, since that is generated on
8934         mouse down, and context menu is a mouse up kinda guy.  I believe
8935         the correct fix here is probably to make the notify icon entirely
8936         NC area, but this seems to work fine for anyone not manipulating
8937         WndProc.
8939 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
8941         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
8942           ToolStripItemCollection.cs, ToolStripLabel.cs,
8943           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
8944           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
8945           Initial implementation.
8946         * TextRenderer.cs: Provide padding to MeasureText.
8948 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
8950         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
8951         of ButtonBaseAccessibleObject. Fix bug #79552.
8953 2006-10-02  Jackson Harper  <jackson@ximian.com>
8955         * MdiWindowManager.cs: When maximizing use the containers client
8956         rect, not it's bounds, so nc area is accounted correctly.
8957         - Use the parent form's size for the menu position, since the
8958         client isn't always the full form size.
8960 2006-10-01  Chris Toshok  <toshok@ximian.com>
8962         * ScrollableControl.cs: make sure neither right_edge or
8963         bottom_edge are < 0, since they're used as LargeChange for the
8964         horiz/vert scrollbars respectively.  Fixes #79539.
8966 2006-10-01  Chris Toshok  <toshok@ximian.com>
8968         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
8969         the xplatuix11 code can cause us to destroy/recreate our handle.
8971         * XplatUIX11.cs
8972         (SystrayAdd):
8973         - this code can be invoked many times for the same Hwnd.  Make
8974           sure we only destroy the client window once (the first time this
8975           method is called).  This fixes bug #79544.
8976         - Remove the call to the improperly bound XSync.  why we had two
8977           bindings to this, I will never know, but this call resulted in
8978           events being discarded from the queue(!).
8979         - correct a misunderstanding of _XEMBED_INFO - the second atom is
8980           not our current state but the state we wish to be in.  So, 0 if
8981           we don't want to be mapped.  Change it to 1.
8982         (SystrayRemove): The XEMBED spec makes mention of the fact that
8983         gtk doesn't support the reparent of client windows away from the
8984         embedder.  Looking at gtksocket-x11.c seems to agree with this.
8985         The only avenue we have for removing systray icons is to destroy
8986         them.  We don't want the handle to go away for good, though, so
8987         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
8988         #79545.
8989         
8990 2006-10-01  Chris Toshok  <toshok@ximian.com>
8992         * Form.cs (WndProc): inline the native_enabled variable usage into
8993         the cases in which it's used.  Fixes #79536.
8995 2006-09-29  Mike Kestner  <mkestner@novell.com>
8997         * ListView.cs : toggle the selection state for ctrl clicks in 
8998         multiselect mode. [Fixes #79417]
9000 2006-09-29  Mike Kestner  <mkestner@novell.com>
9002         * ListView.cs : kill CanMultiSelect and refactor the selection
9003         code to support multiselection in the absence of mod keys. Steal
9004         arrow/home/end keys by overriding InternalPreProcessMessage to
9005         restore regressed keynav behavior.
9006         [Fixes #79416]
9008 2006-09-29  Jackson Harper  <jackson@ximian.com>
9010         * MdiClient.cs: Repaint the titlebars when the active window is
9011         changed.
9013 2006-09-29  Chris Toshok  <toshok@ximian.com>
9015         * Application.cs: when entering a runloop with a modal, make sure
9016         the hwnd is enabled.  Fixes #79480.
9018 2006-09-29  Chris Toshok  <toshok@ximian.com>
9020         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
9021         when ListManager.CanAddRows == false, bump us back one.
9023         * DataGridColumnStyle.cs (ParentReadOnly): remove the
9024         listmanager.CanAddRows check.  This makes ArrayLists uneditable
9025         using a datagrid, which is not right.
9026         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
9027         is an IEditable, but call property_descriptor.SetValue regardless.
9028         fixes #79435.
9030 2006-09-29  Chris Toshok  <toshok@ximian.com>
9032         * DataGridBoolColumn.cs: we need to test equality in the face of
9033         possible null values (as is the case with the default NullValue).
9034         This patch keeps us from crashing in that case.
9036 2006-09-29  Jackson Harper  <jackson@ximian.com>
9038         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
9039         here, since it will get called for every node collection in the
9040         tree. This is now done in the treeview once the sorting is
9041         finished.
9042         * TreeView.cs: Recalculate the visible order, and update the
9043         scrollbars after sorting, set the top nope to the root so that the
9044         recalc actually works.
9046 2006-09-29  Chris Toshok  <toshok@ximian.com>
9048         * LinkLabel.cs: more handling of the default link collection in
9049         the face of LinkArea manipulation.  The default link collection
9050         contains 1 element (start=0,length=-1).  If the user sets LinkArea
9051         to anything and the links collection is the default, clear it.
9052         Then only add the link if its nonempty.  Fixes #79518.
9054 2006-09-29  Chris Toshok  <toshok@ximian.com>
9056         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
9057         piece correctly when we hit a '\n'.  Fixes #79517.
9059 2006-09-29  Chris Toshok  <toshok@ximian.com>
9061         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
9062         change the binding of gdk_init_check to take two IntPtr's, and
9063         pass IntPtr.Zero for both of them.  Fixes #79520.
9065 2006-09-29  Mike Kestner  <mkestner@novell.com>
9067         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
9068         [Fixes #78779]
9070 2006-09-28  Jackson Harper  <jackson@ximian.com>
9072         * XplatUIX11.cs: When translating NC messages make sure we go from
9073         whole window to screen, not client window to screen.
9074         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
9075         method doesn't exist
9076         - Skip over controls that aren't forms when arranging.
9078 2006-09-28  Jackson Harper  <jackson@ximian.com>
9080         * XplatUIWin32.cs: Clip the rect to the parent window.
9081         * XplatUIStructs.cs: Add clipping modes struct.
9082         * InternalWindowManager.cs: New private method that factors title
9083         bar heights in when calculating the pos of an NC mouse message.
9084         - Use SendMessage to force a paint when the form's size is changed
9085         instead of painting the decorations immediately.
9086         - Don't let the NC button click messages get to DefWndProc,
9087         because they will attempt to handle windowing themself, and this
9088         messes up z-order (it will put them in front of the scrollbars).
9089         * XplatUIX11.cs: Make sure that we don't reset window managers if
9090         we already have one (ie the window is an MDI window).
9092 2006-09-28  Chris Toshok  <toshok@ximian.com>
9094         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
9095         menu code really needs going over.
9097 2006-09-27  Chris Toshok  <toshok@ximian.com>
9099         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
9100         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
9101         window is maximizable.  So, we need to make sure that even if we
9102         clear the border/wm frame of those functions, they're still
9103         available (basically, we remove the decoration without removing
9104         the function).  Half the fix for #79338.
9106 2006-09-27  Chris Toshok  <toshok@ximian.com>
9108         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
9109         Fixes bug #79515.
9111 2006-09-27  Chris Toshok  <toshok@ximian.com>
9113         * Splitter.cs: reorder things a bit so that we don't actually
9114         draw/move the splitter until after calling OnSplitterMoving.  This
9115         lets users cancel/disallow the movement by explicitly setting
9116         event.SplitX/SplitY.  Fixes #79372.
9118 2006-09-27  Jackson Harper  <jackson@ximian.com>
9120         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
9121         because it is most likely on a window being destroyed, and that
9122         will give us an X11 error.
9124 2006-09-27  Chris Toshok  <toshok@ximian.com>
9126         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
9127         the dropdown button now toggles between showing and hiding the
9128         dropdown.  Also, get rid of dropdown_form_showing and just use
9129         dropdown_form.Visible.  We still don't do a grab, but I'll leave
9130         that part to someone who has handled Capture-fu before.
9132 2006-09-27  Chris Toshok  <toshok@ximian.com>
9134         * DataGrid.cs: return false if alt isn't pressed when '0' is
9135         pressed.  this keeps the '0' key from being swallowed, and fixes
9136         bug #79350.
9138 2006-09-27  Chris Toshok  <toshok@ximian.com>
9140         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
9141         Calling Refresh (in response to a scrollbar event) screws up the
9142         scrollbar painting.  Fixes bug #78923.
9144 2006-09-27  Chris Toshok  <toshok@ximian.com>
9146         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
9147         then insert into hashtable" blocks threadsafe.
9149 2006-09-27  Chris Toshok  <toshok@ximian.com>
9151         * MessageBox.cs (CreateParams): the styles should be |'ed with our
9152         baseclass's, since otherwise the
9153         ControlBox/MinimizeBox/MaximizeBox assignments above have no
9154         effect.  This gets the close button back in messageboxes.
9156 2006-09-27  Chris Toshok  <toshok@ximian.com>
9158         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
9159         flag, not just != 0.  this makes flags that are actually multiple
9160         bits (like WS_CAPTION) work.  fixes bug #79508.
9162 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
9164         * PageSetupDialog.cs: add support for getting and settings the 
9165         paper size, source and orientation.
9167 2006-09-26  Chris Toshok  <toshok@ximian.com>
9169         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
9170         and caption == "", we need to remove the resize handles as well as
9171         the title bar.
9173         * Control.cs (set_Text): turns out that setting Text on a form
9174         should change the WM styles on the window, since if ControlBox ==
9175         false, the only way to get a window border is to have a non-""
9176         Text property.  check winforms/forms/text.cs for an example.  so,
9177         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
9178         update both window styles and title.  This fixes a lot of dialogs
9179         (including the preferences dialog in MonoCalendar.)
9181 2006-09-26  Chris Toshok  <toshok@ximian.com>
9183         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
9184         control isn't a Form), call Win32ShowWindow to hide the window,
9185         but don't update the control Visible property.  When we reparent
9186         back to a parent control, call SetVisible in order for the
9187         window's visibility to be reinstated.
9189         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
9190         the FosterParent.
9192         * Control.cs (ControlCollection.Remove): remove that value.Hide()
9193         call for good, since it breaks MonoCalendar (and other things I'm
9194         sure.) Also, set all_controls to null *after* the owner calls,
9195         which end up regenerating it.
9196         (ChangeParent): allow new_parent to be == null, passing
9197         IntPtr.Zero down to XplatUI.
9199         this fixes #79294 the right way.
9201 2006-09-26  Mike Kestner  <mkestner@novell.com>
9203         * GridEntry.cs : internal SetParent method.
9204         * PropertyGrid.cs : attach to property changed on the proper
9205         target if we have a hierarchical grid with subobjects. Setup
9206         GridItem.Parent for hierarchical items.
9207         * PropertyGridView.cs : Set value on the correct target for
9208         hierarchical grids. [Fixes #78903]
9210 2006-09-26  Chris Toshok  <toshok@ximian.com>
9212         * Control.cs (ChildNeedsRecreating): this should return true if
9213         either we're being recreated and the child is in our list, or our
9214         parent is waiting for our recreation.
9216 2006-09-26  Chris Toshok  <toshok@ximian.com>
9218         * Control.cs (ControlCollection.Remove): reinstate the
9219         value.Hide() call as suggested in bug #79294.
9221 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
9223         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
9224         coordinates (versus a relative move).
9226 2006-09-26  Chris Toshok  <toshok@ximian.com>
9228         * Control.cs: rework child recreation a little bit.  It turns out
9229         that we race between the DestroyNotify the WM_DESTROY message.  If
9230         the parent gets its DestroyNotify before the child gets the
9231         WM_DESTROY message, the child ends up not recreating (since the
9232         parent finishes its recreation on DestroyNotify, and the child
9233         checks ParentIsRecreating.)
9235         So, instead we store off a list of all the child controls which
9236         need to be recreated when the parent control starts to recreate
9237         itself.  Then, when child controls get their WM_DESTROY message we
9238         check to see if they're in the parent's pending recreation list,
9239         and if so, we recreate.  This removes all dependency on ordering
9240         from the code and fixes the initial MonoCalendar upgrade dialog.
9241         
9242 2006-09-26  Jackson Harper  <jackson@ximian.com>
9244         * TextControl.cs: Use the Line to get the length of the line,
9245         since soft line breaks can change the end line.
9247 2006-09-26  Chris Toshok  <toshok@ximian.com>
9249         * Control.cs (ControlCollection.AddImplicit): don't add the
9250         control again if it's already in one of our lists.  This keeps us
9251         from adding controls over and over again for comboboxes when their
9252         handle gets recreated (as the combobox adds implicit controls in
9253         OnHandleCreated).  Fixes the X11 errors in bug #79480.
9255 2006-09-26  Jackson Harper  <jackson@ximian.com>
9257         * TextControl.cs: When deleting characters make sure that any
9258         orphaned zero lengthed tags get deleted.
9259         - Fix ToString for zero lengthed tags.
9261 2006-09-25  Jackson Harper  <jackson@ximian.com>
9263         * TextControl.cs: When getting a tag at the location there can be
9264         multiple tags at the same spot, these are 0-lengthed tags that
9265         appear when extra formatting has been stuck in a location.  We
9266         need to pull out the last of these 0 lengthed tags.
9268 2006-09-25  Jackson Harper  <jackson@ximian.com>
9270         * TextControl.cs: Fix print out in debug method.
9271         * TextBoxBase.cs: When text is set bail if we are setting to the
9272         previous value.
9273         
9274 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
9276         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
9277           It is now possible to change the selected index in a FontXXXListBox
9278           with the up and down arrow keys from the FontXXXTextBoxes.
9279           Also, send the FontXXXTextBox mouse wheel event to the corresponding
9280           FontXXXListBoxes to match ms.
9282 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
9284         * SystemInformation.cs: Return a clone of the theme's MenuFont because
9285         anyone can dispose it, anytime. All other properties returns enums, 
9286         structs or basic types so they don't need such tricks.
9288 2006-09-22  Jackson Harper  <jackson@ximian.com>
9290         * XplatUI.cs:
9291         * XplatUIWin32.cs:
9292         * Clipboard.cs:
9293         * DataFormats.cs:
9294         * XplatUIOSX.cs:
9295         * XplatUIDriver.cs: Update interface to add a primary selection
9296         flag, so the driver can use the primary selection buffer if
9297         needed.
9298         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
9300         * RichTextBox.cs: We need to supply the data object to paste now
9301         (so we can choose to supply CLIPBOARD or PRIMARY).
9302         * TextBoxBase.cs: Supply data object to paste (see above).
9303         - Middle click uses the primary selection data object.
9304         
9305 2006-09-21  Chris Toshok  <toshok@ximian.com>
9307         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
9308         of SetWMStyles.  It's still a rat's nest and is largely
9309         order-dependent which I dislike immensely.  This also fixes the X
9310         button disappearing from toplevel forms.
9312 2006-09-21  Mike Kestner <mkestner@novell.com>
9314         * ListBox.cs: move Jordi's click/dblclick raising code to the
9315         mouse up handler.
9317 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
9319         * ListBox.cs: Fixes 79450
9321 2006-09-21  Mike Kestner <mkestner@novell.com>
9323         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
9324         to deal with people updating the TreeNodeCollection after the tree
9325         is disposed.  "Fixes" 79330.
9327 2006-09-20  Jackson Harper <jackson@ximian.com>
9329         * TextControl.cs: Push the cursor record onto the undo stack
9330         before the delete action. This fixes 78651.
9332 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
9334         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
9335         CreateParams. Fixes 79329.
9337 2006-09-19  Chris Toshok  <toshok@ximian.com>
9339         * XplatUIX11.cs: a couple of blanket code massage passes to clean
9340         things up a bit.  First, get rid of the NetAtoms array (and the NA
9341         enum), and just embed the atoms as static fields.  Also, add a
9342         couple of functions (StyleSet and ExStyleSet) to clean up all the
9343         bitmask testing of styles.
9345         * X11Structs.cs: remove the NA enum, not needed anymore.
9346         
9347 2006-09-19  Chris Toshok  <toshok@ximian.com>
9349         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
9350         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
9351         added cleanup to get MessageBox titles appearing again, which were
9352         broken by my earlier fix for caption-less/ControlBox-less windows.
9354 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
9356         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
9357           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
9358           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
9359           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
9360           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
9361           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
9362           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
9363           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
9364           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
9365           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
9366           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
9367             Inital import.
9368         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
9369           ToolStripButton.cs: Stubs needed for above.
9370         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
9372 2006-09-15  Chris Toshok  <toshok@ximian.com>
9374         * XplatUIX11.cs:
9375         - make the MessageQueues hashtable Synchronized.
9376         
9377         - SendMessage: if the Hwnd is owned by a different thread, use the
9378         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
9379         thread.  Fixes bug #79201.
9381 2006-09-15  Chris Toshok  <toshok@ximian.com>
9383         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
9384         ControlBox == false, we disallow maximize/minimize/close.  If the
9385         form Caption is "" we also disallow move (and get rid of the Title
9386         decoration).  Unfortunately, regardless of how things are set,
9387         we're stuck with the Title and WM menu.
9389 2006-09-15  Chris Toshok  <toshok@ximian.com>
9391         * Application.cs: add locking around the static message_filters
9392         ArrayList, part of #79196.
9394 2006-09-15  Chris Toshok  <toshok@ximian.com>
9396         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
9397         Form.ControlBox == false, the window has no titlebar nor resize
9398         handles.  fixes bug #79368.
9400 2006-09-15  Chris Toshok  <toshok@ximian.com>
9402         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
9403         >= 0.  Fixes bug #79370.
9405 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
9406         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
9407         * Control.cs:
9408             Add properties: LayoutEngine, Margin, DefaultMargin.
9409             Add method: GetPreferredSize.
9410             Move layout logic from PerformLayout to layout engines. 
9412 2006-09-13  Chris Toshok  <toshok@ximian.com>
9414         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
9415         fix for #79326 broke #78718, so this change addresses that.
9417         - in SendWMDestroyMessages remove the call to
9418         CleanupCachedWindows, since we might be recreating the control and
9419         need to maintain the references to right Hwnd handles.  Also, set
9420         the zombie flag to true for each of the children in the hierarchy
9421         instead of calling hwnd.Dispose.  This will cause GetMessage to
9422         ignore all events for the window except for DestroyNotify.
9424         - In GetMessage, ignore messages except for DestroyNotify for
9425         zombie hwnds.
9426         
9427         * Control.cs: revert the is_recreating fix from the last
9428         ChangeLog.  It's definitely "right", but it breaks switching from
9429         an MDI form to a non-MDI form.  Will need to revisit that.
9431         * Hwnd.cs: add a zombie flag, which means "the
9432         client_window/whole_window handles are invalid, but we're waiting
9433         for the DestroyNotify event to come in for them".  Set the flag to
9434         false explicitly if setting WholeWindow/ClientWindow, and also
9435         when Disposing.
9436         
9437 2006-09-13  Chris Toshok  <toshok@ximian.com>
9439         * XplatUIX11.cs: rework window destruction slightly.
9441         - when destroying the windows associated with a control, we don't
9442         need 2 separate XDestroyWindow calls.  Just the one for the
9443         whole_window (or for client_window if whole_window is somehow
9444         IntPtr.Zero -- can this happen?) is enough.
9446         - reworked SendWMDestroyMessages slightly, so we always dispose
9447         the child control hwnd's after sending the messages.
9448         
9449         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
9450         the two places it was used (one was even using hwnd.Handle and the
9451         other hwnd.client_window.  ugh), adding another call in
9452         SendWMDestroyMessages.  We need this new call because now the
9453         DestroyNotify events in the queue will be ignored for the child
9454         controls (as their hwnd's were disposed, and the window id's
9455         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
9457         - this fixes bug #79326.
9459 2006-09-13  Chris Toshok  <toshok@ximian.com>
9461         * Control.cs: don't always set is_recreating to false at the end
9462         of RecreateHandle, since sometimes we're not done (and won't be
9463         until WndProc handles the WM_DESTROY message).  Also, set
9464         is_recreating to false in the WM_DESTROY handling code.  Part of
9465         the fix for bug #79326.
9467 2006-09-13  Miguel de Icaza  <miguel@novell.com>
9469         * X11DesktopColors.cs: Start the droppage of debugging messages.
9471         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
9473 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
9475         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
9477 2006-09-12  Chris Toshok  <toshok@ximian.com>
9479         * DataGrid.cs (get_ListManager): if the list_manager is null, try
9480         to create it using SetDataSource.  Fixes bug #79151.
9482 2006-09-11  Chris Toshok  <toshok@ximian.com>
9484         * XEventQueue.cs: add a DispatchIdle property.
9486         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
9487         either the queue is null, or the queue has DispatchIdle set to
9488         true.
9489         (DoEvents): set queue.DispatchIdle to false around the
9490         peek/translate/dispatch message loop in this method.  This keeps
9491         Application.Doevents from emitting idle events.  Part of the fix
9492         for #78823.
9494 2006-09-11  Chris Toshok  <toshok@ximian.com>
9496         * DataGrid.cs (set_DataSource): make this work for both the
9497         winforms/datagrid test and ReportBuilder.  It seems as though when
9498         we've created a ListManager (or maybe it's if we have a
9499         BindingContext?), when we set the DataSource it clears the
9500         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
9501         #79333.
9503 2006-09-11  Chris Toshok  <toshok@ximian.com>
9505         * XplatUIX11.cs: deal with queue being null, which happens in all
9506         the Clipboard functions.  Fixes one of the two problems mentioned
9507         in #78612.
9509 2006-09-11  Chris Toshok  <toshok@ximian.com>
9511         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
9512         button on various spots (including outside the menu) works closer
9513         to MS, and doesn't crash.  Fixes #79343.
9515 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
9517         * ListView.cs: Do not initialize item_sorter in init. To match MS,
9518         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
9519         and the internal comparer is set. When a new ListViewItemSorter is set,
9520         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
9521         was specified. No further processing is necessary if SortOrder is set
9522         to it's current value. If Sorting is modified to None, and View is
9523         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
9524         (either custom or our internal ItemComparer) to null, on 1.0 profile
9525         only set item_sorter to null if its our internal IComparer. If Sorting
9526         is modified to Ascending or Descending, then use our internal IComparer
9527         if none is set, and if the current IComparer is our internal one then:
9528         on 2.0 profile always replace it with one for new Sorting, and on 1.0
9529         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
9530         Enum.IsDefined to verify whether a valid View value is specified in
9531         its setter. Automatically sort listview items when listview is
9532         created. In Sort, do nothing if ListView is not yet created, or if
9533         no item_sorter is set (no Sorting was set, Sorting was explicitly set
9534         to None or ListViewItemSorter was set to null). Added Sort overload
9535         taking a bool to indicate whether the ListView should be redrawn when
9536         items are sorted (we use this in ListViewItemCollection to avoid double
9537         redraws). Modified our internal IComparer to take the sort order into
9538         account. In Add and AddRange methods of ListViewItemCollection, also
9539         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
9540         view), but use overload with noredraw option to avoid double redraw.
9541         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
9542         true when View is Tile, and do the same when attempting to set View to
9543         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
9544         for selected/checked indices, as it involves overhead when sorting is
9545         done while these collections are not used all that often. Instead
9546         we'll build the indices on demand. Modified IList implementation of
9547         CheckedIndexCollection to use public methods if object is int.
9548         Modified CheckedListViewItemCollection to hide checked items if
9549         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
9550         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
9551         IList implementation in SelectedIndexCollection to use public methods
9552         if object is int. Modified SelectedListViewItemCollection to hide
9553         selected items if listview is not yet created.
9554         * ListViewItem.cs: CheckedIndices list no longer needs to be
9555         maintained separately (see ListView changes). Also clone font, fixes
9556         test failure.
9558 2006-09-11  Mike Kestner  <mkestner@novell.com>
9560         * ComboBox.cs: if we are updating the contents of the currently
9561         selected index, refresh the control or the textbox selection.
9562         [Fixes #79066]
9564 2006-09-11  Mike Kestner  <mkestner@novell.com>
9566         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
9567         the 'specified' logic has been moved there.  This seems like a bug 
9568         in Control.cs, since our current SetBoundsCore completely ignores 
9569         the specified parameter.  Peter's commit seems to indicate that is 
9570         the way the MS control implementation works.  [Fixes #79325]
9572 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
9574         * XplatUI.cs: Set default_class_name to be composed
9575         of current domain id. This allows MWF to be loaded in multiple
9576         domains on Win32.
9578 2006-09-09  Miguel de Icaza  <miguel@novell.com>
9580         * X11Keyboard.cs: If we are unable to obtain the input method, do
9581         not call CreateXic to create the input context.   Should fix
9582         #78944/79276.
9584 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
9586         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
9587           Simplified gnome support by adding more pinvokes to get the
9588           icon for a file or mime type.
9590 2006-09-08  Jackson Harper  <jackson@ximian.com>
9592         * MenuAPI.cs: Deslect popup context menu items before closing the
9593         window, so that you don't see the previously selected item
9594         selected when you reopen the menu.
9595         * TextControl.cs: Update the cursor position even if we don't have
9596         focus.  This fixes typing in things like the ComboBox.  I'm not
9597         totally sure we should always set the visibility if we don't have
9598         focus, but couldn't find any corner cases where the cursor showed
9599         up when it shouldn't.
9601 2006-09-08  Chris Toshok  <toshok@ximian.com>
9603         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
9604         our arrays are length 256.  & 0xff before indexing.  Fixes the
9605         crash in bug #78077.
9606         
9607 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9609         * ThemeWin32Classic.cs: 
9610         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
9611         is true. Handle that check box too.
9613 2006-09-07  Chris Toshok  <toshok@ximian.com>
9615         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
9616         79244.
9618 2006-09-07  Chris Toshok  <toshok@ximian.com>
9620         * Control.cs: in set_BackColor only do the work if
9621         background_color != value.
9623         * XplatUIX11.cs: move the clearing of invalid areas (both client
9624         and nc) to the same block of code where we set (nc_)expose_pending
9625         to false.  That is, move it from PaintEventEnd to PaintEventStart,
9626         so things that cause invalidates from within OnPaint will trigger
9627         another call to OnPaint.  Fixes bug #79262.
9629 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
9631         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
9632         * FileDialog.cs: Fix typo
9634 2006-09-07  Jackson Harper  <jackson@ximian.com>
9636         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
9637         for tab pages if they have any.
9639 2006-09-06  Mike Kestner  <mkestner@novell.com>
9641         * Splitter.cs: use the "current" rect when finishing drag handle
9642         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
9644 2006-09-06  Mike Kestner  <mkestner@novell.com>
9646         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
9647         support offset splitters. [Fixes #79298]
9649 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
9651         * Mime.cs: Fixed a bug that could override the global mime type
9652           result.
9654 2006-09-05  Jackson Harper  <jackson@ximian.com>
9656         * TabControl.cs: Better calculation method for setting the slider
9657         pos. Prevents crashes on really wide tabs.
9658         - Draw Image on tab pages if an image list is used.
9660 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9662         * MonthCalendar.cs: When Font changes, the Size should be
9663         updated to fit the new font's space requirements.
9665 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
9667         * ListBox.cs: If the items are cleared with Items.Clear set
9668           top_index to 0.
9670 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9672         * MonthCalendar.cs: Handle arrow keys as input keys. Also
9673         fire DateChanged event instead of DateSelected event when
9674         the date was changed by keyboard interaction.
9676 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9678         * DateTimePicker.cs: Handle DateChanged for the associated
9679         month_calendar control, and set month_calendar.Font from 
9680         OnFontChanged method, as well as resize the height of the
9681         control when needed. Make PreferredHeight proportional.
9683 2006-09-01  Chris Toshok  <toshok@ximian.com>
9685         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
9686         properties.
9688         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
9690 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
9692         * FileDialog.cs: Set ClientSize instead of window size, to allow space
9693           for decorations (Fixes #79219)
9695 2006-09-01  Mike Kestner  <mkestner@novell.com>
9697         * ComboBox.cs: first stab at sorting plus some selection handling
9698         fixes to bring us more in line with MS behavior.  Also switches back
9699         to index based selection.  Alternative patches for index-based 
9700         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
9701         and latency@gmx.de on bug 78848.  I assume they were similar to this
9702         code I've had simmering in my tree forever.
9703         [Fixes #78848]
9705 2006-09-01  Chris Toshok  <toshok@ximian.com>
9707         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
9708         when setting list position guard against ending up with a -1 index
9709         (the other part of the fix for #78812).  Should probably make sure
9710         we don't need the analogous fix in the ItemDeleted case.
9712         * DataGrid.cs:
9713         - in SetDataSource, work around the fact that the way
9714         OnBindingContextChanged is invoked will cause us to re-enter this
9715         method.  I'll remove the hack once I investigate
9716         OnBindingContextChanged.
9718         - fix the logic in set_DataSource and set_DataMember (basically
9719         what to do if the other of the two is null.)
9720         
9721         - in OnListManagerItemChanged, we need to take into account the
9722         edit row when deciding whether or not to call RecreateDataGridRows
9723         (part of the fix for #78812).
9725 2006-09-01  Jackson Harper  <jackson@ximian.com>
9727         * Splitter.cs: Don't do anything if there is no control to affect
9728         (prevents us from crashing in weird tet cases).
9729         * TreeView.cs: Bounding box for the mouse movement reverting
9730         focus/selection back to previously selected node.  This matches
9731         MS, and makes the tree a lot more useable.
9732         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
9733         use clipping so they are not drawn.  This fixes when the control
9734         is set to have a transparent background, or if it was over an
9735         image.
9737 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
9739         * MimeIcon.cs: Improved handling for reading default icons when
9740           using gnome (2.16 made it necessary). Check and read svg icons
9741           first, then 48x48 and then 32x32 icons.
9743 2006-08-31  Chris Toshok  <toshok@ximian.com>
9745         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
9746         visible.
9748         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
9749         ProcessKeyPreview.  Fixes part of #77806.
9751         * DataGrid.cs: big patch.
9753         - revert the queueing up of DataSource/DataMember if inside
9754         BeginInit/EndInit calls.  That's not the way the datagrid achieves
9755         its delayed databinding.  Instead, call SetDataSource in
9756         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
9757         #78811.
9759         - Also, it wasn't mentioned in #78811, but the test case exhibits
9760         behavior that was lacking in our datagrid implementation - Columns
9761         that have mapping names that don't exist in the datasource's
9762         properties aren't shown.  Yuck.  To fix this I added the bound
9763         field to the column style, and basically any calculation to figure
9764         out anything about columns uses a loop to find the bound columns.
9765         still need to investigate if I can cache an array of the bound
9766         columns or if the indices must be the same.
9768         - When setting CurrentCell, we no longer abort if the cell being
9769         edited was in the add row.  This fixes the other part of #77806.
9771         - The new code also fixes #78807.
9772         
9773         * ThemeWin32Classic.cs: perpetrate the same disgusting
9774         column.bound field hack, and only render bound fields.
9776 2006-08-31  Chris Toshok  <toshok@ximian.com>
9778         * DataGridColumnStyle.cs: add bound field.  this field is true if
9779         the datasource has a property corresponding to the mapping name.
9781         * DataGridTableStyle.cs: set the bound field on the column styles
9782         depending on whether or not we have a column for that property.
9784 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
9786         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
9787           splitter control (fixes #79228)
9789 2006-08-31  Chris Toshok  <toshok@ximian.com>
9791         * DataGridColumnStyle.cs: we need to delay the assignment of
9792         property descriptor until the last possible moment due to the lazy
9793         databinding stuff in the datagrid.  Also, fix the exceptions
9794         thrown by CheckValidDataSource to match MS.
9796 2006-08-31  Jackson Harper  <jackson@ximian.com>
9798         * Form.cs: When activated select the active control, if there is
9799         no active control, we select the first control.
9800         * XplatUIX11.cs: If there is no focus control when we get a
9801         FocusIn event, find the toplevel form and activate it.  This
9802         occurs when you popup a window, it becomes the focus window, then
9803         you close that window, giving focus back to the main window.
9805 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9807         * MonthCalendar.cs: 
9808         * ThemeWin32Classic.cs: Cache Font in bold style, as well
9809         as StringFormat with Center alignments in MonthCalendar,
9810         instead of creating new ones when drawing the control. 
9811         Also, draw the month name in bold style.
9813 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
9815         * Control.cs:
9816           - PerformLayout(): It would seem MS performs the fill even if the 
9817             control is not visible (part of #79218 fix)
9818           - ResetBackColor(): Use the setter to reset the color, to allow
9819             overriders to catch the change.
9820         * Form.cs:
9821           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
9822           - CreateHandle(): dito (part of $79218 fix)
9823           - Don't set an icon if we have a dialog
9824         * ScrollableControl.cs:
9825           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
9826           - ScrollIntoView(): No need to scroll if control is already visible
9827             (resolves fixme and fixes #79218)
9829 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9831         * MonthCalendar.cs: Change proportions in SingleMonthSize
9832         to match the aspect of the original control.
9834 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
9836         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
9837           get updated when they get maximized.
9839 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
9841         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
9843 2006-08-29  Chris Toshok  <toshok@ximian.com>
9845         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
9847 2006-08-29  Jackson Harper  <jackson@ximian.com>
9849         * TreeView.cs: Need to track selected node and highlighted node,
9850         they aren't always the same thing, when the mouse is down on a
9851         node it is hilighted, but not selected yet.
9852         - Do the HideSelection stuff right
9853         - Need to focus on rbutton mouse down. And redraw selection when
9854         right click is mouse upped.
9856 2006-08-29  Mike Kestner  <mkestner@novell.com>
9858         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
9859         when SubItems.Count < Columns.Count.  [Fixes #79167]
9861 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
9863         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
9865 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
9867         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
9868           from X. Only send based on ConfigureNotify if we don't have the
9869           correct location in hwnd (if the window manager moved us)
9871 2006-08-28  Mike Kestner  <mkestner@novell.com>
9873         * ListView.cs: remove a TODO. 
9874         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
9875         [Fixes ListView part of #79166]
9877 2006-08-28  Mike Kestner  <mkestner@novell.com>
9879         * ListView.cs: move wheel handler to parent since it is focused
9880         instead of the item_control now.  [Fixes #79177]
9882 2006-08-28  Mike Kestner  <mkestner@novell.com>
9884         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
9885         when the control is focused. [Fixes #79171]
9887 2006-08-28  Mike Kestner  <mkestner@novell.com>
9889         * ListView.cs: size the item and header controls for empty and
9890         unscrollable views.
9891         * ThemeWin32Classic.cs: draw disabled backgrounds.
9892         [Fixes #79187]
9894 2006-08-28  Chris Toshok  <toshok@ximian.com>
9896         * Form.cs: remove unused "active_form" static field.
9898         * Hwnd.cs: lock around accesses to static windows collection.
9900         * Application.cs: lock threads in Exit ().
9902 2006-08-28  Chris Toshok  <toshok@ximian.com>
9904         * NativeWindow.cs: lock around accesses to window_collection.
9905         
9906 2006-08-28  Chris Toshok  <toshok@ximian.com>
9908         * Control.cs: err, fix this the right way, by locking on controls
9909         when using it.  not by making it synchronized.
9911 2006-08-28  Chris Toshok  <toshok@ximian.com>
9913         * Control.cs: make the static "controls" field synchronized, as it
9914         gets updated from multiple threads.
9916 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
9918         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
9919           Prevent other threads from exiting when calling thread sets quit state.
9920         * XEventQueue.cs: Added PostQuitState property
9922 2006-08-27  Chris Toshok  <toshok@ximian.com>
9924         * AsyncMethodData.cs: add a slot for the window handle.
9926         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
9927         window (the destination control's window, not the foster window).
9929         * Control.cs (BeginInvokeInternal): store the window's handle in
9930         the AsyncMethodData.
9931         
9933 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
9935         * XplatUIX11.cs:
9936           - PostQuitMessage: Removed resetting S.D display handle, we might have
9937             another loop started after calling PostQuitMessage (Fixes #79119)
9938           - Created destructor to reset S.D handle
9940 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
9942         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
9944 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
9946         * TextControl.cs (Insert): Update the caret position even if we don't
9947           have a handle yet, just don't call the driver in that case.
9948         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
9949           to the end of the new selection text (Fixes #79184)
9951 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
9953         * Form.cs (Activate): Only activate if the handle is created)
9954         * Control.c:
9955           - Mark window as invisible when it's disposed
9956           - Check if window handle is created when setting window visible, 
9957             instead of relying just on the is_created variable
9958           - Check if object is disposed when creating the control (Fixes #79155)
9960 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
9962         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
9963           when allowing layout again. Otherwise we re-generate the anchoring 
9964           distance to the border again and actually alter what the user wanted
9965           This is ugly, it'd be better if we used DisplayRectangle instead of
9966           ClientRectangle for Control.UpdateDistances, but that causes us to
9967           have other problems (initial anchoring positons would be wrong)
9968           (Fixes #78835)
9970 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
9972         * Control.cs:
9973           - The size and location setters shouldn't go directly to 
9974             SetBoundsCore, but to SetBounds, which triggers layout on the
9975             parent, then calls SetBoundsCore. (Related to fix for #78835)
9976           - SetBounds: Moved actual location update code into this function
9977             from SetBoundsCore, to match MS. Added call to PerformLayout if
9978             we have a parent (to trigger resizing of anchored parents if the 
9979             child size has changed (see testcase for #78835) 
9980         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
9981           new control code
9982         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
9984 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
9986         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
9987           System.Drawing when a toplevel window gets closed; there might
9988           be other toplevel windows belonging to the same app (Fixes #78052)
9990 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
9992         * FileDialog.cs: After reading FileDialog settings from mwf_config
9993           use Desktop prefix only if a real folder doesn't exist anymore.
9994         * FontDialog.cs: Added char sets.
9995           It is now possible to select the font, size or style with the
9996           textboxes.
9998 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
10000         * PrintPreviewDialog.cs: Use assembly name constants.
10002 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
10004         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
10005           scrollbar from whacking it's buttons)
10007 2006-08-24  Chris Toshok  <toshok@ximian.com>
10009         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
10010         in this patch (aggregating setting Left/Top/Width/Height to
10011         setting Bounds on the scrollbars), but the crux of the fix is in
10012         Recalculate, where we scroll by the remaining scroll_position if
10013         we're hiding a scrollbar.  The 2*$5 reward in the comment is
10014         serious.
10016 2006-08-24  Jackson Harper  <jackson@ximian.com>
10018         * MdiClient.cs:
10019         * MdiWindowManager.cs: If the form is made a non-mdi window we
10020         need to remove the form closed event so that closing forms works
10021         correctly.
10023 2006-08-24  Jackson Harper  <jackson@ximian.com>
10025         * Control.cs: Make IsRecreating internal so that the driver can
10026         check it
10027         - Temporarily remove the Hide when controls are removed, its
10028         making a whole bunch of things not work because visibility isn't
10029         getting reset elsewhere correctly
10030         * Form.cs: Need to do a full handle recreation when the mdi parent
10031         is set.
10032         * XplatUIX11.cs: If we are recreating handles don't dispose the
10033         HWNDs.  What was happening is the handles were being recreated in
10034         SendWMDestroyMessages, but then flow continued on in that method
10035         and destroyed the new handles.
10037 2006-08-23  Jackson Harper  <jackson@ximian.com>
10039         * Form.cs: MdiClient is always at the back of the bus
10040         * Control.cs: When the order of items in the collection is changed
10041         we need to reset the all_controls array
10042         - do the same sorta setup thats done when adding a control when a
10043         control is set on the collection.
10045 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
10047         * TextBoxBase.cs (get_Text): Return an empty array if our document
10048           is empty (fixes #79052)
10050 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
10052         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
10053           on WM_SYSCHAR messages (fixes #79053)
10055 2006-08-23  Chris Toshok  <toshok@ximian.com>
10057         * DataGrid.cs: fix flickering when scrolling vertically.
10059 2006-08-23  Chris Toshok  <toshok@ximian.com>
10061         * DataGrid.cs (EndEdit): only invalidate the row header when we
10062         need to.
10064 2006-08-23  Chris Toshok  <toshok@ximian.com>
10066         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
10067         methods.  fixes the flicker when scrolling around.
10069 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
10071         * FileDialog.cs: Making sure the control is created before we get a 
10072           chance to use it with BeginInvoke (Fixes #79096)
10074 2006-08-23  Chris Toshok  <toshok@ximian.com>
10076         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
10077         width to use when painting the rows.
10079 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
10081         * TextBoxBase.cs:
10082           - Throw ArgumentException if a negative value is passed to SelectionLength
10083           - Update the selection end if start is moved. end needs to be always
10084             after start. (Fixes #79095)
10085           - Track selection length; MS keeps the selection length even if start
10086             is changed; reset on all other operations affection selection
10088 2006-08-22  Jackson Harper  <jackson@ximian.com>
10090         * TreeView.cs: Make sure both scrollbars get displayed and sized
10091         correctly when the other bar is visible.
10092         - Use the original clip rectangle for checking if the area between
10093         the two scrollbars is visible, not the viewport adjusted clipping
10094         rectangle.
10096 2006-08-22  Jackson Harper  <jackson@ximian.com>
10098         * Binding.cs: We don't use IsBinding because it requires the
10099         control to be created, which really shouldn't be necessary just to
10100         set a property on the control.
10102 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10104         * ComboBox.cs: Some CB.ObjectCollection methods must throw
10105         ArgumentNullReferenceException when the argument is null.
10107 2006-08-21  Jackson Harper  <jackson@ximian.com>
10109         * Timer.cs: Track the thread that the timer is started in (NOT
10110         CREATED), this way messages for it will only be triggered on its
10111         queue.
10112         * XEventQueue.cs: Track the timers here, this makes timers per
10113         thread, like MS.
10114         * XplatUIX11.cs: The timers are moved to the XEventQueue.
10116 2006-08-19  Chris Toshok  <toshok@ximian.com>
10118         * XplatUIX11.cs: after further communication with pdb, we get the
10119         best of both worlds.  SetZOrder working for un-Mapped windows, and
10120         no X errors for un-mapped windows.
10122 2006-08-19  Chris Toshok  <toshok@ximian.com>
10124         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
10125         as it was causing pdn toolbars to not have the correct stacking.
10127 2006-08-18  Mike Kestner  <mkestner@novell.com> 
10129         * ListView.cs : guard against negative ClientArea.Width in scrollbar
10130         calculation.  Not sure why control should ever be setting a negative
10131         width though.  Fixes #78931.
10133 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10135         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
10136         null items in ObjectCollection class.
10137         * ListBox.cs.: Likewise.
10139 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
10141         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
10142           as the base method in ThemeWin32Classic should work fine.
10143           Fixed bug #78607.
10145 2006-08-18  Jackson Harper  <jackson@ximian.com>
10147         * Binding.cs: When validating if the value entered doesn't convert
10148         properly reset to the old value.
10149         * RadioButton.cs: Don't fire click when we get focus.
10151 2006-08-18  Jackson Harper  <jackson@ximian.com>
10153         * FileDialog.cs: Paint the selection on the directory combobox the
10154         same way as on MS. 
10156 2006-08-17  Jackson Harper  <jackson@ximian.com>
10158         * ErrorProvider.cs: Don't allow the error control to be selected.
10159         * Control.cs: Don't send the SetFocus messages, the control
10160         activation will do this, and if we do it blindly here validation
10161         does not work.
10163 2006-08-17  Jackson Harper  <jackson@ximian.com>
10165         * Control.cs:
10166         * ContainerControl.cs: Make validation events fire in the correct
10167         order.  TODO: For some reason the first validation event is not
10168         getting fired.
10170 2006-08-17  Mike Kestner  <mkestner@novell.com> 
10172         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
10174 2006-08-17  Mike Kestner  <mkestner@novell.com> 
10176         * ComboBox.cs : implement scroll wheel support for popped-down
10177         state. Fixes #78945. 
10179 2006-08-17  Jackson Harper  <jackson@ximian.com>
10181         * TreeView.cs: Specify treeview actions (old patch that didn't get
10182         committed for some reason).
10183         - Don't let the mouse wheel scroll us too far.  Just want to make
10184         the bottom node visible, not scroll it all the ways to the top.
10186 2006-08-17  Jackson Harper  <jackson@ximian.com>
10188         * XplatUIX11.cs: Mouse wheel events go to the focused window.
10190 2006-08-17  Mike Kestner  <mkestner@novell.com> 
10192         * ComboBox.cs : don't do mouseover selection in simple mode.
10194 2006-08-16  Jackson Harper  <jackson@ximian.com>
10196         * Form.cs: Fire the closing events for all the mdi child windows
10197         when a window is closed.  If the cancel args are set to true, the
10198         main window still gets the event fired, but it doesn't not close.
10199         * MdiWindowManager.cs: Do this closing cleanup in a Closed
10200         handler, instead of when the button is clicked, so cancelling the
10201         close works correctly.
10202         * ComboBox.cs: Send the mouse down to the scrollbar.
10204 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10206         * ListBox.cs: When passing 'null' to SelectedItem,
10207         set SelectedIndex to -1, to unselect items. This is the
10208         observed behaviour in .Net.
10210 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
10212         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
10213           MS flags saying there won't be any. (fixes #78800)
10214         * Control.cs (HandleClick): Made virtual
10216 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
10218         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
10219           cultures. Fixed bug #78399.
10221 2006-08-16  Jackson Harper  <jackson@ximian.com>
10223         * Form.cs: Use the MdiClients MdiChildren property to access
10224         MdiChildren instead of creating the array from the child controls.
10225         * MdiClient.cs: Maintain a separate array of the mdi children, so
10226         that insertion order is maintained when the Z-order is changed.
10228 2006-08-16  Mike Kestner  <mkestner@novell.com> 
10230         * ListView.cs : add an ItemComparer and default to it for sorting.
10231         Fixes #79076, but sorting needs a complete overhaul to be compat with
10232         MS.
10234 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
10236         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
10238 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
10240         * Hwnd.cs (Mapped): Properly traverse the tree
10242 2006-08-15  Chris Toshok  <toshok@ximian.com>
10244         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
10245         pass manager.Current.GetType() to ParseData.  It has to be the
10246         property type.  So, hold off doing the ParseData until we're in
10247         SetPropertyValue where we know the type.  This fixes the crash in
10248         #78821 but the textbox is still empty.
10250 2006-08-15  Chris Toshok  <toshok@ximian.com>
10252         * DataGrid.cs:
10253         - when we're scrolling, only call Edit() again if the
10254         current cell is still unobscured. Fixes bug #78927.
10255         - when handling mousedown on a cell, ensure the cell is visible
10256         before calling Edit.
10257         - remove the properties from DataGridRow, and remove the
10258         DataGridParentRow class altogether.
10259         
10261 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
10263         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
10264           fire OnTextChanged by ourselves. There's no point calling base,
10265           we don't set the base value anywhere else. Fixes #78773.
10267 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10269         * ListBox.cs: Call CollectionChanged when modifying
10270         an item from Items indexer, to update the actual items
10271         in the list box.
10273 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10275         * PrintDialog.cs: Small fixes for focus and a pair of checks,
10276         to match .Net behaviour.
10278 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
10280         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
10282 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
10284         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
10286 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
10288         * MessageBox.cs: Prevent potential NRE exception.
10289         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
10291 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
10293         * MessageBox.cs: Calculate the owner of a messagebox, also make
10294           it topmost. Fixes #78753
10296 2006-08-14  Chris Toshok  <toshok@ximian.com>
10298         * XplatUIX11.cs: A couple of fixes so that metacity will let us
10299         programmatically move windows.  first, set the PPosition hint as
10300         well as the USPosition hint.  Second include some code from pdb
10301         that sets the window type to NORMAL when we set the transient for
10302         hint.  This is because, in the absence of a window type, metacity
10303         thinks any window with TransientFor set is a dialog, and refuses
10304         to let us move it programmatically.  fascists.
10306 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
10308         * XplatUIX11.cs: When setting normal hints, take into consideration
10309           an different hints previously set so we don't delete them (fixes #78866)
10311 2006-08-12  Chris Toshok  <toshok@ximian.com>
10313         * ToolBarButton.cs: make Layout return a boolean, if something to
10314         do with the button's layout changed.
10316         * ToolBar.cs:
10317         - add another parameter to Redraw, @force, which all existing
10318           calls set to true.
10319         - make the Layout function return a boolean which is true if the
10320           layout has actually changed.  Redraw now uses this (and @force)
10321           to determine when to invalidate.  At present the only place
10322           where @force can be false is the call from OnResize, when
10323           background_image == null.  So, resizing a toolbar when the
10324           layout doesn't change results in no drawing.
10326 2006-08-12  Chris Toshok  <toshok@ximian.com>
10328         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
10329         the VScrollBar and HScrollbar reversed.  oops.
10331         * DataGrid.cs: fix the logic that assigns sizes to the implicit
10332         scrollbars.  we were assigning them twice (once in
10333         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
10334         therefore causing two scrollbar resizes (and redraws?) to happen
10335         per grid resize.
10337 2006-08-12  Chris Toshok  <toshok@ximian.com>
10339         * ToolBarButton.cs: redraw the entire button if the theme tells us
10340         to.
10342         * Theme.cs: add ToolBarInvalidateEntireButton.
10344         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
10345         buttons, just the border.
10347         * ThemeNice.cs: redraw the entire toolbar button since we need to
10348         draw the highlight image.
10350         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
10351         we need to redraw the entire button (not just the border).
10353 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
10355         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
10356           for vertical bars. Fixes the mismatches shown by #78513
10358 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
10360         * FileDialog.cs: If a saved/remembered path doesn't exist
10361           anymore, fall back to "Desktop".
10363 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
10365         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
10366           parent. It's apparently legal to not have one
10367         * XplatUIX11.cs:
10368           - SetZOrder: Don't try to set Z-Order on an unmapped window
10369           - CreateWindow: 0,0 are legal coordinates for a window. don't move
10370             it unless the coordinates are negative
10372 2006-08-10  Mike Kestner  <mkestner@novell.com>
10374         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
10375         when setting to null per msdn docs.  Fixes #78854.
10377 2006-08-10  Chris Toshok  <toshok@ximian.com>
10379         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
10380         flickering by setting a clip rectangle on the Graphics when we
10381         need to redraw just a particular menuitem.  Also, rename "OnClick"
10382         to "OnMouseDown" to reflect what it actually is.
10383         
10384         * Form.cs: track the OnMouseDown change.
10386 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
10388         * CommonDialog.cs: Properly inherit the CreateParams from the form
10389           and only change what we need. Fixes #78865
10391 2006-08-10  Chris Toshok  <toshok@ximian.com>
10393         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
10394         flickering in flat mode (and most of the flickering in general) by
10395         only invalidating the button border (and not the entire rectangle)
10396         when the state changes.  A couple of cases still flicker:
10397         ToggleButtons, and the dropdown arrow case when the user mouse
10398         ups.
10400 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
10402         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
10403           for german keyboards. Numlock state shouldn't affect the behaviour
10404           of the Del key. Fixes bug #78291.
10406 2006-08-10  Chris Toshok  <toshok@ximian.com>
10408         * ListControl.cs: remove the items.Clear line from BindDataItems,
10409         as this is the first thing done by both subclasses in their
10410         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
10411         passed -1, refresh the list.  This gets databinding working when
10412         the datasource is set on the list before the datasource is
10413         populated (as in wf-apps/ReportBuilder.)
10415         * ComboBox.cs: remove the argument to BindDataItems.  This call
10416         should really go away, and be initiated by the ListControl code.
10418         * ListBox.cs: same.
10420 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
10422         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
10423           if no data is in the document when the control is displayed
10425 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
10427         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
10428           yes (fixes #78806)
10429         * TextControl.cs: 
10430           - PositionCaret: Allow positioning of caret but don't call methods 
10431             requiring a handle if the window isn't created yet
10432           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
10433           - owner_HandleCreated: Don't position the caret, just update it's 
10434             location. User might have already set a different position
10436 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
10438         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
10439           windows. Screws up the returned coordinates for child windows. 
10440           Fixes #78825. I'm hoping this doesn't break something, since the
10441           code was explicitly put in 8 months ago, but no bug was attached.
10442           Menus still seem to work properly.
10444 2006-08-08  Chris Toshok  <toshok@ximian.com>
10446         * DataGrid.cs: make BeginInit/EndInit actually do what they're
10447         supposed to do - delay data binding until the EndInit call.  Also,
10448         make the table style collection's CollectionChangeAction.Refresh
10449         work properly.
10451         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
10452         (with action = Refresh) when a consituent table's MappingName is
10453         changed.
10455 2006-08-08  Chris Toshok  <toshok@ximian.com>
10457         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
10458         Invalidate, since changing the text can change the size of the all
10459         toolbar buttons.
10461 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
10463         * Form.cs (AddOwnedForm): Still need to add the form to our listif
10464           we don't have it yet
10466 2006-08-08  Chris Toshok  <toshok@ximian.com>
10468         * PrintControllerWithStatusDialog.cs: don't .Close() the status
10469         dialog, as this causes X errors later on, since we actually
10470         destroy the window.  Instead, .Hide() it.
10472 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
10474         * ComboBox.cs: Added focus reflection for popup window
10475         * XplatUIX11.cs: 
10476           - Removed transient setting for non-app windows for now, not sure it
10477             was needed
10478           - Fixed logic checking if we have captions when deciding 
10479             override_redirect, WS_CAPTION is two bits and a 0 check was not
10480             sufficient
10481           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
10482             complicated
10483         * Form.cs: 
10484           - AddOwnedForm: Don't just add the form to the list, call the property
10485             to ensure the driver is informed about the ownership as well
10486           - CreateHandle: Set the TopMost status in the driver if we have an owner
10487         * XplatUI.cs: Fixed debug statement
10489 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
10490         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
10491           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
10492           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
10493           TrackBarRenderer.cs: Make constructor private.
10494         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
10495         * ProfessionalColorTable.cs: Make properties virtual.
10497 2006-08-06  Duncan Mak  <duncan@novell.com>
10499         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
10500         is not changing.
10502 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
10503         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
10504           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
10505           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
10506           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
10507           Initial import of new 2.0 classes.
10509 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
10510         * Application.cs: Add 2.0 VisualStyles properties.
10512 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
10513         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
10514           XplatUIX11.cs: Create property to allow access to existing private
10515           variable "themes_enabled"
10517 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10519         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
10520         file size, as otherwise our class libraries fail using windows. Fixes
10521         bug #78759.
10523 2006-08-04  Jackson Harper  <jackson@ximian.com>
10525         * Form.cs:
10526         * XplatUIX11.cs: Move the toolwindow window manager creation into
10527         the X11 driver, this way on win32 we can let windows create/handle
10528         the toolwindows.
10530 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10532         * PrintDialog.cs: Remove some redundant checks, add some others,
10533         clean some code, and move the focus to the text boxes when the
10534         values are incorrect.
10536 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
10538         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
10540 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
10542         * NumericUpDown.cs: Setting the Minimum and Maximum is now
10543           handled correctly. Fixes bug #79001.
10545 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10547         * PrintDialog.cs: The "Copies" numeric up down must have
10548         set the Minimum property to 1; only if the value is bigger
10549         than 1, activate "Collate" check box. This is the behaviour of .Net.
10550         Also modify the Document elements only if it is not null.
10552 2006-08-03  Jackson Harper  <jackson@ximian.com>
10554         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
10555         length. (We have a larger array then actual node count).
10556                 
10557 2006-08-03  Jackson Harper  <jackson@ximian.com>
10559         * ComboBox.cs: Don't show selection by default.
10560         - The SelectAll isn't needed here, since the focus code should do
10561         that
10562         - DDL style lists to manual selection drawing, so when they
10563         get/lose focus they have to invalidate.
10565 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
10567         * TextBoxBase.cs: Don't always show all selections by default.
10569 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
10570         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
10571           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
10572           Fixed various typos.
10574 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
10576         * Control.cs: Removing the controls in a ControlCollection with
10577           Clear now hides the controls as expected. Fixes bug #78804. 
10579 2006-08-03  Jackson Harper  <jackson@ximian.com>
10581         * Control.cs: Revert previous focus patch, it breaks reflector.
10583 2006-08-03  Jackson Harper  <jackson@ximian.com>
10585         * ComboBox.cs: Cleanup selection and focus with the combobox.
10586         This also eliminates some duplicated keyboard code, since now
10587         everything is handled by the main class.
10588         - Make list selection work on mouse up instead of down, to match
10589         MS.
10591 2006-08-02  Jackson Harper  <jackson@ximian.com>
10593         * Control.cs: Setting focus needs to go through the whole
10594         selection mechanism.
10596 2006-08-02  Chris Toshok  <toshok@ximian.com>
10598         * PrintPreviewDialog.cs: change MinimumSize to use
10599         base.MinimumSize so it works.
10601 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
10603         * TextControl.cs:
10604           - UpdateCaret: Added sanity check in case caret isn't defined yet
10605           - Line.Delete: Now updating selection and caret markers if we're
10606             transfering a node (Properly fixes #78323)
10607           - SetSelectionEnd: Added sanity check
10608         * TextBoxBase.cs: Removed broken attempt to fix #78323
10610 2006-08-01  Chris Toshok  <toshok@ximian.com>
10612         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
10613         Close() call is handled in Form, not here.
10615 2006-08-01  Chris Toshok  <toshok@ximian.com>
10617         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
10618         layout/rendering.
10620         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
10621         for sizes < 100% zoom.  The code now aggressively attempts to keep
10622         from calling document.Print (), and tries not to use the scaling
10623         g.DrawImage whenever possible (it still does if you scale to >
10624         100%, since usually that involves huge images).
10626         * PrintPreviewControl.cs: hook up the close button.
10628 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
10629         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
10630           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
10631           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
10632           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
10633           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
10634           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
10635           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
10636           Removed [Serializable] for 2.0 Event Handlers.
10638 2006-07-31  Jackson Harper  <jackson@ximian.com>
10640         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
10641         * TextControl.cs: Uncomment out the body of this method.
10643 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
10645         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
10646           standard cursors.
10648 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
10650         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
10651           that embed TextBox and need selections visible even if textbox is not
10652           focused to enforce that behaviour.
10653         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
10654           selection drawing
10656 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
10658         * TextControl.cs:
10659           - Added new SetSelectionStart/SetSelectionEnd overloads
10660           - Fixed viewport width assignment to be accurate
10661           - Adjusted alignment line shift calculations to allow cursor on right
10662             aligned lines to be always visible at the right border (like MS)
10663         * TextBoxBase.cs:
10664           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
10665           - TextBoxBase_SizeChanged: recalculating canvas on size changes
10666           - CalculateScrollBars: Use ViewPort size instead of window size, to
10667             properly consider space occupied by the border and scrollbars 
10668             (Fixes #78661)
10669           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
10670             calculations; no longer leaves artifacts
10671           - CaretMoved: Adjusted window scrolling to match MS and fixed several
10672             calculation bugs (Still missing right/center align calculations)
10674 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
10676         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
10677           use of both scroll rect and clip rect, as they do the same.
10679 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
10681         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
10682           in the event handler (fixes #78912)
10684 2006-07-31  Chris Toshok  <toshok@ximian.com>
10686         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
10687         grid.ListManager.Count, since grid.ListManager might be null.
10688         This of course begs the question "why are we drawing rows for a
10689         grid with no list manager (and therefor no rows)?"  Fixes the
10690         crash in bug #78929.
10692 2006-07-31  Chris Toshok  <toshok@ximian.com>
10694         * RelatedPropertyManager.cs: Don't always chain up to the parent
10695         ctor.  instead, call SetDataSource if the parent's position is !=
10696         -1.  Fixes the crash in #78822.
10698 2006-07-31  Chris Toshok  <toshok@ximian.com>
10700         * DataGrid.cs (get_ListManager): use field instead of property
10701         accessors for datasource and datamember.
10702         (RowsCount): make internal again.
10703         (OnMouseDown): end edits before resizing columns/rows.
10704         (OnMouseUp): restart edits after resizing columns/rows.
10706 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
10708         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
10709           This fixes the situation where the last set cursor is displayed
10710           whenever the mouse is over scrollbars.
10712 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10714         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
10715         Document properties, as well as initial values.
10717 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
10719         * XplatUIWin32.cs (SetBorderStyle): Setting both border
10720           and ClientEdge results in a 3-pixel border, which is
10721           wrong.
10723 2006-07-28  Jackson Harper  <jackson@ximian.com>
10725         * TreeNodeCollection.cs: Fix the clear method.
10726         - Fix the Shrink also
10728 2006-07-27  Jackson Harper  <jackson@ximian.com>
10730         * TreeView.cs: Make sure the visible order is computed when we
10731         attempt to size the scrollbars (for trees that mess with the
10732         scrolling when they shouldn't.
10733         - Make sure to give the scrollbars valid values.
10735 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
10737         * XplatUIX11.cs: Move motion compression code to where it
10738           has less performance impact
10740 2006-07-26  Jackson Harper  <jackson@ximian.com>
10742         * UpDownBase.cs: When the control is selected make the child
10743         controls non selectable, so that a click on them won't do a
10744         focus/unfocus cycle.
10745         - Don't give focus to the text box when the spinner is selected.
10746         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
10748 2006-07-26  Chris Toshok  <toshok@ximian.com>
10750         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
10751         satisfied with this solution.  If the bitmaps are small, we should
10752         just cache them in the PrintPreviewDialog and draw them here.
10753         Also, the layout is broken for the 2-up and 3-up cases.
10755         * Theme.cs: add PrintPReviewControlPaint.
10757         * PrintPreviewDialog.cs: first pass implementation.
10759         * PrintPreviewControl.cs: first pass implementation.  No
10760         scrollbars yet.
10762         * PrintDialog.cs: only validate fields if that particular portion
10763         of the UI is enabled.  Also, set the document's controller to a
10764         PrintControllerWithStatusDialog wrapping the document's print
10765         controller.
10767         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
10768         bring up a SaveFileDialog (i hope we don't want to match the
10769         behavior of the crappy windows file entry) and set the
10770         PrinterSettings.PrintFileName accordingly.
10772 2006-07-26  Jackson Harper  <jackson@ximian.com>
10774         * ContainerControl.cs: Add a field that disables auto selecting
10775         the next control in a container when the container is activated.
10776         * UpDownBase.cs: Don't select the text box when the up down is
10777         selected.
10779 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
10781         * XEventQueue.cs: Added methods for peeking (used for compression
10782           of successive events)
10783         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
10784           mouse move events (fixes #78732)
10786 2006-07-25  Jackson Harper  <jackson@ximian.com>
10788         * UpDownBase.cs: Use an internal class for the textbox so that we
10789         can control focus.  the updown control should always have focus,
10790         if either the text area or the buttons are clicked.
10791         - Send the key messages to the textbox, since it never actually
10792         has focus
10793         - Activate and decativate the textbox caret.
10795 2006-07-24  Jackson Harper  <jackson@ximian.com>
10797         * Control.cs: Use the directed select when selecting a control,
10798         this way the container controls override will get called and the
10799         whole ActiveControl chain will get triggered.  TODO: probably need
10800         to make sure this gets done everywhere instead of the old
10801         Select(Control).
10802         * ContainerControl.cs: Implement the directed Select method to
10803         find and activate the correct child control.    
10804         
10805 2006-07-22  Mike Kestner  <mkestner@novell.com>
10807         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
10808         menu handling code so that clicks without a grab work too.
10809         [Fixes #78914]
10811 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
10813         * FileDialog.cs: Enable the BackButton when dirstack has one element.
10814           Added some small optimizations.
10816 2006-07-21  Matt Hargett  <matt@use.net>
10818         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
10820 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
10822         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
10823           tests pass and match MS in some strange border cases.
10825 2006-07-21  Chris Toshok  <toshok@ximian.com>
10827         * ThemeWin32Classic.cs: handle drawing of the relation links and
10828         parent row buttons.
10830         * Theme.cs: change args to DataGridPaintParentRow.
10832         * DataGrid.cs: Don't use controls for the relation links and
10833         parent buttons, so we have to handle all their interactions in
10834         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
10835         when we're navigating through child tables, so we can reinstate
10836         selection, expanded state, current cell, etc.
10838 2006-07-20  Chris Toshok  <toshok@ximian.com>
10840         * ToolBar.cs: When we redraw a button, for whatever reason,
10841         there's no reason to redraw the entire toolbar.  Also, don't call
10842         Control.Refresh from within Redraw, as it's much heavier than
10843         Invalidate (which is really what we want).
10845 2006-07-20  Chris Toshok  <toshok@ximian.com>
10847         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
10848         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
10849         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
10850         traces from within a debug IBindingList datasource
10851         (in mono/winforms/datagrid) for *days*, I've finally gotten things
10852         to work in a similar fashion.
10854 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10856         * ListBox.cs: Don't call Sort () when setting 
10857         the Sorted property to false (avoid an unnecessary sort).
10859 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10861         * ListControl.cs: DataSource should throw an ArgumentException
10862         instead of a normal exception when the argument is not of the 
10863         correct type.
10865 2006-07-20  Mike Kestner  <mkestner@novell.com>
10867         * Control.cs: add InternalPreProcessMessage to allow us to steal
10868         key events before MWF gets its paws on them.  Adapted from a
10869         suggestion by eno.
10870         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
10871         up/down/left/right navigation. Override the new internal control
10872         method to steal the events since they never make it to WndProc.
10873         * ToolBarButton.cs: don't worry about pushed when setting hilight
10874         since the drawing code prefers pushed to hilight. Invalidate on 
10875         Hilight changes. Fixes #78547 and #78525.
10877 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
10879         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
10880           the canvas size. Fixes #78868
10882 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
10884         * Splitter.cs: Track requested split position until first layout
10885           is performed. Fixes #78871
10887 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
10889         * Application.cs: Removed code that forces 1.x for the version
10890           number if the version started with 0. Not sure why that code was
10891           there and I couldn't find any bugs that indicated we needed it.
10892           Fixes #78869
10894 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
10896         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
10897           ResetDefaults(), just write some output to the console until it's
10898           implemented. Fixes bug #78907 for now. Eliminated two warnings.
10900 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
10902         * PropertyGridView.cs: set StartPosition of drop down forms
10903         so they appear in correct initial spot.  Fixes #78190.
10905 2006-07-19  Mike Kestner  <mkestner@novell.com>
10907         * ThemeWin32Classic.cs: use parent background color when drawing
10908         flat toolbars.  Restructure the conditionals to make sure non-flat
10909         non-Divider toolbars are filled too.  Fixes #78837.
10911 2006-07-19  Mike Kestner  <mkestner@novell.com>
10913         * ListBox.cs: Sort on collection changes even if the handle
10914         isn't created yet.  Fixes #78813.
10916 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10918         * ListControl.cs: DisplayMember should never be null,
10919         and now we assign String.Empty when null is passed to it (this
10920         is the .Net way).
10922 2006-07-17  Mike Kestner  <mkestner@novell.com>
10924         * ListViewItem.cs: restructure Font and subitem Font handling 
10925         to hold a specific font and refer back to owner on null.
10926         Fixes #78761.
10928 2006-07-17  Mike Kestner  <mkestner@novell.com>
10930         * ToolBar.cs: bandaid for side-effect of previous patch which was
10931         discarding explicit heights for non-AutoSize toolbars.  Need to
10932         extend my format tester to deal with AutoSize=false. Fixes #78864.
10934 2006-07-15  Jackson Harper  <jackson@ximian.com>
10936         * LabelEditTextBox.cs:
10937         * TreeView.cs: Use a new LabelEdit class for node editing, this
10938         class automatically 'closes' itself when it gets the enter key or
10939         loses focus.
10940         - Use the client rectangle when setting the trees scrollbars, so
10941         border style is taken into account.
10942         
10943 2006-07-14  Jackson Harper  <jackson@ximian.com>
10945         * TreeNode.cs:
10946         * TreeView.cs: Make the editing work similar to MSs, firing the
10947         events correctly and ending edits correctly.
10949 2006-07-14  Mike Kestner  <mkestner@novell.com>
10951         * ToolBarButton.cs:
10952         * ToolBar.cs: layout restructuring and redraw enhancements to support
10953         formatting changes gracefully, like setting TextAlign, ImageList, 
10954         ButtonSize, and Appearance.  Handles explicit button sizing quirks
10955         of the MS controls.  Things like flat toolbars ignoring button size
10956         but becoming constant sized at the largest button's size.  Normal
10957         toolbars with an image set cannot be shrunk smaller than the image,
10958         but text can be clipped/ignored.
10959         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
10960         is zero.  Seems like DrawString should be smart enough to not put
10961         anything on screen though. Also trim labels and ellipsize at the char
10962         boundary, not word.
10963         Fixes #78711 and #78483.
10965 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
10967         * FolderBrowserDialog.cs: Disable "New Folder" button and
10968           "New Folder" contextmenu menuitem if a folder like "My Computer"
10969           is selected.
10971 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
10973         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
10974         * FolderBrowserDialog.cs:
10975           - Use MWFConfig to store and read size and position settings
10976           - Added code to create a new folder (button or context menu).
10977             Use TreeView labeledit to change the name of the new folder.
10979 2006-07-14  Jackson Harper  <jackson@ximian.com>
10981         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
10982         when the tree is scrolled we end editing.
10984 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
10986         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
10987           Down arrows
10989 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
10991         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
10992         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
10993         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
10994         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
10995         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
10996         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
10997         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
10998         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
10999         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
11000         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
11001         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
11002         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
11003         ListViewItemSelectionChangedEventHandler.cs,
11004         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
11005         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
11006         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
11007         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
11008         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
11009         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
11010         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
11011         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
11012         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
11013         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
11014         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
11015         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
11016         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
11017         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
11018         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
11019         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
11020         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
11021         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
11022         WebBrowserNavigatingEventHandler.cs, 
11023         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
11025 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
11027         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
11028         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
11029         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
11030         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
11031         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
11032         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
11033         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
11034         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
11035         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
11036         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
11037         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
11038         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
11039         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
11040         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
11041         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
11042         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
11043         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
11044         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
11045         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
11046         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
11047         ListViewItemStates.cs, MaskFormat.cs: Added
11049 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
11051         * PropertyGridView.cs: Fix keyboard navigation of drop down.
11052         Patch from eno for bug 78558.
11053         
11054 2006-07-13  Jackson Harper  <jackson@ximian.com>
11056         * TreeView.cs: When an edit is finished make sure that the
11057         selected node is visible.
11058         - When setting the top/bottom use the scrollbars is_visible, so
11059         everything will be set correctly even if the tree isn't visible
11060         yet.
11062 2006-07-13  Jackson Harper  <jackson@ximian.com>
11064         * ComboBox.cs: Revert the item->index part of my previous patch.
11065         * TreeView.cs: Use LostFocus instead of Leave for detecting when
11066         the edit box has lost focus (duh).
11067         - Just make the edit box not visible when we get return, that will
11068         take the focus, which will call EndEdit
11069         * TreeNode.cs When we start editing, notify the treeview.
11071 2006-07-12  Jackson Harper  <jackson@ximian.com>
11073         * ComboBox.cs: Clear out old items before setting the item list.
11074         This prevents databound controls from having their items added
11075         twice.
11076         - Switch the combobox to use indices whereever possible instead of
11077         using Item's.  This allows usto navigate through lists that have
11078         more then one item with the same string value (ie a, b, b, a).
11079         - Scroll the listboxes scrollbar when a non visible item is
11080         highlighted
11081         - Allow keypress to cycle through all the possible values. For
11082         example if you have b1, b2, b3 and hold down the B key all the
11083         values will be cycled through.
11084         
11085 2006-07-12  Jackson Harper  <jackson@ximian.com>
11087         * TextBoxBase.cs:
11088         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
11089         this using the internal methods.
11090         * Control.cs: Add OnGotFocusInternal.  A new method that allows
11091         controls to "override" OnGotFocus and change focus behavior if
11092         needed.
11093         - Same thing for LostFocus
11094         * ComboBox.cs: Pass off focus to the text control properly.
11096 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
11098         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
11099         * FolderBrowserDialog.cs: Almost a complete rewrite.
11100           - Better support for Environment.Specialfolders
11101           - Added support for MWFVFS
11102           - Made setting SelectedPath work
11104 2006-07-12  Jackson Harper  <jackson@ximian.com>
11106         * Control.cs: Optimze getting all the controls.
11108 2006-07-11  Jackson Harper  <jackson@ximian.com>
11110         * ContainerControl.cs: Override SETFOCUS in the container control,
11111         so that it is not selected on mouse click.
11113 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
11115         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
11116           Hopefully we will have a better way once all of focus is complete.
11118 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
11120         * ThemeWin32Classic.cs: Commented out some debug code and fixed
11121           a compile error with csc.
11123 2006-07-11  Jackson Harper  <jackson@ximian.com>
11125         * Control.cs: When hiding a control only select the next control
11126         if the current control was focused.
11127         - Don't handle enter/leave when setting/killing focus, this is
11128         done by the container control.
11129         - Remove is_selected, it's not needed anymore.
11130         - Add utility methods for selecting a child control, and for
11131         firing the Enter/Leave events.
11132         * ContainerControl.cs: When a control is activated fire the
11133         enter/leave events.
11134         - Don't wrap when processing the tab key, so that focus can be
11135         moved outside of the container.
11136         - Use the correct active control
11138 2006-07-11  Jackson Harper  <jackson@ximian.com>
11140         * ComboBox.cs: Remove some debug code that was blinding me.
11141         * UpDownBase.cs: These controls actually aren't implicit, they are
11142         visible to the user.
11144 2006-07-10  Chris Toshok  <toshok@ximian.com>
11146         * DataGrid.cs: move back to the is_adding boolean field.  god i
11147         hate this is_editing/is_adding/is_changing stuff.
11149 2006-07-10  Chris Toshok  <toshok@ximian.com>
11151         * DataGridTableStyle.cs: just check if the property type is bool.
11152         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
11153         Don't use CanRenderType.
11155         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
11156         if our text == NullText.  Remove CanRenderType.
11158         * DataGridBoolColumn.cs: nuke CanRenderType.
11160         * DataGrid.cs: reenable some code to end the current edit inside
11161         of set_CurrentCell.  This fixes the other 1.1.16 regression.
11162         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
11163         Also, remove the visible_row_count arg from CalcRowHeaders, since
11164         we don't need to worry about the actual height of the area.
11166 2006-07-10  Chris Toshok  <toshok@ximian.com>
11168         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
11169         mode, just return.
11171         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
11172         the real sense of the IsInEditOrNavigateMode property (true =
11173         navigate, false = edit).  Also, update OnKeyPress to reflect this.
11175         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
11176         column style exists, we still need to set its property descriptor
11177         to match up with our list manager.
11179 2006-07-10  Chris Toshok  <toshok@ximian.com>
11181         * ThemeWin32Classic.cs: implement the new row/header painting
11182         approach.  The parent row painting will likely go away and
11183         replaced with label controls, but the rest seems to work ok (and
11184         efficiently).
11186         * Theme.cs: change the way we draw datagrid rows.  we don't draw
11187         the row headers as a block now.  Instead we draw them in the
11188         normal draw-row loop.  Add some calls for drawing parent rows and
11189         relation rows.
11191         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
11192         a default table style.  Set the defaults from ThemeEngine.Current,
11193         not SystemColors.  Fix lots of misc issues with property setters.
11195         * DataGrid.cs: move loads of style information out of this class
11196         as it's being duplicated with DataGridTableStyle.  keep track of a
11197         special DataGridTableStyle for the properties we used to mirror
11198         here.  Switch all the style properties to access this table style
11199         instead of instance fields of this class.  Also add a internal
11200         class to represent parent rows (more needs to be stored here, like
11201         the selection state from the parent table, as well as the
11202         expansion state.)  Also, for datasources with relations, do the
11203         right thing for collapse/expand, and add support for the
11204         navigation/parent row buttons.
11206         Lastly, fix the crash in the 1.1.16 build.
11208         * GridTableStylesCollection.cs: make the explicit interface
11209         implementations call the class's methods as opposed to duplicating
11210         them.
11212         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
11213         0 so the text doesn't jump around when we move the cursor.
11215 2006-07-10  Jackson Harper  <jackson@ximian.com>
11217         * TextBoxBase.cs:
11218         * ListBox.cs: Match MS's ToString (this makes debugging focus
11219         stuff infinitely easier).
11221 2006-07-10  Jackson Harper  <jackson@ximian.com>
11223         * Control.cs (SelectNextControl): When checking the control's
11224         parent use this instead of ctrl.parent so that null can be passed
11225         to SelectNextControl. (I have unit tests for this).
11226         - Remove unused var.
11228 2006-07-10  Chris Toshok  <toshok@ximian.com>
11230         * CurrencyManager.cs: correct one regression, the removal of the
11231         finalType field.  Also, add a MonoTODO on CanAddRows, implement
11232         Refresh() correctly, and fix some event emission in
11233         ListChangedHandler.
11235 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
11237         * FileDialog.cs: Don't use brackets for new folders if they exist
11238           under *nix. Instead use -(number of existing folders +1).
11240 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
11242         * FileDialog.cs:
11243           - Fixed really nasty bug #78771
11244           - Don't block the whole GUI when reading directories with a lot of
11245             entries. Use an other thread instead and call BeginInvoke to
11246             update the ListView in MWFFileView
11248 2006-07-07  Chris Toshok  <toshok@ximian.com>
11250         * Control.cs (Dispose): release any Capture when disposing.
11252 2006-07-07  Chris Toshok  <toshok@ximian.com>
11254         * LinkLabel.cs (Select): if we chain up to the parent, set
11255         focused_index to -1 so we'll search for the first available link
11256         the next time the user tabs into us.  Also, if the direction is
11257         backward and focused_index == -1, start the search from the last
11258         element.
11260 2006-07-07  Chris Toshok  <toshok@ximian.com>
11262         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
11263         is beyond the end of the text, don't do anything.
11264         (CreateLinkPieces): set our ControlStyles.Selectable based on
11265         whether or not we have any links.
11266         (Link.Invalidate): use a loop instead of foreach.
11267         (Link.set_Start): null out owner.sorted_links so it'll be
11268         recreated by CreateLinkPieces.
11270 2006-07-06  Chris Toshok  <toshok@ximian.com>
11272         * LinkLabel.cs: revert the SetStyle change.
11274 2006-07-06  Chris Toshok  <toshok@ximian.com>
11276         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
11277         (OnEnableChanged): s/Refresh/Invalidate
11278         (OnGotFocus): if we have a focused index already, refocus it (so
11279         if we mouse out/in to the window it'll focus the right link).
11280         (OnKeyDown): move the tab handling out of here.
11281         (OnLostFocus): don't set focused_index to -1, so we can refocus it
11282         when we lose focus.
11283         (OnMouseDown): don't Capture here - Control handles it.  Also,
11284         focus the active link.
11285         (OnMouseUp): don't deal with Capture.
11286         (OnPaintBackgroundInternal): remove.
11287         (OnTextAlignChanged): CreateLinkPieces before calling the
11288         superclass's method.
11289         (OnTextChanged): call CreateLinkPieces before calling superclass's
11290         method.
11291         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
11292         move around.
11293         (Select): implement this, moving the selection between different
11294         links, and call parent.SelectNextControl if we don't have another
11295         link to focus in the given direction.
11296         (CreateLinkPieces): call Invalidate instead of Refresh.
11297         
11298 2006-07-06  Chris Toshok  <toshok@ximian.com>
11300         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
11301         new LinkLabel internals.
11303         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
11304         over pieces looking for active/focused/etc links.  also, deal with
11305         runs of text (and links) with embedded \n's in them, and use
11306         MeasureCharacterRanges instead of MeasureString to figure out the
11307         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
11308         two-step.
11310 2006-07-04  Jackson Harper  <jackson@ximian.com>
11312         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
11313         XKB or key auto repeat, do it manually.  Without key auto repeat,
11314         when a key is held down we get key press, key release, key press,
11315         key release, ... with auto repeat we get key press, key press, key
11316         press ..., and then a release when the key is actually released.
11318 2006-07-03  Jackson Harper  <jackson@ximian.com>
11320         * TabControl.cs:
11321         * ThemeWin32Classic.cs: Tabs do not obey normal background color
11322         rules, they are always control color regardless of the background
11323         color.
11325 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
11327         * FileDialog.cs: Added internal class MWFConfig.
11328           Removed Registry support and replaced it with support for the new
11329           MWFConfig class. See MWFConfig comments for more information.
11331 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
11333         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
11334           rectangle. Added some patches from eno from bug #78490 and fixed
11335           the arrow position for small up and down CPDrawScrollButtons.
11337 2006-06-30  Jackson Harper  <jackson@ximian.com>
11339         * InternalWindowManager.cs: Remove some debug code.
11340         * Form.cs: When an MdiParent is set to null, the window is
11341         "detatched" and becomes a normal window.
11342         * MdiClient.cs: Don't bring the new child form to the front until
11343         it is activated (setting it as active does this), this makes the
11344         previously active forms titlebar get redrawn as inactive.
11346 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
11348         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
11349           with later controls
11351 2006-06-29  Mike Kestner  <mkestner@novell.com>
11353         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
11354         arrow in keynav state.  Fixes #78682.
11356 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
11358         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
11359           order (fixes #78393)
11361 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
11363         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
11364           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
11365           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
11366           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
11367           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
11368           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
11369           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
11370           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
11371           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
11372           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
11373           enumerations (FlagsAttribute, SerializableAttribute, added/removed
11374           values)
11376 2006-06-28  Mike Kestner  <mkestner@novell.com>
11378         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
11380 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
11382         * PropertyGrid.cs,
11383           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
11384           item lines from other area (It also makes BackColor consistent and
11385           compatible with .NET). Fixed bug #78564.
11387 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
11389         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
11390         Patch from Eno for #78555.
11392 2006-06-27  Chris Toshok  <toshok@ximian.com>
11394         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
11396         * DataGridColumnStyle.cs: same.
11398         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
11399         
11400         * DataGridDrawingLogic.cs: nuke.
11402 2006-06-27  Chris Toshok  <toshok@ximian.com>
11404         * DataGridTableStyle.cs: clean up the constructors, and build the
11405         list of child relations for this table.  I have no idea if this is
11406         where we should be doing it (it probably isn't), but since we're
11407         already iterating over the properties..
11409         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
11410         struct and array for keeping track of row information, similar to
11411         what's shown in a hack on
11412         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
11414         * Theme.cs: be consistent about the naming of DataGrid methods,
11415         prefering ColumnWidths and RowHeights over columnsWidths and
11416         RowsHeights.
11418         * ThemeWin32Classic.cs: same, and also add support for variable
11419         sized rows (and the +/- expansion icons for related rows).
11421 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
11423         * TextBoxBase.cs: Applied Eno's patch from #78660
11425 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
11427         * Form.cs (ScaleCore): We don't want to scale our form if it's
11428           state is minimized or maximized, but we still need to scale our
11429           child windows. Also, added try/finally block to ensure layout
11430           gets reset (Fixes #78697)
11432 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
11434         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
11436 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
11438         * Form.cs: Fixed c+p error and added check to resize form if minimum
11439           size is bigger than current size (Fixes #78709)
11441 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
11443         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
11445 2006-06-26  Mike Kestner  <mkestner@novell.com>
11447         * ComboBox.cs: only do Keypress handling in the combo when there  
11448         are items in the collection. Fixes #78710.
11450 2006-06-26  Chris Toshok  <toshok@ximian.com>
11452         * Binding.cs: make this work bi-directionally.  also, clear up
11453         other mixups between Push/Pull Data (e.g. we're supposed to pull
11454         data when validating).
11456         * BindingManagerBase.cs: trim some fully qualified collection
11457         types.
11459         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
11461 2006-06-23  Chris Toshok  <toshok@ximian.com>
11463         * PropertyManager.cs: It appears (according to the unit tests)
11464         that PropertyManager doesn't use
11465         PropertyDescriptor.AddValueChanged to track propery value changes
11466         in its datasource, but uses the same scheme as Binding, where it
11467         looks for a <Property>Changed event and binds to it.
11469         Also, according to the docs, IsSuspended always returns false for
11470         a property manager with a non-null datasource.
11472 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
11474         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
11475           need to update the actual DialogResult. (Fixes #78613)
11477 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
11479         * Form.cs (ShowDialog): Release any captures before running the
11480           new message pump (fixes #78680)
11482 2006-06-22  Mike Kestner  <mkestner@novell.com>
11484         * ListView.cs: Layout column widths properly in details mode even 
11485         if HeaderStyle.None is set.  Fixes #78691.
11487 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
11489         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
11491 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
11493         * Control.cs (ContainsFocus): Using new driver method to get focused
11494           window, instead of trying to use internal tracking var, which can
11495           recursion issues (Fixes #78685)
11496         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
11497           XplatUIWin32.cs: Added GetFocus method to return focused window
11499 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11501         * ColorDialog.cs: when the mouse button is pressed inside the color
11502         matrix, don't let the cursor move out of it until the button is
11503         released, which is the behavior on windows. Changed 'colours' by
11504         'colors' to use the same word consistently.
11506 2006-06-21  Chris Toshok  <toshok@ximian.com>
11508         * DataGrid.cs: add in some basic navigation stuff (navigating to a
11509         child relation and back, using a stack).  Also, remove
11510         GetDataSource and the code that calls it - it's not needed.  Also,
11511         track CurrencyManager.ListName's removal.
11513 2006-06-21  Chris Toshok  <toshok@ximian.com>
11515         * CurrencyManager.cs: push some of the original type checking from
11516         BindingContext.CreateBindingManager to here, and remove some of
11517         the finalType stuff.  Need more tests to make sure I've got the
11518         ListName part right, and we might need more in SetDataSource.
11520         * PropertyManager.cs: add a ctor that takes just the datasource,
11521         and no property name.  Make SetDataSource work with a null
11522         property_name, and make Current return the data_source if the
11523         property descriptor is null.  this makes 'string foo = "hi";
11524         BindingContext[foo].Current' return "hi" as it should.
11526         * RelatedCurrencyManager.cs: make this code more generic - there's
11527         no reason the parent manager has to be CurrencyManager, and
11528         there's no reason to pass the DataRelation.  It suffices to use a
11529         BindingManagerBase and PropetyDescriptor.
11531         * RelatedPropertyManager.cs: make a similar change here.
11532         
11533         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
11534         flower I knew it could be.
11536 2006-06-20  Chris Toshok  <toshok@ximian.com>
11538         * PropertyManager.cs: the PropertyChangedHandler is invoked when
11539         data in the source has changed and we need to update the control,
11540         so s/PullData/PushData.
11542         * CurrencyManager.cs: Refresh is meant to update the control from
11543         data in the datasource.  So, s/PullData/PushData.
11545         * BindingContext.cs: add more ugliness (we weren't handling the
11546         case where data_source = DataTable and data_member = column_name).
11548         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
11549         from the perspective of the datasource.  PullData pulls from the
11550         control, PushData pushes to the control.
11552 2006-06-20  Chris Toshok  <toshok@ximian.com>
11554         * BindingContext.cs: rewrite the CreateBindingManager code to
11555         handle navigation paths more or less properly.  This could
11556         definitely stand some more work, in particular to push the
11557         recursion up to the toplevel.  But that relies on fixes in other
11558         places (System.Data comes to mind).
11560         Also, move to a flat hashtable (and encode the twolevel nature of
11561         the dictionary into the hash key).  This lets us implement the
11562         IEnumerable.GetEnumerator method.
11564         * RelatedCurrencyManager.cs: new class.  Update our view based on
11565         our relation and our parent CurrencyManager's position.
11567         * CurrencyManager.cs: split out some logic from the ctor into
11568         SetView, so it can be called from the new RelatedCurrencyManager
11569         subclass.
11571         * RelatedPropertyManager.cs: new class.  Update our datasource
11572         based on the position of our parent CurrencyManager.
11574         * PropertyManager.cs: split out some logic from the ctor into
11575         SetDataSource, so it can be called from the new RelatedDataSource
11576         subclass.  Also, make the Current getter return the value
11577         of the PropertyDescriptor, not the data_source.
11579         * Binding.cs: no need to duplicate the string splitting code here.
11581 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
11583         * Control.cs:
11584           - set_Enabled: OnEnabledChanged is not called if the inherited state 
11585             of the control is not altered, even though  we might be changing the
11586             internal state of the control (#78458)
11587           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
11588             OnEnabledChanged, to allow easy altering of any child window state
11589           - OnEnabledChanged: Added code to enable/disable driver window state
11590           - OnParentEnabledChanged: Instead of firing the event, call 
11591             OnEnabledChanged, which will fire the event and also a) set driver
11592             window state and pass the enabled state to any grandchildren (#78458)
11594 2006-06-19  Jackson Harper  <jackson@ximian.com>
11596         * InternalWindowManager.cs: We don't set the cursor explicitly
11597         thats done via the response to NCHITTESTs.
11598         - Don't need to adjust for titlebar heights anymore, the
11599         coordinates are coming in the correct coordinates now (see peters
11600         last patch).
11603 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
11605         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
11606           being translated relative to whole window, instead of client window.
11607           That caused broken offsets on mouseclick (and caused gas for our
11608           InternalWindowManager)
11610 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
11612         * TextControl.cs:
11613           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
11614           - Undo(): Added replay of cursor move on DeleteChars action; added
11615             calling Undo() again if a recorded cursor move is invalid (to
11616             ensure that some action is performed on Undo)
11617         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
11619 2006-06-16  Jackson Harper  <jackson@ximian.com>
11621         * MdiClient.cs: Instead of just sizing maximized windows when
11622         there is a resize we also have to adjust the Y of minimized
11623         windows, so they stay pinned to the bottom of the mdi container.
11624         - Eliminate separate tracking of the active control, we can just
11625         get this from the controls collection.
11626         - Paint the decorations for the newly activated titlebar so we get
11627         a pretty blue bar.
11628         * InternalWindowManager.cs:
11629         * ThemeWin32Classic.cs: Minimized windows get all three buttons
11630         even if they are a tool window.
11631         
11632 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
11634         * TextControl.cs (Undo): Handle non-existent cursor locations in the
11635           undo buffer, these can happen when text was deleted and the cursor
11636           was recorded first. Since we will also have a recorded cursor
11637           after the delete this is not an issue. (Fixes #78651)
11639 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
11641         * AccessibleObject.cs: Remove dependence on Control.is_selected;
11642           instead properly track control states internally (allows us to
11643           remove is_selected from Control)
11645 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11647         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
11648         whose width is not a multiple of 8.
11650 2006-06-13  Jackson Harper  <jackson@ximian.com>
11652         * MdiClient.cs:  Only maximize the next child if the current one
11653         is maximized.
11655 2006-06-13  Chris Toshok  <toshok@ximian.com>
11657         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
11658         modified.  Also, guard against grid or grid_drawing being null in
11659         Invalidate.
11661         * DataGrid.cs: Reformat tons of getters/setters.  In the
11662         DataMember setter, just call SetNewDataSource instead of
11663         duplicating some of its functionality.  In SetNewDataSource, don't
11664         check ListManager for null, since the property getter creates the
11665         object if needed.
11667         * DataGridTableStyle.cs: don't set TableStyle or call
11668         SetDataGridInternal on the column here, it's done in
11669         GridColumnStylesCollection.Add.
11671         * GridColumnStylesCollection.cs: fix all the explicit interface
11672         implementations to just call our methods.  Nuke AddInternal() and
11673         move the body of it to Add().  Also, add a call to
11674         column.SetDataGridInternal to Add().
11676         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
11677         base()+duplicate code.  Also, use the Format property instead of
11678         format to generate an Invalidate ala MS.  Lastly, create the
11679         textbox here, unconditionally.
11680         (set_Format): call Invalidate.
11681         (get_TextBox): no need to call EnsureTextBox.
11682         (Commit): remove the message box.
11683         (Edit) remove the call to EnsureTextBox.
11684         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
11685         (EnterNullValue): no need to check textbox for null.
11686         (HideEditBox): no need to check textbox for null.
11687         (SetDataGridInColumn): add the textbox to the grid's controls.
11688         (EnsureTextBox): nuke.
11689         
11690 2006-06-13  Jackson Harper  <jackson@ximian.com>
11692         * MdiWindowManager.cs: Hook up to the maximized menus paint event
11693         and redraw the buttons when needed. Unhook when the window is
11694         unmaximized.
11695         * MainMenu.cs: Add an internal Paint event, the mdi window manager
11696         needs this so that it can redraw its buttons when the menu is
11697         repainted.
11698         * InternalWindowManager.cs:
11699         * Form.cs: The method order has changed for DrawMaximizedButtons,
11700         so that it can be a PaintEventHandler.
11701         
11702 2006-06-13  Jackson Harper  <jackson@ximian.com>
11704         * MdiClient.cs: When we close a maximized mdi window, the next mdi
11705         window is activated and maximized, even if it wasn't before.
11706         - When  a new window is activated repaint the decorations of the
11707         old one, so that it no longer has the Active "look" (the blue
11708         titlebar).
11709         * InternalWindowManager.cs: Open up CreateButtons to base classes
11710         so they can recreate the buttons on state changes.
11711         - If a window is maximized give it all three buttons
11712         * MdiWindowManager.cs: Create the titlebar buttons when the state
11713         is changed, this is needed because a toolwindow will not have all
11714         three buttons until it is maximized.
11716 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
11718         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
11719           Fixed bug #78609.
11721 2006-06-12  Jackson Harper  <jackson@ximian.com>
11723         * KeysConverter.cs: Make sure we handle the Ctrl special case
11724         if its the only key.
11725         
11726 2006-06-12  Jackson Harper  <jackson@ximian.com>
11728         * Theme.cs: Add a method to get the size of a managed window
11729         toolbar button.
11730         * InternalWindowManager.cs: Remove the ButtonSize property, this
11731         should be retrieved from the theme.
11732         * MdiWindowManager.cs: Get the button size from the theme
11733         * ThemeWin32Classic.cs: Make the method to get the managed window
11734         titlebar button size public.
11735         - Handle the different button sizes of maximized toolwindows
11736         (should match any maximized window).
11737         - Get the titlebar height from the theme, not the WM (which gets
11738         it from the theme).
11740 2006-06-12  Jackson Harper  <jackson@ximian.com>
11742         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
11743         event down to the mdi window manager.
11744         - Expose some extra stuff to base classes
11745         - Make sure to end the Capture on an NC Mouse up, so that we can
11746         get double clicks properly, and the sizing doens't stick.
11747         - When doing PointToClient contain it in the workable desktop
11748         area, this prevents windows from changing size when the cursor is
11749         pulled outside of the working area while sizing.
11750         * MdiWindowManager.cs: When we get a double click maximize the
11751         window.
11752         - Reset the cursor after handling mode changes.
11754 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
11756         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
11757           current desktop, instead of just assuming a 0, 0 origin. This
11758           is needed for our internal window manager, to know the top
11759           margin of the desktop
11761 2006-06-12  Chris Toshok  <toshok@ximian.com>
11763         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
11764         we need this to get rid of the selected background in the bool
11765         column.
11766         (CancelEditing): move the ConcedeFocus call to above the Abort
11767         call.  Also, set is_changing to false and invalidate the row
11768         header if we were changing before.
11769         (ProcessKeyPreviewInternal): remove, since noone outside this
11770         class calls it anymore.  Roll the code into ProcessKeyPreview.
11771         (EndEdit): remove the internal version.
11772         (InvalidateCurrentRowHeader): make private.
11774         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
11775         Keys.Escape handling (and with it the last call to
11776         DataGrid.EndEdit from outside the class.)
11779 2006-06-12  Chris Toshok  <toshok@ximian.com>
11781         * DataGridTextBox.cs (.ctor): isedit defaults to false.
11782         (OnKeyPress): set isedit to true.
11783         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
11784         already handled by the grid.
11786         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
11787         right.  ugh.
11788         (set_DataSource): SetDataSource always returns true, so stop
11789         putting it in an if statement.
11790         (EndEdit): get rid of some {}'s
11791         (ProcessGridKey): return true in case Keys.Escape.
11792         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
11793         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
11794         PositionChanged, stopped connecting to CurrentChanged.
11795         (GetDataSource): simplify this a bunch.
11796         (SetDataSource): change return type from bool to void.
11797         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
11798         to this, and make sure we don't set ListManager.Position inside
11799         set_CurrentCell.
11800         (OnListManagerItemChanged): if we're passed an actual index,
11801         redraw that row.
11803         * CurrencyManager.cs (set_Position): don't call PullData here.
11805 2006-06-09  Jackson Harper  <jackson@ximian.com>
11807         * TreeNode.cs:  Recalculate the visible order before doing the
11808         Expand/Collapse Below calls, because those calls generate an
11809         expose.
11810         - Reduce calls to the TreeView property, which is mildly expensive
11811         by using a local var.
11812         * Form.cs: Layout the MDI child windows when creating the parent
11813         form.
11814         - Don't use the internal constructor anymore
11815         * MdiClient.cs: use the parent form width/height (if available)
11816         when laying out the child windows, we do this because the
11817         mdiclient isn't docked yet when the initial layout is done.
11818         - Don't need an internal constructor anymore.
11820 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11822         * FileDialog.cs: handle access errors when trying to create a folder
11823         or changing to a directory. No need to initialize out parameters.
11825 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
11827         * FileDialog.cs: Append a number when creating a new folder if the
11828           folder already exists (use parenthesis instead of square brackets)
11830 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
11832         * FileDialog.cs:
11833           - Disabled registry support for windows and added better registry
11834             error checking for other systems (need to investigate why it
11835             works perfectly on my system)
11836           - If a folder already exist show an error MessageBox instead of
11837             trying to create an indexed name.
11838           - Fixed a non intentional typo.
11840 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11842         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
11844 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
11846         * FileDialog.cs: When creating a new folder don't crash if the
11847           folder already exists.
11849 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
11851         * FileDialog.cs: Allmost a complete rewrite.
11852           - added a "virtual" file system that handles the differences
11853             between unix and windows file systems (especially the directory
11854             structure). Moved most of the directory and file handling code
11855             into the vfs.
11856             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
11857             UnixFileSystem and FSEntry.
11858           - Recently used folder/directory, size, location and used file names
11859             (file name ComboBox) are now stored in the registry and get read
11860             before the dialog shows up (fixes part 6 of bug #78446).
11861           - Creation of new folders/directories is now possible (context menu
11862             or ToolBar). Added TextEntryDialog for this that fills in the gap
11863             until ListView.LabelEdit works.
11864           - Fixed cursor handling (bug #78527) and focus handling for
11865             PopupButtonPanel
11866           - Various "Search in" ComboBox enhancements. The content of the
11867             dropdown listbox now almost matches ms.
11868           - Changed the behaviour when the user switches to SpecialFolder
11869             Recent to show the ListView in View.Details.
11870           - Beside using the ToolBar to change the View property of the
11871             file ListView it is now possible to use the context menu too.
11873 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
11875         * ComboBox.cs: Don't create a new ObjectCollection when an item
11876           gets inserted. Just insert the item in the existing object_items
11877           ArrayList.
11879 2006-06-08  Jackson Harper  <jackson@ximian.com>
11881         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
11882         that the treeview and root node checks are done also, this fixes a
11883         regression i caused in the unit tests.
11885 2006-06-07  Wade Berrier <wberrier@novell.com> 
11887         * RichTextBox.cs: More ISO8859-1 -> unicode
11889 2006-06-07  Mike Kestner  <mkestner@novell.com>
11891         * ComboBox.cs : use items to hold highlight/selection so that
11892         collection insertions don't require synchronization.
11894 2006-06-07  Jackson Harper  <jackson@ximian.com>
11896         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
11897         routine.  We now always keep the sized edge at the cursor instead
11898         of computing movement and adjusting rects.  There is one buglet
11899         with this method though when the cursor is moved over area that
11900         the window can not expand too (such as the toolbars on the desktop).
11902 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11904         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
11905         here. Fixes crash on startup in AlbumSurfer.
11907 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
11909         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
11910           values
11912 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11914         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
11915         statement to avoid calling XNextEvent which will block if another thread
11916         took the event that we were expecting. Fixes bug #78605.
11918 2006-06-07  Mike Kestner  <mkestner@novell.com>
11920         * ListView.cs : isolated checkbox clicking from the selection logic.
11921         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
11923 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11925         * Form.cs: Check that the value passed to Form.DialogResult
11926         is a valid enum value.
11928 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11930         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
11931         Computer'. Clicking it in the network view goes to 'My Computer'.
11932         Added CIFS filesystem type. Display the mount point of filesystems.
11933         Avoid duplicate mount points (happens for me with CIFS);
11935 2006-06-06  Jackson Harper  <jackson@ximian.com>
11937         * InternalWindowManager.cs: Draw the maximized windows buttons
11938         when resizing.
11940 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11942         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
11943         all other dialogs. Fixes bug #78585.
11945 2006-06-06  Mike Kestner  <mkestner@novell.com>
11947         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
11948         Only invalidate checkbox on checkstate changes to avoid flicker.
11949         * ListBox.cs : avoid unselect/select when clicking selected item.
11950         avoid reselection flicker for already multiselected items.
11951         Fixes #78382.
11953 2006-06-06  Jackson Harper  <jackson@ximian.com>
11955         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
11956         the parent form so that the menu is removed if needed.
11958 2006-06-06  Mike Kestner  <mkestner@novell.com>
11960         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
11961         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
11963 2006-06-06  Mike Kestner  <mkestner@novell.com>
11965         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
11968 2006-06-06  Jackson Harper  <jackson@ximian.com>
11970         * Control.cs: Use the property (instead of the field) to get the
11971         default cursor so it is instantiated correctly.
11972         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
11973         resizes so we need to manually repaint the window decorations here.
11974         - Set the titlebar button locations as soon as they are created,
11975         otherwise they are not set correctly on win32.
11976         
11977 2006-06-06  Chris Toshok  <toshok@ximian.com>
11979         * CurrencyManager.cs (set_Position): call PullData before
11980         OnCurrentChanged.
11981         (AddNew): after calling IBindingList.AddNew, update our
11982         listposition, and call OnCurrentChanged/OnPositionChanged (without
11983         calling PullData).
11984         (OnCurrentChanged): remove the call to PullData from here.
11985         (OnItemChanged): remove the call to PushData from here.
11986         (OnPositionChanged): change the test from == null to != null to
11987         match the other methods.
11988         (ListChangedHandler): the grossest part of the patch.  Implement
11989         this such that it passes the unit tests in CurrencyManagerTest and
11990         the output more or less matches that of MS's implementation.
11992 2006-06-06  Mike Kestner  <mkestner@novell.com>
11994         * ListView.cs : only update check state on single click.
11995         * ThemeWin32Classic.cs : fix focus drawing for details view without
11996         fullrowselect.  Fixes #78454.
11997         * XplatUIX11.cs : fix for double click emission.
11999 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
12001         * PropertyGridView.cs : Applied Atsushi's patch to fix
12002         font dialog bug  (#78197).
12004 2006-06-05  Jackson Harper  <jackson@ximian.com>
12006         * TreeNode.cs: Compute the next node for expanding/collapsing
12007         correctly. We now factor in nodes without a NextNode
12008         correctly. (Fixes somes cases in nunit-gui).
12009         * InternalWindowManager.cs: Set the bounds when updating the
12010         virtual position of a tool window.
12011         
12012 2006-06-05  Chris Toshok  <toshok@ximian.com>
12014         * DataGrid.cs: rename cached_currencymgr to list_manager.
12015         (set_CurrentCell): move SetCurrentCell code here, and clean it up
12016         some.
12017         (CurrentRow, CurrentColumn): single accessors so we can make the
12018         cursor movement code a lot easier to understand.
12019         (CurrentRowIndex): implement this in terms of CurrentRow.
12020         (BeginEdit): clean this up a bit.
12021         (CancelEditing): sort out the is_editing/is_changing/is_adding
12022         stuff a little.
12023         (EndEdit): minor changes.
12024         (OnKeyDown): add a comment about a (most likely) unnecessary
12025         check.
12026         (OnMouseDown): cancel editing when we click on a row header.  And
12027         use the CurrentRow setter, not CurrentCell.
12028         (ProcessDialogKey): directly call ProcessGridKey.
12029         (UpdateSelectionAfterCursorMove): factor out this common block of
12030         code (it's used everywhere that we move the cursor by updating row
12031         or column).
12032         (ProcessGridKey): pretty substantial overhaul.  Use the
12033         CurrentRow/CurrentColumn properties to make the code a lot more
12034         readable.  Only use the CurrentCell property when we have to
12035         modify both row and column at once.  Tab behavior is still broken,
12036         and Delete is untested.
12037         (Select): if we have no selected rows, set selection_start to
12038         @row.
12039         (EditCurrentCell): rename EditCell this.  It was only ever invoked
12040         with CurrentCell as the arg, so drop the arg and rename it.
12042         * DataGridColumnStyle.cs: clean up the constructors a little, and
12043         drop CommonConstructor().
12045         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
12046         actually get notified when the user hits it.
12047         (ProcessKeyMessage): *substantially* simplify this method.
12048         There's no reason (that I can see) for the textbox to be making
12049         calls into the datagrid at all.  Remove all of them but the ones
12050         for Enter handling.  those will take some more work.
12052         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
12053         calling HideEditBox.
12054         (HideEditBox): if we have an active textbox, render it invisible
12055         without causing a re-layout of the datagrid.
12057 2006-06-05  Mike Kestner  <mkestner@novell.com>
12059         * ListView.cs : fix NRE crasher when focuseditem is cleared by
12060         collection changes by resetting it to Items[0].  Fixes #78587.
12062 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12064         * MessageBox.cs: if the height of the text is larger than the icon_size,
12065         use that. Fixes bug #78575.
12067 2006-06-05  Jackson Harper  <jackson@ximian.com>
12069         * TreeView.cs: Fix line drawing when scrolling.  To do this each
12070         node is basically responsible for drawing its entire horizontal
12071         area.  When drawing a node it draws its parent node lines if
12072         needed.
12073         - Adjust the clip area to the viewport rectangle
12074         - Fix Left/Right key handling to match MS. (It expand/collapses
12075         and moves to parents/first child but does not move selection to
12076         sibling nodes).
12077         - Fix SetTop to work with new bound calculation code
12078         - When scrollbars are no longer needed we need to reset scrolling
12079         vars and recalculate the visible order so the redraw is correct
12080         * TreeNode.cs: We can't expand/collapse nodes with no children.
12082 2006-06-03  John Luke  <john.luke@gmail.com> 
12084         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
12085         so the colors work without dev packages
12086         
12087 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
12089         * Control.cs 
12090           - Select: Implemented to just use activate. Seems to match MS 
12091             behaviour closest. Documented to only do actual control walking 
12092             based on it's parameters if in a container control so I moved 
12093             the code there.
12094           - Removed selection check logic from our internal Select() method
12095         * ContainerControl.cs:
12096           - Select: Moved selection logic from Control here, since MS documents
12097             that containers obey the bool arguments. No longer calling base
12099 2006-06-02  Jackson Harper  <jackson@ximian.com>
12101         * TreeView.cs: If the selected node isn't changed when we get
12102         focus update the previously selected node so that we see the
12103         selection box.
12105 2006-06-02  Mike Kestner  <mkestner@novell.com>
12107         * ComboBox.cs: restructure grab and general mouse event handling.
12108         Make the composite control raise mouse events like it was a single
12109         control for leaves/enters/motion/up/down events.  fix dropdown list
12110         coordinate mangling and refactor it into the scrollbar subclass to
12111         reduce code duplication.  Fixes #78282 #78361 and #78457.
12113 2006-06-02  Mike Kestner  <mkestner@novell.com>
12115         * ScrollBar.cs: remove Capture setting/clearing, as it happens
12116         automatically in the Control.WndProc.
12118 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12120         * FileDialog.cs: fix crash when running SharpChess, which sets the
12121         FilterIndex to 2 with only one Filter.
12123 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12125         * ToolBar.cs: add SizeSpecified property.
12126         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
12127         try to figure out our real size, otherwise fallback to what the
12128         container says.
12130 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
12132         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
12133         * Control.cs (WndProc): MS always calls the DefWndProc to pass
12134           up the event
12136 2006-06-01  Mike Kestner  <mkestner@novell.com>
12138         * ListView.cs: revamp the focus management in ListView.  It still
12139         causes churn of LostFocus/GotFocus emissions on clicks, but it's
12140         better than not handling focus at all.  Will revisit when pdb feels
12141         the general focus handling is solid.  Fixes #78526.
12143 2006-06-01  Jackson Harper  <jackson@ximian.com>
12145         * TreeView.cs: Set the default border style in the constructor.
12146         - Move painting to use OnPaintInternal instead of capturing
12147         WM_PAINT, this is the correct way of doing things
12148         - UpdateBelow shouldn't invalidate the scrollbar area
12149         - Cap the top on update below in case the node was above the top
12150         of the viewport rectangle.
12151         - ExpandBelow and Collapse below need to obey Begin/End Update.
12152         * TreeNode.cs: Make is_expanded internal so the treenode
12153         collection can change it without firing the whole event chain.
12154         * TreeNodeCollection.cs: When clearing all the child nodes make
12155         sure to recalc the visible order.
12156         - Improve algo for remove the top node
12158 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
12160         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
12161           SendMessage directly calling window procedures, which in turn might
12162           call SetFocus()
12164 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
12166         * Control.cs: Don't handle WM_SETFOCUS if the same window already
12167           has focus (works around X11 sending a FocusIn after our SetFocus)
12168         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
12170 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
12172         * Mime.cs: Fix for the NET_2_0 build.
12173           NameValueCollection needs StringComparer now.
12175 2006-05-31  Chris Toshok  <toshok@ximian.com>
12177         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
12178         return (via an out parameter) the starting X of the column.
12179         (UpdateVisibleColumn): track change to FromPixelToColumn.
12180         (HitTest): add a ColumnResize case here.
12181         (DrawResizeLine): new function, probably poorly named.
12183         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
12184         only need to keep one reference.
12185         (set_ListManager): same.
12186         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
12187         Also, add support for HitTestType.ColumnResize.
12188         (OnMouseMove): add column resize behavior here, and change the
12189         cursor to the correct one as we move around the datagrid.
12190         (OnMouseUp): terminate the column resize if we're resizing.
12191         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
12192         for the current cell.
12193         (ConnectListManagerEvents): use cached_currencymgr.
12194         (DisconnectListManagerEvents): fill this in, using
12195         cached_currencymgr.
12196         (SetCurrentCell): remove cached_currencymgr_events handling.
12197         (SetDataMember): only call DisconnectListManagerEvents if
12198         cached_currencymgr is != null.
12199         (SetDataSource): same.
12200         (OnListManagerCurrentChanged): cached_currencymgr_events ->
12201         cached_currencymgr.
12203 2006-05-31  Jackson Harper  <jackson@ximian.com>
12205         * BindingManagerBase.cs: Remove somedebug code that creeped into
12206         SVN.
12207         * TreeNode.cs: We get the indent level dynamically right now, so
12208         don't track it as a member.
12209         * TreeNodeCollection.cs: Make sure all nodes added to the list
12210         have parents, treeviews/topnodes setup properly.
12211         - Don't attempt to track indent level.
12213 2006-05-30  Jackson Harper  <jackson@ximian.com>
12215         * BindingContext.cs: Create the currency manager tables here.
12216         This allows us to more easily create null tables (when bad data
12217         members are used), and more easily create related currency
12218         managers.
12219         * CurrencyManager.cs: All the table creation stuff is done by the
12220         binding context now.
12221         - Current should throw an exception if listposition is -1.
12222         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
12223         been bound yet.
12225 2006-05-30  Mike Kestner  <mkestner@novell.com>
12227         * ListView.cs: allow reexpansion of zero-width column headers.
12228         Fixes #78528.
12230 2006-05-28  Chris Toshok  <toshok@ximian.com>
12232         * CurrencyManager.cs (get_Current): after the late binding
12233         listposition = -1 fix, we need to guard against it here and return
12234         null, otherwise we raise an exception (which is swallowed
12235         elsewhere, and breaks datagrid databinding.)
12237 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
12239         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
12240           than WM_SYSKEY, don't throw if get something unexpected (#78507)
12242 2006-05-26  Jackson Harper  <jackson@ximian.com>
12244         * ControlPaint.cs:
12245         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
12246         values, it's faster and it's all we care about (we don't care if
12247         the names aren't equal).
12248         * KeyboardLayouts.cs: Eliminate some dead code.
12249         - Lazy init things
12250         * X11Keyboard.cs: Lazy init keyboard detection.
12251         - Cleanup access modifiers a little.
12253 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
12255         * XplatUIX11.cs: Once again, attempting to get layout just right.
12257 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
12259         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
12260           the sizes of each link section, that will result in sizes that
12261           match DrawString's layout (Fixes #78391)
12263 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
12265         * FileDialog.cs: If AddExtension property is true autocomplete the
12266           extensions in SaveFileDialog correctly. Fixes bug #78453.
12267           Set MyNetwork and MyComputer to "C:\" for windows. This should
12268           fix part 8 of bug #78446 for now.
12270 2006-05-26  Chris Toshok  <toshok@ximian.com>
12272         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
12273         invalidate the current row header if we need to, but presumably
12274         we'll invalidate the row corrsponding to the bounds or
12275         editingControl.
12276         (GridHScrolled): switch back to this method, as it's part of the
12277         public api.  *sigh*.
12278         (GridVScrolled): same.
12279         (OnMouseWheel): hack up something that more or less works.  Call
12280         GridHScrolled/GridVScrolled directly, instead of duplicating much
12281         of their code here.
12282         (EnsureCellVisibility): reinstate a bunch of this code, since we
12283         can't just set the scrollbar Value and expect to do all the work
12284         in the ValueChanged handler.  Also, Call Update() after scrolling
12285         in one direction so the other XplatX11.ScrollWindow call has the
12286         proper stuff in the proper places.
12287         (EditCell): set is_editing to true before calling .Edit.
12289         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
12290         don't bother comparing first.
12291         (OnKeyPress): call grid.ColumnStartedEditing before calling
12292         base.OnKeyPress.  this will set is_changing and invalidate the row
12293         header if necessary.
12294         (ProcessKeyMessage): for WM_CHAR messages, call
12295         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
12296         and WM_KEYDOWN.
12297         
12298         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
12299         it's done in the DataGrid.
12300         (NextState): call grid.ColumnStartedEditing, which takes care of
12301         invalidating the row header (and setting is_changing).
12303         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
12304         here.  it's done in the DataGrid.
12306 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12308         * Control.cs: allow changing the cursor when the mouse position is
12309         out of bounds but Capture is set.
12310         * LinkLabel.cs: handle the case when the mouse button is pressed on the
12311         linklabel but released somewhere else.
12313 2006-05-25  Jackson Harper  <jackson@ximian.com>
12315         * TreeView.cs: When we get focus if there is no selected node make
12316         it the top node
12317         - Remove some uneeded setup code from Draw.
12318         * TreeNodeCollection.cs: If the tree doesn't have a top node when
12319         a new node is inserted make the new node the top.
12320         * XplatUIX11.cs:
12321         * Timer.cs: Use Utc time so that no local time zone stuff needs to
12322         be used (should be faster).
12323         
12324 2006-05-25  Chris Toshok  <toshok@ximian.com>
12326         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
12327         problem with the last commit.
12329 2006-05-25  Chris Toshok  <toshok@ximian.com>
12331         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
12332         need the invalidate call here, while scrolling right-to-left via
12333         the left arrow key (i.e. moving the editing cell while scrolling).
12335         * DataGrid.cs (.ctor): remove the initialization of
12336         ctrl_pressed/shift_pressed.  We no longer track them using key
12337         up/down handlers, but by using Control.ModifierKeys.  Also, switch
12338         to using ValueChanged handlers on the scrollbars instead of
12339         Scrolled event handlers.  This simplifies a bunch of the scrolling
12340         code.
12341         (GridHValueChanged): rename from GridHScrolled, and change it to
12342         work with the new event args.
12343         (GridVValueChanged): same.
12344         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
12345         (OnMouseWheel): actually scroll the datagrid.  Don't change the
12346         selected cell.
12347         (ProcessGridKey): correct all the keyboard navigation stuff I
12348         could find.  Ctrl up/down/left/right/home/end work now.
12349         (EnsureCellVisibility): correct method name spelling.  Also,
12350         simplify this a touch by not explicitly calling the
12351         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
12352         scrollbar value.
12353         (OnKeyUpDG): no need for this method now.
12354         
12355 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12357         * LinkLabel.cs: display the OverrideCursor when hovering the label.
12358         Fixes bug #78392.
12360 2006-05-25  Chris Toshok  <toshok@ximian.com>
12362         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
12363         r61019.
12365 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
12367         * Application.cs: Moved setting of is_modal and closing to before
12368           we create the control, to allow the event handlers called as a
12369           result of creation affect closing. Also removed Gonzalo's previous
12370           change to setting DialogResult, the behaviour has been moved to 
12371           Form.ShowDialog()
12372         * Form.cs: 
12373           - ShowDialog(): Removed explicit creation of the form, let RunLoop
12374             handle it instead
12375           - ShowDialog(): If no dialog result is set, we need to return Cancel
12376           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
12377             the close is cancelled
12379 2006-05-25  Jackson Harper  <jackson@ximian.com>
12381         * StatusBar.cs: We only need to update the sizes of the other
12382         panels when we have auto size contents.  Also we are only updating
12383         the contents of the panel, not the borders, so compensate for the
12384         border width (TODO: get this width from the theme somehow).
12385         * TreeView.cs: Scrollable is true by default
12386         - Use invalidate instead of refresh where needed
12387         - Factor the scrollable value into scrollbar updating
12388         - Update the scrollbars if the Scrollable property is altered
12389         - Update the selected node if its ImageIndex is changed
12390         - Handle null nodes in UpdateNode (mainly so we don't have to
12391         check if selected is null when updating it
12392         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
12393         are factored into the visible count
12394         - Use VisibleCount for clarity in the code
12395         - When the font is changed we need to recurse through all the
12396         nodes and invalidate their sizes
12397         
12398 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12400         * Application.cs: set the DialogResult to fixed when the main form is
12401         hidden or destroyed while being modal.
12403 2006-05-25  Miguel de Icaza  <miguel@novell.com>
12405         * Theme.cs: Use Tangoified messagebox icons. 
12407         (GetSizedResourceImage): Also cope with width = 0 and do not
12408         trigger a warning in that case (0 means "give me your icon from
12409         the resouce, no special size needed).
12411 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
12413         * Application.cs: Leave runloop if the the main modal form is 
12414           hidden (fixes #78484)
12416 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
12418         * BindingContext.cs : reject null datasource in Contains() and
12419           Item[].
12420         * CurrencyManager.cs : check data_member validity when data_source
12421           is dataset. When it is late binding, the initial position is -1.
12423 2006-05-24  Jackson Harper  <jackson@ximian.com>
12425         * TreeNodeCollection.cs: Dont't recalculate the visible order on
12426         inserted nodes that aren't visible.  This changes the
12427         max_visible_order which confuses scrollbar settings.
12428         - Use the enumerator to get the prev node instead of duplicating
12429         code.
12430         * TreeView.cs: Use new method for setting scrollbar values
12431         - Don't set the bounds every time the scrollbar is updated
12432         - When updating below the root node use an invalidate instead of a
12433         refresh to prevent the child controls (scrollbars) from being
12434         refreshed. (UpdateBelow still needs to be reworked anyways).
12435         - Reenable SetBottom now that visible orders are set correctly,
12436         added some debug code incase we ever get bad values there again.
12437         - Set the scrollbar max to 2 less then the max value, this
12438         compensates for the max value being one above the node count, and
12439         for scrollbars adding one extra "notch".
12440         - When drawing image nodes if there is an imagelist we draw the
12441         first image in the list if the supplied image index is out of the
12442         image list's bounds.
12443         
12444 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
12446         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
12447           we receive a size change from the WM (Fixes #78503)
12449 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
12451         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
12452           rectangle (Fixes #78501)
12454 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
12456         * ButtonBase.cs: 
12457           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
12458             as a bitfield.
12459           - Fixed MouseMove to no longer switch pressed state unless the left
12460             mouse button is pressed. Atsushi provided the original patch (#78485)
12461           
12462 2006-05-24  Jackson Harper  <jackson@ximian.com>
12464         * ScrollBar.cs: New internal methods that allow us to change a
12465         couple values on the scrollbar (the most common case is maximum
12466         and large change) without getting multiple invalidates.
12468 2006-05-24  Chris Toshok  <toshok@ximian.com>
12470         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
12471         (Edit): save off the original state in oldState, and set
12472         grid.is_editing to true.
12473         (OnKeyDown): abort editing if escape is pressed.  also, call
12474         NextState if space is pressed.
12475         (OnMouseDown): call NextState.
12476         (NextState): factor out shared code from OnKeyDown and OnMouseDown
12477         here.  Also, only invalidate the row header once (on the initial
12478         is_changing switch) to save on redraws.
12480 2006-05-24  Chris Toshok  <toshok@ximian.com>
12482         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
12483         if the value in the cell is different than it was before.  This
12484         keeps us from triggering a layout when we move around a datarid
12485         with a highlighted cell.
12486         (Edit): suspend layout when creating/positining the text box, and
12487         resume passing false so we don't ever actually re-layout.
12488         (ReleaseHostedControl): same.
12489         (EnsureTextBox): reformat slightly, and set WordWrap to false.
12491         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
12492         control-key sequences should go to the datagrid - remove that
12493         lock.  Also, modify the conditions under which we move between
12494         cells when moving the cursor within a cell, and remove the "this"
12495         and "base" from field accesses.  We weren't even consistent, given
12496         they all were in the base class.
12498 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
12500         * Binding.cs : (.ctor)
12501           An obvious NRE fix for BindingTest.CtorNullTest().
12503 2006-05-23  Chris Toshok  <toshok@ximian.com>
12505         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
12506         them between lines.  This fixes some quirks editing cells in the
12507         datagrid.
12509 2006-05-23  Jackson Harper  <jackson@ximian.com>
12511         * TreeView.cs: Use begin/end update when doing expand/collapse all
12512         so that we don't get flicker on the scrollbar.
12514 2006-05-23  Jackson Harper  <jackson@ximian.com>
12516         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
12517         treenode calculations to be independant of the painting code. To
12518         do this nodes track a visible order which is calculated by the
12519         treeview.
12520         - Call new methods for expanding/collapsing nodes.  These methods
12521         use scrollwindow so we don't have to update everything below the
12522         node.
12523         * TreeView.cs: Refactored drawing and scrolling code.  We don't
12524         need to update nodes when drawing anymore or calculate scrollbar
12525         stuff.
12526         - Added new methods for expanding/collapsing nodes. These methods
12527         use ScrollWindow so as to not have to redraw all the nodes below.
12528         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
12529         we add/remove nodes or sort.
12530         - Handle removing the selected and the top node properly.
12532 2006-05-23  Chris Toshok  <toshok@ximian.com>
12534         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
12535         maybe this should actually happen in the datagrid code?
12536         (EndEdit): no need to invalidate anything, given that
12537         ReleaseHostedControl causes the datagrid to relayout, which
12538         invalidates everything anyway.
12540         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
12541         in SetCurrentCell).
12542         (set_SelectionBackColor): call InvalidateSelection instead of
12543         Refresh.
12544         (set_SelectionForeColor): same.
12545         (BeginEdit): Flesh this out a bit.
12546         (CancelEditing): only do any of this if we're editing/adding.
12547         (EndEdit): same.
12548         (OnMouseDown): there's no need to cancel editing here, it's done
12549         in SetCurrentCell.
12550         (SetCurrentCell): only invalidate the current row header if it's a
12551         different row than the new one.
12552         (ShiftSelection): fix this to work like MS does.
12553         (ResetSelection): factor out the invalidation of selected_rows to
12554         InvalidateSelection.
12555         (SetDataSource): cancel any editing that's going on.
12557         * DataGridColumnStyle.cs
12558         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
12559         call the non-interface version.
12561         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
12562         header rectangle with the clip rectangle so we don't redraw the
12563         entire header for just a small area.  Gets rid of the last flicker
12564         when horizontally scrolling.
12565         (DataGridPaintRow): same.
12567 2006-05-23  Mike Kestner  <mkestner@novell.com>
12569         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
12570         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
12571         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
12572         Critical bug report.
12574 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
12576         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
12577           and this fixes #78493
12579 2006-05-23  Miguel de Icaza  <miguel@novell.com>
12581         * Theme.cs (GetSizedResourceImage): Scale images if the proper
12582         size is not found.  
12583         
12584         * FileDialog.cs: Do not change the background for the side bar as
12585         it wont work nicely with the theme, and also reduces the artifacts
12586         in rendering the icons (which I want to fix too).
12588         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
12589         resources, not resgen resources. 
12591         (PlatformDefaultHandler): Pull images using the new API.
12593 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
12595         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
12596           a reference to the hwnd and will not remove it unless there are
12597           no pending exposures (fixes #78341)
12598         * XplatUI.cs: Improved debug
12600 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
12602         * MenuAPI.cs : don't handle OnClick event when it was not the left
12603           button. Fixed bug #78487.
12605 2006-05-23  Mike Kestner  <mkestner@novell.com>
12607         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
12608         prefer submenus to the top menu for item lookup, to avoid popping down
12609         top-row items.
12611 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
12613         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
12614           Graphics.FillRectangle as the visual results are really bad (even
12615           on win). We now draw perfect arrows (and perfect shadows when the
12616           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
12617           Pen.DashPattern to draw the dots of each line.
12619 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
12621         * FileDialog.cs: Update the filename combobox when navigating through
12622           the ListView with the cursor keys. Fixes part 7 of bug #78446.
12624 2006-05-22  Mike Kestner  <mkestner@novell.com>
12626         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
12627         Fixes #78463.
12629 2006-05-22  Mike Kestner  <mkestner@novell.com>
12631         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
12632         requests. Fix a misspelled parameter and a copy paste exception error
12633         in Select.
12635 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
12637         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
12638           to get the same width/height (5/13) on X11 as the default font has on
12639           win32. This means that our DefaultFont emSize is smaller than the 
12640           the MS SWF equivalent (even thought the width/height stays the same)
12642 2006-05-20  Jackson Harper  <jackson@ximian.com>
12644         * MdiClient.cs:
12645         * MdiWindowManager.cs:
12646         * InternalWindowManager.cs: Make sure to use the border width from
12647         the theme.
12649 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
12651         * PrintDialog.cs: Implements printer details
12653 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
12655         * FileDialog.cs: Added focus handling for PopupButtonPanel.
12656           Fixes part 1 and 2 of bug #78446
12658 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
12660         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
12661           instead of sticking to the first ever calculated value
12663 2006-05-19  Mike Kestner  <mkestner@novell.com>
12665         * ComboBox.cs: fix mouse motion selection to use MousePosition and
12666         PointToClient, since Capture is set. Fixes #78344.
12668 2006-05-19  Mike Kestner  <mkestner@novell.com>
12670         * ListView.cs: match MS behavior in Details view where items are not
12671         drawn if Columns.Count == 0. 
12672         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
12673         Use a separate pen to draw the check, since changing the width affects
12674         the box as well.  Fixes #78454.
12676 2006-05-18  Miguel de Icaza  <miguel@novell.com>
12678         * ListView.cs: ArgumentOutOfRangeException, single versions of the
12679         exception should throw the name of the invalid argument.
12681         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
12682         there are no files listed. 
12684 2006-05-18  Jackson Harper  <jackson@ximian.com>
12686         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
12687         up.
12689 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
12691         * Control.cs: Brought back our old UpdateZOrder method as a private
12692           function and switched our calls from UpdateZOrder to the new one.
12693           This fixes the Paint.Net canvas disappearing bug.
12695 2006-05-18  Jackson Harper  <jackson@ximian.com>
12697         * Theme.cs:
12698         * ThemeWin32Classic.cs:
12699         * InternalWindowManager.cs: Move the drawing into the theme,
12700         expose everything the theme should need from the window manager.
12702 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
12704         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
12705           from the call to NativeWindow to avoid walking up the parent chain
12706           further than needed (speeds up setting cursors and avoids setting
12707           the wrong cursor if a parent has another cursor defined)
12708         * Cursor.cs: When loading an icon as cursor, MS uses the center of
12709           the icon as hotspot, not what's contained as hotspot in the icon
12710           file. This fixes the perceived drawing offset seen with Paint.Net
12711         
12712 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
12714         * XplatUIX11.cs: 
12715           - Store the calculated rectangle in Hwnd object and use it when 
12716             setting the client size
12717           - Force Toolwindows to always be type Dock, to ensure they're on top
12719 2006-05-18  Mike Kestner  <mkestner@novell.com>
12721         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
12722         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
12723         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
12724         Substantial refactoring to remove confusing nested classes. Coding
12725         standard and Get+Set->property refactorings.  Shift to index based
12726         highlighting in ComboListBox instead of constantly using IndexOf and
12727         Items[]. Add invalidations on resize for DropDownList to fix ugliness
12728         in FileDialog growth.  Draw borders manually since Simple mode needs
12729         to look like two independent controls.  Make listbox border
12730         conditional to DropDownStyle.  Improved OwnerDraw support.
12732 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
12734         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
12735         Don't set the disposed graphics to null, so we can throw the "right"
12736         exception if the graphics is reused later (added a flag to avoid 
12737         double disposing). Some behaviours are different under 2.0 and are
12738         filled under bug #78448.
12740 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
12742         * Control.cs: When double-buffering is enabled, we need to reset
12743           our graphics context between paint calls. Otherwise, any 
12744           transformations and other alterations on the context will 
12745           become cumulative (#77734)
12747 2006-05-18  Mike Kestner  <mkestner@novell.com>
12749         * ListView.cs: do focused item selection like MS on clicks. 
12750         Rework focus handling for ItemControl so LostFocus invalidates as
12751         well.
12752         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
12753         the ListView ItemControl has focus.
12755 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
12757         * XplatUIX11.cs: If client_window ends up being width or height zero
12758           due to border settings, move it off window inside whole_window (#78433)
12760 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
12762         * Mime.cs: Shrink the mime file cache correctly.
12764 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
12766         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
12768 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
12770         * XplatUIX11.cs (AddExpose): More sanity checks
12772 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
12774         * XplatUIX11.cs:
12775           - AddExpose: Don't add expose ranges outside the size of our
12776             window
12777           - Cast opacity values to Int32 to avoid crashes with certain
12778             values
12779           - Added disabled code paths that protect against illegal cross-
12780             thread painting (Developers.exe)
12782 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
12784         * ProgressBar.cs: Invalidate the control when it's resized
12785           since block size is based on control size. (#78388)
12787 2006-05-16  Miguel de Icaza  <miguel@novell.com>
12789         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
12790         of setting the incoming argument to the "reset" value, we set the
12791         this.datamember to string.empty (before we were invalidating the
12792         incoming data).   
12794         Fixes 78420
12796 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
12798         * Form.cs: Only apply transparency settings after the form
12799           is created. (Fixes #77800)
12801 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
12803         * ApplicationContext.cs: Grab the HandleDestroyed event so
12804           we know when to fire OnMainFormClosed 
12806 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
12808         * Application.cs: Introduced sub-class to allow tracking of
12809           threads and centralized triggering of the event mess for
12810           ThreadExit, AppExit, etc..  (#76156)
12812 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
12814         * MimeIcon.cs:
12815           - Do not return a null icon index value for a mime subclass.
12816             Instead try the main mime type class too.
12817           - Seems that some newer distributions don't have a link to some
12818             gnome default icons anymore. So check the default gnome dir too.
12819           
12821 2006-05-16  Jackson Harper  <jackson@ximian.com>
12823         * MdiClient.cs: Don't paint the parent background image if we have
12824         our own background image.
12826 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
12828         * Control.cs:
12829           - PerformLayout: Do not shrink space filled by DockStyle.Fill
12830             controls, all filled controls are supposed to overlap (#78080)
12831           - UpdateZOrder is supposed to update the control's z-order in the
12832             parent's z-order chain. Fixed to behave like that
12833           - BringToFront: Removed obsolete code
12834           - SendToBack: Simplyfied
12835           - SetChildIndex: Trigger layout calculations when Z-order changes
12836             since layout is done by z-order
12838 2006-05-16  Chris Toshok  <toshok@ximian.com>
12840         [ fixes bug #78410 ]
12841         * DataGrid.cs (set_AlternatingBackColor): use
12842         grid_drawing.InvalidateCells instead of Refresh().
12843         (set_BackColor): call grid_drawing.InvalidateCells.
12844         (set_BackgroundColor): use Invalidate instead of Refresh.
12846         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
12847         invalidate the cell area.
12849 2006-05-15  Chris Toshok  <toshok@ximian.com>
12851         [ fixes bug #78011 ]
12852         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
12853         on to DataGridPaintRow.
12854         (DataGridPaintRow): take a clip argument, and only draw the cells
12855         which intersect it.  same with the not_usedarea.
12857         * Theme.cs (DataGridPaintRow) add @clip parameter.
12859         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
12860         XplatUI.ScrollWindow.
12861         (ScrollToRow): same.
12863         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
12864         with last column which was causing a gray swath to appear with the
12865         XplatUI.ScrollWindow code.
12867 2006-05-15  Chris Toshok  <toshok@ximian.com>
12869         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
12870         use XplatUI.ScrollWindow.
12871         (VerticalScrollEvent): use XplatUI.ScrollWindow.
12873 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
12875         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
12877 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
12879         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
12880           file since there are no equivalent X11 cursors
12882 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
12884         * MonthCalendar.cs : DateTimePicker should reflect selected date
12885           on mouse*up*, not mouse*down*. Fixed originally reported part of
12886           bug #76474.
12888 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
12890         * TabControl.cs : When argument index is equal or more than tab
12891           count, just ignore. Fixed bug #78395.
12893 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
12895         * Control.cs: Dispose all child controls when control is diposed (#78394)
12897 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
12899         * ColorDialog.cs: Finally it is possible to select the color with
12900           the text boxes
12902 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
12904         * PrintDialog.cs: Fix typo
12906 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
12908         * PrintDialog.cs: PrintDialog is not resizable
12909         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
12910           color. Made some ToolBar drawing methods protected virtual.
12912 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
12914         * PrintDialog.cs: Implementation of the PrintDialog
12916 2006-05-12  Chris Toshok  <toshok@ximian.com>
12918         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
12919         thumb, instead use MoveThumb.  This has the side effect of making
12920         most of the other thumb moving machinery use MoveThumb as well.
12921         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
12922         need to actually invalidate the rectangle where the new thumb will
12923         go.
12924         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
12925         We force an Update() after, so it's not as fast as it could be,
12926         but at least there's zero flicker and no droppings.
12927         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
12928         (UpdateThumbPos): add another argument (dirty), which says whether
12929         or not to calculate/add dirty regions which we later invalidate.
12930         For cases where we know we're going to use MoveThumb, we pass
12931         false for this.  Otherwise, pass true.
12933 2006-05-12  Jackson Harper  <jackson@ximian.com>
12935         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
12936         the status bar.
12937         
12938 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
12940         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
12941           and GetClipRegion methods and UserClipWontExposeParent property.
12942         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
12943           overriding UserClipWontExposeParent property, setting to false, since
12944           Win32 handles the required expose messages to draw our clipped parent
12945           areas internally
12946         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
12947           PaintEventStart to set the user clip region if set.
12948         * Control.cs: 
12949           - Now internally tracking the Region for the control since we need to
12950             store it if the handle is not yet created and only set it when it
12951             becomes created. Before setting the region forced handle creation
12952           - Added code to draw the parents underneath a user-clipped region
12953         * Hwnd.cs: Added UserClip property
12955 2006-05-12  Chris Toshok  <toshok@ximian.com>
12957         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
12958         (set_Maximum): same.
12959         (set_Minimum): same.
12960         (set_SmallChange): same.
12961         (OnMouseUpSB): remove the call to refresh when releasing the
12962         thumb.  We shouldn't need it.
12963         
12964 2006-05-12  Miguel de Icaza  <miguel@novell.com>
12966         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
12967         AutoSize set to None, we do not need to relayout everything, we
12968         just need to invalidate the current region.
12970         (Draw): Do not draw the entire ClientArea, just redraw the
12971         clip area being passed.
12973         * MdiClient.cs: Make MdiClient constructor with the Form argument
12974         internal. 
12976 2006-05-12  Jackson Harper  <jackson@ximian.com>
12978         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
12979         parents background image,  but strangely not their own.
12980         - (DrawStatusBarPanel): Take into account horizontal alignment
12981         when drawing the strings and icons.
12983 2006-05-12  Mike Kestner  <mkestner@novell.com>
12985         * ListBox.cs: avoid invalidations for focus when the collection is
12986         empty. 
12988 2006-05-12  Chris Toshok  <toshok@ximian.com>
12990         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
12991         invalidate the entire thumb area.  Call InvalidateDirty which
12992         limits the redraw to the thumb itself and surrounding pixels.
12994         * XplatUIX11.cs (ScrollWindow): optimize copying.
12995         
12996 2006-05-12  Chris Toshok  <toshok@ximian.com>
12998         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
12999         Figure out the positioning/layout in a single pass instead of
13000         multiple recursive invocations.  Speeds up the initial display of
13001         the data grid.  Also, make many things private that were
13002         originally public but unused outside this class.
13004 2006-05-11  Jackson Harper  <jackson@ximian.com>
13006         * MdiClient.cs: Improved layout code.
13008 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
13010         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
13011           not SelectedObject.
13013 2006-05-11  Chris Toshok  <toshok@ximian.com>
13015         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
13016         union of that will always be {0,0,width,height}.
13018 2006-05-11  Jackson Harper  <jackson@ximian.com>
13020         * Form.cs: Match MS's DefaultSize for forms (they must have
13021         changed the size in sp2).
13023 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
13025         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
13027 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
13029         * TextControl.cs : Fixed bug #78109. This incorrect position
13030           comparison caused crash on automatic line split.
13031         * TextBoxBase.cs : reduce duplicate code.
13033 2006-05-10  Jackson Harper  <jackson@ximian.com>
13035         * MdiClient.cs: Active form is only sent to the back when using
13036         the Next form functionality, when a form is clicked the current
13037         active shouldn't be sent to the back.
13038         - Layout the mdi windows when the container is first made visible.
13039         * Form.cs: Give the MdiClient a ref to the containing form when we
13040         create it.
13041         
13042 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
13044         * LinkLabel.cs : link_font could be uninitialized, so populate one
13045           before actual use. Fixed bug #78340.
13047 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
13049         * XplatUIX11.cs : clipboard format native value is IntPtr.
13050           Fixed bug #78283.
13052 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
13054         * Control.cs: 
13055           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
13056             which is passed up the parent chain by DefWndProc
13057           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
13058             to DefWndProc (#77956)
13059         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
13061 2006-05-10  Jackson Harper  <jackson@ximian.com>
13063         * MdiClient.cs: We need to remove the controls from the mdi
13064         collection, when we close the window.
13065         * MdiWindowManager.cs: Special handling of closing mdi windows.
13066         * InternalWindowManager.cs: Make the close method virtual so the
13067         mdi window manager can handle it specially.
13069 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
13071         * DataGrid.cs:
13072           - Recalculate grid when the data source has changed
13073           - Matches styles provided by user from all data sources types
13074         * DataGridTableStyle.cs: For columns that provided by the user set the
13075         with the preferred value is there was unassigned.
13076         * CurrencyManager.cs: throw OnItemChanged event
13078 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
13080         * PictureBox.cs: Don't animate until handle is created. Start animation
13081           when handle is created.
13083 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
13085         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
13086           current codebase.
13087         * XEventQueue.cs: We don't need to provide the extra info
13089 2006-05-10  Jackson Harper  <jackson@ximian.com>
13091         * MdiClient.cs: If the mdi clients parent form has a background
13092         image set, we draw that background image for the mdi area's
13093         background.
13095 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
13097         * TextBoxBase.cs: Set IBeam cursor (#78347)
13099 2006-05-10  Mike Kestner  <mkestner@novell.com>
13101         * ToolBar.cs: fix some text padding issues with ButtonSize
13102         calculation. Update the default size to match MS documentation.
13103         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
13104         button size. Fixes #78296.
13106 2006-05-10  Mike Kestner  <mkestner@novell.com>
13108         * ListBox.cs: use is_visible for scrollbar positioning in case the
13109         control isn't on screen yet.  Fix off by one with Right vs Width
13110         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
13111         
13112 2006-05-10  Jackson Harper  <jackson@ximian.com>
13114         * X11Dnd.cs: Drop to a control with another control on top of it.
13115         * ToolBar.cs: Work on a copy of the buttons list, so that it can
13116         be modified in click handlers. TODO: Look for similar problems in
13117         other controls.
13119 2006-05-09  Jackson Harper  <jackson@ximian.com>
13121         * Form.cs: Window managers need the old window state when setting
13122         window state now.
13123         * InternalWindowManager.cs: Allow the base mdi window manager to
13124         handle more of the MDI only stuff (like maximize buttons).
13125         * MdiWindowManager.cs: Fix some snafus in changing the window
13126         state.  Add all the menu functionality, for both popup and
13127         maximized menus.
13128         * MdiClient.cs: When a new form is selected the currently
13129         activated form is sent to the back, this matches MS.
13130         - Implement a new method to activate the next mdi child window.
13132 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
13134         * Control.cs: 
13135           - Added new InternalCapture method to allow controls to prevent
13136             the capture behaviour on the click handlers
13137           - Switched to use InternalCapture
13138         * ComboBox.cs:
13139           - Using InternalCapture to prevent mouse captures from being released
13140             on mouse button release (Fixes #78100)
13141         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
13142           returns Form borders if a caption is present. (Fixes #78310)
13144 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
13146         * TreeNode.cs: Changed serialization .ctor to not require every field
13147           to be present. (#78265)
13148         * OwnerDrawPropertyBag.cs: Added serialization .ctor
13150 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
13152         * MimeIcon.cs: for is faster than foreach for strings.
13154 2006-05-05  Mike Kestner  <mkestner@novell.com>
13156         * CheckedListBox.cs: update check handling code to not use selected.
13157         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
13158         behavior for visual feedback, motion response, shift/ctrl handling,
13159         and properly deal with all 4 selection modes. Updates to bounds
13160         handling logic.  Add scroll wheel support. [Fixes #77842]
13162 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
13164         * ListView.cs:
13165           - Moved adding of Implicit controls into .ctor. That way, subsequent
13166             creation of the controls will not cause them to think they are 
13167             toplevel windows (fixes #78200 header problem)
13168           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
13169           - Switched visibility setting of header control to use internal field
13170             to avoid triggering handle creation
13171           - Now checking if handle is created before causing a refresh when items
13172             are added (This makes us now match handle creation time with MS)
13173         * Splitter.cs: Removed loading of private splitter cursor, switched to
13174           Cursors version now that that is loading the right ones
13175         * Cursors.cs: Load proper splitter cursors from resources
13176         * Cursor.cs: Added second method of loading resource cursors for the 
13177           VS.Net users amongst us
13179 2006-05-05  Mike Kestner  <mkestner@novell.com>
13181         * ListView.cs: give header_control a minimum size based on the
13182         ListView size.
13184 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
13186         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
13187           window seems to do that with metacity, so set that type. (#78120)
13189 2006-05-05  Mike Kestner  <mkestner@novell.com>
13191         * ListViewItem.cs: fix Details mode checkbox layout bug.
13192         * ThemeWin32Classic.cs: draw a ListView column header for unused space
13193         at the end of the header, if it exists. [Fixes for #78200]
13195 2006-05-04  Jackson Harper  <jackson@ximian.com>
13197         * MdiClient.cs: Add a helper property to get the container form.
13198         * MdiWindowManager.cs: We have to make sure to use the menu origin
13199         when drawing the icons and buttons, this fixes maximized window
13200         icons/buttons on win32.
13201         * InternalWindowManager.cs: Reset the restore captions when a
13202         window goes from Maximized to Minimized and vice versa. Move the
13203         DrawMaximizedButtons into the MdiWindowManager source, tool
13204         windows can't be maximized. NOTE: This could use a little
13205         refactoring if time ever permits.
13206         
13207 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
13209         * TextBox.cs: Add MWFCategoryAttributes
13210         * TextBoxBase.cs: Add MWFCategoryAttributes
13211         * Form.cs: Add MWFCategoryAttributes
13213 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
13215         * Control.cs: Add MWFCategoryAttributes
13216         * ScrollableControl.cs: Add MWFCategoryAttributes
13218 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
13220         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
13221           Divider is true. Fix a little glitch in PropertyToolBar
13222           drawing code
13224 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
13226         * Control.cs:
13227           - Dispose: Call base.Dispose, this causes the disposed event
13228             to be fired (and probably other, more important stuff)
13229           - SetVisibleCore: Set is_visible to true after creating the
13230             window so that the window still gets created invisible (if
13231             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
13232             to generate a WM_ACTIVE message
13233         * Form.cs: Call Dispose when we want to destroy the window, instead of
13234           just destroying the handle (Dispose will do that for us)
13235         * XplatUIX11.cs:
13236           - RootWindow also needs a queue, so we can properly process the
13237             property change events from RootWindow (like Activate)
13238           - Generatic synthetic WM_ACTIVE message when the active window is
13239             being destroyed
13241 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
13243         * LinkLabel.cs: Trigger a recalc of our label dimensions when
13244           bounds are changed
13246 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
13248         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
13249           for determining width and height (image might not be assigned if
13250           we're drawing an imagelist)
13252 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
13254         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
13255         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
13256           height from system
13257         * Theme.cs: No longer returns hardcoded menu height, instead calls
13258           new driver method
13259         * Form.cs (OnLoad): Scaling happens before triggering Load events 
13260           on MS (# 78257)
13262 2006-05-01  Mike Kestner  <mkestner@novell.com>
13264         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
13266 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
13268         * TextBoxBase.cs: Removed Fixme
13269         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
13271 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
13273         * XplatUIX11.cs:
13274           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
13275             the rectangle relative to the parent, considering borders. We
13276             don't really want that.
13277           - ScrollWindow: Fixed warning to be more understandable
13278         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
13279           scrollbars and scroll only the visible area
13280         * RichTextBox.cs: Removed debug output
13282 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
13284         * NumericUpDown.cs (Text): Just use base
13285         * UpDownBase.cs: Ensure txtView is created before using it
13287 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
13289         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
13290           casting to IntPtr to avoid 64bit overflow errors
13292 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
13294         * Control.cs:
13295           - AllowDrop: Don't force handle creation.
13296           - CreateHandle: Added call to tell driver if we're allowed to drop
13298 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
13300         * FileDialog.cs: Remember the last directory not only for the
13301           current instance but also for new FileDialog instances.
13303 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
13304         
13305         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
13306           broke sending async messages
13308 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
13310         * XplatUIX11.cs:
13311           - ScrollWindow: Fixed method. We finally generate expose events again
13312             for scrolled areas. This was causing 'garbage' when scrolling
13313             textbox and other controls that used ScrollWindow
13314           - Switched from using the regular queue for paint events to the MS 
13315             model of 'generating' paint events when the queue is empty.
13316             We use the new XQueueEvent.Paint subclass to store which windows
13317             need painting.
13318           - AddExpose now takes the x/y/width/height of the exposed area
13319             and inserts the window into the paint queue if not already there
13320           - InvalidateWholeWindow: Switched to use new AddExpose method
13321           - UpdateMessageQueue: Added which queue to monitor for paint events
13322           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
13323             the unlikely case nothing above handles it. We reset the expose
13324             pending states to get them off the queue.
13325           - GetMessage: Now pulls a paint event if no other events are in the
13326             queue
13327           - Invalidate: Switched to new AddExpose method
13328           - PeekMessage: Updated to understand pending paint events
13329           - UpdateWindow: Fixed logic bug. We were only updating if the window
13330             didn't need updating. Also switched to sending WM_PAINT directly,
13331             like MS does.
13332         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
13333           and random access Remove(). The random access is needed to handle
13334           UpdateWindow() where a WM_PAINT is sent directly without accessing
13335           the queue.
13336         * ScrollBar.cs: Added Update() calls to cause immediate updates to
13337           allow for better feedback when scrolling. Scrollbars are small and
13338           the immediate update should make it 'feel' more responsive without
13339           slowing things down. ScrollBar still needs it's invaliate logic
13340           updated to not always invalidate the whole bar on certain changes.
13342 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13344         * Control.cs:
13345         (BackColor): if the control does not support a transparent background,
13346         return the default backcolor when the parent backcolor is transparent.
13348 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
13350         * Application.cs: Updated to new StartLoop/GetMessage API
13351         * RichTextBox.cs: Provide some output on RTF parsing errors
13352         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
13353           new queue_id argument to GetMessage and PeekMessage to allow faster
13354           handling of per-thread queues in drivers.
13355         * Hwnd.cs: Added Queue tracking and property
13356         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
13357         * XEventQueue.cs: Added thread trackingA
13358         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
13359         * XplatUIX11.cs:
13360           - Implemented new per-thread queue
13361           - GetMessage: Fixed return/break behaviour on several cases. We were
13362             returning stale messages in some cases, instead of just processing
13363             the next message
13365 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
13367         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
13369 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
13371         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
13372           fixed off-by-one comparisons between Width/Height and Right/Bottom.
13374 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
13376         * PropertyGridView.cs: Fix drop down width.
13378 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
13380         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
13381           a mess in DrawToolBar, so I removed one of them.
13383 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
13385         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
13386           needed (clip). Otherwise we get artifacts.
13388 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
13390         * FixedSizeTextBox.cs: Added constructor to allow specifying which
13391           dimension is fixed
13392         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
13393           and switched FixedSizeTextBox to only be fixed vertical (#78116)
13394         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
13395           if it matches the scale base font (avoids unneeded scaling)
13397 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
13399         * X11DesktopColors.cs: One gtk_init_check should be enough
13401 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
13403         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
13404           match MS behaviour
13406 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
13408         * TextBoxBase.cs: 
13409           - Generate OnTextChanged for Backspace even if we're only deleting
13410             the current selection
13411           - When setting the Text property, only select all text if the
13412             control does not have focus when it is being set. Otherwise
13413             just place the cursor at the beginning of the control
13415 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
13417         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
13418           Added a little helper to draw PropertyGrid ToolBar with a different
13419           border and a different BackColor.
13420         * PropertyGrid.cs: Some background parts didn't get painted with the
13421           correct background color. Added a class that helps us to draw the
13422           correct border for PropertyGridView and a class that helps us to
13423           draw ToolBars with a different backcolor
13424         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
13426 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
13428         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
13429         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
13431 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
13433         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
13434           into the palette entries. Also, since we're working on a copy
13435           we needed to copy the palette back onto the bitmap.
13436         * Cursor.cs: Same fix as XplatUIWin32.cs.
13438 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
13440         * ImageListStreamer.cs: Need to read the var (or we're off)
13442 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
13444         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
13445           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
13446           TextBoxBase.cs: Unused var fixes
13447         * AxHost.cs: Small 2.0 fix
13448         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
13449           as it seems that is what at least Metacity expects. This will make
13450           icons show up on 64bit platforms. We still have some 64bit size
13451           issues, though, since the startup app window size still won't match.
13453 2006-04-25  Mike Kestner  <mkestner@novell.com>
13455         * *.cs: cleanup newly reported exception var unused warnings.
13457 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
13459         * ThemeWin32Classic.cs: Button image alignment now matches exactly
13460           ms
13462 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
13464         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
13465           image. The image position is always the same, no matter if the
13466           button is pressed or not.
13468 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
13470         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
13471           selection and set the correct filename for SaveFileDialog.
13472           Patch by Emery Conrad.
13474 2006-04-24  Mike Kestner  <mkestner@novell.com>
13476         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
13477         check for item.X outside the ClientRect instead of item.Y. Fixes
13478         #78151.
13480 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13482         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
13483         trust that value blindly and do some sanity check. Fixes bug #77814.
13485 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13487         * ImageListStreamer.cs: save the mask as a 1bpp image.
13489 2006-04-21  Mike Kestner  <mkestner@novell.com>
13491         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
13492         pass Checked and Indeterminate to the Theme Engine. Improve
13493         encapsulation with ListBox.
13494         * ListBox.cs: Keep a StringFormat instead of calculating it every item
13495         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
13496         nested types.  Move all CheckState functionality to CheckedListBox.
13497         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
13498         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
13499         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
13500         single base list. Fix scrollbar sizing and placement to mirror MS.
13501         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
13502         used.
13503         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
13504         for CheckedListBox by using new DrawItemState info.  Center the
13505         checkboxes on the items. Use new StringFormat property.
13507 2006-04-18  Jackson Harper  <jackson@ximian.com>
13509         * Form.cs: MdiChildren don't do default locations the same way as
13510         regular forms.  This prevents a crash when trying to position the
13511         mdi windows.
13513 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
13515         * PropertyGridTextBox.cs: Formatting, copyright
13516         * PropertiesTab.cs: Formatting
13517         * PropertyGrid.cs: Formatting
13518         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
13519           click toggling of values
13520           
13521 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
13523         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
13524         * Control.cs (.ctor): verify_thread_handle is static, don't reset
13525           every time a control is created
13526         * Application.cs: Removed obsolete EnableRTLMirroring method
13528 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
13530         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
13531         SelectedIndex to -1. Fixes bug #78121.
13533 2006-04-17  Jackson Harper  <jackson@ximian.com>
13535         * Binding.cs: Handle null values for Current and BindingContext.
13536         This occurs when binding is a little delayed.
13537         * CurrencyManager.cs: return null for Current when there are no
13538         items in the list.
13539         - Hookup to the listchanged event on the DataView and update
13540         bindings when the list is changed.  This fixes late binding of
13541         controls.
13543 2006-04-17  Jackson Harper  <jackson@ximian.com>
13545         * X11Dnd.cs:
13546         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
13547         Ringenbach.
13549 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
13551         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
13552           place
13553         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
13554           with the correct ButtonState
13556 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
13558         * XplatUIX11.cs: Improved distinguishing between window types to
13559           tell the WM a type closer to what the app wants (Fixes #78107)
13561 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
13563         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
13564           GrabHandle
13566 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
13568         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
13569           drawing code to reflect the size grip changes
13571 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13573         * ImageListStreamer.cs: fix handling of the mask that follows the main
13574         bitmap when deserializing and serialize it properly. The generated mask
13575         should better be a 1bpp image, but I'll do that later.
13577 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
13579         * FileDialog.cs: Show something in the DirComboBox on *nix if the
13580           path doesn't fit into some of our Current.Places
13582 2006-04-13  Jackson Harper  <jackson@ximian.com>
13584         * ComboBox.cs: Use borders instead of drawing our own decorations,
13585         try to obey correct rules for heights.
13586         * Theme.cs:
13587         * ThemeNice.cs:
13588         * ThemeClearLooks.cs:
13589         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
13590         this is now handled by borders.
13591         - Remove unused DrawListBoxDecorationSize method.
13592         
13593 2006-04-13  Mike Kestner  <mkestner@novell.com>
13595         * MenuAPI.cs: null guarding for the disbled click check fixes crash
13596         reported by Alex.
13598 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
13600         * ThemeWin32Classic.cs: 
13601           - Fixed CPDrawStringDisabled
13602           - Corrected drawing of disabled menu items
13603           - Fixed drawing of disabled radio buttons (bug #78095)
13604           - Draw check in a disabled CheckBox with color ControlDark 
13606 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
13608         * Form.cs: Use the provided width when calculating the menu size;
13609           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
13610           and ClientSize.Width won't be updated yet
13611         * Application.cs: Use Visible instead of Show() to make form visible,
13612           this way we create the handle later and menusize is considered
13614 2006-04-12  Mike Kestner  <mkestner@novell.com>
13616         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
13617         reporting.
13619 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
13621         * TextBox.cs: Implemented context menu
13623 2006-04-12  Mike Kestner  <mkestner@novell.com>
13625         * ListView.cs: implement box selection. fixes #77838.
13626         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
13628 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
13630         * XplatUIX11.cs: Added setting of window type when transient window
13631           is created (metacity would move it otherwise)
13632         * X11Structs.cs: Added WINDOW_TYPE atoms
13633         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
13634           background (the control is Opaque but still wants transparent
13635           backgrounds)
13637 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
13639         * Control.cs: Added OnPaintBackgroundInternal to allow controls
13640           that set Opaque but don't mean it (like all ButtonBase-derived
13641           controls) to still draw their background
13642         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
13643           the background
13645 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
13647         * Control.cs (PaintControlBackground): Set the graphics object
13648           on our PaintEvent to null to prevent it from being disposed
13649           when the PaintEvent gets disposed
13651 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
13653         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
13654         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
13656 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
13658         * Control.cs: 
13659           - Added transparency check to BackColor property. Transparent
13660             backgrounds are only allowed if the control styles permit it
13661           - Added recursive painting of parent control background and
13662             foreground if a control with a transparent backcolor is drawn
13663             (Thanks to Tim Ringenback for providing his 'hack' as a base
13664              for this patch) Fixes #77985 and #78026.
13665           - Added Opaque style check before calling OnPaintBackground, no
13666             need to draw the background if the control is opaque
13667           - Removed ControlAccessibleObject owner variable (inherited from
13668             base, no need to define again)
13669           - Added some documentation links explaining the drawing events
13670             and styles
13672 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
13674         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
13675           that the affected control is the located at the left border of our
13676           parent (Fixes #77936)
13678 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
13680         * TextBoxBase.cs: When rendering disabled or readonly controls,
13681           draw the background with 'Control' instead of 'Window' color as
13682           long as the user hasn't specifically set a color
13684 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
13686         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
13687           since that won't be updated if the user types text (only if it's
13688           programatically set)
13690 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
13692         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
13693           layout changes do to app-triggered resizes will have the proper
13694           display rectangle for layout
13696 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
13698         * ThemeWin32Classic.cs:
13699           - Make use of the SystemBrushes and SystemPens wherever possible
13700           - Corrected some highlight colors
13701           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
13702             drawing
13703         * Theme.cs: Added Empty field to CPColor struct
13705 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
13707         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
13708           is displayed when calculating the display rectangle. Thanks to Mike
13709           for teaching me the err of my ways.
13711 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
13713         * ScrollableControl.cs:
13714           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
13715             (instead of 0,0) and we now return the real width/height instead of
13716             just the clientrectangle, adjusted for padding. The rectangle is
13717             now cached and created by the new CalculateDisplayRectangle method.
13718           - Created new CalculateDisplayRectange method, which basically does
13719             what get_DisplayRectangle() did originally, but now using the 
13720             right edge instead of DisplayRectangle to determine the size of
13721             our scrollbars
13722           - get_Canvas(): Fixed it to properly calculate canvas for 
13723             right/bottom controls which seem to be placed to the right/bottom
13724             of any controls that have a fixed location
13725           - Removed TODO that's taken care of
13726           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
13727             and SetDisplayRectLocation according to new MSDN2 docs
13728           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
13729             event when that is called, this is added for compatibility
13730           - ScrollControlIntoView(): Implemented.
13731           - Switched scrollbars to be implicit, they shouldn't be selectable
13732         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
13733           call it when the active control is set/changed
13734         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
13735         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
13736           implicit_control variable (used for native Win32 message generation)
13737         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
13738           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
13739         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
13740         * XplatUIStructs.cs: Added ScrollBarCommands enum
13742 2006-04-10  Jackson Harper  <jackson@ximian.com>
13744         * ButtonBase.cs:
13745         * CheckedListBox.cs:
13746         * ComboBox.cs:
13747         * DataGrid.cs:
13748         * DataGridView.cs:
13749         * Form.cs:
13750         * GroupBox.cs:
13751         * ListBox.cs:
13752         * PrintPreviewControl.cs:
13753         * ProgressBar.cs:
13754         * PropertyGrid.cs:
13755         * Splitter.cs:
13756         * StatusBar.cs:
13757         * TrackBar.cs:
13758         * UpDownBase.cs: Fixup base event overrides.
13759         
13760 2006-04-06  Mike Kestner  <mkestner@novell.com>
13762         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
13763         all user-initiated value changes to min <= value <= max-thumbsz+1.
13764         (set_Value): check for vert/horiz when calculating new thumb position.
13765         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
13766         like MS does.
13767         (OnMouseMoveSB): refactor the thumb dragging code and refine
13768         invalidation logic to reduce flicker.
13769         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
13770         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
13771         (UpdateThumbPosition): small code readability cleanup
13773 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
13775         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
13776           different
13778 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
13780         * ThemeNice.cs: Use a better graphics effect when a button is pressed
13782 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
13784         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
13785         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
13786           This dramatically reduces the number of Pen.Dispose calls. 
13787           Where possible call ResPool methods only once instead of calling it
13788           over and over again (for example for the same color).
13790 2006-04-06  Mike Kestner  <mkestner@novell.com>
13792         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
13793         Also remove an unused private field on the collection. Fixes #77972.
13795 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
13797         * ThemeNice.cs: Added ToolBar drawing code
13799 2006-04-06  Mike Kestner  <mkestner@novell.com>
13801         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
13802         I'm assuming that means we need to look up the toplevel for the
13803         provided control. Fixes the crash trace in #77911 but exposes another
13804         crash in some strange reflection usage in NDocGui.
13806 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
13808         * ThemeNice.cs: Gave it a little silver touch and added Images
13809           method
13810         * FontDialog.cs: FontDialog is not resizable
13811         * FileDialg.cs: Added SizeGripStyle.Show
13813 2006-04-05  Jackson Harper  <jackson@ximian.com>
13815         * KeyboardLayouts.cs: Remove warning.
13817 2006-04-05  Jackson Harper  <jackson@ximian.com>
13819         * Control.cs: Enable OnPaintInternal so we can use it for drawing
13820         all of our controls instead of Paint +=.
13821         * ListBox.cs:
13822         * ListView.cs:
13823         * MenuAPI.cs:
13824         * MessageBox.cs:
13825         * NotifyIcon.cs:
13826         * ProgressBar.cs:
13827         * ScrollBar.cs:
13828         * Splitter.cs:
13829         * StatusBar.cs:
13830         * TabControl.cs:
13831         * TextBoxBase.cs:
13832         * ToolBar.cs:
13833         * TrackBar.cs:
13834         * UpDownBase.cs:
13835         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
13836         use OnPaintInternal. Remove Width/Height and Visible checks in
13837         paint handler, this is done at a higher level now.
13838         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
13839         * PaintEventArgs.cs: Add a handled flag so controls that don't
13840         want anymore painting after OnPaintInternal can make sure OnPaint
13841         isn't called.
13843 2006-04-05  Mike Kestner  <mkestner@novell.com>
13845         * Form.cs: fix the menu WndProc hacks to respect the native enabled
13846         state of the form, so that we don't process events when Modal dialogs
13847         are up. Fixes #77922.
13849 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
13851         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
13852           checking is done.
13854 2006-04-05  Mike Kestner  <mkestner@novell.com>
13856         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
13858 2006-04-05  Mike Kestner  <mkestner@novell.com>
13860         * ListView.cs (HeaderMouseMove): null guarding for the over column
13861         when setting up the drag_to_index.  Fixes #78015.
13863 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
13865         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
13866           in the taskbar. Transient windows seem to accomplish that.
13868 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
13870         * Form.cs:
13871           - Re-enabled CreateParams.X/Y code for FormStartPosition
13872           - Added code for manual placement when creating the Control
13873           - Incomplete patch to treat MDI forms differently when
13874             setting the ClientSizeCore. (Still need to figure out handling
13875             x/y coords there)
13876         * XplatUIX11.cs:
13877           - When we're explicitly setting the X/Y position of a non-Child
13878             window, let the WM know. Metacity really wants this.
13880 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
13882         * ThemeNice.cs: Added CPDrawButton
13884 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
13886         * ThemeNice.cs: Changed the color for focused buttons and activated
13887           the arrows for small scroll buttons.
13889 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
13891         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
13892           anymore. Changed some method modifiers to protected (virtual)
13893         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
13894           changes
13895         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
13896           Updated drawing of menus, buttons and progressbars; added
13897           CPDrawBorder3D 
13899 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13901         * ImageListStreamer.cs: implemented serialization/deserialization
13902         of the images.
13904 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
13906         * ThemeWin32Classic.cs:
13907           - Removed all the DrawFrameControl stuff; CPDrawButton,
13908             CPDrawCheckBox and CPDrawRadioButton are now handled directly
13909             inside the methods
13910           - Updated and corrected the drawing code of CPDrawButton,
13911             CPDrawCheckBox and CPDrawRadioButton to better match ms
13912           - Updated theme checkbox and radiobutton code to use the CP*
13913             methods
13915 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
13917         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
13918           bug is fixed
13920 2006-03-31  Jackson Harper  <jackson@ximian.com>
13922         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
13923         sometimes.
13924         * UpDownBase.cs: Don't CreateGraphics manually, use a
13925         Refresh. Ideally we would invalidate the correct areas here.
13927 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
13929         * XplatUIX11.cs: 
13930           - We now track the mapping state of windows. If a window (or 
13931             one of it's parents) is not mapped we no longer permit
13932             WM_PAINT messages to be generated since we'd otherwise get 
13933             lots of BadMatch X errors. Jackson did all the work figuring
13934             out the problem.
13935           - Destroying the caret if the window it's contained in is 
13936             destroyed. Can't use regular DestroyCaret method since it
13937             might fall into a drawing function (trying to remove the
13938             caret) and with that generate new BadMatch errors. Again,
13939             Jackson tracked this down.
13940           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
13941             make sure we send the messages to all windows. (The old code
13942             would send the WM_DESTROY to the window, and then all child
13943             windows would be 'gone' because the WM_DESTROY handle lookup
13944             would no longer find the destroyed window)
13945         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
13946         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
13948 2006-03-31  Jackson Harper  <jackson@ximian.com>
13950         * ScrollableControl.cs: Dont recalc if we are not visible.
13952 2006-03-31  Mike Kestner  <mkestner@novell.com>
13954         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
13955         the visibility branch.
13957 2006-03-31  Jackson Harper  <jackson@ximian.com>
13959         * ScrollBar.cs: Cap values when incrementing/decrementing.
13961 2006-03-31  Mike Kestner  <mkestner@novell.com>
13963         * MenuAPI.cs: setup menu.tracker for popup/context menus.
13964         * ToolTip.cs: guard against timer expirations with no active control.
13965         Not sure why it happened.
13967 2006-03-31  Mike Kestner  <mkestner@novell.com>
13969         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
13970         text.
13971         * ToolTip.cs: Position the tooltip based on where the cursor is at
13972         popup time, not at MouseEnter time.  Add a Down state so that we don't
13973         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
13974         positioning offset. Lookup DisplaySize at positioning time, since it
13975         can theoretically change during invocation.
13976         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
13977         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
13979 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
13981         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
13982           Fixes behaviour when the Text property of the box is String.Empty
13984 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
13986         * XplatUIX11.cs: Only send mouseleave for our client windows, not
13987           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
13988           a window)
13990 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
13992         * FileDialog.cs: Visual enhancement for the popup buttons in 
13993           PopupButtonPanel
13995 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
13997         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
13998           code
14000 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
14002         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
14003           highlighted menu items to match ms
14005 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
14007         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
14009 2006-03-30  Mike Kestner  <mkestner@novell.com>
14011         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
14012         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
14013         go active to account for HotLight to Selected transition.
14014         * MenuItem.cs: add internal Selected prop. Fill out the Status
14015         property by calculating it from item info. Add HotLight,
14016         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
14018 2006-03-30  Mike Kestner  <mkestner@novell.com>
14020         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
14022 2006-03-29  Jackson Harper  <jackson@ximian.com>
14024         * Form.cs: Implement TODO.
14026 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
14028         * PrintPreviewDialog.cs: Implemented missing methods and events; still
14029           missing proper dialog setup in the constructor
14031 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
14033         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
14034         * Control.cs:
14035           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
14036           - Fixed ResetBindings and removed TODO
14037           - Added check for cross-thread calls to get_Handle()
14038           - Added Marshaller attribute for set_Font to satisfy class status
14039         * FontDialog.cs: Removed TODOs that seemed implemented
14040         * UpDownBase.cs: Removed unneeded TODO and Fixme
14041         * MessageBox.cs: Implemented support for Default button and removed TODO
14042         * FileDialog.cs: Removed obsolete TODO
14043         * DomainUpDown.cs: Removed obsolete TODO
14044         * ButtonBase.cs: Removed obsolete TODO
14045         * XplatUIWin32.cs: Removed obsolete TODO
14046         * Form.cs:
14047           - Removed obsolete TODO
14048           - Calling CheckAcceptButton when the acceptbutton is changed to allow
14049             internal status updates
14050           - Making sure the active control is selected when the control is created
14051         * CurrencyManager.cs: Removed obsolete TODO
14053 2006-03-29  Mike Kestner  <mkestner@novell.com>
14055         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
14056         of PrintPreviewDialog and RichTextBox.
14058 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
14060         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
14061           DarkDark, Light and LightLight colors for a specific color
14062         * ThemeWin32Classic.cs:
14063           - Use Button drawing code to draw RadioButtons and CheckBoxes with
14064             Appearance = Button 
14065           - Make use of the new ResPool helper CPColor
14066           - Draw ProgressBar and StatusBar with correct 3D borders
14068 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
14070         * ColorDialog.cs: Return selected color. Fixes bug #77940.
14072 2006-03-28  Mike Kestner  <mkestner@novell.com>
14074         * ListView.cs: fix Icon layout to plan for scrollbar widths when
14075         calculating col/row counts.
14077 2006-03-28  Mike Kestner  <mkestner@novell.com>
14079         * ColumnHeader.cs:
14080         * ListView.cs:
14081         * ListViewItem.cs:
14082         * Menu.cs: 
14083         switch to explicit interface method implementation for some methods
14084         corcompare identifies as inconsistent with MS.
14086 2006-03-28  Mike Kestner  <mkestner@novell.com>
14088         * MainMenu.cs: 
14089         * Menu.cs:
14090         add a few missing methods from the class status output.
14092 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
14094         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
14095           correct.
14097 2006-03-28  Mike Kestner  <mkestner@novell.com>
14099         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
14101 2006-03-27  Mike Kestner  <mkestner@novell.com>
14103         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
14104         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
14106 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
14108         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
14110 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
14112         * ThemeWin32Classic.cs:
14113           - GroupBox: Inserted a little gap between the text and the lines
14114             on the right side
14115           - Made the code in CPDrawBorder3D more readable
14116           - Corrected the drawing location of the up and down arrows in 
14117             CPDrawScrollButton
14119 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
14121         * ControlPaint.cs: Corrected line widths in DrawBorder for
14122           ButtonBorderStyle Inset and Outset
14124 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
14126         * ThemeWin32Classic.cs:
14127           - Rewrote the totally broken CPDrawBorder3D method. That was
14128             one of the main problems for the terrific ThemeWin32Classic
14129             look
14130           - Updated and corrected Button drawing
14131           - Correct the dimensions of the SizeGrip to match ms ones
14132           - Removed a small drawing glitch in DrawComboBoxEditDecorations
14133         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
14134           Border3DStyle.Sunken to match ms.
14136 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
14138         * ThemeWin32Classic.cs: First small part of the "de-uglify
14139           ThemeWin32Classic" effort, SizeGrip
14141 2006-03-24  Jackson Harper  <jackson@ximian.com>
14143         * XplatUIX11.cs: Give a max idle time of one second, this matches
14144         MS and forces an Idle event every second when there are no other
14145         events in the queue.
14147 2006-03-24  Mike Kestner  <mkestner@novell.com>
14149         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
14150         * ListView.Item.cs: fix layout issues with null image lists and images
14151         smaller than checkbox size.
14152         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
14153         mode like MS does.  It's weird, but consistent.  ;-)
14154         Fixes #77890.
14156 2006-03-24  Mike Kestner  <mkestner@novell.com>
14158         * ListView.cs: Scroll wheel support for the item control.  Fixes
14159         #77839.
14161 2006-03-23  Jackson Harper  <jackson@ximian.com>
14163         * ScrollableControl.cs: Special case negative sized areas, not
14164         zero.
14165         * MonthCalendar.cs: Save the rect of the clicked date so we can
14166         use it for invalidation.
14167         - Try to cut down on the number of invalidates
14168         - Invalidate the rect the mouse is over and was over when moving
14169         the mouse, so we get the focus box following the cursor.
14171 2006-03-23  Mike Kestner  <mkestner@novell.com>
14173         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
14174         focus rectangle drawing. Fixes #77835.
14176 2006-03-23  Mike Kestner  <mkestner@novell.com>
14178         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
14179         the if and else if and reverting back to the original == check on the
14180         None conditional.
14182 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
14184         * FontDialog.cs: Update the example panel if the selected index of
14185           the fontListBox changes.
14187 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
14189         * FileDialog.cs: Make FileDialog remember which directory it was in
14190           last in the same execution.
14192 2006-03-22  Mike Kestner  <mkestner@novell.com>
14194         * FileDialog.cs: make the DropDownMenu on the toolbar display
14195         RadioChecks since they are mutually exclusive and that's what MS does.
14197 2006-03-22  Mike Kestner  <mkestner@novell.com>
14199         * Theme.cs: add Color param to CPDrawMenuGlyph.
14200         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
14201         checks and radio marks and arrows are visible on highlighted items.
14202         * ControlPaint.cs: update to use new Theme signature.
14204 2006-03-22  Mike Kestner  <mkestner@novell.com>
14206         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
14207         is active. Fixes #77870.
14209 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
14211         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
14212           to be focused/selected after startup
14214 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
14216         * ColorDialog.cs: 
14217           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
14218             CustomColors and ShowHelp properties
14219           - Some internal rewrites to get better results when using the
14220             ColorMatrix
14222 2006-03-22  Mike Kestner  <mkestner@novell.com>
14224         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
14225         HoverSelection.  Fixes #77836.
14227 2006-03-22  Mike Kestner  <mkestner@novell.com>
14229         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
14230         ToggleButtons.  (De)Sensitize the Back button around a stack count of
14231         1, not 0.  Update ButtonSize based on a pixel count of the win32
14232         control.  Adjust the toolbar size/location for new button size.
14234 2006-03-22  Jackson Harper  <jackson@ximian.com>
14236         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
14237         true.
14238         * ScrollBar.cs: When doing increments and decrements we need to
14239         set the Value property so that ValueChanged gets raised. A
14240         possible optimization here would be to make an internal SetValue
14241         that doesn't invalidate immediately.
14242         * ToolTip.cs: Tooltips get added to their container (when
14243         supplied) so they get disposed when the container is disposed.
14244         - Don't create tooltips for String.Empty. This prevents all these
14245         little 2-3 pixel windows from showing up when running nunit-gui
14246         and driving me mad.
14247         * Form.cs: Don't set topmost when setting the owner if the handles
14248         haven't been created yet.  The topmost set will happen when the
14249         handles are created.
14251 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
14253         * XplatUIX11.cs:
14254           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
14255           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
14256             visible (to allow them to recalculate their sizes)
14258 2006-03-21  Mike Kestner  <mkestner@novell.com>
14260         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
14261         methods. Removed a ton of redundant code.  Still not really happy with
14262         the border rendering, but I think that's mainly because of the
14263         ControlDarkDark being black instead of a dark grey. Depending on how 
14264         close we want to be, we might want to revisit those color choices.
14265         Among the new features added during the refactor were DropDownArrow
14266         pressed rendering, Disabled image rendering.  Proper flat appearance
14267         boundary rendering.  Removed the Divider and Wrapping dividers since I
14268         can't figure out any combination of themes and conditions to make the
14269         MS control draw a horizontal line on a toolbar despite what the
14270         Divider property docs indicate.
14271         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
14272         conditions and incorrect layout.  Updated to coding standard.
14273         * ToolBarButton.cs: refactored layout and positioning code from
14274         ToolBar to here.  Invalidate wherever possible instead of forcing
14275         redraws of the whole toolbar. 
14276         (Known remaining issues: explicit ButtonSize smaller than provided
14277         images.)
14279 2006-03-21  Mike Kestner  <mkestner@novell.com>
14281         * ContextMenu.cs (Show): use the position parameter instead of just
14282         showing at the MousePosition.
14284 2006-03-21  Jackson Harper  <jackson@ximian.com>
14286         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
14287         control handle this.
14288         * TreeNodeCollection.cs: If we are clearing the root node we need
14289         to reset top_node so calcs can still happen.
14290         * ThemeWin32Classic.cs: This is a Flags so we need to check
14291         properly.
14292         
14293 2006-03-21  Jackson Harper  <jackson@ximian.com>
14295         * DataGrid.cs: Create columns when the binding context has been
14296         changed.
14297         * X11Structs.cs: Keysyms are uints.
14298         - Add size to fix build.
14300 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
14302         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
14303           XplatUIOSX.cs: 
14304           - Added ResetMouseHover method to allow controls to retrigger
14305             hovering if they need it more than once
14306           - Implemented MouseHoverTime and MouseHoverSize properties
14307         * Timer.cs: Start() must reset the interval
14308         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
14309           properties
14311 2006-03-21  Jackson Harper  <jackson@ximian.com>
14313         * X11Keyboard.cs: improved layout detection. Move the nonchar
14314         tables into this file.
14315         * KeyboardLayouts.cs: Move the tables into resource files.
14317 2006-03-21  Mike Kestner  <mkestner@novell.com>
14319         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
14321 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
14323         * Mime.cs: Various speed optimizations. Looking up mime types
14324           is now 2 times faster than before
14326 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
14328         * CreateParams.cs: Added internal menu field
14329         * Control.cs: 
14330           - Switched call order for UpdateBounds; now we always call
14331             the one that also takes ClientSize, and we're calculating the 
14332             client size via driver method in the others. The previous
14333             method of tracking client size by difference wasn't working
14334             for forms where even the starting client size wouldn't match
14335             the overall form size (due to borders) (Part of fix for #77729)
14336           - CreateParams(): Do not use parent.Handle unless the handle is
14337             already created. Causes havoc with Nexxia and throws off our
14338             creation of controls
14339         * XplatUIX11.cs:
14340           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
14341           - Switched handling of ConfigureNotify over to new PerformNCCalc 
14342             method (consolidates code)
14343           - Changed RequestNCRecalc to use new PerformNCCalc method
14344           - Added calls to RequestNCRecalc when menus and borders are changed
14345             to allow app to set NC size. (Part of fix for #77729) This matches
14346             when MS send a WM_NCRECALC on Win32 windows.
14347           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
14348             (Part of fix for #77729). This matches what MS does, they also
14349             send that message when the form is made visible.
14350           - XException.GetMessage: Improved usability of X errors by including
14351             a translation of the window into Hwnd and Control class
14352           - Improved debug info for window creation, reparenting and destruction
14353           - Created helper method WindowIsMapped() [Currently not used]
14354         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
14355         * Form.cs:
14356           - CreateParams: Now setting our menu on the new internal menu field
14357           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
14358             avoid calculating the same property twice
14359         * Hwnd.cs:
14360           - Improved usability of ToString() for debugging purposes
14361           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
14362             determine the height of the menu, instead of just the font. This
14363             required to also create a graphics context and to keep a bmp 
14364             around (for performance reasons)
14366 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
14368         * MenuAPI.cs: Added OnMouseUp method
14369         * Form.cs:
14370           - Now remembering the requested client size, avoids size errors
14371           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
14372             instead of base if the menu is active. This is required due to
14373             control now capturing and releasing on down/up and it would
14374             prematurely release our menu capture
14376 2006-03-17  Jackson Harper  <jackson@ximian.com>
14378         * KeyboardLayouts.cs: Add the czech layouts.
14380 2006-03-16  Jackson Harper  <jackson@ximian.com>
14382         * Control.cs: Use the viewport space when sizing not the controls
14383         client size, so things like ScrollableControl that effect the
14384         viewport size (when scrollbars are added) are computed correctly.
14385         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
14386         of ManagerEntrys.
14387         - Handle creating BindingManagers for null data sources.
14388         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
14389         source, otherwise when rows are added they are added to the 'fake'
14390         datasource and we will crash when trying to set the position in
14391         those rows.
14392         - Use Implicit scrollbars on the datagrid so they arent
14393         selectable.
14394         
14395 2006-03-16  Jackson Harper  <jackson@ximian.com>
14397         * Binding.cs:
14398         * InternalWindowManager.cs:
14399         * MdiWindowManager.cs:
14400         * X11Keyboard.cs: I really want Mike to love me again (fix
14401         compiler warnings).
14403 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
14405         * DataGrid.cs:
14406           - OnMouseDown: Switch to editing mode when clicking on the cell
14407                          even if we're clicking on the cell that's currently 
14408                          selected
14409           - ProcessGridKey: Left/Right now wrap like MS.Net does
14410           - ProcessGridKey: Tab now knows to add a new row when tab is
14411                             pressed in the cell of the last column of the 
14412                             last row
14413           - ProcessGridKey: Enter now adds another row  if pressed in the last
14414                             row and selectes the new row, same column cell
14415           - ProcessGridKey: Home/End navigate columns, not rows, like 
14416                             originally implemented
14417           - Broke ProcessKeyPreview code out into an extra Internal method
14418             so it can be called from the edit code
14419         * DataGridTextBox.cs (ProcessKeyMessage):
14420           - Switched to accept Tab keypresses
14421           - Added F2 handling to allow jumping to the end of the edited cell
14422           - Added logic to allow moving caret left/right inside edited cell
14423             and making the edited cell jump when the caret hits cell borders
14424           - Tab and Enter are now passed to the datagrid after being handled
14425         * TextBoxBase.cs:
14426           - Removed capture code now that Control handles it
14427           - set_SelectionStart now ensures caret is visible
14429 2006-03-16  Jackson Harper  <jackson@ximian.com>
14431         * TrackBar.cs: Debackwards the increment/decrement for handling
14432         mouse clicks on the bar with vertical trackbars.
14433         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
14434         bottom to match MS.
14436 2006-03-16  Mike Kestner  <mkestner@novell.com>
14438         * ListView.cs: make shift/ctrl keyboard and mouse selection 
14439         consistent with the MS control. Fix a bug in
14440         SelectedListViewItemCollection.Clear that was pissing me off for the
14441         better part of a day because the collection was being altered
14442         underneath us as we walked the list.
14444 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
14446         * Control.cs: Not sure how we could miss this so long, but it seems
14447           that MS.Net has Capture set all the way from before calling 
14448           OnMouseDown through sending the mouse events until after
14449           OnMouseUp. This will fix DataGrid's selection being set to end
14450           at the location of the MouseUp.
14452 2006-03-15  Jackson Harper  <jackson@ximian.com>
14454         * BindingContext.cs: Check the binding after its added so that it
14455           can initialize the binding managers and hookup to events.
14456         * Binding.cs: Data members seem to sometimes include rows/cols in
14457           the format Row.Column we now take this into account.
14458           - Hookup to the position changed event so we can update the
14459           control when the position has changed in the data set.
14460         * CurrencyManager.cs: Take into account the row/col naming
14461           convention when creating dataset tables.
14462         * BindingContext.cs: Using a newer better way of storing
14463           datasource/datamember pairs.  Hopefully this better matches MS for
14464           looking up binding managers.
14467 2006-03-15  Jackson Harper  <jackson@ximian.com>
14469         * BindingContext.cs: The currency manager needs the data member
14470         name, if the member is a data set we use the name to find the
14471         correct table.
14472         * CurrencyManager.cs: When creating the list prefer an IList over
14473         an IListSource.
14474         - Attempt to create a DataTable from a DataSet (TODO: might need
14475         some better error checking here, although MS doesn't seem to have much)
14476         - If we have a DataTable create a view and use it as our list.
14478 2006-03-15  Mike Kestner  <mkestner@novell.com>
14480         * ListView.cs: keep a matrix of the icon mode layout to facilitate
14481         keyboard navigation. Support Up/Down/Left/Right selection correctly
14482         for all 4 View modes.
14483         * ListViewItem.cs: add internal row/col fields for icon layouts.
14485 2006-03-15  Jackson Harper  <jackson@ximian.com>
14487         * TabControl.cs: Redraw the tabs when we resize so their newly
14488         calculated sizes are drawn on screen.
14489         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
14490         composite characters.
14491         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
14492         - filter events so that composite characters can be created
14493         patches by peter
14494         * X11Structs.cs: Add XIMProperties enum.
14496 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
14498         * Control.cs (BringToFront, SendToBack): Don't use window or handle
14499           unless it's created
14501 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
14503         * Control.cs (PerformLayout): We don't need to consider visiblity
14504           for anchoring, only for docking. This fixes 'whacky' alignment
14505           in listbox and other controls that use implicit scrollbars after
14506           the previous PerformLayout patch
14507         * ListBox.cs: Switched to use implicit scrollbars
14508           
14509 2006-03-14  Mike Kestner  <mkestner@novell.com>
14511         * ToolBar.cs: 
14512         * VScrollBar.cs:
14513         - chain up the "new event" overrides to base and use
14514         OnEvent to raise them.  Part of fix for bug #76509.
14516 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
14518         * FileDialog.cs: Do not select an item in the parent directory
14519           on backspace
14521 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
14523         * Control.cs (PerformLayout): It would seem that we considered
14524           invisible windows for our layout. Not quite the right thing
14525           to do. Now we don't any longer, thereby fixing bug #76889.
14527 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
14529         * Control.cs (CanFocus): I goofed. A control can have focus 
14530           even though it's not selectable. Made it match MS docs.
14532 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
14534         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
14535           center by default (fixes #76895)
14536         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
14537           all uses of Border3DSides.All with the explicit ORd together
14538           Left|Right|Top|Bottom because I assume that nobody was aware 
14539           that All also implies a center fill. Most places I checked had
14540           a fill right above.
14541         * ProgressBarStyle.cs: Added
14543 2006-03-13  Mike Kestner  <mkestner@novell.com>
14545         * ListView.cs: fix breakage in drag shadow header positioning 
14546         from Peter's csc compilation fix.
14548 2006-03-13  Mike Kestner  <mkestner@novell.com>
14550         * ListView.cs: fix NRE produced by backspacing twice in a focused
14551         FileDialog.
14553 2006-03-13  Mike Kestner  <mkestner@novell.com>
14555         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
14557 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
14559         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
14560           be changed
14561         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
14562           the allowed size before making programmatic size changes
14564 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
14566         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
14567           set, metacity is broken and will still use the emty sizes in 
14568           the struct. (Fix for #77089)
14570 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
14572         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
14573           WindowExStyles and marked both enums as Flags
14574         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
14575           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
14576           to match WindowStyles split
14577         * XplatUIX11.cs:
14578           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
14579           - Updated to match WindowStyles split
14580         * XplatUIWin32.cs:
14581           - Fixed FosterParent creation, was using ExStyle on the Style field
14582             (This should help with Popup focus issues)
14583           - Updated to match WindowStyles split
14585 2006-03-13  Jackson Harper  <jackson@ximian.com>
14587         * MdiWindowManager.cs: Use the system menu height. Fixes some
14588         strange sizing issues.
14590 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
14592         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
14593         * TextBoxBase.cs:
14594           - Scroll to caret after inserting text (#77672)
14595           - Make scroll range one pixel higher, fixes off-by-one error (and
14596             makes underlines visible on the last line)
14598 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
14600         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
14601           the keyboard state from being stuck with keys in 'pressed' state when
14602           focus is switched away via keyboard
14603         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
14604           reset the keyboard if no X11 KeyUp events are expected to come
14605         * X11Structs.cs: Switched type of Visible to bool to match driver
14607 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
14609         * TextControl.cs:
14610           - Switched caret to be just 1 pixel wide, matches MS and looks less
14611             clunky
14612           - Moved caret display 1 pixel down from the top of the control
14613             to improve view
14614           - InsertCharAtCharet: Update the selection start if moving the caret
14615             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
14616           - No longer always creating the caret when the caret methods are
14617             called. Only the actual ShowCaret/HideCaret will do that now
14618           - Only setting caret visible if the owner control has focus
14619           - UpdateView: Added invalidation-shortcut logic for center and right 
14620             aligned text. Previously we'd update all according to the left
14621             logic which caused drawing errors. Also fixed height of invalidated
14622             areas, now properly invalidating the whole area (was off-by-one)
14623           - owner_HandleCreated: Always generate the document when the
14624             handle is created; this ensures that 
14625         * TextBoxBase.cs:
14626           - Fixed situation where caret would disappear under the right
14627             window border, also improved scrolling behaviour on left-
14628             aligned textboxes
14629           - Fixed right-aligned textboxes to have a border to the
14630             right instead of the caret being under the right border
14631         * XplatUIX11.cs:
14632           - Switched from 'nested' to simple visible/not visible tracking 
14633             for caret (part of fix for #77671)
14634           - No longer passing through translated FocusIn/FocusOut messages
14635             since we were notifying too often and the wrong windows. Instead
14636             we just notify our focussed window of receiving or loosing focus
14637         * XplatUIWin32.cs: Switched from 'nested' show/hide 
14638           counting for caret to simple visible yes/no behaviour (part of 
14639           fix for #77671)
14641 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
14643         * Mime.cs: Remove debug code...
14645 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
14647         * MimeGenerated.cs: Removed
14648         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
14649           and subclasses) from /usr/(local/)share/mime and
14650           $HOME/.local/share/mime.
14652 2006-03-10  Jackson Harper  <jackson@ximian.com>
14654         * MdiWindowManager.cs: Recalc the NC area when a window is
14655         maximized/restored so that the menu area is drawn on forms that
14656         don't have a menu.
14658 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
14660         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
14661           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
14662           us to force a WM_NCCALCRESIZE message being sent. This is needed
14663           for MDI maximizing.
14665 2006-03-10  Jackson Harper  <jackson@ximian.com>
14667         * Form.cs: We need to use the ActiveMenu when calculating menu
14668         height.
14669         - Fix nullref when the window manager hasn't been created yet.
14670         * Control.cs: Fix nullref when we try to bring a control to the
14671         front that has no parent.
14672         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
14673         height.
14674         - Add a dummy item to the maximized menu so it always has the
14675         correct height. Otherwise when there are no menus we don't get our
14676         icon and buttons.
14677         
14679 2006-03-10  Jackson Harper  <jackson@ximian.com>
14681         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
14682         stuff.
14683         * Form.cs: Make the window_state internal so the window managers
14684         can track it.
14685         - When an MDI child is maximized let its window manager create the
14686         main menu (so it can add its icon).
14687         - Notify the window managers of state changes
14688         - Let the window manager paint its buttons and handle button
14689         clicks on the menu when it is maximized.
14690         * InternalWindowManager.cs: Move the prev_bounds into the mdi
14691         window manager, since tool windows don't use it, only mdi windows.
14692         - Tell the main form that we don't want it to handle NCPAINT
14693         itself to avoid extra painting.
14694         - Handle clicks on a maximized windows menu.
14695         - Handle window state changes
14696         - Handle minimize/maximize clicks correctly by setting the window state.
14697         * MdiWindowManager.cs: Add an icon menu that (the menu you get
14698         when clicking on the forms icon).
14699         - New method to create a forms maximized menu. This is its normal
14700         menu + an icon.
14701         - Handle window state changes.
14702         - Handle sizing of maximized windows.  Maximized windows are just
14703         drawn bigger then the parent visible area. All controls are still
14704         there, they are just outside the visible area (this matches windows).
14705         * MdiClient.cs: No scrollbars when a child window is maximized.
14706         - Let the children windows figure out how big they should be when
14707         sizing maximized windows.
14708         - Implement a version of ArrangeIconicWindows somewhat similar to
14709         Windows version.  There are some little differences, but I don't
14710         think any app will rely on the layout of minimized mdi windows.
14712 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
14714         * Padding.cs: Several fixes to allow compiling with csc 2.0
14716 2006-03-09  Jackson Harper  <jackson@ximian.com>
14718         * Menu.cs:
14719         * MenuItem.cs: Cheap hack so we can add items to the list without
14720         the events being raised.  This allows adding mdi items during
14721         drawing. TODO: Should probably find a better time to add the items.
14723 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
14725         * ThemeWin32Classic.cs:
14726           - CheckBox_DrawText: Added logic to not wrap if not enough space
14727             is available (Fix for bug #77727)
14728           - RadioButton_DrawText: Added logic not to wrap if not enough
14729             space is available (Fix for bug #77727). Also removed some
14730             duplicate code, DrawString always drawing the regular text
14731             before hitting the if statement.
14733 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
14735         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
14737 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
14739         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
14740         * ContainerControl.cs: Partial implementation of some 2.0 scaling
14741           methods. Moved the new 2.0 properties into alphabetical order with
14742           other properties and added MonoTODO tags
14744 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
14746         * AutoScaleMode.cs: Added. Fix build.
14748 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
14750         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
14751           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
14752           and was requiring premature handle creation for calls from above
14753         * Form.cs, Control.cs: Removed handle arguments from calls to
14754           CalculateClientRect()
14756 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
14758         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
14759           drag_column.column_rect is MarshalByRef and can't be used that way
14761 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
14763         * AxHost.cs: Added deserialization constructor for 
14764           AxHost+State (fixes 77743)
14766 2006-03-09  Mike Kestner  <mkestner@novell.com>
14768         * ListView.cs: 
14769         - Added column drag reordering for details view.
14770         - fixed behavior when mouse is dragged off column and
14771         AllowColumnReorder is false.
14772         * ColumnHeader.cs: clone the format too in Clone.
14773         * Theme.cs: add DrawListViewHeaderDragDetails method.
14774         * ThemeWin32Classic.cs:
14775         - impl new method for drawing drag column shadows and targets.
14776         - support column offset for details mode in DrawListViewItem.
14778 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
14780         * TextControl.cs: Reset the char_count when the document is cleared
14781           (Fixes bug reported on mono-winforms mailing list)
14783 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
14785         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
14786           of calling base we simply process the key ourselves, since both
14787           DefWindowProc and the handled method would set m.Result. 
14788           (Fixes #77732)
14790 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
14792         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
14793           method also moves the window; instead implemented a copy of
14794           Control.ScaleCore (Part of fix for #77456)
14795         * TextBoxBase.cs: 
14796           - Created new CreateGraphicsInternal method to allow providing
14797             a graphics context when no handle is created without triggering
14798             handle creation. (Part of fix for #77456)
14799           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
14800         * TextControl.cs: 
14801           - Switched Constructor to require TextBoxBase instead of Control (to
14802             allow uncast access to CreateGraphicsInternal)
14803           - Safeguarded use of owner.Handle property. No longer accessing it
14804             unless the handle is already created.
14805           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
14806           - Now triggering a recalc when owning control becomes visible
14807         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
14808           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
14809           premature handle creation (Part of fix for #77456)
14810         * Control.cs:
14811           - We now only destroy our double-buffering buffers when the
14812             control is resized or disposed, but not when visibility
14813             changes. (The code even re-created them twice every time)
14814           - Now requiring a redraw of the buffer on visibility changes
14815             (fixes bug 77654 part 2)
14816           - Not passing OnParentVisibleChanged up unless the control
14817             is visible
14818           - CanFocus: Fixed to match MS documentation
14819           - Focus: Fixed to return actual focus state and to check if
14820             setting focus is legal before setting it
14822 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
14824         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
14825           when to draw focus rectangle by looking at parent focus and
14826           selected state instead. This fixes TabPages on Linux sometimes
14827           having none or multiple focus rectangles.
14828         * XplatUIX11.cs (SetFocus): 
14829           - Don't set the focus if the same window already has focus
14830           - Use SendMessage instead of PostMessage (like it's Win32
14831             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
14832             to match MS behaviour
14833         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
14834           are not selectable.
14836 2006-03-07  Jackson Harper  <jackson@ximian.com>
14838         * PictureBox.cs: Revert line I accidently committed last week.
14840 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
14842         * Control.cs: 
14843           - Added new IsRecreating and ParentIsRecreating properties to
14844             allow testing if RecreateHandle has been called on ourselves
14845             or one of our parents
14846           - WndProc(WM_DESTROY): If our control handle is being recreated
14847             we immediately need to create the handle when receiving the
14848             destroy, that way our child windows find a valid parent handle
14849             when they themselves are being recreated upon WM_DESTROY receipt
14850             (fix for bug #77654 part 1)
14851         * XplatUIX11.cs:
14852           - DestroyWindow: WM_DESTROY must be sent to our own window before
14853             notifying any child windows. MS documents that child windows
14854             are still valid when WM_DESTROY is received. (Control now relies on
14855             this behaviour)
14856           - Added some fine-grain debug options
14858 2006-03-06  Jackson Harper  <jackson@ximian.com>
14860         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
14861         box and base calculations off this.
14862         * MdiChildContext.cs:
14863         * MdiWindowManager.cs: Don't need to ensure scrollbars here
14864         anymore.
14865         
14866 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
14868         * Splitter.cs: In situations where the affected control is added
14869           to the parent's control list after the splitter, we would not
14870           populate affected. Now we try populating it on mousedown, if
14871           it's not already set, and force it to be re-set whenever our
14872           parent changes.
14874 2006-03-03  Matt Hargett  <matt@use.net>
14876         * Control.cs: implement Control.Padding
14877         * Padding.cs: -Padding.All returns -1 when constructing with the
14878         implicit default ctor
14879         -Padding.ToString() matches MS.NET
14880         * ContainerControl.cs: implement
14881         ContainerControl.AutoScaleDimensions
14882         * ListControl.cs: implement ListControl.FormattingEnabled
14883         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
14884         * ButtonBase.cs:
14885         * TabPage.cs: Implement UseVisualStyleBackColor.
14886         * PictureBox.cs: Implement PictureBox.InitialImage.
14888 2006-03-03  Mike Kestner  <mkestner@novell.com>
14890         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
14891         event declarations to proxy to base event.
14892         * ListViewItem.cs: update to use ItemControl.
14893         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
14894         * ThemeWin32Classic.cs: update to new ListView theme API and fix
14895         column header label rendering for 0 width columns.
14897 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
14899         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
14900           that causes the control to be created. Fixes #77476.
14902 2006-03-02  Jackson Harper  <jackson@ximian.com>
14904         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
14905         expose_pending.
14907 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
14909         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
14910           passed in for the EventArgs (fixes #77690)
14912 2006-03-01  Jackson Harper  <jackson@ximian.com>
14914         * ScrollBar.cs: Refresh afterbeing resized.
14916 2006-02-28  Mike Kestner  <mkestner@novell.com>
14918         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
14919         Clean up a tracker compile warning.
14920         * MenuItem.cs: add internal PerformPopup method.
14921         [Fixes #77457]
14923 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
14925         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
14926           implicit expose) when the text is set to null
14928 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
14930         * RichTextBox.cs (FlushText): When newline is true, we always
14931           need to split the line, even if no text is on it and we may
14932           never eat newlines. (Fixes #77669)
14934 2006-02-28  Mike Kestner  <mkestner@novell.com>
14936         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
14937         and set Selected instead.
14938         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
14939         collections.
14941 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
14943         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
14945 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
14947         * FontDialog.cs:
14948           - Got rid of the panel. All controls are now directly added to
14949             the dialog form
14950           - It is now possible to set a font with the Font property
14951           - MinSize and MaxSize property do now what they should
14952           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
14953           - Searching and selecting a font with the font textbox works now,
14954             the same applies to the style and size textbox
14955           - Draw the correct 3D border in the example panel
14956           - Fixed a little mem leak (unused fonts didn't get disposed)
14957           - Many other internal updates/rewrites...
14958           - Fix typo
14960 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
14962         * TextControl.cs: 
14963           - InsertRTFFromStream: Added 'number of characters inserted' argument
14964           - set_SelectedRTF: Now using the number of characters to calculate
14965             the new location for the selection and cursor (x/y cannot be used
14966             due to potentially already wrapped text)
14968 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
14970         * TextControl.cs: Added property and implemented means to allow 
14971           disabling recalculation of a document (can be used to speed up
14972           multiple inserts and is needed to make RTF inserts predictable, see
14973           bug #77659)
14974         * RichTextBox.cs: Using the new NoRecalc property of Document to
14975           keep x/y insert locations predictable. Also makes it faster inserting
14976           large chunks of RTF
14978 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
14980         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
14981           it's easier for a child control to handle the other messages without
14982           having to duplicate the special functionality
14983         * TextBoxBase.cs
14984           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
14985             code to handle processing the key ourselves, in order to get 
14986             access to the result of KeyEventArgs.Handled. We now only call 
14987             ProcessKey if they key hasn't been handled already. Fixes #77526.
14988           - set_Text: If null or empty string is given, just clear the 
14989             document. Fixes part of #77526
14991 2006-02-27  Jackson Harper  <jackson@ximian.com>
14993         * SizeGrip.cs: Paint the background color before painting the grip
14994         so things look right.
14995         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
14997 2006-02-27  Mike Kestner  <mkestner@novell.com>
14999         * ListView.cs:
15000           - Restructure layout and invalidation model to remove a ton of
15001           flicker from the control and speed up performance in general.
15002           - Add manual column resize, flickers like crazy, but I already have
15003           some ideas on how I'll fix that. (#76822)
15004           - Merge the three Icon-based views into a single layout method.
15005           - Move item selection interaction logic from the item since 
15006           interaction with the collections is more appropriate to the view.
15007           - Deselection on non-item clicks.
15008         * ListViewItem.cs:
15009           - Encapsulate most of the layout. Add some internal props to trigger
15010           layout.  Move to a model where Items invalidate themselves instead
15011           of just invalidating the whole control every time something changes.
15012           - Invalidate on Text/Caption changes.
15013           - switch to an offset based layout model to avoid having to absolute
15014           position every element on item moves.
15015           - correct checkbox layout to conform to MS layout.
15016         * ThemeWin32Classic.cs:
15017           - refactor some column header drawing code.
15018           - fix string justification for column headers (#76821)
15019           - make SmallIcon labels top justified for compat with MS impl.
15020         * ThemeClearlooks.cs:
15021           - adjust to new ListViewItem internal checkbox bounds api.
15023 2006-02-27  Jackson Harper  <jackson@ximian.com>
15025         * Control.cs:  Change where implicit controls fall in the zorder.
15026         They are now on top of all children.
15027         - Synced AddImplicit code with Add
15028         - Removed unused enumerator.
15029         * SizeGrip.cs: Remove the TODO as its been TODONE.
15031 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
15033         * TextControl.cs(Insert): Combine the last lines unless the insertion
15034           string ends with \n\n, otherwise we leave one line too many (Fixes
15035           something I noticed with the testapp for #77526; the bug itself was
15036           already fixed in the previous checkin)
15038 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
15040         * RichTextBox.cs:
15041           - SelectionColor and SelectionFont methods no longer set absolute
15042             styles. Instead, the keep font or color respectively (This 
15043             resolves a long-standing FIXME in the code)
15044           - When flushing RTF text, the insert code now considers text trailing
15045             behind the insertion point (Fixes the bug where when replacing
15046             the selected text via SelectedRTF the remainder of the line behind 
15047             the selection would stay on the first insertion line)
15048         * TextBoxBase.cs:
15049           - AppendText now updates the selection points after inserting text
15050           - AppendText now ensures that the last tag (sometimes 0-length) of
15051             the document is used for the style information (Fixes part of 
15052             bug #77220)
15053         * TextControl.cs:
15054           - Created new FontDefiniton class to allow describing partial style
15055             changes
15056           - StreamLine() now takes a lines argument, to allow it to decide
15057             whether an encountered zero-length tag is the last in the document
15058             (which must be kept to not loose the font/color contained in it,
15059             for later appends)
15060           - Created Combine() and Split() methods for Marker structs, to 
15061             support marker updates due to reformatted documents (soft line
15062             wraps)
15063           - Implemented Document.CaretTag setter
15064           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
15065             of the last line (Not the cause, but also exposed by bug #77220)
15066           - Added LineTag argument to InsertString method, to allow callers
15067             to force a certain tag to be used (required to force use of the
15068             trailing zero-length tag of a document)
15069           - Now updating markers in Combine(), to avoid stale tag markers
15070           - Added some method descriptions to aid maintenance
15071           - Implemented new FormatText concept, allowing additive/subtractive
15072             formatting by only specifying the components that are to be 
15073             changed. This was needed for resolving the RTB.SelectedColor/
15074             RTB.SelectedFont fixmes
15075           - Added Break() support method to allow breaking up linetags (used
15076             for partial formatting)
15077           - Added GenerateTextFormat() method. It is used for partial 
15078             formatting and allows to generate a full font/color from given
15079             attributes and an existing tag.
15081 2006-02-26  Jackson Harper  <jackson@ximian.com>
15083         * XplatUIX11.cs:  Use the correct caption height.
15084         - Translate hittest coordinates to screen coords to match MS.
15085         * XplatUIWin32.cs: When we create MDI windows we need to reset
15086         some of the style flags, so we get a nice blank window, and can
15087         draw all the decorations ourselves.
15088         - Set a clipping rectangle on the non client paint event, the
15089         window manager drawing code needs one.
15090         * Form.cs: The window manager needs to know when the window state
15091         has been updated.
15092         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
15093         don't need to factor in border and title sizes in these
15094         methods. TODO: Remove the args and fix the call points.
15095         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
15096         properly.
15097         - Let the driver set the cursors.
15098         - Improve active window handling
15099         - Correct sizes for title bars and buttons.
15100         - Match MS drawing better
15101         * MdiWindowManager.cs: We don't need to handle border style
15102         updates specially anymore.
15103         - Check for scrollbars when windows are done moving
15104         - Handle Active properly.
15105         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
15106         correctly. I am spewing the exception though, so we don't hide the
15107         bugs.
15108         
15109 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
15111         * DataGridViewRowPostPaintEventArgs.cs,
15112           DataGridViewCellPaintingEventArgs.cs,
15113           DataGridViewRowCollection.cs,
15114           DataGridViewRowPrePaintEventArgs.cs,
15115           DataGridViewCell.cs: Clear a few warnings and implement a few
15116           exceptions that should be thrown.
15118 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
15120         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
15121           'inheriting' our parent's (non-default) cursor. (Part of
15122            the fix for #77479)
15124 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
15126         * XplatUIX11.cs: Fixed cast to make csc happy
15128 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
15130         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
15131           it's for the client area (part of fix for #77479 and needed
15132           for MDI window cursor handling)
15133         * XplatUIX11.cs
15134           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
15135             the appropriate default cursors and also passing the message
15136             up the parent chain 
15137           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
15138             for non-client areas
15140 2006-02-15  Jackson Harper  <jackson@ximian.com>
15142         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
15143         is a real MDI window
15145 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
15147         * X11DesktopColors.cs: Instead of checking the desktop session
15148           string for "KDE" check if it starts with "KDE"
15150 2006-02-10  Jackson Harper  <jackson@ximian.com>
15152         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
15153         systems).
15155 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
15157         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
15158           errors
15159         * ColorDialog.cs:
15160           - Got rid of the panel. All controls are now directly added to
15161             the dialog form
15162           - Changed to mono coding style
15164 2006-02-10  Jackson Harper  <jackson@ximian.com>
15166         * InternalWindowManager.cs: We don't need the set visibility to
15167         false hack anymore now that peter has written beautiful shutdown
15168         code.
15170 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
15172         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
15173           where already explicitly destroyed
15175 2006-02-10  Jackson Harper  <jackson@ximian.com>
15177         * MdiClient.cs: Handle the case where windows are too high or to
15178         the left and we need scrollbars.
15180 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
15182         * MimeIcon.cs: Added some icons
15183         * FileDialog.cs:
15184           - Fixed bug #77477
15185           - Got rid of the panel. All controls are now directly added to
15186             the dialog form
15187           - Changed to mono coding style
15188           - On Linux "My Computer" and "My Network" will now show some
15189             more usefull information. A new class, MasterMount, gathers
15190             this information from /proc/mount. Updated MWFFileView to make
15191             use of this information
15192           - Fixed a bug that caused FileDialog to crash when
15193             ".recently_used" file had a zero size
15194           - FilterIndex does now what it should
15195           - Some Refactoring
15196         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
15197             FileDialog changes
15199 2006-02-09  Jackson Harper  <jackson@ximian.com>
15201         * ComboBox.cs: Don't touch if null.
15203 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
15205         * Cursor.cs: 64bit safeness fix
15206         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
15208 2006-02-09  Jackson Harper  <jackson@ximian.com>
15210         * Form.cs: If a form is made into an MDI form update the styles so
15211         all the props can get set correctly.
15212         - Kill the mdi_container when we dont need it anymore.
15213         * InternalWindowManager.cs: Add missing NOT
15215 2006-02-08  Jackson Harper  <jackson@ximian.com>
15217         * InternalWindowManager.cs: Respek clipping when drawing MDi
15218         decorations.
15220 2006-02-08  Jackson Harper  <jackson@ximian.com>
15222         * Hwnd.cs: Add bits to track non client expose events.
15223         * XplatUIX11.cs: Track non client expose events on the hwnd. This
15224         gives us a proper invalid rect and will allow for some nice
15225         optimizations with NC client drawing
15226         - MDI windows are children windows, so move their style handling
15227         into the child window block.
15228         * InternalWindowManager.cs: Remove a state reset that was
15229         getting invoked at the wrong time. Fixes managed windows getting
15230         into a 'stuck' captured state.
15232 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
15234         * TextControl.cs (Document.ctor): Now initializing 
15235           selection_anchor. Fixes #77493
15237 2006-02-07  Jackson Harper  <jackson@ximian.com>
15239         * TrackBar.cs: The increment/decrements were backwards.
15241 2006-02-07  Mike Kestner  <mkestner@novell.com>
15243         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
15244         to the instance itself.
15246 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
15248         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
15249           on ulongs and pointers, the size differs between 32bit and 64bit
15250           systems. 
15252 2006-02-07  Mike Kestner  <mkestner@novell.com>
15254         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
15255         for 64 bit platforms to work around a metacity bug. 
15257 2006-02-07  Jackson Harper  <jackson@ximian.com>
15259         * TrackBar.cs: Process the input keys we need, and hookup to
15260         KeyDown instead of using WndProc, so we get key messages.
15262 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
15264         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
15265           machine we're on. 
15266         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
15267           we need to translate the XdndVersion atoms array before sending it
15269 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
15271         * XplatUIX11.cs: 
15272           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
15273             number of bits for the property, not the number of bytes. The
15274             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
15275             but would not crash since it specified 8 bits instead of 4 bits)
15276           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
15277             defined as XID -> long in the C headers)
15278           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
15279             references since those are now IntPtr to begin with
15280           - Switched all Atom.XXX 'int' casts to IntPtr casts
15281           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
15282           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
15283           - Added XChangeActivePointerGrab DllImport (for X11DnD)
15284         * X11Structs.cs:
15285           - Changed 'int' type for Atoms in XEvent structures to IntPtr
15286           - Changed atom in HoverStruct to be IntPtr
15287         * X11DnD.cs:
15288           - Removed local DllImports, switched code to use those from XplatUIX11
15289           - Removed/fixed casts related to the switch of Atom to be a IntPtr
15291 2006-02-06  Mike Kestner  <mkestner@novell.com>
15293         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
15294         method signatures in the import region.  There may still be some
15295         lingering struct marshaling issues, as I didn't drill down into those.
15296         Yet.
15298 2006-02-06  Jackson Harper  <jackson@ximian.com>
15300         * ComboBox.cs: Dont manually set the top_item, this is computed
15301         when the scrollbar position is set.
15303 2006-02-06  Mike Kestner  <mkestner@novell.com>
15305         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
15306         startup crashes on amd64.  There's other fixes needed.  All pinvoke
15307         usage of Atom needs to be mapped to IntPtr for example.  And there are
15308         likely other int/long issues to be addressed.
15310 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
15312         * FileDialog.cs: One more...
15314 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
15316         * FileDialog.cs: Next try
15318 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
15320         * FileDialog.cs: First part of fix for #77464
15322 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
15324         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
15325           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
15326           AcceptButton border drawing.
15328 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
15330         * Form.cs: Moved positioning of form after auto scaling is applied,
15331           otherwise it would possibly use wrong form size.
15333 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
15335         * Control.cs (RecreateHandle): No need to re-create any child
15336           controls, the child windows will get destroyed automatically by
15337           the windowing system or driver, and re-created when the handle
15338           is being accessed the first time. Fixes #77456
15339         * Form.cs: No longer setting the form to closing if the handle is 
15340           being recreated. This seems like the right thing to do, don't
15341           have a bug or testcase for this, though.
15343 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
15345         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
15346           controls to avoid unwanted side effects
15348 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
15350         * Control.cs: 
15351           - ScaleCore needs to scale the bounds, not the ClientSize of the 
15352             control. Fixes #77416.
15353           - DefaultSize is 0,0 for control
15354         * TextBoxBase.cs: 
15355           - DefaultSize is 100, 20
15356           - SetBoundsCore: Now enforcing the height, no matter if the provided
15357             height is more or less than the preferred one, as long as AutoSize
15358             is on
15359         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
15361 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
15363         * Control.cs:
15364           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
15365             call unless both performLayout is true *and* we have a pending
15366             layout change
15367           - ResumeLayout: MS does not completely nest Suspend and Resume,
15368             they bottom out at 0, fixed our code to match that.
15369           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
15370             SetBoundsCore, we were updating even when we shouldn't. This fixes
15371             swf-anchors mis-anchoring when resizing the app fast and lots.
15372           - UpdateDistances: Now only setting the left and top distance if 
15373             we have a parent and are not suspended, this is based on
15374             a suggestion by Don Edvaldson in bug #77355.
15375           - OnVisibleChanged: Fixed logic when to create the control. We may
15376             not create the control if we have no parent or if it's not visible;
15377             switched to using Visible property instead of is_visible field 
15378             since the property also considers parent states. This fixes a bug
15379             when starting Paint.Net
15381 2006-02-02  Jackson Harper  <jackson@ximian.com>
15383         * Form.cs: If the forms handle hasn't been created yet don't call
15384         into xplatui to make it top most, just set the topmost flag on the
15385         form in CreateParams
15386         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
15388 2006-02-01  Jackson Harper  <jackson@ximian.com>
15390         * ScrollableControl.cs: Refactored the Recalculate method a
15391         little, this wasn't handling all the variants of bottom and right
15392         bars needed to be added and added/removed based on their
15393         counterparts being added/removed (which changes the drawable
15394         size). Also we special case client widths and heights of 0 and
15395         don't add the scrollbar for those.
15397 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
15399         * XplatUIX11.cs: 
15400           - Added method to get AbsoluteGeometry(); currently unused, but might
15401             be used in the future, if we try again to figure out toplevel
15402             coordinates with some more crappy window managers
15403           - Added FrameExtents() method to retrieve the WM set decoration size
15404           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
15405             to deal with at least KDE, FVWM and metacity (Fixes #77092)
15406         * Hwnd.cs: 
15407           - Added whacky_wm tracking var for metacity
15408           - Added logic to have default menu height if the actual menu height
15409             has not yet been calculated (part of fix for #77426)
15410         * Form.cs: Keep track whether client size has been set and re-set 
15411           it if a menu is added/removed afterwards (Fixes #77426)
15413 2006-01-31  Jackson Harper  <jackson@ximian.com>
15415         * Control.cs: When a new Site is set on the component attempt to
15416         pull the AmbientProperties from it.
15418 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
15420         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
15421           in the background of the owning form. Fixes #77332
15423 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
15425         * MimeIcon.cs: Fix for #77409
15427 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
15429         * XplatUIX11GTK.cs: Initial import
15431 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
15433         * FixedSizeTextBox: fixes class signature
15435 2006-01-30  Jackson Harper  <jackson@ximian.com>
15437         * FixedSizeTextBox.cs: New internal class that represents a
15438         textBox that will not be scaled.
15439         * TreeView.cs:
15440         * ComboBox.cs:
15441         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
15442         standard TextBox.
15443                 
15444 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
15446         * XplatUIX11.cs: Retrieve default screen number instead of
15447           assuming 0. Attempted fix for #77318
15449 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
15451         * XplatUIWin32.cs: 
15452           - GetWindowPos: When a window is parented by FosterParent, use 
15453             the desktop instead of FosterParent as the base to get coordinates
15454           - CreateWindow: Don't make FosterParent the parent window for Popups
15455             if we don't want a taskbar entry, Popups automatically don't get one
15456         * Hwnd.cs: Need to call remove to actually remove the key from the
15457           hash table
15459 2006-01-30  Mike Kestner  <mkestner@novell.com>
15461         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
15463 2006-01-30  Jackson Harper  <jackson@ximian.com>
15465         * TreeView.cs:
15466         * TreeNode.cs: Raise events no matter how the treenode is
15467         checked. Patch by Don Edvalson.
15469 2006-01-30  Jackson Harper  <jackson@ximian.com>
15471         * TreeNode.cs: Signature fix.
15473 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
15475         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
15477 2006-01-20  Mike Kestner  <mkestner@novell.com>
15479         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
15480         event forwarding when menus are active.
15481         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
15482         Most of the patch is pdb's with a little rework.
15484 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
15486         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
15487           Removed GetMenuDC and ReleaseMenuDC methods; replaced
15488           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
15489         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
15490         * InternalWindowManager.cs: Added use of PaintEventStart/End to
15491           handling of WM_NCPAINT message, now passing the PaintEventArgs to
15492           the PaintWindowDecorations method
15493         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
15494         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
15495         * MenuAPI.cs: Made tracker window invisible
15496         * XplatUIWin32.cs:
15497           - Removed GetMenuDC and ReleaseMenuDC methods
15498           - Implemented the client=false path for PaintEventStart and
15499             PaintEventEnd
15501 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
15503         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
15504         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
15505           styles
15506         * Form.cs: 
15507           - MaximizeBox, MinimizeBox: Recreate the handle when setting
15508             the style
15509           - CreateParams: Reworked the styles to match MS look'n'feel,
15510             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
15511             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
15513 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
15515         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
15516           window is not mapped, since otherwise every form that's being 
15517           created is considered minimized, which is wrong.
15518         * Form.cs: Catching the exception and returning our internal value
15519           instead
15521 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
15523         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
15524           SetWindowMinMax() to have means to tell the driver about the minimum,
15525           maximum and maximized state window sizes. (Part of the fix for #76485)
15526         * Form.cs:
15527           - Implemented tracking of minimum and maximum window size, now calling
15528             new SetWindowMinMax() driver method to tell the driver (Part of the
15529             fix for #76485)
15530           - Finished handling of WM_GETMINMAXINFO method, now setting all values
15531             (Completes fix for #76485)
15532           - Calling new SetWindowMinMax driver method when the handle for a 
15533             form is created, to make sure the driver knows about it even if
15534             the values have been set before the window was created
15535           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
15536             to avoid messing up our anchoring calculations (partial fix
15537             for #77355)
15538         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
15539         * XplatUIX11.cs:
15540           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
15541           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
15542             (and presumably other freedesktop.org compliant WMs). Left the
15543             assumption unmapped=minimized, needed for SetVisible to work.
15544           - Now setting the window state when creating windows
15545           - Fixed SetVisible to consider/set the window state when mapping
15546             a Form. We cannot set the state before it's mapped, and we cannot
15547             use Form.WindowState once it's mapped (since it would ask the
15548             driver and get 'normal'. Therefore, we grab the state before
15549             mapping, map, and then set state.
15550           - Implmemented SetWindowMinMax method; Metacity does not seem to
15551             honor the ZoomHints, though.
15552         * XplatUIWin32.cs:
15553           - Removed MINMAXINFO (moved to XplatUIStructs)
15554           - Added SetWindowMinMax stub (on Win32 the only way to set that
15555             information is in response to the WM_GETMINMAXINFO message, which
15556             is handled in Form.cs)
15557           - Added logic to SetVisible to set the proper window state when a 
15558             form is made visible (fixes #75720)
15560 2006-01-26  Jackson Harper  <jackson@ximian.com>
15562         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
15563         same way we handle them with Invoke.
15565 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
15567         * Form.cs:
15568           - Added tracking of window state so CreateParams can return
15569             the appropriate style
15570           - Moved setting of WS_CAPTION style in CreateParams to allow
15571             styles without caption
15572         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
15573           control if the TextBox property is accessed. Fixes #77345
15574         * Control.cs:
15575           - get_Created: now uses is_disposed and is_created to determine
15576             return value (suggested by Jackson)
15577           - CreateHandle: No longer exits if the handle is being recreated
15578           - RecreateHandle: If the handle is not yet created call the 
15579             appropriate method to create either control or handle. If the
15580             control is already created CreateHandle will simply exit instead
15581             of just creating the handle
15582         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
15583           now SendMessage WM_DESTROY directly to the control when DestroyWindow
15584           is called.
15585         * XplatUIX11.cs: 
15586           - When DestroyWindow is called, instead of waiting for the 
15587             DestroyNotification from X11, we directly post it to the WndProc
15588             and immediately dispose the hwnd object.
15589             Same applies to DestroyChildWindows, and this obsoletes the
15590             expose_pending tracking. Contrary to Win32 behaviour we destroy our
15591             child windows before our own, to avoid X11 errors.
15592           - Removed the direct sending of WM_PAINT on UpdateWindow
15593         * XplatUIWin32.cs:
15594           - Reworked DoEvents and GetMessage to allow access to internal queue
15595             even when trying non-blocking access to the queue.  Fixes #77335. 
15596             Based on a patch suggestion by Don Edvalson. The new private
15597             GetMessage can now also be used as a backend for a PeekMessage
15598             frontend version.
15599         * XplatUI.cs: Improved debug output for CreateWindow
15601 2006-01-25  Jackson Harper  <jackson@ximian.com>
15603         * Help.cs: Allow param to be null. Patch by Don Edvalson.
15605 2006-01-24  Jackson Harper  <jackson@ximian.com>
15607         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
15608         when we have a MaxDropItems lower then the selected index.
15610 2006-01-24  Jackson Harper  <jackson@ximian.com>
15612         * Control.cs: Don't allow selection of non visible controls, allow
15613         selection of controls without parents.
15615 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
15617         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
15618         * DataGridDrawingLogic.cs: Add editing row only when is necessary
15620 2006-01-23  Jackson Harper  <jackson@ximian.com>
15622         * UpDownBase.cs: Make the textbox handle all the selection and
15623         tabbing. This fixes tabing to updown controls.
15625 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
15627         * TextBoxBase.cs: fixes exception thown the object was null
15629 2006-01-23  Jackson Harper  <jackson@ximian.com>
15631         * ButtonBase.cs: Just use the base CreateParams. They set
15632         visibility and enabled correctly.
15633         * ComboBox.cs:
15634         * TrackBar.cs:
15635         * MonthCalendar.cs: Lets let the base set as much of the
15636         createparams as possible so we don't have duplicate code all over
15637         the place.
15639 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
15641         * ThemeGtk.cs: Added TrackBar and some experimental code to
15642           get double buffering back
15644 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
15646         * DataGrid.cs: Allows row number set internally higher than the last
15647         when creating a new row. Restores the editing functionality.
15649 2006-01-20  Mike Kestner  <mkestner@novell.com>
15651         * MimeIcon.cs: delay Image creation until the icons are accessed
15652         instead of creating 190 scaled images on GnomeHandler startup.
15654 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
15656         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
15657           first call base before processing the event. Fixes #77279
15659 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
15661         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
15662           that the stride for the GDI bitmap would match the stride of
15663           a DIB or a Cursor.
15665 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
15667         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
15669 2006-01-19  Jackson Harper  <jackson@ximian.com>
15671         * ComboBox.cs: Hookup the text controls keydown event so we get
15672         those when the text control has the focus.
15674 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
15676         * Label.cs: Now using the base events instead of defining new ones;
15677           this allows us to just call the base properties without having to
15678           duplicate all base property logic 
15680 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
15682         * Label.cs: A label by default is not a tabstop (Fixes one of our
15683           failing nunit tests)
15685 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
15687         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
15688         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
15690 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
15692         * Cursor.cs: Reimplemented creating cursor bitmaps without using
15693           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
15694           This fixes #77218
15695         * XplatUIWin32.cs: 
15696           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
15697             constructor creates images that can't be saved. Part of the fix
15698             for #76103
15699           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
15700           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
15701             bug fix for handling window state in forms properly)
15703 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
15705         * ThemeGtk.cs: Simplify ScrollBar drawing
15707 2006-01-18  Jackson Harper  <jackson@ximian.com>
15709         * Splitter.cs: Set the default dock style for the splitter control
15710         in the constructor.
15712 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
15714         * ThemeGtk.cs: Corrected StateType and ShadowType for
15715           gtk_paint_box
15717 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
15719         * Control.cs: Make use of Theme.DoubleBufferingSupported
15720         * ThemeGtk.cs:
15721           - Added drawing for flat style buttons
15722           - Added ScrollBar drawing
15724 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
15726         * ThemeClearlooks.cs: Removed some unneeded code.
15727         * ThemeGtk.cs: First part of ThemeGtk enhancements.
15729 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
15731         * LinkLabel.cs: We need to update the hover drawing when
15732           leaving the control as well.
15734 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
15736         * DataGrid.cs: Clicking on non empty areas in the columns
15737            area was giving an exception
15739 2006-01-17  Jackson Harper  <jackson@ximian.com>
15741         * ThemeWin32Classic.cs:
15742         * ListView.cs: Do not draw/clip the headers when the header style
15743         is None.
15745 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
15747         * DataGrid.cs: Fixes 77260
15748         
15749 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
15751         * DataGrid.cs: Clicking on a column on a empty grid was giving
15752           an exception
15754 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
15756         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
15757           or any keypress will crash the grid.
15759 2006-01-17  Mike Kestner  <mkestner@novell.com>
15761         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
15762         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
15763         invisible/previously-visible items.
15764         [Fixes #76909]
15766 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
15768         * ThemeClearlooks.cs:
15769         - Added CL_Draw_Button method; now other theme controls that are 
15770           not derived from button or do not have a button can draw buttons
15771           too
15772         - Updated ComboBox drawing
15773         - Beautified RadioButton drawing
15774         - Corrected drawing of bottom and left tabs
15775         - Beautified DateTimePicker and MonthCalendar
15776         - Added CPDrawButton and CPDrawRadioButton
15778 2006-01-16  Jackson Harper  <jackson@ximian.com>
15780         * ComboBox.cs: Set the initial value of the scrollbar to the
15781         current index. Reduce the numbers of refreshs and IndexOfs called.
15783 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
15785         * FileDialog.cs: When the file listview is focused hitting the
15786           backspace key moves the fileview to the parent directory
15788 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
15790         * Form.cs: 
15791           - Added RecreateHandle call when changing taskbar visibility to 
15792             trigger reparenting in Win32 driver (Fixes #75719)
15793           - If a window has minimize or maximize buttons, it cannot have
15794             a help button
15795         * XplatUIWin32.cs:
15796           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
15797             the toplevel form with FosterParent (A toolwindow not on the
15798             taskbar) (Fixes #75719)
15799           - Made FosterParent a toolwindow
15801 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
15803         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
15805 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
15807         * ToolTip.cs: If SetToolTip is called from a control and the mouse
15808           is currently over that control, make sure that tooltip_window.Text
15809           gets updated
15811 2006-01-13  Mike Kestner  <mkestner@novell.com>
15813         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
15815 2006-01-13  Jackson Harper  <jackson@ximian.com>
15817         * TreeView.cs: On MS GetNodeAt never actually factors in the X
15818         value passed.  Also redraw the selected node when we recieve
15819         focus, so tabbing between trees works correctly.
15821 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
15823         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
15824           ~/.gconf/%gconf-tree.xml, so use
15825           .gconf/desktop/gnome/interface/%gconf.xml
15827 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
15829         * TextControl.cs: Draw text in gray if control is disabled
15831 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
15833         * TreeView.cs: Draw the focus rectangle outside the highlight, to
15834           make sure it's always visible. Fixes #76680.
15836 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
15838         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
15840 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
15842         * PageSetupDialog.cs: Added.
15843         * PrintDialog.cs: Attributes.
15844         * PrintPreviewControl.cs: Updates.
15845         * PrintPreviewDialog.cs: Updates.
15846         
15847 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
15849         * Control.cs: Undid my selection check fix, since it's not needed
15850         * TextBoxBase.cs:
15851           - Now considering the presence of hscroll/vscroll when sizing
15852             vscroll/hscroll respectively. Fixed bug #77077
15853           - Added Left/Up/Down/Right to IsInputKey list to prevent
15854             ContainerControl from stealing them. This fixes what I broke
15855             with my last checkin.
15857 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
15859         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
15860           I finally understand how the property can be set without a setter :-)
15862 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
15864         * Application.cs:
15865           - Switched RunLoop to use static Message.Create to create a 
15866             Message object
15867           - Added PreProcessMessage call in runloop for keyboard events; this
15868             is part of the fix for #77219, I overlooked this originally in the
15869             MSDN doc for PreProcessMessage
15870         * Control.cs:
15871           - Removed call to PreProcessMessage from handling of keyboard 
15872             messages; it's supposed to be done in the message pump
15873           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
15874             per MSDN documentation.
15875           - IsInputChar: All chars are input chars by default; removed the 
15876             parent calling chain, MS does not document that
15877           - PreProcessMessage: If IsInputChar is true, we want to return false
15878             to allow dispatching of the message
15879           - When selecting the next control, now also check that we're not
15880             selecting ourselves again and therefore return a false positive.
15881         * TextBoxBase.cs:
15882           - Tried to match return values for IsInputKey and ProcessDialogKey
15883             to what MS returns; moved processing of our special keys outside
15884             ProcessDialogKey since MS does not seem to return true on those.
15885           - Moved code that previously was in ProcessDialogKey into new private
15886             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
15887           - Reworked handling of WM_CHAR to not have to duplicate code from
15888             Control.cs anymore, instead we simply call down to base.
15889            
15890 2006-01-12  Jackson Harper  <jackson@ximian.com>
15892         * ComboBox.cs: We always need to refresh the text area when
15893         EndUpdate is called. Fixes the combobox in the file dialog.
15894         * Control.cs: Don't create the creator_thread until the controls
15895         handle is created.  Also in InvokeRequired we check if the
15896         creator_thread is null. This gives the effect of InvokeRequired
15897         returning true if the controls handle is not created yet, and
15898         matches MS.
15900 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
15902         * XplatUI.cs:
15903           - Added StartLoop() driver method. This is used to allow drivers to
15904             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
15905             loop for a particular thread
15906           - Added EndLoop() driver method. This is called once the message
15907             pump for the thread is shut down
15908           - Added SupportsTransparency method to allow the driver to indicate
15909             opacity support for windows
15910         * Form.cs:
15911           - Removed TODO attribute, completed AllowTransparency property
15912           - Added documented logic to Opacity
15913         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
15914           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
15915           versions of CompatibleTextRendering
15916         * X11Structs.cs: Added opacity atom to our atom enumeration
15917         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
15918           of a form might be set before it's reparented by the WM, and we need
15919           the opacity value without calling up to Form)
15920         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
15921           SupportsTransparency() driver methods
15922         * Application.cs: Now calling StartLoop and EndLoop driver methods
15923         * XplatUIX11.cs:
15924           - Added opacity atom registration
15925           - Added StartLoop()/EndLoop() methods. They're empty right now but
15926             will need to get implemented when we switch to a per-thread queue
15927           - Implemented SupportsTransparency() method
15928           - Implemented SetWindowTransparency() method
15929           - Added support for setting the opacity value when a window is
15930             reparented (since the opacity needs to be set on the WM frame)
15931         * XplatUIOSX.cs, XplatUIWin32.cs:
15932           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
15934 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
15936         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
15938 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
15940         * FileDialog.cs: Added ToolTip for MWFFileView
15941         * MimeIcon.cs: Rewrote GnomeHandler.
15942           - Get currently used gnome icon theme from
15943             ($HOME)/.gconf/%gconf-tree.xml
15944           - Make use of inherited icon themes
15945           - Support SVG icon themes like Tango via librsvg
15947 2006-01-12  Miguel de Icaza  <miguel@novell.com>
15949         Revert's Jackson's revert which broke 2.0 builds.   Fix both
15950         builds. 
15951         
15952         * Application.cs: Move the use_compatible_text_rendering outside
15953         the NET_2_0 define.  If we ever need to use the
15954         use_compatible_text_rendering on the individual controls they will
15955         access the variable from the common shared code paths.
15957 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
15959         * XplatUI.cs:
15960           - Added more granular debug options
15961           - Added method to print both window text and id
15962           - Switched debug output to use new Window() debug method
15963           - Added IsEnabled() driver method
15964           - Added EnableWindow() driver method
15965         * Form.cs:
15966           - Removed end_modal; no longer needed, new loop handles termination
15967             via 'closing' variable
15968           - If form is modal, setting DialogResult will now initiate loop
15969             termination via 'closing' variable
15970           - Added support for is_enabled/WS_DISABLED to CreateParams
15971           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
15972             does all the work
15973           - Removed code that's now in RunLoop from ShowDialog()
15974           - Added various documented sanity checks to ShowDialog()
15975           - Added handling of WM_DESTROY message; we set 'closing' on getting
15976             the message to indicate the message pump to terminate
15977           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
15978             send by the Application.ExitThread method. (We send the message
15979             to destroy the window after all other events have been
15980             processed through the queue, instead of destroying the handle 
15981             directly)
15982           - Moved code from Close() method to WM_CLOSE handler; added logic
15983             to only send close-related events if the form is not displayed
15984             modal
15985         * Splitter.cs (..ctor): Fixed typo in resource name
15986         * Control.cs:
15987           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
15988             brush now
15989           - set_Cursor: Now only setting calling into XplatUI if the handle for
15990             the control is already created; this avoids implict handle creation
15991             or crashes if it's not created
15992           - set_Enabled: Now setting the enabled state via the new driver method
15993             instead of just tracking it
15994           - CreateParams: Added logic to set WS_DISABLED based on enabled state
15995           - CreateControl: Reordered event firing and method calls to more
15996             closely fire events in the order MS does. Now setting the
15997             enabled state in the driver when creating the control.
15998           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
15999             match MS order
16000         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
16001           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
16002         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
16003         * Hwnd.cs:
16004           - Added tracking of window enabled state (get_Enabled/set_Enabled)
16005           - Added EnabledHwnd property to easily allow a driver to find the
16006             handle of the first enabled window in the parent chain (this is
16007             used by drivers to pass up input events of disabled windows)
16008         * XplatUIDriver.cs: Added IsEnabled() method
16009         * Application.cs:
16010           - Removed crude and obsolete exiting tracking variable
16011           - Removed internal ModalRun(); replaced by RunLoop()
16012           - Implemented private CloseForms() method to allow closing all 
16013             windows owned by a particular (or all) threads
16014           - Exit() now properly closes all windows without forcing the message
16015             pump to quit
16016           - Removed obsolete InternalExit() method
16017           - Changed Run() methods to use new RunLoop() message pump
16018           - Implemented new RunLoop() method for both modal and non-modal forms
16019         * CommonDialog.cs:
16020           - get_CreateParams: Added setting of WS_DISABLED
16021           - Simplified ShowDialog(); now all the work is done in RunLoop(),
16022             invoked via Form.ShowDialog()
16023         * NativeWindow.cs: We don't remove the window from the collection when
16024           the handle is destroyed; there might still be messages for it in the
16025           queue (mainly the resulting WM_DESTROY); instead it will be removed
16026           when Control calls InvalidateHandle in the WM_DESTROY handler
16027         * XplatUIX11.cs:
16028           - CreateWindow: Added logic to handle the WS_DISABLED window style
16029           - EnableWindow: Implemented based on Hwnd.Enabled
16030           - GetMessage: Reset PostQuitState so the method can be called again
16031           - Implemented support for disabled windows (passing messages to the
16032             first enabled parent) in handling all input messages
16033           - Added optimizations for handling Expose events
16034           - Implemeted new driver method IsEnabled()
16035           - Now always resetting paint pending tracking vars when we start paint
16036           - Re-implemented UpdateWindow via just sending a WM_PAINT message
16037         * XplatUIOSX.cs: Added IsEnabled method stub
16038         * XplatUIWin32.cs: Implemented new IsEnabled() method
16040 2006-01-11  Jackson Harper  <jackson@ximian.com>
16042         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
16043         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
16044         variables a little.
16045         * ColorDialog.cs: Clear out the old form before adding the new
16046         panel.  
16048 2006-01-11  Jackson Harper  <jackson@ximian.com>
16050         * X11Dnd.cs: Make sure to add all the text formats when adding
16051         strings to the data object.
16052         * TreeNodeCollection.cs: When adding to a sorted tree we need to
16053         do some redrawing too.  Also change the UpdateNode to an
16054         UpdateBelow so the newly added node gets painted.
16055         
16056 2006-01-11  Miguel de Icaza  <miguel@novell.com>
16058         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
16059         LinkLabel.cs, PropertyGrid.cs: Implement the
16060         UseCompatibleTextRendering property for 2.x
16062         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
16064 2006-01-11  Jackson Harper  <jackson@ximian.com>
16066         * TreeView.cs: Use the property for setting the selected node so
16067         the correct events get raised.
16068         * TreeNode.cs: Update the tree when the fore/back colours of a
16069         node are set.
16071 2006-01-10  Jackson Harper  <jackson@ximian.com>
16073         * TreeView.cs: Allow setting SelectedNode to null.
16075 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
16077         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
16079 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
16081         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
16083 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
16085         * PrintDialog.cs: Added attributes and set default property values.
16087 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
16089         * PrintControllerWithStatusDialog.cs: 
16090         Added PrintControllerWithStatusDialog.
16092 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
16094         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
16095         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
16097 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
16099         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
16101 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16103         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
16104         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
16106 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
16108         * MimeIcon.cs: Added internal class SVGUtil.
16110 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
16112         * FileDialog.cs: Don't crash if there are two files with the
16113           same name but different locations.
16115 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
16117         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
16118         dates across multiple month grids. Used to not highlight entire 
16119         month, but does now.
16120         
16121 2006-01-06  Jackson Harper  <jackson@ximian.com>
16123         * MonthCalendar.cs: Removed DoEvents call to prevent a running
16124         message loop. Change timer intervals to numbers that seem more
16125         natural.
16127 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
16129         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
16130           object for location info since screen object is now implemented.
16132 2006-01-05  Jackson Harper  <jackson@ximian.com>
16134         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
16135         * AsyncMethodResult.cs: We no longer use a WeakReference for the
16136         AsyncMethodResult, this is because we ALWAYS want the
16137         ManualResetEvent to get set.
16138         * Control.cs: When disposing use an async invoke to call shutdown
16139         code, so that thigns don't block on the finalizer thread.  Also
16140         check if we even have a message loop before trying to send
16141         messages, if we don't then don't bother sending messages.
16142         - No more weak references for async methods
16143         * XplatUIDriver.cs: No more weak references for async methods.
16145 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
16147         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
16148           returns two FontFamily with the same name
16150 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
16152         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
16153           drawing disabled text. Instead using the ColorGrayText color
16155 2006-01-04  Jackson Harper  <jackson@ximian.com>
16157         * TreeNode.cs: redraw the node when its image index is changed.
16159 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
16161         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
16162           time I checked there are no others like it.
16164 2006-01-04  Jackson Harper  <jackson@ximian.com>
16166         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
16167         this gives the behavoir I was looking for.
16168         * Control.cs: Special case Invoking EventHandlers, this matches MS
16169         and fixes part of bug #76326.
16171 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
16173         * ThemeClearlooks.cs, FileDialog.cs:
16174           - Reflect the latest Theme class changes
16175           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
16176             with DateTime
16177             
16178 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
16180         * Theme.cs: Cache UI resource images and resize them if needed
16182 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
16184         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
16185           is called. This fixes the crash in Nexxia when setting the font
16186           attributes in the chat. [However, RTF needs a look-over to make sure
16187           that all SelectionXXX methods handle the special case that selection
16188           is empty and therefore the change must be applied to all text starting
16189           at the cursor/selection start]
16191 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
16193         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
16194           XplatUIOSX.cs: Added SendMessage and PostMessage methods
16195         * X11Keyboard.cs: Switched to new way of calling PostMessage
16197 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
16199         * Theme.cs: Added theme interface for images to allow the theme to
16200           control what images are used for things like FileDialog, MessageBox
16201           icons, etc.
16202         * MessageBox.cs: Now uses the new Theme icon/image interfaces
16204 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
16206         * FileDialog.cs:
16207           - Removed some dead code
16208           - Opening a recently used file does work now
16209           - Small UI enhancements
16210           - Refactoring
16212 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
16214         * FileDialog.cs: Forgot too add __MonoCS__
16216 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
16218         * FileDialog.cs: We are able to read recently used files now let's
16219           go on and write them.
16221 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
16223         * FileDialog.cs: Breathe some life into "last open"/"recently used"
16224           button
16225         * MimeIcon.cs: Do a check for the top level media type also
16227 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
16229         * ThemeClearlooks.cs:
16230           - Added CPDrawStringDisabled
16231           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
16232             some chars if the text doesn't fit into text_rect
16233           - DrawListViewItem: If View = View.LargeIcon center the image;
16234             rewrote the drawing of ListViewItem.Text if View = 
16235             View.LargeIcon
16237 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
16239         * MimeIcon.cs: Use default KDE icon theme if there is no
16240           "48x48" directory for the current icon theme, fixes #77114
16241         * Mime.cs: Disable not working and actually not used code. 
16242         * ThemeWin32Classic.cs:
16243           - Replace "new SolidBrush" in GetControlBackBrush and
16244             GetControlForeBrush with ResPool.GetSolidBrush
16245           - Changed DrawListViewItem from private to protected virtual
16246         * FileDialog.cs:
16247           - Added form.MaximizeBox = true
16248           - Don't throw an exception if there is a broken symbolic link
16250 2005-12-23  Jackson Harper  <jackson@ximian.com>
16252         * TabControl.cs: Give the panels focus, keyboard navigation is
16253         fixed so this works correctly now.
16254         - We need these key events also.
16255         * ToolBar.cs: Remove some of the poor mans double buffering.
16256         
16257 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
16259         * ComboBox.cs: The internal TextBox now returns the focus.
16261 2005-12-23  Jackson Harper  <jackson@ximian.com>
16263         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
16265 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
16267         * Control.cs: Removed debug code
16268         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
16269           implicit children
16271 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
16273         * Control.cs: When creating the control, update the Z-order after
16274           all it's children are created, too. (Fixes nexxia not showing
16275           picturebox bug)
16277 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
16279         * Control.cs: Do not update the anchoring distances if layout is
16280           suspended, instead do it once layout is resumed
16282 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
16284         * Control.cs: 
16285           - After many hours of debugging, for both Jackson and
16286             myself, it turns out that it helps to set the parent of a control
16287             if you want to actually see it onscreen. In the spirit of that
16288             discovery, we're now setting the parent of the control and
16289             it's children when the control's handle is created. This fix
16290             will make Lutz Roeder's Reflector run happily. 
16291           - now just creating the handle instead of the whole control when
16292             getting a graphics context for the control.
16294 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
16296         * ScrollableControl.cs: When calculating the canvas, don't consider
16297           the scrollbar widths. Instead, predict if horizontal scrollbar
16298           will affect canvas when deciding on vertical display and vice versa.
16300 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
16302         * RichTextBox.cs: Set default RTF font for documents that don't
16303           have a font table (Fixes #77076)
16305 2005-12-22  Jackson Harper  <jackson@ximian.com>
16307         * TextBoxBase.cs: It's difficult to do, but you can have an empty
16308         clipboard. This prevents a NullRef in that case.
16309         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
16310         clipboard. PRIMARY is for the currently selected text only. (We
16311         should implement PRIMARY at some point.
16313 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
16315         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
16316           a Unicode function with a structure that was defined in Ansi way.
16317           This fixes #76942.
16319 2005-12-21  Jackson Harper  <jackson@ximian.com>
16321         * StatusBar.cs: Statusbar handles its fore/back colours on it's
16322         on. Because thats how it rolls. (and this avoids it using ambient
16323         colours).
16324         * ThemeWin32Classic.cs: Use the proper back color for filling.
16325         * Menu.cs: Use the system menu bar color for drawing menu
16326         bars. Using the window back color will bring ambient colours into
16327         the picture.
16329 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
16331         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
16332           Bitmaps were created and not disposed.
16334 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
16336         * Control.cs (CreateControl): Don't do anything if the control is
16337           already created, otherwise we'd fire the OnCreated event more than
16338           once
16340 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
16342         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
16343           will always match. Instead return -1. Fixes #76464.
16345 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
16347         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
16348           neither the beginning nor the end of the line (Fixes bug #76479)
16350 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
16352         * Control.cs:
16353           - ControlNativeWindow.ControlFromHandle(): Now handling situation
16354             where handle is invalid
16355           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
16356             instead of slower linear search
16357         * NativeWindow.cs: Don't remove the window from the hashtable until
16358           after the driver has destroyed it (since the driver might use
16359           Control.FromHandle to lookup the control object
16360         * Hwnd.cs: Added DestroyPending property to track if a window is 
16361           already destroyed as far as the driver is concerned and only hasn't
16362           yet notified the control
16363         * XplatUIX11.cs:
16364           - Activate(): Check if the window is still valid before using the 
16365             handle
16366           - Implemented DestroyChildWindow() method to mark child windows as
16367             destroyed when a window is destroyed. This prevents situations 
16368             where we might call an X method based on queued events for a
16369             window that already has been destroyed but we haven't yet pulled
16370             the destroy method from the queue.
16371           - Added a call to the new DestroyChildWindow() method to the drivers
16372             DestroyWindow code. Also now marking the destroyed window itself
16373             as pending
16375 2005-12-20  Jackson Harper  <jackson@ximian.com>
16377         * StatusBar.cs:
16378         * StatusBarPanel.cs: Don't calculate panel sizes on draw
16379         anymore. Just do them when needed, also track the rects of panels
16380         so that we can optimize refreshing more in the future.
16382 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
16384         * ColorDialog.cs: Fixed focus drawing in small color controls
16386 2005-12-19  Jackson Harper  <jackson@ximian.com>
16388         * InternalWindowManager.cs:
16389         * MdiWindowManager.cs: Cleanup some coordinate system changes so
16390         moving windows works properly.
16392 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
16394         * Control.cs: 
16395           - Removed call to InitLayout() from SetBoundsCore(); doc says
16396             it's only called when a control is added to a container
16397           - Split InitLayout logic, moved to separate UpdateDistances() method
16398             since we need to perform those calculations more often than just
16399             when adding the control to a container. (Needed to fix #77022)
16400           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
16401           - Reduced the OnBindingContextChanged events count, don't send them
16402             unless the control is created, we still aren't totally matching
16403             MS, but I can't quite figure out some of their rules
16405 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
16407         * ThemeClearlooks.cs: Corrected distance between ProgressBar
16408           stripes
16410 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
16412         * ThemeClearlooks.cs:
16413           - Updated ProgressBar drawing
16414           - Corrected drawing of ScrollBars and scroll buttons
16415           - Some temporary fixes for minor pixel artefacts
16417 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
16419         * Control.cs:
16420           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
16421             cause events to be sent in the same order as MS does.
16422           - Added ChangeParent() method to trigger various OnXXXChanged events
16423             that need to be fired when a parent changes (This is a reworking
16424             of the patch from r54254, with the X11 errors fixed)
16425           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
16426             since on MS we get OnLayoutChanged events when calling Clear()
16427           - Changed Enabled property to consider parent state as well, if a
16428             parent is not enabled, the control will not be either
16429           - Changed Parent property to simply call Controls.Add() since that
16430             now does all the work required, this way we avoid code duplication
16431           - Threw in a few OnBindingsContextChanged calls to try and match
16432             when MS sends them. We seem to send a few too many, though.
16433           - Added call to CreateControl when adding the control to a parent.
16434             We were never calling CreateControl. Still needs some work, in
16435             some places we treat HandleCreated and ControlCreated as equal, 
16436             which is wrong
16437           - Removed obsolete commented out code from UpdateZOrder()
16439 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
16441         * ThemeClearlooks.cs: Updated TrackBar drawing.
16443 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
16445         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
16447 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
16449         * FileDialog.cs: Add the Help button and the open readonly
16450           checkbox only if needed
16452 2005-12-16  Jackson Harper  <jackson@ximian.com>
16454         * Control.cs: Make sure we have an active menu before trying to
16455         process commands on it. Prevents menu-less forms from crashing
16456         when Alt is pressed.
16457         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
16458         Dieter Bremes.
16459         * RichTextBox.cs: Expand statement to help out gmcs and fix the
16460         2.0 build.
16462 2005-12-16  Jackson Harper  <jackson@ximian.com>
16464         * InternalWindowManager.cs: Don't translate tool windows screen
16465         coordinates. This fixes windows 'bouncing' around when being moved.
16467 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
16469         * TextBoxBase.cs:
16470           - MaxLength now treats 2^31-1 equal to unlimited length (this is
16471             not quite MS compatible, MS uses that number only for single line
16472             and 2^32-1 for multi-line, but I figure it won't hurt keeping
16473             the limit at 2GB)
16474           - Now enforcing the MaxLength limit when entering characters
16475           - Added argument to internal Paste() method to track if it's called
16476             from programatically or via keyboard, since keyboard driven pastes
16477             need to enforce max-length
16478           - Added logic to Paste to only paste as many chars as MaxLength 
16479             allows
16480         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
16481         * TextControl.cs:
16482           - Added Length property to return number of characters in document
16483           - Added private CharCount property which only tracks actual chars
16484             in the document (no linefeeds) and fires event when CharCount
16485             changes
16486           - Added tracking of character count to all methods that alter it
16487           - Added LengthChanged event to allow applications to subscribe
16488             to any changes to the document
16490 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
16492         * TextBox.cs: 
16493           - Removed local password_char field (moved to TextBoxBase)
16494           - Now setting the document's password var when password is
16495             set
16496         * TextBoxBase.cs:
16497           - Added password_char field (needed here so MultiLine can
16498             access it)
16499           - Added logic to MultiLine property setter to set the document's
16500             variable when password display is allowed
16501           - Removed debug code and made some debug code conditional
16502         * TextControl.cs:
16503           - Added RecalculatePasswordLine() method to handle special password
16504             char only lines
16505           - Added PasswordChar property, also added related tracking vars
16506           - Draw() method now uses local text var for grabbing text to draw,
16507             this var is set to line.text unless we're doing password display,
16508             then it is set to the pre-generated all-password-chars line
16509           - Added calling RecalculatePasswordLine() method for password lines
16511 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
16513         * Hwnd.cs: 
16514           - Added Reparented property to allow tracking of Window Manager
16515             reparenting actions (which affect X/Y calculations of toplevel 
16516             windows)
16517           - Made ToString() print window handles in hex
16518         * XplatUIX11.cs:
16519           - AddConfigureNotify(): Now uses reparented state off Hwnd to
16520             determine if X/Y needs offsetting
16521           - AddConfigureNotify(): Fixed offset calculations
16522           - Now adds ReparentNotify messages into the queue
16523           - Now processes ReparentNotify messages and causes a 
16524             WM_WINDOWPOSCHANGED message to be sent upstream if a window
16525             is reparented (as most likely it's X/Y coordinates are changed
16526             due to that)
16528 2005-12-14  Jackson Harper  <jackson@ximian.com>
16530         * XplatUIX11.cs: Tool windows still need to respek focus.
16532 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
16534         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
16535           have a working release
16537 2005-12-13  Jackson Harper  <jackson@ximian.com>
16539         * Form.cs: Update styles after setting the border style regardless
16540         of whether or not the window is using a window manager.
16542 2005-12-13  Jackson Harper  <jackson@ximian.com>
16544         * Form.cs: We now hook into an internal window manager instead of just an
16545         MDI subsystem, this is so we can have properly behaving tool windows.
16546         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
16547         * InternalWindowManager.cs: New internal class that acts as a
16548         window manager for tool windows and as a base for mdi windows.
16549         * MdiWindowManager.cs: New class that acts as a window manager for
16550         mdi windows.
16552 2005-12-12  Jackson Harper  <jackson@ximian.com>
16554         * Control.cs: Updates so we match behavoir for for implicit
16555         controls. Fixes explosions in MDI.
16557 2005-12-12  Jackson Harper  <jackson@ximian.com>
16559         * Control.cs: Implement Invalidate (Region).
16561 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
16563         * Control.cs: 
16564           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
16565             the same events as MS does. MS fires events for each property 
16566             except, for unknown reasons, Cursor, when the control is reparented. 
16567             I can't seem to totally match add/remove since MS also fires some 
16568             VisibleChanged events, which makes no sense. Consolidated the
16569             parenting code into a separate method so it can be called from
16570             both Add and Remove. set_Parent no longer needs any special logic
16571             as it calls the parent's add method which implicitly fires
16572             all events
16573           - Removed some obsolete code and debug output
16574           - Enabled state is inherited from parents, if this is enabled
16576 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
16578         * Form.cs: Removed commented out code
16580 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
16582         * Control.cs:
16583           - Added internal version of Invoke, with additional argument 
16584             indicating if we're calling it from a Dispose() handler. That
16585             way we can avoid BeginInvoke throwing an exception if we're
16586             calling for an already destroyed window.
16587           - Added a dispose argument to BeginInvokeInternal, and made the
16588             check if a valid window handle chain exists conditional on
16589             it not being a dispose call
16590           - Removed code in DestroyHandle to destroy our children. Since we
16591             now handle the WM_DESTROY message we will catch all our children
16592             being destroyed.
16593           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
16594         * Form.cs:
16595           - Added a field to track the application context of the form.
16596           - No need to set closing variable as response to WM_CLOSE, instead
16597             we destroy the window. We also call PostQuitMessage if the form
16598             has an application context (which makes it the main app form,
16599             which, when closed terminates the app)
16600         * XplatUI.cs:
16601           - Dropped Exit() method, it's naming was confusing
16602           - Added PostQuitMessage() which causes GetMessage to return false
16603             once the message queue is empty
16604         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
16605           PostQuitMessage()
16606         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
16607           no longer a valid XplatUI method, but left it in since it's used
16608           internally. Added empty PostQuitMessage() method.
16609         * MenuAPI.cs: Replaced call to Exit() with call to
16610           PostQuitMessage, even though this is probably no longer needed.
16611         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
16612         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
16613         * Application.cs:
16614           - Replaced call to XplatUI.Exit() with PostQuitMessage()
16615           - Removed old debug code that would call XplatUI for exception
16616             display, enabled standard exception handling (Still not enabled
16617             though, until NativeWindow's ExternalExceptionHandler define
16618             is removed
16619         * NativeWindow.cs:
16620           - Added internal method to allow control to update NativeWindow
16621             after a window has been destroyed
16622           - Added handling of already destroyed windows when calling i
16623             DestroyWindow
16624           - Added removal of handle from list on ReleaseHandle
16625         * XplatUIX11.cs:
16626           - Dropped GetMessageResult var and related code
16627           - Added PostQuitState to field to track if PostQuitMessage has been
16628             called
16629           - Dropped Exit() method
16630           - Added PostQuitMessage() method
16631           - GetMessage now will return false if PostQuitState is set and no
16632             more messages are in the queue.
16633           - Expose handler will no longer generate WM_PAINT messages if we are
16634             in PostQuitState since it's very likely any windows have already
16635             been destroyed, and since Hwnd won't get updated until we have
16636             processed the DestroyNotify we'd be causing X errors.
16637         
16638 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
16640         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
16641           Thanks to Mike for pointing out the err of my ways.
16643 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
16645         * Control.cs(PreProcessMessage): Moved menu handling back, but
16646           after all other key handling, to match MS (who handles Menu in
16647           DefWndProc)
16648         * Menu.cs (WndProc): Removed my brainfart
16650 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
16652         * Control.cs(PreProcessMessage): Removed special menu handling 
16653         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
16655 2005-12-07  Mike Kestner  <mkestner@novell.com>
16657         * Control.cs : special case SYSKEYUP so that we can adjust keynav
16658         state according in tracker.
16659         * Menu.cs : promote tracker field to base class and provide a tracker
16660         lookup capability.  Add/Remove shortcuts dynamically if the top menu
16661         has a tracker. Unparent items that are removed from the collection.
16662         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
16663         * Theme*.cs: add always_show_hotkeys field to support configurability
16664         of mnemonic display.  win32 doesn't show mnemonics until Alt is
16665         pressed.
16667 2005-12-07  Jackson Harper  <jackson@ximian.com>
16669         * MdiChildContext.cs: Use Control.ResetCursor.
16670         * Control.cs: ResetCursor needs to set the property so that the
16671         correct XplatUI call gets made.
16673 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
16675         * Control.cs: More fixes to make our key events match MS. We
16676           were not setting the modifier state on KeyData, and we were
16677           not generating any events when Alt was pressed with a key
16678           since handling of WM_SYSxxx was missing for the OnKey methods.
16680 2005-12-07  Jackson Harper  <jackson@ximian.com>
16682         * MdiChildContext.cs: reenable the sizing code.
16683         - When the mouse leaves a window reset its cursor.
16685 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
16687         * ThemeClearlooks.cs: Reflect latest Hwnd changes
16689 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
16691         * Hwnd.cs: Now using the theme 3d bordersize to calculate
16692           widths of Fixed3D borders
16694 2005-12-07  Jackson Harper  <jackson@ximian.com>
16696         * MdiClient.cs: Fix warnings. Earn Mike's love.
16698 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
16700         * ThemeClearlooks.cs:
16701           - Adjusted mouse over button color
16702           - Added first parts of CheckBox drawing
16703           - Added correct color for selected text background
16704           - Fixed ComboBox drawing
16705           - Added CPDrawBorder3D and CPDrawBorder
16707 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
16709         * XplatUIX11.cs: Added call to XBell for AudibleAlert
16711 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
16713         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
16714           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
16715           alert users via sound. We could add an enum arg with different
16716           types of alerts in the future
16718 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
16720         * Control.cs: Fix behaviour problems pointed out by Mike
16722 2005-12-05  Mike Kestner  <mkestner@novell.com>
16724         * StatusBarPanel.cs: add Invalidate method and hook it into all the
16725         prop setters.  Calls parent.Refresh for now, but could be maybe be
16726         optimized with an internal method on StatusBar at some point.
16727         [Fixes #76513]
16729 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
16731         * RichTextBox.cs: Implemented get_SelectionColor
16733 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
16735         * ThemeClearlooks.cs:
16736           - Removed dead code
16737           - Draw black button border only if button is Form.AcceptButton
16738           - Draw correct button color for pressed RadioButton if the mouse 
16739             has entered the button
16740           - Updated ProgressBar drawing!
16741           - Updated CPDrawSizeGrip drawing
16742           - Updated StatusBarPanel drawing
16744 2005-12-05  Mike Kestner  <mkestner@novell.com>
16746         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
16747         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
16749 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
16751         * ThemeClearlooks.cs: Initial check-in, activate with
16752           export MONO_THEME=clearlooks
16753         * ThemeEngine.cs: Added ThemeClearlooks
16755 2005-12-03  Mike Kestner  <mkestner@novell.com>
16757         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
16758         [Fixes #76897]
16760 2005-12-02  Jackson Harper  <jackson@ximian.com>
16762         * Form.cs: If the child form has no menu the default main menu is
16763         used as the active menu.
16765 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
16767         * ListBox.cs: Check if any items exist before trying to resolve 
16768           coordinates into items
16770 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
16772         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
16773           as the second color for the background hatch
16775 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
16777         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
16778         * RichTextBox.cs: FormatText position arguments are 1-based, now making
16779           sure that what we pass to FormatText is always 1-based. Fixes #76885
16781 2005-11-29  Miguel de Icaza  <miguel@novell.com>
16783         * NumericUpDown.cs (EndInit): When we are done initializing,
16784         reflect any updates on the UI.
16786 2005-12-02  Jackson Harper  <jackson@ximian.com>
16788         * ImplicitHScrollBar.cs:
16789         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
16790         their container controls.
16791         * TreeView.cs: Use the new implicit scrollbars.
16793 2005-12-02  Jackson Harper  <jackson@ximian.com>
16795         * TreeView.cs: Make top_node internal so the TreeNodeCollections
16796         can play with it.
16797         * TreeNodeCollection.cs: If we remove the topnode we need to
16798         update topnode to the next node in line.
16799         - When clearing nodes go through the same process as removing
16800         them, so they get depareneted and checked if they are top node.
16802 2005-12-01  Jackson Harper  <jackson@ximian.com>
16804         * TreeView.cs: When imagelists are used the image area is
16805         selectable as well as the text.
16806         - If there are no selected nodes select the first one.
16807         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
16808         so don't do it more then we need to.
16810 2005-12-01  Jackson Harper  <jackson@ximian.com>
16812         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
16813         that arrows can be scaled.
16815 2005-12-01  Jackson Harper  <jackson@ximian.com>
16817         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
16818         fail. Patch by Dieter Bremes
16820 2005-11-30  Jackson Harper  <jackson@ximian.com>
16822         * Form.cs: Property is 2.0 only
16823         * PrintDialog.cs: Signature fix.
16825 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
16827         * TextControl.cs: 
16828           - No longer artificially moves text 2 pixels down (now that we have
16829             borders this is no longer needed)
16830           - Added calcs for left, hanging and right indent
16832 2005-11-23  Mike Kestner  <mkestner@novell.com>
16834         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
16836 2005-11-30  Jackson Harper  <jackson@ximian.com>
16838         * MdiChildContext.cs: Set the cloned menus forms, as these don't
16839         get cloned as part of CloneMenu ().
16840         * Menu.cs: Make sure the parent of the items get set correctly
16841         when they are added.  And the owners are notified of the changes.
16842         * Form.cs: Create an ActiveMenu property, so that when MDI is used
16843         we can change the menu being displayed/handled by the form without
16844         changing the menu assosciated with the form.
16845         - Don't let Mdi children draw/handle menus.
16846         
16847 2005-11-30  Jackson Harper  <jackson@ximian.com>
16849         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
16850         a MenuChanged event. Just to make the API a little more
16851         consistent.
16852         * MainMenu.cs:
16853         * MenuItem.cs: Use the new OnMenuChanged
16854         * MdiChildContext.cs: Handle menu merging.
16855         * Form.cs: Implement MergedMenu.
16856         
16857 2005-11-30  Jackson Harper  <jackson@ximian.com>
16859         * Menu.cs: We were misusing Add. Add goes behind the specified
16860         index according to the docs, and does not replace the specified
16861         index. So I added an Insert method.
16863 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
16865         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
16866           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
16867           is for Jackson
16868         * RichTextBox.cs: Added calls to base for DnD events
16870 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
16872         * TextControl.cs:
16873           - Fixed drag-selection related crash; style fixes
16874           - Implemented undo class
16875             o Implemented method to capture document state for specified
16876               range in document tree
16877             o Implemented method to restore captured document state
16878             o Implemented cursor tracking
16879             o Implemented basic undo stack
16880           - Added undo cursor tracking to methods altering cursor location
16881           - Added undo tracking to selection deletion (still missing
16882             other text-altering hookups)
16883         * RichTextBox.cs:
16884           - Added SelectionLength property
16885           - Implemented CanPaste()
16886           - Implemented Paste()
16887           - Added missing protected methods
16888           - Fixed RTF->Document conversion; now uses font index 0 and color 
16889             index 0 as the default font for the parsed text
16890           - Fixed RTF<->Document font size translation
16891           - Fixed RTF generation, now properly handles cross-tag boundaries
16892             for single line selection
16893           - No longer always appends blank line to generated RTF
16894           - Removed TODOs
16895           - Added missing attributes
16896           - Hooked up undo-related methods
16897         * TextBoxBase.cs:
16898           - Implemented Copy()
16899           - Implemented Paste()
16900           - Implemented Cut()
16901           - Fixed caret mis-behaviour on backspace across line-boundaries
16903 2005-11-29  Jackson Harper  <jackson@ximian.com>
16905         * MdiClient.cs: Add a method for activating mdi children. Very
16906         basic right now. I imagine someday it might need more girth.
16907         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
16908         children windows names are added to the menu item.
16909         * ThemeWin32Classic.cs: Draw the arrow if the item is an
16910         mdilist. This happens regardless of whether or not there are any
16911         mdi windows to see in the list, and according to my tests happens
16912         before the items are even added. Also happens if there isn't even
16913         an mdi client to get windows from.
16915 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
16917         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
16918         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
16920 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
16922         * DataGridTableStyle.cs:
16923           - Create always the styles for the missing columns even if they are
16924             provided by the user (not default table style)
16925         * DataGrid.cs:
16926           - Fixes bug 76770
16927           - Fixes SetDataBinding (always re-attach source)
16928           - Fixes SetNewDataSource (only clear styles if they are not for 
16929             this source)
16930          -  Expands OnTableStylesCollectionChanged to handle style refresh 
16931             and remove properly
16933 2005-11-29  Jackson Harper  <jackson@ximian.com>
16935         * FileDialog.cs: Implement missing bits, remove some dead
16936         code.
16937         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
16938         creation of the panel so that the options set on the dialog are
16939         seen when the panel is created.
16940         * TreeView.cs: raise a click when items are clicked.
16941         
16942 2005-11-29  Jackson Harper  <jackson@ximian.com>
16944         * MdiClient.cs: Pass some signature methods through to base.
16946 2005-11-28  Jackson Harper  <jackson@ximian.com>
16948         * ListView.cs: Raise the click event when items are clicked.
16950 2005-11-28  Jackson Harper  <jackson@ximian.com>
16952         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
16953         a nullref.
16955 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
16957         * ThemeNice.cs: - Removed 1 pixel bitmaps
16958           - Use SmoothingMode.AntiAlias where it makes sense
16959             (ScrollButton arrow for example)
16960           - Enhanced Button focus drawing
16961           - Fixed ComboBox drawing (no artefacts anymore, focus
16962             rectangle is back again, reduced size of ComboButton, etc.)
16963           - Fixed RadioButton focus drawing for Appearence.Button
16964           - Slight ScrollButton redesign
16965           - Some LinearGradientBrush size fixes
16966           - GroupBoxes have now rounded edges
16967           - Fixed StatusBar drawing
16969 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
16971         * ThemeNice.cs: - Remove dead code
16972           - use correct background colors for menus, etc.
16973           - Fake pixel drawing with 1 pixel bitmaps
16975 2005-11-24  Jackson Harper  <jackson@ximian.com>
16977         * MdiClient.cs: Size the scrollbars when resizing the window.
16978         - Resize the maximized windows when the client is resized
16979         * Form.cs: Make the child context available
16980         
16981 2005-11-23  Jackson Harper  <jackson@ximian.com>
16983         * MdiChildContext.cs: Don't size windows if they are maximized.
16985 2005-11-23  Mike Kestner  <mkestner@novell.com>
16987         * ContextMenu.cs: use MenuTracker.
16988         * Control.cs: remove menu handle usage.
16989         * Form.cs: remove menu handle usage.
16990         * Hwnd.cs: remove menu handle usage.
16991         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
16992         motion and clicks to the new Tracker handlers.
16993         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
16994         and handle usage.
16995         * MenuAPI.cs: refactored to combine popup and menubar event handling.
16996         Killed the MENU and MENUITEM data types and associated collections
16997         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
16998         MenuTracker class that exposes the leftovers from the old MenuAPI
16999         static methods. Restructured Capture handling so that only one grab is
17000         done for the entire menu hierarchy instead of handing off grabs to
17001         submenus. Tracker now has an invisible control to Capture when active.
17002         * MenuItem.cs: add sizing accessors, kill Create
17003         and handle usage.
17004         * Theme.cs: remove menu handle and MENU(ITEM) usage.
17005         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
17006         MENU(ITEM). remove menu handle usage, use Menu directly.
17007         * XplatUIDriver.cs: remove menu handle usage.
17008         * XplatUIOSX.cs: remove menu handle usage.
17009         * XplatUIWin32.cs: remove menu handle usage.
17010         * XplatUIX11.cs: remove menu handle usage.
17012 2005-11-22  Jackson Harper  <jackson@ximian.com>
17014         * Hwnd.cs: Don't compute the menu size for
17015         DefaultClientRectangle.
17016         - Reenable menu sizes being computed for GetClienRectangle.
17017         * Form.cs: Remove comment of trechery
17018         
17019 2005-11-22  Jackson Harper  <jackson@ximian.com>
17021         * Hwnd.cs: The adjustments for the menu bar are made when it is
17022         attached to the form.
17024 2005-11-19  Jackson Harper  <jackson@ximian.com>
17026         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
17027         (just like on windows).
17029 2005-11-19  Jackson Harper  <jackson@ximian.com>
17031         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
17032         use real buttons anymore because they are in non client area. The
17033         one TODO here is that I need to somehow invalidate a section of
17034         the non client area.
17036 2005-11-18  Jackson Harper  <jackson@ximian.com>
17038         * Control.cs: Put the enum check back in now that MDI doesnt have
17039         to use this to set border styles.
17040         * Form.cs: Only set mdi child windows borders if the handle has
17041         been created.
17042         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
17043         this directly on to the driver.
17044         - Get the move start position before adjusting for the titlebar
17045         height, this fixes the windows "skipping" when they are first
17046         moved.
17048 2005-11-18  Jackson Harper  <jackson@ximian.com>
17050         * XplatUIX11.cs: Just compute the mdi borders separately as they
17051         don't totally match up with normal form borders.
17053 2005-11-18  Jackson Harper  <jackson@ximian.com>
17055         * Control.cs: Set WS_ styles for borders, so that the driver does
17056         not have to retrieve the control instance to figure out what kind
17057         of borders it should have.
17058         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
17059         driver can know its an mdi child easily.
17060         * XplatUIX11.cs: Get the border styles and whether the window is
17061         MDI from the Styles and ExStyles params instead of having to get a
17062         control. This prevents a chicken and egg problem.       
17064 2005-11-18  Jackson Harper  <jackson@ximian.com>
17066         * MdiClient.cs: Fix typo so scrollbars show up correctly.
17068 2005-11-18  Jackson Harper  <jackson@ximian.com>
17070         * MdiClient.cs: Calculate when to add and remove scrollbars
17071         correctly.
17072         * MdiChildContext.cs: Adjust the y position to take the titlebar
17073         into account.
17074         - No height for FormBorderStyle.None
17076 2005-11-18  Jackson Harper  <jackson@ximian.com>
17078         * Control.cs: Allow non enum values to be used for
17079         InternalBorderStyle.  MDI does this to set a special border style.
17080         - New utility methods for converting points to/from client coords
17081         - Add the newly created control to the Controls collection before
17082         updating its style. This way UpdateStyle can walk the control
17083         heirarchy to find the control if needed.
17084         so I don't need to create a new Point object all the time.
17085         * Form.cs: Let MDI windows handle their border styles.
17086         - Set styles on MDI windows so the correct title style is derived.
17087         * MdiChildContext.cs: Move all the painting and window handling
17088         into the non client area.
17089         - Use correct sizing and put correct buttons on frames based on
17090         the FormBorderStyle.
17091         - Notify the mdi client about scrolling
17092         - Need to handle the buttons ourselves now, because they are all
17093         in non client areas and we can't add controls there.
17094         * MdiClient.cs: Halfway to scrolling, this implementation is
17095         somewhat broken though, we need to check to make sure other
17096         windows aren't causing scrolling before removing the bars. Also
17097         the bars need to be drawn on top, maybe I can switch implicit
17098         controls to be on top.
17099         * Hwnd.cs: caption_height and tool_caption_height are now
17100         properties of an hwnd, this way they can be set by the driver
17101         based on the type of window they are.  In X11 the window manager
17102         handles the decorations so caption_height is zero unless its an
17103         MDI window.
17104         - Add 3 pixel borders for MDI windows (0xFFFF).
17105         - Get rid of some code duplication, have DefaultClientRectanle
17106         just call GetClientRectangle.
17107         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
17108         Hwnd now.
17109         - Set border styles differently for mdi windows.
17110         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
17111         Hwnd now.
17112         
17113 2005-11-15  Mike Kestner  <mkestner@novell.com>
17115         * Menu.cs: when adding an item to the collection, if item is already 
17116         parented, remove it from the parent.
17118 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
17120         * X11DesktopColors.cs: Added KDE support
17122 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
17124         * XplatUIWin32.cs: 
17125           - Clipboard methods now can translate Rtf format
17126           - No longer removes clipboard contents whenever a new format is added
17127             to allow placing multiple formats on the clipboard
17128         * Clipboard.cs: Clipboard now supports getting a IDataObject and
17129           will place all formats contained in it onto the clipboard. Also
17130           now cleans the clipboard before placing a new object onto it
17131         * RichTextBox.cs:
17132           - Implemented set_Rtf
17133           - Implemented set_SelectedRtf
17134           - Created InsertRTFFromStream() method to allow single code base
17135             for all properties and methods that insert RTF into document
17136           - Removed debug output
17137         * TextControl.cs:
17138           - Fixed Delete(int) to fix up line numbers
17139           - Fixed ReplaceSelection to combine start and end line
17140           - Fixed serious DeleteChars bug that would leave the document tree
17141             broken
17142           - Improved DumpTree with several logic checks to detect broken
17143             document trees
17144           - Removed debug lines
17145           - Fixed Caret.WordForward/WordBack moving code, now always also 
17146             updates caret.tag (fixes crash when word-selecting across tag
17147             boundaries via keyboard)
17148           - Added Insert() method for inserting multiline text into documents
17149           - Fixed DeleteChars() calculation errors that would cause a broken
17150             tag chain with multiple tag lines
17151           - DeleteChars() no longer crashes on multi-tag lines if not all tags
17152           - Split() no longer moves caret if split is at caret location
17153           - ReplaceSelection() now updates the cursor and re-displays it
17154           - ReplaceSelection() now uses new Insert() method to avoid code
17155             duplication
17156           - FormatText() can now handle formatting partial lines
17157         * TextBoxBase.cs:
17158           - Append now uses new TextControl.Insert() method (this avoids 
17159             duplicate code)
17160           - Implemented Ctrl-X (Cut) (
17161           - Implemented Ctrl-C (Copy)
17162           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
17163             regeneration when pasting text; roundtripping Copy&Paste within
17164             edit control still fails due to some calculation bugs in GenerateRTF)
17165           - The Delete key will now remove the current selection if it is visible
17166         * TextBox.cs: Removed debug lines
17167         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
17168           driver to be initialized and can't therefore be done via a static ctor)
17170 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
17172         * TextControl.cs: Added backend code for finding char arrays and strings
17173         * TextBoxBase.cs:
17174           - Added mouse wheel scroll support
17175           - Added support for VScroll and HScroll events
17176         * RichTextBox.cs:
17177           - Implemented all seven Find() variants
17178           - Implemented GetCharFromPosition()
17179           - Implemented GetCharIndexFromPosition()
17180           - Implemented GetLineFromIndex()
17181           - Implemented GetPositionFromCharIndex();
17182           - Implemented SaveFile for PlainText and UnicodeText
17183           - Fixed set_Font, now setting a new font applies that font to
17184             the whole document
17185           - Implemented generic Document to RTF converter
17186           - Implemented SaveFile for RichText format (still missing unicode
17187             conversion for non-ansi chars)
17188           - Implemented get_Rtf
17189           - Implemented get_SelectedRtf
17191 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
17193         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
17194           to allow any captures to be released before triggering OnClick. This
17195           way a click handler may capture the mouse without interference.
17196         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
17197           This way we send them even though X may not allow a grab (if the window
17198           isn't visible, for example)
17200 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
17202         * DataGridViewRowEventArgs.cs: DataGridView implementation
17203         * DataGridViewElement.cs: DataGridView implementation
17204         * DataGridViewComboBoxCell.cs: DataGridView implementation
17205         * DataGridViewDataErrorContexts.cs: DataGridView implementation
17206         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
17207         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
17208         * ImageLayout.cs: DataGridView implementation
17209         * DataGridViewComboBoxColumn.cs: DataGridView implementation
17210         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
17211         * DataGridViewSelectionMode.cs: DataGridView implementation
17212         * IDataGridViewEditingControl.cs: DataGridView implementation
17213         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
17214         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
17215         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
17216         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
17217         * DataGridViewColumnSortMode.cs: DataGridView implementation
17218         * DataGridView.cs: DataGridView implementation
17219         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
17220         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
17221         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
17222         * Padding.cs: DataGridView implementation
17223         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
17224         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
17225         * DataGridViewRowEventHandler.cs: DataGridView implementation
17226         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
17227         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
17228         * DataGridViewButtonCell.cs: DataGridView implementation
17229         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
17230         * DataGridViewEditMode.cs: DataGridView implementation
17231         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
17232         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
17233         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
17234         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
17235         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
17236         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
17237         * DataGridViewCellEventHandler.cs: DataGridView implementation
17238         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
17239         * DataGridViewCellStyleConverter.cs: DataGridView implementation
17240         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
17241         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
17242         * DataGridViewColumnEventArgs.cs: DataGridView implementation
17243         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
17244         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
17245         * QuestionEventArgs.cs: DataGridView implementation
17246         * IDataGridViewEditingCell.cs: DataGridView implementation
17247         * DataGridViewTriState.cs: DataGridView implementation
17248         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
17249         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
17250         * DataGridViewColumnCollection.cs: DataGridView implementation
17251         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
17252         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
17253         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
17254         * DataGridViewColumn.cs: DataGridView implementation
17255         * DataGridViewCellBorderStyle.cs: DataGridView implementation
17256         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
17257         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
17258         * DataGridViewRow.cs: DataGridView implementation
17259         * DataGridViewImageCellLayout.cs: DataGridView implementation
17260         * DataGridViewImageCell.cs: DataGridView implementation
17261         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
17262         * DataGridViewCheckBoxCell.cs: DataGridView implementation
17263         * DataGridViewHeaderCell.cs: DataGridView implementation
17264         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
17265         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
17266         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
17267         * DataGridViewTextBoxColumn.cs: DataGridView implementation
17268         * QuestionEventHandler.cs: DataGridView implementation
17269         * DataGridViewCellStyleScopes.cs: DataGridView implementation
17270         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
17271         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
17272         * DataGridViewCell.cs: DataGridView implementation
17273         * DataGridViewCellEventArgs.cs: DataGridView implementation
17274         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
17275         * DataGridViewCellStyle.cs: DataGridView implementation
17276         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
17277         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
17278         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
17279         * TextFormatFlags.cs: DataGridView implementation
17280         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
17281         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
17282         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
17283         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
17284         * DataGridViewButtonColumn.cs: DataGridView implementation
17285         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
17286         * HandledMouseEventArgs.cs: DataGridView implementation
17287         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
17288         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
17289         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
17290         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
17291         * DataGridViewRowCollection.cs: DataGridView implementation
17292         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
17293         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
17294         * DataGridViewHitTestType.cs: DataGridView implementation
17295         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
17296         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
17297         * DataGridViewColumnEventHandler.cs: DataGridView implementation
17298         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
17299         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
17300         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
17301         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
17302         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
17303         * DataGridViewContentAlignment.cs: DataGridView implementation
17304         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
17305         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
17306         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
17307         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
17308         * DataGridViewPaintParts.cs: DataGridView implementation
17309         * DataGridViewCellCollection.cs: DataGridView implementation
17310         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
17311         * DataGridViewImageColumn.cs: DataGridView implementation
17312         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
17313         * DataGridViewElementStates.cs: DataGridView implementation
17314         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
17315         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
17316         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
17317         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
17318         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
17319         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
17320         * DataGridViewRowHeaderCell.cs: DataGridView implementation
17321         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
17322         * DataGridViewTextBoxCell.cs: DataGridView implementation
17323         * DataGridViewBand.cs: DataGridView implementation
17324         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
17325         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
17326         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
17327         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
17328         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
17329         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
17330         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
17331         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
17332         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
17333         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
17334         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
17336 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
17338         * ThemeWin32Classic.cs: 
17339           - Draw the outside focus rectangle around buttons
17340           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
17341             doesn't use end caps for every dash of a line anymore. This
17342             workaround ignores the forecolor.
17344 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
17346         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
17347           endian safe.
17349 2005-11-07  Jackson Harper  <jackson@ximian.com>
17351         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
17353 2005-11-07  Jackson Harper  <jackson@ximian.com>
17355         * ScrollableControl.cs: Calculate the maximum and change vars
17356         (more) correctly so that scrollbars appear as a sensible size.
17358 2005-11-04  Jackson Harper  <jackson@ximian.com>
17360         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
17361         collection.
17362         * TreeView.cs: When the tree is sorted null out the top_node so
17363         that it is recalculated.
17364         - Use dotted lines instead of dashed lines to match MS better.
17366 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
17368         * ListView.cs: 
17369           - Implements key search for items. Useful when browsing files with FileDialog
17370           - When changing view mode or when clear the items reset scrollbar positions
17372 2005-11-04  Jackson Harper  <jackson@ximian.com>
17374         * CurrencyManager.cs: Implement the MetaDataChanged event, the
17375         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
17376         as to what the method may do as there is no real way of creating a
17377         derived CurrencyManager and calling the method. 
17379 2005-11-03  Jackson Harper  <jackson@ximian.com>
17381         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
17382         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
17383         method which seems to just be used internally to refresh the tabs.
17385 2005-11-03  Jackson Harper  <jackson@ximian.com>
17387         * TabControl.cs: Implement the remove method. Fix some broken
17388         comments.
17390 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
17392         * DateTimePicker.cs:
17393           - Added missing DateTimePickerAccessibleObject class
17394           - Added missing events
17395           - Added OnFontChanged method
17396         * Form.cs: Added missing attributes
17397         * TreeView.cs: Added missing attributes
17399 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
17401         * GridItemCollection.cs: Fix signatures
17403 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
17405         * XplatUI.cs: Updated build rev/date
17406         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
17407           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
17408         * Application.cs: Trigger context-specific ExitThread events
17410 2005-11-03  Jackson Harper  <jackson@ximian.com>
17412         * Menu.cs:
17413         * MainMenu.cs:
17414         * GridTableStylesCollection.cs:
17415         * Timer.cs:
17416         * TabPage.cs:
17417         * HelpProvider.cs:
17418         * StatusBar.cs:
17419         * MonthCalendar.cs: Signature fixes
17421 2005-11-03  Jackson Harper  <jackson@ximian.com>
17423         * TreeNodeCollection.cs: Remove should not be virtual.
17424         * TreeView.cs: Implement the last of the missing methods.
17426 2005-11-03  Jackson Harper  <jackson@ximian.com>
17428         * TreeNodeConverter.cs: Implement to get off my class-status back.
17430 2005-11-03  Jackson Harper  <jackson@ximian.com>
17432         * TreeView.cs: Hookup the bits for drag and drop.
17433         * TreeNode.cs: Don't cache the tree_view or index anymore, now
17434         that nodes can be moved from tree to tree easily this just causes
17435         all sorts of problems.
17436         * TreeNodeCollection: Don't need to give treenodes an index and
17437         treeview anymore when they are added, these are computed on the
17438         fly. Also make sure to remove a node before its added.
17440 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
17442         * TextControl.cs:
17443           - Added CaretSelection enum
17444           - Added comparison methods to Marker struct, makes selection code
17445             more readable
17446           - Added SelectionStart and SelectionEnd as 'moveable' location for
17447             the CaretDirection enum and handler
17448           - Added selection_prev variable to track optimized invalidation for
17449             word and line selection
17450           - Added SelectionVisible property (returns true if there is a valid 
17451             selection)
17452           - Switched CaretHasFocus to only display the caret if there is no
17453             visible selection
17454           - Avoiding StringBuilder.ToString to retrieve a single char, instead
17455             using the direct character index; should be much faster
17456           - Added various conditional debug statements
17457           - Fixed invalidation calculation for selection ranges
17458           - Added ExpandSelection() method to support word and line selection
17459           - Switched SetSelectionToCaret to use new Marker compare overloads
17460           - Added central IsWordSeparator() method to determine word 
17461             separators/whitespace and FindWordSeparator() to streamline common
17462             usage of IsWordSeparator()
17463         * TextBoxBase.cs:
17464           - Removed unneeded grabbed variable, it was just mirroring
17465             Control.Capture
17466           - No longer firing OnTextChanged event when Text setter is called,
17467             since the base will fire the event for us
17468           - Added handling of Ctrl-Up/Down selection
17469           - Added handling of Shift-Cursorkey selection
17470           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
17471             words
17472           - Added handling of Shift and Ctrl-Shift-Home/End selection
17473           - Removed some debug output
17474           - Added handling for single/double/tripple-click to place caret/
17475             select word/select line respectively (Fixes bug #76031)
17476           - Added support for drag expansion of word/line selection
17477         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
17478           current selection
17480 2005-11-02  Jackson Harper  <jackson@ximian.com>
17482         * X11Dnd.cs: If the drag is going to and from a MWF window just
17483         copy the data instead of sending it out through the X Selection
17484         mechanism.
17486 2005-11-02  Jackson Harper  <jackson@ximian.com>
17488         * X11Dnd.cs:
17489         * XplatUIX11.cs: When in a drag we don't want motion notify
17490         messages to get passed on to the other controls. This prevents
17491         mouse move messages from showing up in the drag source.
17493 2005-11-02  Jackson Harper  <jackson@ximian.com>
17495         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
17496         the correct button is release to end a drag.
17497         * XplatUIX11.cs: Make the button state internal so the drag system
17498         can access it.  Dragging needs to know about all button releases,
17499         not just left button.
17501 2005-11-02  Miguel de Icaza  <miguel@novell.com>
17503         * Form.cs (Icon): If the icon is null, reset the icon to the
17504         default value. 
17506         * Cursor.cs: When writing the AND-mask bitmap do not include the
17507         number of colors, but hardcode those to two (black and white),
17508         fixes the loading of color cursors (Paint Dot Net).
17510         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
17511         turn off autoscaling.
17513         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
17515 2005-11-02  Jackson Harper  <jackson@ximian.com>
17517         * X11Dnd.cs: Make sure to send a status message if the pointer
17518         enters a control that can not accept a drop, otherwise the cursor
17519         isn't updated correctly. Also tried to compress the lines of code
17520         a bit.
17522 2005-11-02  Jackson Harper  <jackson@ximian.com>
17524         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
17525         set actions correctly.  This isn't perfect as XDND and win32 have
17526         some differences on how you allow actions. I'll clear this up by
17527         adding a path for drag from MWF to MWF windows.
17528         * XplatUIX11.cs: Hook into the dnd system.
17530 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
17532         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
17533         previously shown but they are no longer need it. Very obvious when 
17534         browsing files with FileDialog.
17536 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
17538         * Control.cs: We always need to call OnPaintBackground. We pretty much
17539           ignore AllPaintingInWmPaint and always do the painting there, whether 
17540           it's set or not, since we always ignore the WM_ERASEBKGND message 
17541           (which we don't generate on X11). This fixes #76616.
17542         * Panel.cs: Removed unneeded background painting. This happens properly
17543           in Control.cs already
17545 2005-10-31  Mike Kestner  <mkestner@novell.com>
17547         * Menu.cs: Add items to collection before setting their index.
17548         * MenuItem.cs : add range checking with ArgumentException like MS.
17549         [Fixes #76510]
17551 2005-10-31  Jackson Harper  <jackson@ximian.com>
17553         * ListBox.cs: Invalidate if the area is visible at all not just
17554         contained in the visible rect. Fixes unselection of semi visible
17555         items.
17557 2005-10-31  Jackson Harper  <jackson@ximian.com>
17559         * Control.cs: Consistently name the dnd methods. Make them
17560         internal so we can override them to match some MS behavoir
17561         internally.
17562         * Win32DnD.cs: Use the new consistent names.
17564 2005-10-31  Jackson Harper  <jackson@ximian.com>
17566         * TreeView.cs: Don't draw the selected node when we lose focus.
17568 2005-10-31  Jackson Harper  <jackson@ximian.com>
17570         * X11Dnd.cs: We still need to reset the state even though a full
17571         reset isn't being done, otherwise status's still get sent all over
17572         the place.
17574 2005-10-31  Jackson Harper  <jackson@ximian.com>
17576         * Control.cs: Make the dnd_aware flag internal so the dnd
17577         subsystem can check it. Catch exceptions thrown in dnd handlers to
17578         match MS behavoir.
17579         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
17580         * X11Dnd.cs: Handle null data in the converters. Set the XDND
17581         version when sending a XdndEnter. Use the control/hwnd dnd_aware
17582         flags to reduce the number of dnd enters/status's sent.
17584 2005-10-31  Jackson Harper  <jackson@ximian.com>
17586         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
17588 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
17590         * PictureBox.cs: Fixes 76512
17592 2005-10-28  Jackson Harper  <jackson@ximian.com>
17594         * X11Dnd.cs: Early implementation to support winforms being a drag
17595         source for data on X11. Also restructured the converters so they
17596         can go both ways now.
17597         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
17598         
17599 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
17601         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
17602           clipboard requests
17604 2005-10-27  Jackson Harper  <jackson@ximian.com>
17606         * TreeNode.cs: Implement serialization so my DnD examples will work.
17608 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
17610         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
17611           TreeView.cs: Don't dispose objects that are not owned.
17612           
17613 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
17615         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
17616           should retrieve the current cursor and report that, but XplatUI
17617           doesn't (yet) have an interface for that (and I'm not sure I even
17618           can, on X11)
17619         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
17620           until any message loop processing is done (and the WM_SETCURSOR
17621           replaces the cursor to the proper one)
17622         * XplatUIX11.cs: 
17623           - Fixed override behaviour, we can't set the cursor globally on X11, 
17624             just for our windows.
17625           - Invalidating the System.Drawing X11 display handle when we are
17626             shutting down
17627         * Control.cs: Fix to make csc happy
17629 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
17631         * TextBoxBase.cs: 
17632           - get_Text: Add last line (without trailing newline) to returned
17633             value (Fixes 76212)
17634           - get_TextLength: Count last line in returned length
17635           - ToString: Call Text property instead of duplicating code
17637 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
17639         * ImageList.cs: Dispose ImageAttributes objects.
17641 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
17643         * ImageList.cs: Use attribute constructors with less arguments where
17644           possible.
17646 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
17648         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
17649           Use typeof instead of strings when assembly is referenced. Added
17650           some more comments.
17652 2005-10-21  Jackson Harper  <jackson@ximian.com>
17654         * ListView.cs: Raise a double click event. Also tried to somewhat
17655         fix when the selectedindexchanged event is raised. Its still
17656         broken though.
17658 2005-10-21  Jackson Harper  <jackson@ximian.com>
17660         * TreeView.cs: New method to invalidate the plus minus area of a
17661         node without invalidating the whole node (maybe this can be used
17662         in some more places).
17663         * TreeNodeCollection.cs: When adding to an empty node we need to
17664         invalidate its plus minus area so the little block shows up.
17665         
17666 2005-10-21  Jackson Harper  <jackson@ximian.com>
17668         * TreeView.cs: Make sure that when we invalidate a node the bounds
17669         are big enough to cover the selected box and the focus
17670         rectangle. Use a different colour for the lines connecting nodes
17671         so they show up with all themes.
17673 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
17675         * NativeWindow.cs: Don't call anything that could call into the driver,
17676           we might be on a different thread.
17678 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
17680         * Control.cs(Dispose): Since Dispose might run on a different thread,
17681           make sure that we call methods that could call into the driver via
17682           invoke, to avoid thread issues
17684 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
17686         * XplatUI.cs: Removed finalizer
17687         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
17688           not allowing to be called on the finalizer thread.
17690 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
17692         * ImageList.cs:
17693           - Reverted r51889 and r51891.
17694           - Added ImageListItem class that stores unmodified image items and image
17695             properties required to create list images until handle is created.
17696           - Added AddItem and moved image creation logic to AddItemInternal.
17697           - Added CreateHandle method that creates images based on unmodified items.
17698           - Added DestroyHandle that changes state to store unmodified items.
17699           - Add and AddStrip methods no more create handle.
17700           - ReduceColorDepth has no return value.
17701           - Dispose destroys handle.
17702           - Modified other methods to reflect the above changes.
17703           - Implemented key support.
17704           - Added profile 2.0 members and attributes.
17705           - Added private Reset and ShouldSerialize methods that provide the same
17706             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
17707             them as they are private.
17708           - Added some more comments about implementation details.
17710 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
17712         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
17714 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
17716         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
17718 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
17720         * DataGridDrawingLogic.cs: Fixes column hit calcultation
17721         * DataGridColumnStyle.cs: Remove debug message
17723 2005-10-20  Jackson Harper  <jackson@ximian.com>
17725         * TreeView.cs: We can always get input keys regardless of whether
17726         or not editing is enabled. They are used for navigation.
17728 2005-10-20  Jackson Harper  <jackson@ximian.com>
17730         * TreeNode.cs: Use the viewport rect for determining if a node
17731         needs to be moved for visibility. Don't use Begin/End edit. This
17732         calls a full refresh when its done.
17733         * TreeView.cs: New SetBottom works correctly.  Make the viewport
17734         rect property internal so the treenodes can see it. When clicking
17735         on a node we need to ensure that its visible because it might just
17736         be partly visible when clicked.
17738 2005-10-20  Jackson Harper  <jackson@ximian.com>
17740         * TreeNodeCollection.cs: Remove debug code.
17742 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
17744         * Datagrid.cs: Implements column sorting in Datagrid
17745         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
17747 2005-10-20  Jackson Harper  <jackson@ximian.com>
17749         * TreeNodeCollection.cs: Remove items properly. Update the correct
17750         area after removing them.
17752 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
17754         * Datagrid.cs: Should not call base.OnPaintBackground
17756 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
17758         * XplatUIX11.cs (GetMessage):
17759           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
17760             window instead of client window
17761           - Now properly calculates NC_xBUTTONUP message coordinates
17762           - ScreenToMenu now properly calculates it's coordinates of whole 
17763             window, since menus are in the whole window, not in the client
17764             window
17765           - Added WholeToScreen coordinate translation method
17767 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
17769         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
17770           want to return a message, loop back to the beginning of the function
17771           and grab the next real message to process instead.
17773 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
17775         * Splitter.cs: Properly set limits if no filler control is used
17777 2005-10-19  Jackson Harper  <jackson@ximian.com>
17779         * ColorDialog.cs: Don't show the help button if it is not enabled
17780         instead of disabling it (this is what MS does). Don't create the
17781         panel until the dialog is run, otherwise the vars (such as
17782         ShowHelp) are not set yet.
17784 2005-10-19  Jackson Harper  <jackson@ximian.com>
17786         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
17787         are reduced when adding nodes.
17788         * TreeNode.cs:
17789         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
17790         tree.
17791         
17792 2005-10-19  Jackson Harper  <jackson@ximian.com>
17794         * FolderBrowserDialog.cs: End editing our treeview so the window
17795         actually gets refreshed.
17797 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
17799         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
17800           Obsoleted handling of WM_ERASEBKGND, now always draws our background
17801           inside of WM_PAINT
17803 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
17805         * MenuAPI.cs: Returns after Hidding window
17806         * XplatUIX11.cs: Added TODO found while debugging menu issues
17808 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
17810         * XplatUIX11.cs: Do not re-map the whole window when it's size
17811           becomes non-zero unless it's supposed to be actually visible
17813 2005-10-18  Jackson Harper  <jackson@ximian.com>
17815         * TreeView.cs: We don't need to keep a count anymore.
17816         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
17817         use the Grow method.
17819 2005-10-18  Jackson Harper  <jackson@ximian.com>
17821         * TreeNodeCollection.cs: Insert is not supported on arrays, so
17822         implement it manually here.
17824 2005-10-18  Jackson Harper  <jackson@ximian.com>
17826         * ImageList.cs: Dont kill the list when the colour depth is
17827         changed, just change the colour depth of all the images.
17828         - Same goes for setting the image size. Just resize them all
17829         instead of killing the list softly.
17831 2005-10-18  Jackson Harper  <jackson@ximian.com>
17833         * Control.cs: Don't invalidate empty rectangles.
17835 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
17837         * ListViewItem.cs:
17838           - Adds checked item to the Checked/Item lists (where empty before)
17839           - Do not add items to the Selected lists if they are already present
17840         * ListView.cs:
17841           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
17842           - When deleting items make sure that we delete them for the Selected
17843           and Checked list also.
17845 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
17847         * Label.cs: Dispose objects no longer used
17848         * ThemeWin32Classic.cs: Dispose objects no longer used
17850 2005-10-18  Jackson Harper  <jackson@ximian.com>
17852         * TabControl.cs: Don't refresh the whole control when the tabs are
17853         scrolled, we just need to refresh the tab area.
17855 2005-10-17  Jackson Harper  <jackson@ximian.com>
17857         * XplatUIX11.cs: Compress code a little bit. Only calculate the
17858         after handle when we need it.
17860 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
17862         * Control.cs: When the parent size changes, recalculate anchor 
17863           positions. Partial fix for #76462
17865 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
17867         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
17868           drawn. Fixes #76462
17870 2005-10-17  Jackson Harper  <jackson@ximian.com>
17872         * MonthCalendar.cs: Don't create the numeric up down until our
17873         handle is created. Otherwise our handle is created in the
17874         constructor and we don't know if we are a WS_CHILD or WS_POPUP
17875         yet.
17877 2005-10-17  Jackson Harper  <jackson@ximian.com>
17879         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
17880         correctly.
17882 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
17883         * TreeNode.cs : small logical fix (was using local var instead of field)
17884         
17885 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
17887         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
17889 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
17891         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
17893 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
17895         * Control.cs: 
17896           - Re-implemented anchoring code. My first version was really broken.
17897             This fixes bug #76033. Unlike the previous implementation we will
17898             no longer have round errors since all numbers are calculated from
17899             scratch every time. Removed various anchor-related obsolete vars.
17900           - InitLayout no longer causes layout event firing and layout to be 
17901             performed
17903 2005-10-16  Jackson Harper  <jackson@ximian.com>
17905         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
17906         which was broken).
17908 2005-10-16  Jackson Harper  <jackson@ximian.com>
17910         * TabControl.cs: Remove debug code.
17912 2005-10-16  Jackson Harper  <jackson@ximian.com>
17914         * XEventQueue.cs: Increase the default queue size (very simple
17915         apps needed to grow the queue).
17916         * Hwnd.cs: No finalizer so we don't need to suppress
17917         finalization. Compute the invalid area manually so a new rectangle
17918         does not newto be created.
17919         * ScrollableControl.cs: Don't set any params (otherwise visibility
17920         isn't set correctly).
17921         * MdiChildContext.cs: New constructor takes the mdi parent so it
17922         doesn't have to be computed and avoids a crash on windows. Draw
17923         the window icon properly, and allow the text to be seen.
17924         * Form.cs: Use new MdiChildContext constructor. Make sure the
17925         child context isn't null in wndproc.
17926         * TabControl.cs: Don't set focus, this is muddling keyboard
17927         behavoir. Expand the tab rows when a window size increase will
17928         allow extra tabs to be seen. Don't allow tabs smaller than the
17929         width of a window to be scrolled out of view.
17930         * TreeNode.cs:
17931         * TreeView.cs: Use measure string to calculate a nodes width, the
17932         width is cached and only updated when the text or the font is
17933         changed. Don't check for expand/collapse clicks on the first level
17934         nodes if root lines are disabled.
17935         
17936 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
17938         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
17940 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
17942         * DataGridBoolColumn.cs: fixes warning
17944 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
17946         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
17947         to match more to match more precisely the MS Net behavior
17949 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
17951         * Hwnd.cs: Added field to track if window is mapped
17952         * XplatUIX11.cs: 
17953           - Unmap windows if they become 0-size, re-map when 
17954             they are >0 again; fixes #76035
17955           - Re-set our error handler after initializing X11Desktop
17956             to override any error handlers Gtk or whatever was called
17957             may have set.
17959 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
17961         * CheckedListBox.cs: Removed unused vars
17962         * ListView.cs: Fixed signatures
17963         * RichTextBox.cs: Removed unused vars
17964         * TextBoxBase.cs: Removed unused vars
17965         * XplatUIWin32.cs: Removed unused vars
17966         * XplatUIX11.cs: Removed unused vars
17967         * XplatUI.cs: Updated version and date to latest published
17969 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
17971         * Cursor.cs: Added private .ctor to work around a bug in
17972           resourceset (Thanks to Geoff Norton for the help on this)
17973         * SplitterEventArgs.cs: Made fields accessible so we don't
17974           waste boatloads of objects and can reuse the same one
17975           in Splitter
17976         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
17977           any captions and borders when generating screen coordinates
17978         * Splitter.cs: Reimplemented control, now fully complete, uses
17979           rubberband drawing, supports and obeys all properties, has
17980           proper cursors
17982 2005-10-13  Miguel de Icaza  <miguel@novell.com>
17984         * Form.cs (Form): Setup default values for autoscale and
17985         autoscale_base_size;  Make these instance variables, not static
17986         variables. 
17988         (OnLoad): on the first load, adjust the size of the form.
17990 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
17992         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
17993           width argument to DrawReversibleRectangle()
17994         * XplatUIWin32.cs, XplatUIX11.cs: 
17995           - Implemented width for DrawReversibleRectangle()
17996           - Added logic to DrawReversibleRectangle that recognizes a zero
17997             width or height and only draws a line in that situation
17998         
17999 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
18001         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
18002         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
18003         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
18004           method (it uses our FosterParent window to get a graphics context)
18006 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
18008         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
18009           and SetWindowBackground methods
18010         * Control.cs:
18011           - Setting proper ControlStyles
18012           - We no longer call XplatUI.SetWindowBackground and XplatUI.
18013             EraseWindowBackground, instead we draw the window background
18014             ourselves in PaintControlBackground. This behaviour is
18015             required to match MS, where, when OnPaintBackground is not
18016             called, the background is not drawn.
18017           - Removed unneeded Refresh() in set_Text
18018         * Hwnd.cs: Dropped the ErasePending support. No longer needed
18019         * XplatUIX11.cs:
18020           - Created DeriveStyles method to translate from CreateParams to
18021             FormBorderStyle and TitleStyle, also handles BorderStyle (which
18022             matches FormBorderStyle enum values)
18023           - Consolidated SetHwndStyles and CalculateWindowRect border/title
18024             style calculations into single DeriveStyles method
18025           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
18026             from redrawing the whole window on any resize or expose.
18027           - Fixed CreateWindow usage of SetWindowValuemask. Before not
18028             all styles were applied to our whole/client window appropriately
18029           - Removed EraseWindowBackground() and SetWindowBackground() methods
18030           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
18031             no longer clear/redraw the background through X
18032           - Removed handling of erase_pending bit, we have no use for it (or
18033             so it seems)
18034         * XplatUIOSX.cs:
18035           - Removed generation and handling of WM_ERASEBKGND message
18036           - Removed EraseWindowBackground() and SetWindowBackground() methods
18037           - Removed handling of hwnd.ErasePending flag
18038         * XplatUIWin32.cs:
18039           - Removed EraseWindowBackground() and SetWindowBackground() methods
18040           - We no longer call EraseWindowBackground on PaintEventStart, we 
18041             ignore the fErase flag, erasing is handled in Control in the
18042             background handler
18043         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
18044           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
18045           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
18046           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
18047           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
18048           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
18049           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
18051 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
18053         * PropertyGrids.cs: Get sub properties
18054         * PropertyGridView.cs: Fix drawing code
18056 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
18058         * ListBox.cs: Fixes 76383
18060 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
18062         * DataGridTextBoxColumn.cs: Sets location and size before attachment
18063         * ThemeWin32Classic.cs: Fixes border drawing and calculations
18064         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
18067 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
18069         * ComboBox.cs: Fixes border drawing
18071 2005-10-10  Miguel de Icaza  <miguel@novell.com>
18073         * MimeIcon.cs: Ignore errors if the file can not be read.
18075 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
18077         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
18078          - Fixed border calculations
18079          - Fixed horizontal scrolling in single column listboxes
18080          - Fixed drawing issues
18082 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
18084         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
18085           FormBorderStyle enum
18086         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
18087           code to determine FormBorderStyles from CreateParams
18088         * Form.cs:
18089           - Fixed bug where we'd set the wrong window styles if we were
18090             not creating an MDI window
18091           - Added call to XplatUI.SetBorderStyle when form borders are set
18092         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
18093         * Hwnd.cs:
18094           - Removed obsolete edge style
18095           - Switched from BorderStyle to FormBorderStyle
18096         
18097 2005-10-10  Jackson Harper  <jackson@ximian.com>
18099         * Form.cs: Use the property to get the window handle instead of
18100         accessing it directly. Prevents a null reference exception.
18102 2005-10-10  Jackson Harper  <jackson@ximian.com>
18104         * TreeView.cs: Don't adjust the rect given to DrawString now that
18105         our libgdiplus draws correctly.
18107 2005-10-08  Jackson Harper  <jackson@ximian.com>
18109         * TreeView.cs: Don't try to find the clicked on node if there are
18110         no nodes in the tree.
18112 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
18114         * RichTextBox.cs:
18116           restore
18118 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
18120         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
18121           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
18122           ErrorProvider.cs:
18123           Use ResPool for brushes and dispose System.Drawing objects that
18124           are not used anymore.
18126 2005-10-07  Jackson Harper  <jackson@ximian.com>
18128         * MdiChildContext.cs: Use the new borders instead of drawing them
18129         ourselves.
18131 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
18133         * Calling UpdateBounds after changing the window's BorderStyle 
18134         since the style can change the ClientSize
18136 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
18138         * Control.cs: Made PaintControlBackground virtual
18139         * Panel.cs: Overriding PaintControlBackground instead of using paint
18140           event; paint event method was interfering with 'real' users of the
18141           event.
18143 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
18145         * ThemeWin32Classic.cs: remove border drawing since it is handled
18146         by the base control class now and was causing double border drawing.
18148 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
18150         * Panel.cs: Redraw our background on paint. Not a pretty solution,
18151           but it does seem to match MS behaviour. This fixes bug #75324
18153 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
18155         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
18156           somewhat hackish looking
18158 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
18160         * TextBoxBase.cs:
18161           - We now accept Enter even if AcceptEnter is false, if the containing
18162             form does not have an AcceptButton configured (fixes bug #76355)
18163           - Calculations are now fixed to no longer use Width/Height, but
18164             ClientSize.Width/Height, since we now support borders (this was
18165             a result of fixing borders and therefore bug #76166)
18166           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
18167             true (fixes bug #76354)
18168         
18169 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
18171         * Control.cs: 
18172           - Defaulting BorderStyle and setting it in XplatUI when our window 
18173             is created
18174           - Added enum check to InternalBorderStyle setter
18175         * XplatUIX11.cs: 
18176           - Added drawing of window borders
18177           - Now properly calculates WM decorations offset for toplevel 
18178             windows (fixes bug #74763)
18179         * XplatUIWin32.cs: 
18180           - Implemented BorderStyles for windows (we're letting win32 draw 
18181             the border for us)
18182           - Fixed the signature for SetWindowLong
18183         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
18184           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
18185           setting borders
18186         * UpDownBase.cs: Remove drawing of borders, this is handled by
18187           the driver, outside the client area
18188         * ListView.cs: Removed bogus border calculations. The control should
18189           be oblivious to borders, since those are not part of the client
18190           area. 
18191         * X11DesktopColors.cs: Commented out (currently) unneeded variables
18192         * ThemeWin32Classic.cs: Removed border calculations from ListView 
18193           drawing code
18195 2005-10-06  Jackson Harper  <jackson@ximian.com>
18197         * MdiChildContext.cs: Clear out the old virtual position remove
18198         all the unneeded calls to CreateGraphics.
18200 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
18202         * TextControl.cs: Use proper color for highlighted text; fixes #76350
18204 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
18206         * Form.cs: 
18207           - Added loading and setting of our new default icon
18208           - Only set icon if window is already created
18210 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
18212         * Label.cs:
18213           - Do not explicitly set the foreground and background colors, to
18214             allow inheriting from parents (fixes #76302)
18215           - Use Control's InternalBorderStyle property to deal with borders
18217 2005-10-06  Jackson Harper  <jackson@ximian.com>
18219         * MdiChildContext.cs: Use the new xplatui function to draw a
18220         reversible rect.
18222 2005-10-06  Jackson Harper  <jackson@ximian.com>
18224         * Form.cs: Add the parent before creating the child context cause
18225         we need the parent when setting up the child.
18227 2005-10-06  Jackson Harper  <jackson@ximian.com>
18229         * FolderBrowserDialog.cs: redo the tree population code so a
18230         second thread isn't used. Should be a lot faster and more stable
18231         now.
18233 2005-10-05  Jackson Harper  <jackson@ximian.com>
18235         * TreeView.cs: There are no expand/collapse boxes if the node has
18236         no children.
18238 2005-10-05  Jackson Harper  <jackson@ximian.com>
18240         * X11DesktopColors.cs: Get menu colours for the gtk theme.
18242 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
18244         * FileDialog.cs: Fix InitialDirectory
18246 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
18248         * ComboBox.cs:
18249                 - Fixes changing between styles
18250                 - Fixes simple mode
18251                 - Fixes last item crashing when navigating with keyboard
18253 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
18255         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
18257 2005-10-05  Jackson Harper  <jackson@ximian.com>
18259         * TreeView.cs: If updating the root node do a full refresh.
18260         * TreeNode.cs: The root node should be expanded by default. Also
18261         added a utility prop to tell if we are the root node.
18262         * TreeNodeCollection.cs: Only refresh if the node we are being
18263         added to is expanded. Also added a comment on a potential
18264         optimization.
18265         
18266 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
18268         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
18269           in dispose method. Fixes #76330
18271 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
18273         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
18275                 - Implements vertical and horizontal scrolling using XplatUI
18276                 - Fixes keyboard navagation
18277                 - Fixes EnsureVisible
18278                 - Drawing fixes
18279                 - Handles and draws focus properly
18282 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
18284         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
18285           Create handle. NET_2_0: Destroy handle when value is null.
18287 2005-10-03  Jackson Harper  <jackson@ximian.com>
18289         * ScrollBar.cs: My last scrollbar patch was broken. This is a
18290         revert and a new patch to prevent the thumb from refreshing so
18291         much.
18293 2005-10-02  Jackson Harper  <jackson@ximian.com>
18295         * ScrollBar.cs: Don't update position if it hasn't actually
18296         changed. This occurs when you hold down the increment/decrement
18297         buttons and the thumb gets to the max/min.
18299 2005-10-01  Jackson Harper  <jackson@ximian.com>
18301         * Form.cs:
18302         * MdiChildContext.cs:
18303         * MdiClient.cs: Implement ActiveMdiChild in Form.
18305 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
18307         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
18309 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
18311         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
18312           be found
18314 2005-09-30  Jackson Harper  <jackson@ximian.com>
18316         * ListBox.cs: Don't do a full refresh unless some data has
18317         actually changed.
18319 2005-09-30  Jackson Harper  <jackson@ximian.com>
18321         * TreeView.cs: Make sure that the checkboxes size is factored in
18322         even when not visible.
18324 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
18326         * FileDialog.cs: Fix Jordi's build break
18328 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
18330         * FileDialog.cs: 
18331                 - Use standard the Windows colours for the combobox as espected
18332                 - Dispose objects that use resouces when no longer need them
18334 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
18336         * X11DesktopColors.cs: Initial incomplete implementation
18337         * XplatUIX11.cs: Added call to initialize X11DesktopColors
18339 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
18341         * Theme.cs: 
18342           - Switched Theme color names to match the names defined in 
18343             System.Drawing.KnownColors. Life's hard enough, no need to make 
18344             it harder.
18345           - Added setters to all theme color properties so themes can set
18346             their color schemes. The setters also propagate the color changes
18347             to System.Drawing.KnownColors via reflection
18348         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
18349           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
18350           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
18351           use the new, more logical theme color names
18352         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
18353           post-NT colors
18354         * ThemeWin32Classic.cs:
18355           - Removed code to set the old classic Windows colors. Instead it
18356             now relies on the colors returned by System.Drawing.KnownColors
18357             which will be either modern static colors (Unix) or colors
18358             read from the user's configuration (Win32)
18359           - Updated to use the new, more logical theme color names
18360           - Switched DataGrid drawing code to use only Theme colors instead of
18361             a mix of System.Drawing.KnownColors and Theme colors
18362           - DrawFrameControl(): Removed code that fills the button area, the
18363             fill would overwrite any previous fill done by a control. This
18364             fixes bug #75338 
18365           - Added DrawReversibleRectangle() stub
18366         * ScrollableControl.cs: Set visible state to false when scrollbars
18367           are removed (pdn fix)
18368         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
18369           DrawReversibleRectangle() method to allow drawing primitive 
18370           'rubber bands'
18371         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
18373 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
18375         * ImageList.cs: Add(Icon): Create handle.
18377 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
18379         * ListView.cs:
18380         * ThemeWin32Classic.cs:
18381                 - Fixes detail mode
18382                 - Sets clippings
18383                 - Issues with drawing
18385 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
18387         * ImageList.cs: Moved RecreateHandle back to ImageList as event
18388           source has to be the ImageList.
18390 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
18392         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
18394 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
18396         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
18398 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
18400         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
18402 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
18403         * GridItem.cs: Fixed TODOs
18404         * GridItemCollection.cs: Added ICollection interface
18406 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
18408         * ImageList.cs: Resize icons when needed.
18410 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
18412         * ListViewItem.cs
18413                 - Fixes GetBounds and returns on screen rects
18414         * ListView.cs:
18415                 - Fixes vertical and horzintal scrolling of items
18416         * ThemeWin32Classic.cs:
18417                 - Fixes drawing
18418                 
18419 2005-09-29  Raja R Harinath  <harinath@gmail.com>
18421         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
18423 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
18425         * ImageList.cs: Added comments about handle creation. Moved Handle,
18426           HandleCreated and OnRecreateHandle implementations to ImageCollection.
18427           Handle is created in Add methods.
18429 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
18430          
18431         * DataGridDrawingLogic.cs: 
18432                 - Takes rows into account on Colum calculations
18433                 - Returns the column when clickig
18434         * DataGrid.cs:
18435                 - Fixes default HitTestInfo values
18436                 - Fixes HitTestInfo.ToString
18437                 - Fixes ResetBackColor          
18438         
18439 2005-09-28  Jackson Harper  <jackson@ximian.com>
18441         * MdiChildContext.cs: Obey rules for fixed sized windows (no
18442         sizing or cursor changes). Also added some temp code to draw the
18443         titlebars text (Makes dev a little easier).
18445 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
18447         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
18449 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
18450          
18451         * ListBox.cs: Fixes bug 76253
18453 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
18455         * ImageList.cs: Added comments about the current implementation. Added
18456           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
18457           Format32bppArgb to preserve transparency and can use Graphics.FromImage
18458           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
18459           with Bitmap.LockBits for better performance. Revised the whole file to
18460           match MS.NET behaviour and provide better performance. Non-public
18461           interface members are calling public members even when they throw
18462           NotSupportedException for better maintainability. Moved ColorDepth,
18463           ImageSize, ImageStream and TransparentColor implementations to
18464           ImageCollection for better performance as these properties are not used
18465           by ImageList.
18466         * ImageListStreamer.cs: Added a new internal constructor that takes an
18467           ImageList.ImageCollection and serializes Images based on
18468           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
18469           match ImageList property name.
18471 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
18473         * ListBox.cs: Fixes IndexFromPoint for last item
18475 2005-09-27  Jackson Harper  <jackson@ximian.com>
18477         * Form.cs: Set the position of new mdi children correctly.
18479 2005-09-27  Jackson Harper  <jackson@ximian.com>
18481         * MdiClient.cs: New mdi children need to be added to the back of
18482         the controls collection so the zorder is set correctly. Also add a
18483         count of all the child windows that have been created.
18485 2005-09-27  Jackson Harper  <jackson@ximian.com>
18487         * Form.cs (CreateParams): Setup MDI forms correctly.
18489 2005-09-27  Jackson Harper  <jackson@ximian.com>
18491         * MdiChildContext.cs:
18492         * MonthCalendar.cs:
18493         * UpDownBase.cs:
18494         * ListBox.cs:
18495         * ListView.cs:
18496         * TextBoxBase.cs:
18497         * TreeView.cs:
18498         * ScrollableControl.cs:
18499         * ComboBox.cs: Add implicit controls using the new implict control
18500         functionality in ControlCollection. Also try to block multiple
18501         control add in a suspend/resume layout to save some cycles.
18502         
18503 2005-09-27  Jackson Harper  <jackson@ximian.com>
18505         * Control.cs: Add functionality to the controls collection to add
18506         'implicit controls' these are controls that are created by the
18507         containing control but should not be exposed to the user. Such as
18508         scrollbars in the treeview.
18509         * Form.cs: The list var of the ControlsCollection is no longer
18510         available because of the potential of implicit controls getting
18511         ignored by someone accessing the list directly.
18513 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
18515         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
18516           loose it's parent. (Fixed bug introduced in r49103 when we added
18517           setting the child parent to null on Remove)
18519 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
18521         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
18522         * Splitter.cs: Added missing attributes for BorderStyle property.
18523         * TextBoxBase.cs: Marked Calculate* methods internal.
18524         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
18525         MS.NET.
18527 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
18528          
18529         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
18531 2005-09-25  Jackson Harper  <jackson@ximian.com>
18533         * TreeView.cs: Update the node bounds correctly regardless of
18534         whether the node is visible.
18536 2005-09-25  Jackson Harper  <jackson@ximian.com>
18538         * ImageList.cs: Don't dispose the image after it is added to the
18539         image list. Only reformat images that need to be resized.
18541 2005-09-25  Jackson Harper  <jackson@ximian.com>
18543         * ImageList.cs: Don't set the format when changing the image.
18545 2005-09-25  Jackson Harper  <jackson@ximian.com>
18547         * TreeView.cs: We can't just assume the node has a font. Use the
18548         treeviews font if no node font is available.
18550 2005-09-25  Jackson Harper  <jackson@ximian.com>
18552         * TreeView.cs: Allow the scrollbars to be reset with negative
18553         values.
18554         - Don't add scrollbars to negative sized windows.
18556 2005-09-23  Jackson Harper  <jackson@ximian.com>
18558         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
18559         old Mono.Posix. Also remove some stray code that shouldn't have
18560         been committed.
18562 2005-09-23  Jackson Harper  <jackson@ximian.com>
18564         * TreeView.cs: Attempt at proper sizing of the horizontal
18565         scrollbar. Also don't resize the scrollbars unless they are
18566         visible.
18568 2005-09-23  Jackson Harper  <jackson@ximian.com>
18570         * TreeView.cs: We don't need to expand the invalid area when the
18571         selection changes, as this is all drawn in the node's bounding
18572         box. The area needs to be expanded (previous typo was contracting
18573         it) when the focus rect moves.
18575 2005-09-23  Jackson Harper  <jackson@ximian.com>
18577         * TreeView.cs: Display the selection box under the correct
18578         circumstances. We were rendering white text with no selection box
18579         before.
18581 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
18583         * TextControl.cs(Split): Now updates selection start/end if it points 
18584           into a line that's being split. Fixes a FIXME and bug #75258
18586 2005-09-23  Jackson Harper  <jackson@ximian.com>
18588         * Binding.cs:
18589         * ListControl.cs: Don't use the path when retrieving binding
18590         managers from the binding context. My bat sense tells me that the
18591         path is only used on insertion.
18593 2005-09-22  Jackson Harper  <jackson@ximian.com>
18595         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
18597 2005-09-22  Jackson Harper  <jackson@ximian.com>
18599         * Splitter.cs: There are special cursors used for splitting.
18600         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
18602 2005-09-22  Jackson Harper  <jackson@ximian.com>
18604         * Splitter.cs: Change the cursor appropriately when the splitter
18605         is moused over, so the user actually knows there is a splitter
18606         there.
18608 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
18610        * Label.cs : Fix ToString method to give same output as MS.NET
18612 2005-09-22  Jackson Harper  <jackson@ximian.com>
18614         * TreeView.cs: Create the scrollbars when the handle is created
18615         and add them right away, just make them invisble. Also account for
18616         the window being shrunk vertically to the point that the vert
18617         scrollbar needs to be added.
18618         - Remove some 0.5 adjustments to get around anti aliasing issues.
18619         
18620 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
18621          
18622         * MainMenu.cs: Fixes default value
18623         * MenuItem.cs: Fixes default value
18625 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
18627         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
18629 2005-09-21  Jackson Harper  <jackson@ximian.com>
18631         * Control.cs: Don't try to set the border style on the window if
18632         it hasn't been created. When the window is created the border
18633         style will be used.
18635 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
18637         * Control.cs (Update): Don't call XplatUI if we don't have a
18638           window handle yet
18640 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
18642         * ContainerControl.cs: Instead of throwing an exception, print
18643           a one-time warning about Validate not being implemented
18644         * XplatUIWin32.cs: Removed debug output
18646 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
18648         * Control.cs: Only set XplatUI background if we expect the windowing
18649           system to handle the background. This stops controls that draw their
18650           own background from flickering
18652         * XplatUIX11.cs: Support custom visuals and colormaps for window 
18653           creation. This allows, amongst other things, using MWF X11 windows 
18654           with OpenGL.
18656 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
18658         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
18659           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
18660           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
18661           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
18662           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
18663           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
18664           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
18665           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
18666           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
18667           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
18668           GridColumnStylesCollection.cs, 
18669           IDataGridColumnStyleEditingNotificationService.cs,
18670           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
18671           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
18672           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
18673           TreeNodeCollection.cs, AmbientProperties.cs, 
18674           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
18675           DataObject.cs, ErrorProvider.cs, Splitter.cs,
18676           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
18677           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
18678           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
18679           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
18680           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
18681           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
18682           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
18683           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
18684           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
18685           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
18686           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
18687           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
18688           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
18689           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
18690           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
18691           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
18692           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
18693           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
18694           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
18695           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
18696           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
18697           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
18698           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
18699           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
18700           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
18701           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
18702           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
18703           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
18704           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
18705           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
18706           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
18707           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
18708           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
18709           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
18710           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
18712 2005-09-21  Jackson Harper  <jackson@ximian.com>
18714         * TreeNode.cs: Call Before/After Expand not Collapse when
18715         expanding.
18717 2005-09-20  Jackson Harper  <jackson@ximian.com>
18718         
18719         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
18721 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
18722          
18723         * ListViewItem.cs:
18724                 - Fixes bug 76120
18725                 - Fixes proper storing of subitems
18726                 - Fixes not updated items
18728 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
18730         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
18731           things if our window handle isn't created yet. Also disabled 
18732           debug for TextBoxBase
18734 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
18736         * MenuAPI.cs: Remove filtering of events to allow menu usage
18738 2005-09-20  Miguel de Icaza  <miguel@novell.com>
18740         * Cursor.cs: Allow null to be passed to Cursor.Current.
18742 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
18744         * ThemeWin32Classic.cs:
18745           - Change some private methods/fields to protected virtual so that 
18746             they can be accessed and overriden in derived classes
18747           - First refactoring of some methods. Derived themes now don't 
18748             need to duplicate the complete code from ThemeWin32Classic
18749         * ThemeNice.cs:
18750           - Added nice StatusBar
18751           - Derive from ThemeWin32Classic and not Theme
18752           - Removed duplicate ThemeWin32Classic code
18754 2005-09-20  Miguel de Icaza  <miguel@novell.com>
18756         * Control.cs (ControlCollection.Add): If the value null is passed
18757         the control is ignored. 
18759         Optimize this loop.
18761 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
18763         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
18764           PostQuitMessage state.
18765         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
18767 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
18769         * Application.cs: Our constructor will never get called, move 
18770           initialization to fields; fixes bug #75933
18772 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
18774         * FileDialog.cs :
18775                 - Allow files to be selected properly using file name
18776                 combo box.
18777                 - Add ability to change diretory (absolute / relative)
18778                 using file name combo box.
18780 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
18781          
18782         * ListBox.cs: 
18783                 - Fixes Multicolumn listboxes item wrong calculations
18784                 - Allows to click when only one item is in the listbox
18785                 - Fixes crash when no items using keyboard navigation
18787 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
18789         * ComboBox.cs: Reverted almost everything from the latest patch which
18790           broke ComboBox
18792 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
18793         
18794         * ToolTip.cs:
18795                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
18796         * ComboBox.cs:
18797                 - When DropDownStyle is Simple, it does not show scrollbar 
18798                 to the last item of the list.
18799                 - When DropDownStyle is Simple, it crashed when the list was 
18800                 scrolled down with the down cursor key.
18801                 - Fixed a bug that when DropDownStyle is DropDownList, the 
18802                 selected item was not shown.
18803                 - The position of the selected item was not preserved when 
18804                 the next dropdown happened.
18805         * ThemeWin32Classic.cs:
18806                 - Items were wrapped at the right end.
18807         * CheckedListBox.cs:
18808                 - Fixed Add method
18809         * ListBox.cs:
18810                 - Items should be fully shown.
18811                 - When resizing and vertical scrollbar disappeared, the item 
18812                 of index 0 should be on the top of the list.
18813                 - GetItemRectangle should consider the size of ver. scrollbar
18814         * StatusBar.cs:
18815                 - SizingGrip area should not be allocated when it is not 
18816                 displayed.
18817                 - Now it reflects MinWidth of the containing panel and 
18818                 fixed a crash that happens when its width becomes so small.
18820 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
18822         * CheckedListBox.cs: Fixes bug 76028
18823         * ListBox.cs: Fixes bug 76028
18825 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
18827         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
18828         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
18830 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
18832         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
18834 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18836         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
18838 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18840         * IRootGridEntry.cs: Added
18841         * PropertyGridCommands.cs: Added
18842         * PropertiesTab.cs: Added missing methods and property
18843         * PropertyGridView.cs: Made class internal
18844         * PropertyGridTextBox.cs: Made class internal
18846 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
18848         * MimeIcon.cs: Try to check some other environment variables
18849           if "DESKTOP_SESSION" returns "default"
18851 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
18853         * ThemeNice.cs: Corrected background colors (e.g. menus)
18854         * ColorDialog.cs: Use correct background colors for controls
18856 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
18858         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
18860 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
18862         * RichTextBox.cs: Added initial implementation
18863         * lang.cs: Removed. Was accidentally checked in long time ago
18864         * TODO: Removed. Contents were obsolete
18866 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
18867                                                                                 
18868         * PropertiesTab.cs : Added
18870 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
18871                                                                                 
18872         * PropertyGrid.cs : Update
18873         * PropertyGridView.cs : Update
18874         * System.Windows.Forms.resx : Added images and strings
18876 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
18878         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
18880 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
18882         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
18883           a busy loop right after the Ungrab the X11 display is otherwise 
18884           blocked
18886 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
18888         * ThemeWin32Classic.cs: Optimise the use of clipping
18890 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
18892         * DataGrid.cs: fixes recursion bug
18894 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
18896         * ThemeNice.cs: 
18897           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
18898           - Cleanup
18900 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
18902         * ThemeNice.cs: Draw nice ProgressBars
18904 2005-09-01  Miguel de Icaza  <miguel@novell.com>
18906         * VScrollBar.cs: Another buglet found by Aaron's tool. 
18908         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
18909         bug finder.
18911 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
18913         * ThemeNice.cs:
18914           - Added nicer menu drawing
18915           - Updated DrawTab
18916           - some refactoring
18918 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
18920         * CreateParams.cs (ToString): Made output match MS
18921         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
18922             handle is already created (to avoid forcing window creation)
18923         * XplatUIX11.cs: Set window text to caption after creating window,
18924           in case Text was set before window was created
18925         * Form.cs: Use this.Text instead of a static string as caption
18927 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
18929         * NotifyIcon.cs: Don't set the window to visible; this screws
18930           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
18931           OnPaint without a bitmap)
18932         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
18933           happen very often anyway; we could add the check to the WM_PAINT 
18934           event generation code
18936 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
18938         * NotifyIcon.cs: Fill the icon area with a background color, to 
18939           avoid 'residue' when transparent icons are drawn
18940         * XplatUIX11.cs:
18941           - Handle whole_window == client_window when destroying windows
18942           - SystrayAdd(): Set client_window to whole_window value to
18943             get mouse and other events passed to NotifyIcon
18945 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
18947         * Form.cs: Set proper default for Opacity property
18948         * NotifyIcon.cs:
18949           - ShowSystray(): Don't bother creating telling the OS
18950             about the systray item if no icon is provided
18951           - Now handles WM_NCPAINT message to deal with whole/client window
18952             split
18953           - Create window as visible to not get caught by Expose optimization
18954         * Hwnd.cs: Removed debug message
18955         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
18956           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
18957             PaintEventStart/End to use new client argument
18958         * TextBoxBase.cs:
18959           - Commented out debug messages
18960           - Switched PaintEventStart/End to use new client argument
18961         * XplatUI.cs: Added client window bool to PaintEventStart()/
18962           PaintEventEnd() calls, to support drawing in non-client areas
18963         * XplatUIDriver.cs: 
18964           - Added client window bool to PaintEventStart()/PaintEventEnd() 
18965             calls, to support drawing in non-client areas
18966           - Added conditional compile to allow using MWF BeginInvoke 
18967             on MS runtime
18968         * XplatUIX11.cs:
18969           - Added some conditional debug output
18970           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
18971             whole/client window split
18972           - Implemented handling of client argument to PaintEventStart()/End()
18973         * Control.cs:
18974           - Throw exception if BeginInvoke() is called and the window handle
18975             or one of the window's parent handles is not created
18976           - Added conditional compile to allow using MWF BeginInvoke on
18977             MS runtime
18978           - get_Parent(): Only sets parent if handle is created. This avoids
18979             forcing window handle creation when parent is set.
18980           - Now fires Layout and Parent changed events in proper order
18981           - Switched to use Handle instead of window.Handle for Z-Order setting,
18982             the get_Parent() patch above causes us to possibly get null for 'window'
18983           - Implemented handling of client argument to PaintEventStart()/End()
18984           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
18985             default handling)
18986           - Now sends a Refresh() to all child windows when Refresh() is called
18988 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
18990         * Form.cs: Added (non-functional) Opacity property
18991         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
18993 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
18994         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
18995           use export MONO_THEME=nice to activate it.
18996           Currently supported controls:
18997           - Button
18998           - ComboBox
18999           - ScrollBar
19000           - TabControl (TabAlignment.Top only, other will follow)
19001         * ThemeEngine.cs: Add theme nice
19002         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
19003           if enabled
19005 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
19007         * Splitter.cs: Resize docked control and its neighbor.
19009 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19010         -- Making Windows with Menus layout correctly --
19011         * Form.cs : The first leg of the fix
19012                 Menu setter - adjust Client Size as needed to make space for the menu
19013                 SetClientSizeCore - doesn't call base version to be able to pass the 
19014                         menu handle to XplatUI.CalculateWindowRect
19015         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
19016         * XplatUIX11.cs: The critical second leg of the fix
19017                 GetWindowPos needs to use a recalculated client_rect
19018                 so that resizing the window doesn't break layout of child controls. 
19019                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
19020                 Lots of \t\n killed
19022 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
19024         * Label.cs: Now properly recalculates width and height on Font and Text
19025           changes if AutoSize is set
19027 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19028         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
19030 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
19032         * ImageList.cs: Makes ToString method compatible with MS
19034 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
19036         * MenuAPI.cs: fixes bug 75716
19038 2005-08-11 Umadevi S <sumadevi@novell.com>
19039         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
19041 2005-08-11 Umadevi S <sumadevi@novell.com>
19042         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
19044 2005-08-10  Umadevi S <sumadevi@novell.com>
19045         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
19047 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
19049         * Menu.cs: fixes bug 75700
19050         * MenuAPI.cs: fixes navigation issues
19052 2005-08-09  Umadevi S <sumadevi@novell.com>
19053         * CheckedListBox.cs - simple fix for GetItemChecked.
19055 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
19057         * ComboBox.cs: Serveral fixes
19058         * ListBox.cs: Serveral fixes
19060 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
19062         * ComboBox.cs: Fixes FindString methods and GetItemHeight
19063         * ListBox.cs: Fixes FindString methods
19065 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
19067         * DataGrid.cs: fixes bugs exposed by new tests
19069 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
19071         * Mime.cs: Compile Mono assembly references only if compiling
19072           with Mono (Allows to build with VS.Net again)
19074 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
19076         * Control.cs (PaintControlBackground): Draw background image
19077         corrrectly.
19078         (CheckForIllegalCrossThreadCalls): Stubbed.
19079         
19080         * Form.cs (OnCreateControl): Center when should be centered.
19081         
19082         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
19084 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
19086         * Binding.cs: Binding to properties should be case unsensitive
19088 2005-07-18 vlindos@nucleusys.com
19090         * DataGrid.cs: fixes setmember order
19092 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
19094         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
19095         * FileDialog.cs: FileDialog is now resizable and uses the new
19096           MimeIconEngine
19098 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
19100         * DataGridTextBoxColumn.cs: default value
19101         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
19102         * GridTableStylesCollection.cs: fixes checking MappingName
19103         * DataGridDrawingLogic.cs: fixes drawing logic issues
19104         * DataSourceHelper.cs: rewritten to make compatible with more data sources
19105         * DataGrid.cs: fixes    
19107 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
19109         * MimeGenerated.cs: Use case sensitive comparer for
19110           NameValueCollections
19112 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
19114         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
19115         * ThemeWin32Classic.cs: bug fixes, code refactoring
19116         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
19117         * DataGrid.cs: bug fixes, code refactoring
19118         * DataGridTextBox.cs: bug fixes, code refactoring
19119         * DataGridColumnStyle.cs:  bug fixes, code refactoring
19120         * Theme.cs:  bug fixes, code refactoring
19122 2005-07-01  Peter Bartok  <pbartok@novell.com> 
19124         * TextControl.cs: Quick fix for the reported crash on ColorDialog
19125           and other text box usage
19127 2005-07-01  Jackson Harper  <jackson@ximian.com>
19129         * TabControl.cs: Make sure the bottom of the tab covers the pages
19130         border.
19132 2005-06-30  Peter Bartok  <pbartok@novell.com> 
19134         * Form.cs (ShowDialog): Assign owner of the dialog
19135         * TextBoxBase.cs: Always refresh caret size when deleting, caret
19136           might have been moved to a tag with different height
19138 2005-06-30  Jackson Harper  <jackson@ximian.com>
19140         * Form.cs: Don't create an infinite loop when setting focus
19141         * MenuItem.cs: Don't dirty the parents if we don't have any
19143 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
19145         * LibSupport.cs: Rename
19147 2005-06-29  Peter Bartok  <pbartok@novell.com>
19149         * TextBoxBase.cs: Re-align caret after deleting a character
19150         * TextControl.cs:
19151           - DeleteChars(): Ensure that tag covers the provided position
19152           - StreamLine(): Drop reference for dropped tag
19154 2005-06-29  Peter Bartok  <pbartok@novell.com> 
19156         * TextControl.cs: 
19157           - Selections now work properly, anchoring at the initial location
19158             and properly extending in either direction (SetSelectionToCaret(),
19159             SetSelectionStart() and SetSelectionEnd())
19160           - No longer redraws the whole control on selection change, now
19161             calculates delta between previous and new selection and only
19162             invalidates/redraws that area
19163           - Fixed FindPos() math off-by-one errors
19164           - Changed DeleteChars() to verify the provided tag covers the
19165             provided position, selections may have a tag that doesn't cover
19166             the position if the selection is at a tag border
19167           - Fixed off-by-one errors in DeleteChars()
19168           - Added missing streamlining check in DeleteChars() to remove
19169             zero-length tags
19170           - Implemented Invalidate() method, now properly calculates exposures
19171             between two given lines/positions
19172           - Implemented SetSelection()
19173           - Obsoleted and removed FixupSelection()
19174           - Improved RecalculateDocument() logic, removing code duplication
19176 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19178         * LibSupport.cs: changes to match different input/output arguments.
19180 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19182         * LibSupport.cs: added libsupport.so init routine.
19184 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
19185         
19186         * ControlBindingsCollection.cs
19187                 - Throws an exception on null datasource when adding
19188                 - Checks for duplicated bindings when adding
19190 2005-06-28  Jackson Harper  <jackson@ximian.com>
19192         * TreeView.cs (OnKeyDown): Support left and right properly
19193         (navigates as well as expanding and collapsing.
19194         - Add support for Multiply, this expands all the selected nodes
19195         children.
19196         - Fix some tabbing.
19198 2005-06-28  Jackson Harper  <jackson@ximian.com>
19200         * TreeView.cs: Implement keyboard navigation, currently supports,
19201         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
19202         support for toggling checkboxes with the space bar.
19204 2005-06-28  Jackson Harper  <jackson@ximian.com>
19206         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
19207         tree.
19209 2005-06-28  Jackson Harper  <jackson@ximian.com>
19211         * TreeView.cs: Add missing event.
19213 2005-06-27  Peter Bartok  <pbartok@novell.com> 
19215         * TextControl.cs:
19216           - Made line ending size configurable (now allows for counting 
19217             lineendings as \n or \r\n)
19218           - Added margin to viewport to keep caret visible on right side
19219           - Fixed translation routines for line/pos to documentpos to consider
19220             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
19221           - Fixed some line-endings to be unix style
19222           - Fixed Document.FormatText to perform it's calculations 1-based
19223           - Added descriptions for a few methods that might otherwise get 
19224             used wrong
19225           - Added NOTE section with some basic conventions to remember at 
19226             the top of the file
19227           - Major fixup for RichTextBox selection drawing:
19228             * Fixed crashes when multiple tags on a single line were selected
19229             * fixed selection box drawing not overlaying text
19230             * fixed bogus offset calculation for tags not starting at index 1
19231             * Switched behaviour from using multiple Substrings of a 
19232               StringBuilder.ToString() to using multiple 
19233               StringBuilder.ToString(start, length) statements, hoping this is
19234               faster (kept original version commented out in the code, in case
19235               original version was faster)
19236         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
19237           alignment != Left
19238         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
19239           call it as well
19241 2005-06-27  Jackson Harper  <jackson@ximian.com>
19243         * TabControl.cs: Move to the left and right with the arrow
19244         keys. These keys don't cycle beyond first and last like
19245         tab. Refresh all the tabs when scrolling them to the left or
19246         right.
19248 2005-06-27  Jackson Harper  <jackson@ximian.com>
19250         * TabControl.cs:
19251           - ToString: Added method
19252           - CreateParams: Remove TODO and comment
19253           - OnKeyDown: Cycle through bounds properly.
19254           - SelectedIndex: Scroll to the right or left if we need to
19255           display the newly selected tab.
19257 2005-06-23  Jackson Harper  <jackson@ximian.com>
19259         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
19260         set.
19262 2005-06-23  Jackson Harper  <jackson@ximian.com>
19264         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
19265         CTRL-SHIFT-TAB, and HOME, END are there any others?
19267 2005-06-23  Jackson Harper  <jackson@ximian.com>
19269         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
19271 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
19272         
19273         * DataGridTextBoxColumn.cs: fixes and enhancements
19274         * ThemeWin32Classic.cs: fixes and enhancements
19275         * DataGridBoolColumn.cs:  fixes and enhancements
19276         * DataGridDrawingLogic.cs:  fixes and enhancements
19277         * CurrencyManager.cs: fixes and enhancements
19278         * DataGrid.cs: fixes and enhancements
19279         * DataGridColumnStyle.cs:  fixes and enhancements
19281 2005-06-22  Jackson Harper  <jackson@ximian.com>
19283         * TabControl.cs: Add some missing methods that just call into the
19284         base. Make the TabPageCollection's IList interface behave in the
19285         same manner as the MS implementation.
19287 2005-06-22  Peter Bartok  <pbartok@novell.com> 
19289         * TextControl.cs: Added sanity check
19290         * TextBoxBase.cs: 
19291           - Fixed wrapping behaviour, don't set wrap on single line controls
19292             (this fixes the breakage of colordialog introduced in an earlier
19293              checkin)
19294           - Added rudimentary support for autoscrolling right-aligned controls
19295             (still needs fixing, also, center alignment scroll is missing)
19297 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
19298         
19299         * ScrollBar.cs: Fixes thumbpos on Maximum values
19301 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
19302         
19303         * PropertyGridView.cs: Pass context information to UITypeEditors 
19305 2005-06-21  Peter Bartok  <pbartok@novell.com> 
19307         * TextBoxBase.cs:
19308           - Now calling PositionCaret with absolute space coordinates
19309           - Enabled vertical scrolling
19310           - Better tracking of scrollbar changes, tied into WidthChange
19311             event
19312           - Improved cursor tracking
19313           - Removed debug output
19314         * TextControl.cs:
19315           - PositionCaret coordinates are now works in absolute space, not 
19316             the canvas
19317           - Improved tracking of document size
19318           - Added events for width and height changes
19320 2005-06-21  Peter Bartok  <pbartok@novell.com>
19322         * Form.cs: Set focus to active control when form is activated
19323         * TextControl.cs: 
19324           - Added word-wrap functionality to RecalculateLine() 
19325           - Added some short function descriptions for VS.Net to aid in
19326             writing dependent controls
19327           - Added Caret property, returning the current coords of the caret
19328           - Added ViewPortWidth and ViewPortHeight properties
19329           - Added Wrap property
19330           - Added CaretMoved event
19331           - Removed some old debug code
19332           - Split() can now create soft splits
19333           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
19334           - Added method to format existing text
19335           - Fixed size/alignment calculations to use viewport
19336           - RecalculateDocument now can handle changing line-numbers while
19337             calculating lines
19339         * TextBox.cs:
19340           - Added some wrap logic, we don't wrap if alignment is not left
19341           - Added casts for scrollbar var, base class switched types to
19342             also support RichTextBoxA
19343           - Implemented handling of scrollbar visibility flags
19345         * TextBoxBase.cs:
19346           - Switched scrollbars type to RichTextBoxScrollBars to support
19347             RichTextBox
19348           - Added tracking of canvas width/height
19349           - Switched scrollbars to be not selectable (to keep focus on text)
19350           - Added central CalculateDocument() method to handle all redraw
19351             requirements
19352           - Added ReadOnly support
19353           - Added WordWrap support
19354           - Fixed handling of Enter key (we now treat it as a DialogKey)
19355           - Fixed caret positioning when h or v scroll is not zero
19356           - Fixed placing/generation of vertical scrollbar
19357           - Added CalculateScrollBars() method to allow updating scrollbar
19358             limits and visibility
19359           - Fixed handling of horizontal scroll
19360           - Added handling of vertical scroll
19361           - Implemented auto-'jump' when caret moves to close to a left or
19362             right border and there is text to be scrolled into view (currently
19363             there's the potential for a stack overflow, until a bug in
19364             scrollbar is fixed)
19366 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
19367         
19368         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
19370 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
19372         * Mime.cs:
19373         - added inodes.
19374         - return application/x-zerosize for files with size zero
19375           (if no extension pattern matches).
19376         - check matches collection for strings too.
19377         - return only the first mime type if the name value
19378           collection has more than one mime type.
19380 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
19381         
19382         * PropertyGrid.cs: Cleaned up some TODOs
19383         * PropertyGridView.cs: Added support for UITypeEditors
19385 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
19386         
19387         * DataGrid.cs: clears cached value
19389 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
19391         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
19392         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
19393         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
19394         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
19395         
19396 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
19398         * ThemeWin32Classic.cs: fixes colour
19400 2005-06-15  Peter Bartok  <pbartok@novell.com>
19402         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
19403         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
19404         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
19405         * Control.cs: Added some MWFCategory and MWFDescription attributes
19406         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
19408 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
19410         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
19411         usage
19413 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
19415         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
19416         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
19417         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
19418         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
19419         * DataGrid.cs: default datagrid settings for Default Styles, fixes
19420         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
19422 2005-06-13  Jackson Harper  <jackson@ximian.com>
19424         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
19425         isn't printed when the user enables dropping. (X11 does accept
19426         drops).
19427         
19428 2005-06-13  Jackson Harper  <jackson@ximian.com>
19430         * TreeView.cs: Remove some TODOS.
19432 2005-06-13  Jackson Harper  <jackson@ximian.com>
19434         * Form.cs: Hook into the mdi framework.
19435         * MdiClient.cs: Use the base control collections add method so
19436         parents get setup correctly. Set the default back colour and dock
19437         style.
19438         * MdiChildContext.cs: New class, this bad actor handles an
19439         instance of an MDI window. Right now there is only basic
19440         support. You can drag, close, and resize windows. Minimize and
19441         Maximize are partially implemented.
19443 2005-06-13  Jackson Harper  <jackson@ximian.com>
19445         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
19446         freaky when both vals are negative. NOTE: There are probably other
19447         places in XplatUIX11 that this needs to be done.
19449 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
19451         * DataGrid.cs: implement missing methods, move KeyboardNavigation
19452         * DataGridColumnStyle.cs: fixes signature
19454 2005-06-12  Jackson Harper  <jackson@ximian.com>
19456         * XplatUIX11.cs: Use sizing cursors similar to the ones on
19457         windows.
19459 2005-06-11  Jackson Harper  <jackson@ximian.com>
19461         * StatusBarPanel.cs: Signature cleanups. Implement
19462         BeginInit/EndInit.
19464 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
19466         * DataGridTextBoxColumn.cs: Honors aligment
19467         * GridColumnStylesCollection.cs: Contains is case unsensitive
19468         * GridTableStylesCollection.cs: several fixes
19469         * DataGridTableStyle.cs: default column creation
19470         * DataGridDrawingLogic.cs: fixes
19471         * CurrencyManager.cs: ListName property
19472         * DataGrid.cs: multiple styles support
19473         * DataGridColumnStyle.cs: fixes
19474         
19476 2005-06-10  Peter Bartok  <pbartok@novell.com>
19478         * Control.cs(Select): Moved SetFocus call to avoid potential
19479           loops if controls change the active control when getting focus
19480         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
19481           the up/down buttons
19483 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
19485         * ImageListConverter.cs: Implemented
19487 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
19489         * MonthCalendar.cs: Wired in NumericUpDown control for year
19491 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
19493         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
19494           DoubleClick events, since they are not meant to be fired.
19496 2005-06-09  Peter Bartok  <pbartok@novell.com>
19498         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
19499           Jonathan's standalone controls into MWF, implemented missing
19500           events, attributes and methods; added xxxAccessible classes
19501         * AccessibleObject.cs: Made fields internal so other classes
19502           can change them if needed
19504 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
19506         * UpDownBase.cs: Complete implementation
19507         * NumericUpDown.cs: Complete implementation
19508         * DomainUpDown.cs: Complete implementation
19510 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
19512         * DataGridTextBoxColumn.cs: drawing fixes
19513         * DataGridCell.cs: fixes ToString method to match MSNet
19514         * DataGridTableStyle.cs: fixes
19515         * DataGridBoolColumn.cs: fixes, drawing
19516         * DataGridDrawingLogic.cs: fixes, new methods
19517         * DataGridTextBox.cs: Keyboard and fixes
19518         * DataGrid.cs:
19519                 - Keyboard navigation
19520                 - Scrolling fixes
19521                 - Row selection (single, multiple, deletion, etc)
19522                 - Lots of fixes
19523         
19524 2005-06-07  Jackson Harper  <jackson@ximian.com>
19526         * ThemeWin32Classic.cs: Clear the background area when drawing
19527         buttons.
19529 2005-06-06  Peter Bartok  <pbartok@novell.com>
19531         * ImageListStreamer.cs: Fixed signature for GetData
19532         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
19533         * ComboBox.cs:
19534           - Added missing ChildAccessibleObject class
19535           - Added missing OnXXXFocus overrides, switched to using those
19536             instead of the event handler
19537         * Control.cs:
19538           - Added Parent property for ControlAccessibleObject
19539           - Fixed signatures
19540           - Fixed attributes
19541           - Added ResetBindings()
19542         * ListBindingConverter.cs: Implemented some methods
19543         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
19544         * ImageList.cs: Implemented basic handle scheme, removed TODOs
19545         * ContainerControl.cs: Fixed signature, now subscribing to the
19546           ControlRemoved event instead of overriding the handler, LAMESPEC
19547         * CurrencyManager.cs: Added missing attribute
19548         * MonthCalendar.cs: Added missing properties
19550 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
19552         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
19553         
19554 2005-06-06  Gaurav Vaish and Ankit Jain
19556         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
19557         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
19558         
19559 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
19561         * Control.cs: fixes CreateParams Width / Height.
19563 2005-06-05  Peter Bartok  <pbartok@novell.com>
19565         * Win32DnD.cs: Removed compilation warnings
19567 2005-06-05  Peter Bartok  <pbartok@novell.com>
19569         * Control.cs (CreateParams): Since we don't know if one of the
19570           properties we use is overridden, lets make sure if we fail accessing
19571           we continue with a backup plan
19573 2005-06-05  Peter Bartok  <pbartok@novell.com>
19575         * Win32DnD.cs:
19576           - Removed debug output
19577           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
19578             struct
19579           - Plugged resource leak
19580         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
19581           MS size
19583 2005-06-05  Peter Bartok  <pbartok@novell.com>
19585         * XplatUIWin32.cs: Removed DnD code
19586         * Win32DnD.cs: Implemented drop source and drop target functionality
19588 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19590         * UpDownBase.cs: remove duplicate addition of event, enable some code
19591         that was commented out.
19592         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
19593         Validate input when a key is pressed. It works fine now for every
19594         combination of Hexadecimal. Only missing some drawing love when sharing
19595         space with other controls.
19597 2005-06-04  Peter Bartok  <pbartok@novell.com>
19599         * Control.cs:
19600           - We need to pass a window for DragDrop, so enable callback events
19601           - Added DnD callback events when being a DragSource
19602         * XplatUI.cs (StartDrag): Added window handle argument
19603         * XplatUIDriver.cs (StartDrag): Added window handle argument
19604         * QueryContinueDragEventArgs: Made fields internally accessible so
19605           drivers can set them
19606         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
19607           can set them
19609 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
19611         * DataGridTextBoxColumn.cs: column text editing
19612         * DataGridTableStyle.cs: Respect columns styles created by the user
19613         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
19614         * DataGridBoolColumn.cs: bool column editing
19615         * DataGrid.cs: fixes to scrolling, properties, etc
19616         * DataGridTextBox.cs: handle keyboard
19617         * DataGridColumnStyle.cs: fixes
19619 2005-06-02  Jackson Harper  <jackson@ximian.com>
19621         * ImageListStreamer.cs: Somewhat broken implementation of
19622         GetObjectData. The RLE needs some work to match MS properly.
19624 2005-06-02  Jackson Harper  <jackson@ximian.com>
19626         * X11Dnd.cs: Attempting to keep at least one file in MWF
19627         monostyled.
19629 2005-06-02  Peter Bartok  <pbartok@novell.com>
19631         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
19632           that way
19634 2005-06-02  Peter Bartok  <pbartok@novell.com>
19636         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
19637         * XplatUI.cs: Added DoDragDrop() method
19638         * XplatUIDriver.cs: Added DoDragDrop() method
19640 2005-06-02  Jackson Harper  <jackson@ximian.com>
19642         * Splitter.cs: Implement BorderStyle.
19644 2005-06-02  Jackson Harper  <jackson@ximian.com>
19646         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
19647         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
19648         X11 using XDND.
19650 2005-06-02  Peter Bartok  <pbartok@novell.com>
19652         * DataObject.cs:
19653           - Added Data setter
19654           - Fixed broken insertion code for SetData, now also
19655             overwrites any existing entry of the same format name
19656         * Hwnd.cs: Added list of pointers that automatically gets
19657           freed when the window is disposed
19658         * XplatUI.cs: Call driver initialization method when loading
19659           a driver
19660         * Control.cs:
19661           - OnDragLeave takes EventArgs, not DragEventArgs
19662           - Added setting of WS_EX_ACCEPTFILES style when dropping is
19663             supported
19664           - Forces style update when drop state changes
19665         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
19666           not perfect since we cannot (yet) call the IDataObject.GetData()
19667           method, we keep getting 0x80004005 error, dunno why)
19669 2005-06-02  Peter Bartok  <pbartok@novell.com>
19671         * DragEventArgs.cs: Make fields internal so we can cache the
19672           object and re-set the fields from XplatUI
19674 2005-06-02  Jackson Harper  <jackson@ximian.com>
19676         * Control.cs: Add some internal methods so the DnD subsystem can
19677         raise DnD events. Also call into the driver when AllowDrop is set.
19678         * XplatUI.cs:
19679         * XplatUIDriver.cs: New method for setting whether or not a window
19680         is allowed to accept drag and drop messages.
19681                 
19682 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
19683         
19684         * ScrollBar.cs: Make sure that values sent in Scroll events
19685         are always between Maximum and Minimum.
19687 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
19689         * Menu.cs: Call MenuChanged when menuitem visibility has been
19690         changed.
19691         * MenuItem.cs: Rebuild menu when item is (not) visible.
19692         * MainMenu.cs: MainMenu has special MenuChanged.
19693         * Theme.cs: Caption and FrameBorderSize are not fixed.
19694         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
19695         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
19696         * XplatUIX11.cs,
19697         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
19698         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
19700 2005-05-30  Jackson Harper  <jackson@ximian.com>
19702         * DataFormat.cs: We can't statically initialize this stuff because
19703         it calls into the xplatui and could create a loop. So we lazy init
19704         it.
19706 2005-05-28  Jackson Harper  <jackson@ximian.com>
19708         * Control.cs: Proper implementation of Product(Name/Version).
19710 2005-05-27  Jackson Harper  <jackson@ximian.com>
19712         * DataObject.cs: Dont crash if no data is found.
19714 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
19715         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
19716                 as per status page, guessing it should be set to true
19718 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
19720         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
19721         * DataGridTableStyle.cs: set proper formatting text, def header text
19722         * ThemeWin32Classic.cs: new themable paramaters
19723         * DataGridBoolColumn.cs: paint check box, get data, fixes
19724         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
19725         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
19726         * DataGridColumnStyle.cs: fixes
19727         * Theme.cs: new themable paramaters
19728                 
19729 2005-05-26  Peter Bartok  <pbartok@novell.com>
19731         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
19733 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
19734         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
19736 2005-05-24  Peter Bartok  <pbartok@novell.com>
19738         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
19739           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
19740           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
19741           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
19742           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
19743           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
19744           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
19745           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
19746           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
19747           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
19748           missing attributes, etc
19749         * DataGridPreferredColumnWidthTypeConverter.cs: Added
19751 2005-05-24  Peter Bartok  <pbartok@novell.com>
19753         * Help.cs: Added, implemented trivial functions, throws up MessageBox
19754           when user tries to get help
19755         * DataObject.cs, DataFormats.cs, LinkArea.cs,
19756           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
19757           to suppress warnings
19758         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
19759           avoid unreachable code warning
19761 2005-05-20  Peter Bartok  <pbartok@novell.com>
19763         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
19765 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
19767         * DataGridTextBoxColumn.cs: Basic painting methods
19768         * DataGridTableStyle.cs: Set table style in the column
19769         * ThemeWin32Classic.cs: Use Theme for colors
19770         * DataGridDrawingLogic.cs: Implement more drawing
19771         * DataGrid.cs: drawing, theming, enhacements, fixes
19772         * DataGridColumnStyle.cs: fixes, drawing
19773         * Theme.cs: theming for Datagrid
19775 2005-05-20  Peter Bartok  <pbartok@novell.com>
19777         * Cursor.cs: Implemented GetObjectData() method
19779 2005-05-20  Peter Bartok  <pbartok@novell.com>
19781         * Cursors.cs: Added setting of cursor name
19782         * Cursor.cs:
19783           - Implemented constructors
19784           - Implemented Draw and DrawStretched
19785           - Implemented Current property
19786           - Implemented == and != operators
19787           - Implemented Dispose()
19788           - Implemented ToString
19789           - Added missing attributes
19790         * XplatUIX11.cs:
19791           - Added missing reset for OverrideCursor when DoEvents is called
19792           - Fixed creation of cursor, logic was wrong
19793         * XplatUIWin32.cs:
19794           - Added missing reset for OverrideCursor when DoEvents is called
19795           - Fixed creation of cursor, bit arrays were swapped
19796         * Clipboard.cs: Removed obsolete MonoTODO attribute
19798 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
19800         * ComboBox.cs: fixes OnSelectedItemChanged
19801         * ControlBindingsCollection.cs: fixes item range check
19803 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
19805         * UpDownBase.cs:
19806                 - Calc preferred height properly
19807                 - Implement missing properties
19808                 
19809         * NumericUpDown.cs: Implement missing events
19811 2005-05-19  Jackson Harper  <jackson@ximian.com>
19813         * TabControl.cs: New method that resizes the tab pages before
19814         redrawing them. This as needed as the control is double buffered
19815         and sizing will not be recalculated unless ResizeTabPages is
19816         called.
19817         * TabPage.cs: Set base.Text instead of Text in the constructor so
19818         that UpdateOwner does not get called. Use the new Redraw method of
19819         TabControl instead of Refresh so the sizing is recalculated.
19820         * ThemeWin32Classic.cs: Draw the text for button tabs.
19822 2005-05-19  Jackson Harper  <jackson@ximian.com>
19824         * Control.cs: Paint control background images. Fix typo where
19825         PaintControlBackground was not getting called correctly.
19827 2005-05-19  Peter Bartok  <pbartok@novell.com>
19829         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
19830           I can investigate, apparently I broke FileDialog
19832 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
19834         * AxHost.cs: Some simple properties.
19835         * Control.cs: window must be accessible after ctor.
19836         * Form.cs: Added TransparencyKey property.
19837         * TextBoxBase.cs: Implemented Clear. Text property can be null.
19838         * XplatUIWin32.cs: SetBorderStyle implemented.
19840 2005-05-18  Peter Bartok  <pbartok@novell.com>
19842         * DataObject.cs: Entries are not global but particular to the
19843           DataObject, now it behaves that way
19844         * XplatUIWin32.cs: Implemented Clipboard methods
19845         * Clipboard.cs: Implemented
19846         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
19847         * XplatUIOSX.cs: Updated to final clipboard prototypes
19848         * XplatUIX11.cs: Implemented Clipboard methods
19849         * XplatUIDriver.cs: Updated to final clipboard prototypes
19850         * XplatUIStructs.cs:
19851           - Added BITMAPINFOHEADER struct
19852           - Added ClipboardFormats enum
19853         * X11Structs.cs:
19854           - Added ClipboardStruct
19855           - Added Atom enum items for clipboard types
19856           - Fixed atom types for Selection event structures
19857         * DataFormats.cs:
19858           - Added internal properties and methods for drivers to enumerate
19859             all known formats
19860           - Switched initialization method to allow drivers to assign their
19861             own IDs even for the MS predefined clipboard IDs
19862         * XplatUI.cs: Updated to final clipboard interface
19864 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
19865         * PropertyGridView.cs: Fixed compiler warnings.
19867 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
19868         * PropertyGrid.cs: Added some event calls
19869         * PropertyGridView.cs: Change drawing code to use double buffering
19870         * PropertyGridTextBox.cs: Changed Text property name
19871         * GridItem.cs: Added Bounds property.
19872         * GridEntry.cs: Added Bounds property.
19874 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
19876         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
19877         since GetType() may not return the correct type if the object is
19878         a remoting proxy.
19880 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
19882         * TreeNodeCollection.cs: fixes get/set item ranges
19883         
19884 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
19886         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
19887                 
19888 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
19890         * ComboBox.cs: Fix item range comparation
19891         * ListView.cs: Fix item range comparation
19893 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
19895         * FontDialog.cs:
19896           - Clear example panel when OnPaint is called
19897           - Better solution for displaying the example panel text
19898           - Select default indexes in the ListBoxes
19900 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
19902         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
19904 2005-05-11  Peter Bartok  <pbartok@novell.com>
19906         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
19907         * SelectionRangeConverter.cs: Implemented
19908         * PropertyGrid.cs: Fixed attribute value
19909         * Control.cs:
19910           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
19911           - Added Sebastien Pouliot's CAS Stack Propagation fixes
19912         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
19913           that's common to all drivers. First methods to go there are
19914           Sebastien Pouliot's CAS Stack Propagation helper methods
19915         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
19916           Sebastien Pouliot for CAS Stack Propagation
19918 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
19920         * OSXStructs.cs:
19921           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
19923 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
19925         * DataGridTextBoxColumn.cs: fixed some members
19926         * GridColumnStylesCollection.cs: indexed column is case insensitive
19927         * DataGridTableStyle.cs: fixes
19928         * ThemeWin32Classic.cs: add new theme parameter
19929         * Theme.cs: add new theme parameter
19930         * DataGridDrawingLogic.cs: Datagrid's drawing logic
19931         * DataGrid.cs: fixes, new internal properties, etc.
19932         * DataGridColumnStyle.cs: allows to set grid value
19933         *
19935 2005-05-10  Peter Bartok  <pbartok@novell.com>
19937         * AccessibleObject.cs:
19938           - Removed MonoTODO attribute on help, method is correct
19939           - Fixed Bounds property
19940         * AxHost.cs: Moved MonoTODO
19941         * ButtonBase.cs: Now setting AccessibleObject properties
19942         * RadioButton.cs: Setting proper AccessibleObject role
19943         * CheckBox.cs: Setting proper AccessibleObject role
19944         * ControlBindingsCollection.cs: Added properties, methods and attributes
19945         * DataFormats.cs: Fixed awkward internal API, and changed to enable
19946           userdefined DataFormats.Format items as well
19947         * ListControl.cs: Removed data_member from the public eye
19948         * OpenFileDialog.cs:
19949           - Made class sealed
19950           - Added missing attributes
19951         * SaveFileDialog.cs: Added missing attributes
19952         * ImageListStreamer.cs: Fixed code that caused warnings
19953         * LinkLabel.cs: Removed unreachable code
19954         * TreeView.cs: Fixed code that caused warnings
19955         * PropertyGridView.cs: Fixed code that caused warnings
19956         * GridColumnStylesCollection.cs: Added missing attributes
19957         * GridTableStylesCollection: Added missing attribute
19958         * PropertyManager: Added .ctor
19959         * SecurityIDType: Added
19960         * DataObject.cs: Implemented class
19961         * LinkArea.cs: Added missing attribute
19963 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
19965         * RadioButton.cs: call base method to allow to fire OnClick event
19966         * UpDownBase.cs: OnMouseUp call base method
19967         * CheckedListBox.cs: call base method before returning
19968         * TrackBar.cs: call base method before returning
19969         
19971 2005-05-10  Peter Bartok  <pbartok@novell.com>
19973         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
19974           for messages
19976 2005-05-10  Peter Bartok  <pbartok@novell.com>
19978         * DataFormats.cs: Implemented
19979         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
19980           XplatUIX11.cs: Added Clipboard APIs
19981         * XplatUIWin32.cs: Implemented Clipboard APIs
19982         * FolderBrowserDialog.cs: Added missing event, attributes
19984 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
19986         * CheckBox.cs: call base method to allow to fire OnClick event
19988 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
19990         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
19992 2005-05-06  Peter Bartok  <pbartok@novell.com>
19994         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
19995         * Screen.cs: Implemented
19996         * HelpNavigator.cs: Added
19997         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
19998           property
19999         * HelpProvider.cs: Implemented all we can do until we have a CHM
20000           help library (which means that "What's This" does work now)
20002 2005-05-06  Jackson Harper  <jackson@ximian.com>
20004         * XplatUIX11.cs: Fix waking up the main loop.
20005                 
20006 2005-05-05  Peter Bartok  <pbartok@novell.com>
20008         * XplatUI.cs: Updated revision
20009         * Form.cs: Removed enless loop
20010         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
20011         * Label.cs (OnPaint): Added call to base.OnPaint()
20012         * ToolTip.cs: Made ToolTipWindow reusable for other controls
20013         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
20014         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
20015         * AxHost.cs: Added
20016         * ButtonBase.cs: Moved base.OnPaint() call to end of method
20017         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
20018           to ToolTip.ToolTipWindow for drawing and size methods; this allows
20019           reuse of ToolTipWindow by other controls
20020         * SizeGrip.cs: Moved base.OnPaint() call to end of method
20021         * XplatUIX11.cs: Now clipping drawing area (experimental)
20022         * PictureBox.cs: Moved base.OnPaint() call to end of method
20023         * Theme.cs: Fixed ToolTip abstracts to match new format
20024         * ErrorProvider.cs: Implemented
20026 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
20028         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
20029         * LinkLabel.cs:
20030                 - Adds cursors
20031                 - Handles focus
20032                 - Implements LinkBehavior
20033                 - Fixes many issues
20035 2005-05-03  Jackson Harper  <jackson@ximian.com>
20037         * ListView.cs: Calculate the scrollbar positioning on resize and
20038         paint, so they get put in the correct place.
20040 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
20042         * ColorDialogs.cs: The small color panels are now handled by
20043           SmallColorControl. This fixes drawing of the focus rectangle
20044           and adds a 3D border.
20046 2005-05-03  Peter Bartok  <pbartok@novell.com>
20048         * Control.cs: Modified version of Jonathan Chamber's fix for
20049           double-buffering
20051 2005-05-03  Jackson Harper  <jackson@ximian.com>
20053         * ListView.cs: Remove redraw variable. Control now handles whether
20054         or not a redraw needs to be done, and will only raise the paint
20055         event if redrawing is needed.
20057 2005-05-03  Jackson Harper  <jackson@ximian.com>
20059         * Splitter.cs: No decorations for the splitter form. Cache the
20060         hatch brush.
20062 2005-05-03  Jackson Harper  <jackson@ximian.com>
20064         * TreeView.cs: Use dashed lines to connect nodes. Use the
20065         ControlPaint method for drawing the focus rect instead of doing
20066         that in treeview.
20068 2005-05-02  Peter Bartok  <pbartok@novell.com>
20070         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
20072 2005-04-29  Jackson Harper  <jackson@ximian.com>
20074         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
20075         entire image buffer. Just clear the clipping rectangle.
20077 2005-04-29  Jackson Harper  <jackson@ximian.com>
20079         * ThemeWin32Classic.cs: Don't draw list view items that are
20080         outside the clipping rectangle.
20082 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
20084         * ListBox.cs: added horizontal item scroll
20086 2005-04-29  Jackson Harper  <jackson@ximian.com>
20088         * ThemeWin32Classic.cs: Remove some old debug code that was
20089         causing flicker with the new double buffering code.
20091 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
20093         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
20094         behave like combobox and comboboxlist (still not sure if this is
20095         correct though).
20097 2005-04-28  Jackson Harper  <jackson@ximian.com>
20099         * ThemeWin32Classic.cs: Don't fill the middle of progress
20100         bars. This fills areas outside of the clip bounds that don't need
20101         to be filled.
20103 2005-04-28  Jackson Harper  <jackson@ximian.com>
20105         * Control.cs: Don't expose functionality to touch the image buffers.
20106         * ProgressBar.cs:
20107         * ListView.cs: We do not need to (and no longer can) manipulate
20108         the image buffers directly. All of this is handled by Control.
20110 2005-04-28  Peter Bartok  <pbartok@novell.com>
20112         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
20113           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
20114           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
20116 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
20118         * Combobox:
20119                 - Adjust control's height for non-simple comboboxes (bug fix)
20120                 - Remove dead code
20121         * MenuAPI.cs: remove unused var
20122         * ScrollBar.cs: remove unsed var
20123                  
20124         * ListBox.cs: unselect items when clearing
20126 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
20128         * ListControl.cs: honors OnPositionChanged and default Selected Item
20129         * ListBox.cs: unselect items when clearing
20131 2005-04-27  Jackson Harper  <jackson@ximian.com>
20133         * X11Keyboard.cs: Initialize a default keyboard and give a warning
20134         if a "correct" keyboard is not found. This will make us not crash,
20135         but might give some users bad keyboard layouts...seems to be the
20136         same thing rewind does.
20138 2005-04-27  Jackson Harper  <jackson@ximian.com>
20140         * BindingManagerBase.cs: Attach the current/position changed
20141         handlers to their respective events.
20143 2005-04-27  Jackson Harper  <jackson@ximian.com>
20145         * Control.cs: Make sure that the first WM_PAINT does a full draw,
20146         not just a blit.
20147         * ThemeWin32Classic.cs: Don't fill the background for picture
20148         boxes. This could overright user drawing.
20149         * ComboBox.cs: Just fill the clipping rect not the entire client
20150         rect when drawing the background. This prevents pieces of the
20151         image buffer from getting overwritten and is theoretically faster.
20153 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
20155         * ComboBox.cs: Databinding support fixes, fire missing events
20156         * ListControl.cs: implement missing methods and properties, fixes
20157         * ThemeWin32Classic.cs: Databiding support on Drawing
20158         * CheckedListBox.cs: Databinding support fixes, fire missing events
20159         * ListBox.cs: Databinding support fixes, fire missing events
20160         
20161 2005-04-25  Peter Bartok  <pbartok@novell.com>
20163         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
20165 2005-04-25  Jackson Harper  <jackson@ximian.com>
20167         * TreeView.cs: Use the horizontal scrollbars height not width when
20168         determining how much of the client area is available.
20170 2005-04-25  Jackson Harper  <jackson@ximian.com>
20172         * Control.cs: Double buffering is handled differently now. As per
20173         the spec, the extra buffer is created in the WM_PAINT message and
20174         passed down to the control's drawing code.
20175         * GroupBox.cs:
20176         * Label.cs:
20177         * CheckBox.cs:
20178         * ProgressBar.cs:
20179         * RadioButton.cs:
20180         * ColorDialog.cs:
20181         * ComboBox.cs:
20182         * PropertyGridView.cs:
20183         * UpDownBase.cs:
20184         * MessageBox.cs:
20185         * MenuAPI.cs:
20186         * ListView.cs:
20187         * ButtonBase.cs:
20188         * SizeGrip.cs:
20189         * ScrollBar.cs:
20190         * ListBox.cs:
20191         * TrackBar.cs:
20192         * ToolBar.cs:
20193         * PictureBox.cs:
20194         * DateTimePicker.cs:
20195         * StatusBar.cs:
20196         * TreeView.cs: Update to new double buffering system.
20197         * MonthCalendar.cs: Uncomment block, as Capture is now
20198         working. Update to new double buffering
20199         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
20200         * PaintEventArgs.cs: New internal method allows us to set the
20201         graphics object. This is used for double buffering.
20202         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
20203         rectangle. The internal paint_area var has been removed from
20204         StatusBar. The clipping rect should be used instead.
20205         * Theme.cs: Give the PictureBox drawing method a clipping rect.
20206         * TabPage.cs: The RefreshTabs method was removed, so just call the
20207         tab controls Refresh method now.
20208         * TabControl.cs: Update to new double buffering. Make sure the
20209         handle is created before sizing the tab pages, otherwise we will
20210         get stuck in a loop.
20212 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
20214         * LinkLabel.cs: Fix typo, bug #74719; patch
20215           from Borja Sanchez Zamorano
20217 2005-04-22  Jackson Harper  <jackson@ximian.com>
20219         * TreeNode.cs: Implement Handle stuff.
20220         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
20222 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
20224         * DataGridTextBoxColumn.cs: call base constructors, fixes
20225         * GridColumnStylesCollection.cs: missing events, methods, and functionality
20226         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
20227         * DataGridTableStyle.cs: implements create default column styles
20228         * DataGridBoolColumn.cs: which types can handle
20229         * DataGrid.cs: missing methods, fixes, new functionality
20230         * DataGridColumnStyle.cs: fixes
20232 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
20233         * FolderBrowserDialog.cs:
20234         - Use a thread to fill the TreeView
20235         - Adjusted some sizes
20237 2005-04-19  Peter Bartok  <pbartok@novell.com>
20239         * LinkLabel.cs: (Re-)create the pieces when setting the Text
20240           property. Fixes #74360.
20242 2005-04-19  Jackson Harper  <jackson@ximian.com>
20244         * XEventQueue.cs: Lock when getting the lockqueue size.
20245         * PictureBox.cs: Call base OnPaint
20246         
20247 2005-04-19  Peter Bartok  <pbartok@novell.com>
20249         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
20250           messages were no longer being processed (this broke BeginInvoke)
20252           
20253 2005-04-18  Jackson Harper  <jackson@ximian.com>
20255         * TreeView.cs: buglet that caused node images to get drawn
20256         regardless of whether or not they were in the clipping rectangle.
20258 2005-04-18  Jackson Harper  <jackson@ximian.com>
20260         * CurrencyManager.cs: There are four rules for GetItemProperties:
20261         - If the type is an array use the element type of the array
20262         - If the type is a typed list, use the type
20263         - If the list contains an Item property that is not an object, use
20264         that property
20265         - use the first element of the list if there are any elements in
20266         the list.
20267         
20268 2005-04-17  Jackson Harper  <jackson@ximian.oom>
20270         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
20271         click. This handles offsets for scrolling properly and reduces
20272         memory. Also fixed GetNode to not offset now that TopNode works
20273         properly.
20274         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
20275         
20276 2005-04-17  Jackson Harper  <jackson@ximian.com>
20278         * CursorConverter.cs: Initial implementation.
20280 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
20282         * ListControl.cs: work towards complex data binding support on ListControl
20283         * CurrencyManager.cs: work towards complex data binding support on ListControl
20284         * ListBox.cs: work towards complex data binding support on ListControl
20287 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
20289         * GridTableStylesCollection.cs: fixes name and constructor
20290         * DataGridTableStyle.cs: fixes
20291         * DataGridBoolColumn.cs: fixes names and constructors
20292         * DataGrid.cs: define methods and properties. Some init implementations
20293         * DataGridCell.cs: define methods and properties. Some init implementations
20294         * GridTablesFactory.cs: Define methods and properties
20296 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
20298         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
20299         graphics port changes.  We still want the coordinates in global screen
20300         coordinates.
20302 2005-04-14  Jackson Harper  <jackson@ximian.com>
20304         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
20305         check plus minus or checkbox clicks unless those features are enabled.
20307 2005-04-14  Jackson Harper  <jackson@ximian.com>
20309         * TreeView.cs: Add methods for setting the top and bottom visible
20310         nodes. TreeNode::EnsureVisible uses these methods.
20311         * TreeNode.cs: Implement EnsureVisible
20313 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
20315         * Form.cs: Pospone menu assignation if the window has not been created yet
20316         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
20317         size and position
20319 2005-04-12  Jackson Harper  <jackson@ximian.com>
20321         * TreeView.cs: Set the TopNode properly when scrolling
20322         occurs. This has the added benifit of reducing the amount of
20323         walking that needs to be done when drawing. Also removed an old
20324         misleading TODO.
20325         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
20326         
20327 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
20329         * Timer.cs: fixes interval setting when the timer is already enabled
20330         
20331 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
20333         * FolderBrowserDialog.cs: First approach
20335 2005-04-09  Peter Bartok  <pbartok@novell.com>
20337         * FolderBrowserDialog: Added
20339 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
20341         * LinkLabel.cs: move drawing code into the theme
20342         * ThemeWin32Classic.cs: drawing code and painting background bugfix
20343         * Theme.cs: define DrawLinkLabel method
20345 2005-04-05  Jackson Harper  <jackson@ximian.com>
20347         * BindingContext.cs: Use weak references so these bad actors don't
20348         stay alive longer then they need to.
20350 2005-04-05  Jackson Harper  <jackson@ximian.com>
20352         * ListControl.cs: Basic implementation of complex databinding.
20353         * ComboBox.cs:
20354         * ListBox.cs: Add calls to ListControl databinding methods.
20356 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
20358         * FileDialog.cs:
20359           - Don't change PopupButtonState to Normal when the
20360             PopupButton gets pressed several times.
20361           - Renamed ButtonPanel to PopupButtonPanel
20363 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
20365         * ColorDialog.cs: Use cached objects instead of creating them
20366         * LinkLabel.cs: Use cached objects instead of creating them
20367         * Splitter.cs: Use cached objects instead of creating them
20368         * FontDialog.cs: Use cached objects instead of creating them
20369         * PropertyGridView.cs: Use cached objects instead of creating them
20370         * MessageBox.cs: Use cached objects instead of creating them
20371         * FileDialog.cs: Use cached objects instead of creating them
20372         * ThemeWin32Classic.cs: Use cached objects instead of creating them
20373         * TreeView.cs: Use cached objects instead of creating them
20374         
20375 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
20377         * Control.cs: use Equals to compare the font since no == op
20378         * ScrollBar.cs: use Equals to compare the font since no == op
20380 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
20382         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
20384 2005-04-01  Jackson Harper  <jackson@ximian.com>
20386         * Binding.cs: Implement IsBinding.
20387         * BindingManagerBase.cs:
20388         * PropertyManager.cs:
20389         * CurrencyManager.cs: Add IsSuspended property.
20391 2005-04-01  Jackson Harper  <jackson@ximian.com>
20393         * Binding.cs: Had some IsAssignableFrom calls backwards.
20395 2005-04-01  Jackson Harper  <jackson@ximian.com>
20397         * Binding.cs: Handle null data members when pulling data.
20398         * PropertyManager.cs: Handle the data member being a property that
20399         does not exist.
20401 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
20403         * DataGridTextBoxColumn.cs: fixes signature
20404         * DataGrid.cs: calls right constructor
20406 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
20408         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
20409         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
20410         * GridTableStylesCollection.cs: implements GridTableStylesCollection
20411         * DataGridTableStyle.cs: implements DataGridTableStyle
20412         * DataGridBoolColumn.cs: implements DataGridBoolColumn
20413         * DataGridTextBox.cs: implements DataGridTextBox
20414         * DataGridColumnStyle.cs: implements DataGridColumnStyle
20416 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
20418         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
20420 2005-03-29  Peter Bartok  <pbartok@novell.com>
20422         * Application.cs:
20423           - Properly implemented CompanyName property
20424           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
20425             returns a path that includes CompanyName, ProductName and
20426             Version (fixes bug #70330)
20428 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
20430         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
20431           fixes bug #72588.
20433 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
20435         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
20436         
20437           - Added ReadOnly CheckBox
20438           - Further refactoring: moved some code from Open-/SaveFileDialog
20439             to FileDialog
20441 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
20443         * OpenFileDialog.cs: Fixed CheckFileExists
20444         * FileDialog.cs:
20445           Moved FileView and DirComboBox outside FileDialog class.
20446           They can now be used outside FileDialog
20448 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
20450         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
20451         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
20453 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
20455         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
20456           - Added missing CreatePrompt property in SaveDialog
20457           - Overall SaveDialog handling should be better now
20458           - Added non standard ShowHiddenFiles property
20459           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
20460           - Added InitialDirectory and RestoreDirectory support
20462 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
20464         * FileDialog.cs: Made dirComboBox usable
20466 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
20468         * FileDialog.cs: Added Filter support (case sensitiv)
20470 2005-03-24  Jackson Harper  <jackson@ximian.com>
20472         * TabControl.cs: Need a couple more pixels for the lines.
20474 2005-03-23  Jackson Harper  <jackson@ximian.com>
20476         * TabControl.cs: Give the tab page focus when it is selected.
20478 2005-03-23  Jackson Harper  <jackson@ximian.com>
20480         * TabControl.cs: Account for the drawing of tabs borders when
20481         invalidating. If the slider was clicked dont do click detection on
20482         the tabs.
20484 2005-03-23  Jackson Harper  <jackson@ximian.com>
20486         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
20488 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
20490         * CategoryGridEntry.cs: Added
20491         * GridItem.cs: Added helper properties
20492         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
20493         * GridEntry.cs: Updated code for collection
20494         * PropertyGrid.cs: Cleaned up some formatting
20495         * PropertyGridView.cs: Added drop down functionality for enums.
20496         * GridItemCollection.cs: Added enumerator logic
20497         * PropertyGridEntry.cs: Added
20499 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
20501         * FileDialog.cs:
20502           - Removed unnecessary commented code
20503           - Fixed handling for entering the filename manually in the combobox
20505 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
20507         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
20509 2005-03-18  Peter Bartok  <pbartok@novell.com>
20511         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
20512           them being touching the border
20514 2005-03-18  Peter Bartok  <pbartok@novell.com>
20516         * TextControl.cs: Quick hack to center text better
20518 2005-03-18  Peter Bartok  <pbartok@novell.com>
20520         * ControlPaint.cs:
20521           - Don't throw NotImplemented exceptions, just print a notice once
20522             instead (requested by Miguel). This makes running existing SWF
20523             apps a bit easier
20524         * Control.cs:
20525           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
20526           - Added context menu trigger on right click
20527         * Panel.cs: Trigger invalidate on resize
20528         * StatusBar.cs:
20529           - Removed old double-buffer drawing
20530           - Added ResizeRedraw style to force proper update of statusbar
20531         * ListView.cs:
20532           - Removed debug output
20533         * ThemeWin32Classic.cs:
20534           - Fixed drawing of status bar, now draws Text property if there
20535             are no defined panels
20537 2005-03-18  Jackson Harper  <jackson@ximian.com>
20539         * ImageList.cs: When the image stream is set pull all the images
20540         from it.
20541         * ImageListStreamer.cs: Implement reading image list streams.
20543 2005-03-18  Peter Bartok  <pbartok@novell.com>
20545         * ThemeWin32Classic.cs (DrawPictureBox):
20546           - Fixed calculations for centered drawing
20547           - Fixed drawing for normal mode, not scaling the image on normal
20549 2005-03-18  Peter Bartok  <pbartok@novell.com>
20551         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
20552           textbox
20553         * FileDialog.cs:
20554           - Made Open/Save button the accept button for FileDialog
20555           - Tied the cancel button to the IButtonControl cancel button
20556           - Save/Open now properly builds the pathname
20557           - Now handles user-entered text
20558           - Preventing crash on right-click if no item is selected
20559           - Fixed Text property, now uses contents of textbox
20560           - Fixed SelectedText property, now just returns the text part that
20561             is selected in the text box
20563 2005-03-18  Jackson Harper  <jackson@ximian.com>
20565         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
20566         rect, make sure to de-adjust the interior rect after drawing the
20567         tab text.
20569 2005-03-18  Peter Bartok  <pbartok@novell.com>
20571         * MenuAPI.cs: Remove menu *before* executing selected action to
20572           prevent the menu from 'hanging around'
20573           
20574 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
20576         * XplatUIOSX.cs: Implemented WorkingArea property
20578 2005-03-17  Peter Bartok  <pbartok@novell.com>
20580         * XplatUIX11.cs: Fixed menu coord calculations
20581         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
20582           for calculating offsets
20584 2005-03-17  Peter Bartok  <pbartok@novell.com>
20586         * Hwnd.cs: Do not consider menu presence for default client
20587           rectangle location/size
20588         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
20589           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
20590           translation functions
20591         * FileDialog.cs: Fixed (what I presume is a) typo
20593 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
20595         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
20596           X access (avoids X-Async errors)
20598 2005-03-16  Jackson Harper  <jackson@ximian.com>
20600         * TabControl.cs: Raise the SelectedIndexChanged event.
20602 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
20604         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
20605           - Removed vertical ToolBar and replaced it with a custom panel
20606             (desktop and home button already work)
20607           - Added Help button (some controls get resized or relocated then)
20608           - Draw correct text depending on Open or Save.
20609           - Fixed some typos...
20611 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
20613         * ScrollBar.cs:
20614           - Only change Maximum and Minimum when need it (bug fix)
20616 2005-03-15  Peter Bartok  <pbartok@novell.com>
20618         * Form.cs: Use Handle for icon, to trigger creation if
20619           the window does not yet exist
20620         * Control.cs:
20621           - CanSelect: Slight performance improvement
20622           - Focus(): Preventing possible recursion
20623           - Invalidate(): Removed ControlStyle based clear flag setting
20624           - WM_PAINT: fixed logic for calling OnPaintBackground
20625           - WM_ERASEBKGND: Fixed logic, added call to new driver method
20626             EraseWindowBackground if the control doesn't paint background
20627         * XplatUIWin32.cs:
20628           - Moved EraseWindowBackground() method to internal methods
20629           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
20630             is sent via SendMessage on BeginPaint call on Win32
20631         * XplatUIX11.cs:
20632           - Added EraseWindowBackground() method
20633           - No longer sends WM_ERASEBKGND on .Expose, but on call to
20634             PaintEventStart, which more closely matches Win32 behaviour
20635           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
20636           - Fixed SetFocus() to properly deal with client and whole windows
20637         * Hwnd.cs: Added ErasePending property
20638         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
20639         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
20641 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
20643         * XplatUIOSX.cs:
20644           - Fix hard loop when timers exist.
20645           - Fix bugs with middle and right click for 3 button mice.
20647 2005-03-11  Peter Bartok  <pbartok@novell.com>
20649         * XplatUIX11.cs:
20650           - get_WorkingArea: Need to call X directly, GetWindowPos only
20651             returns cached data now
20652           - Added sanity check to GetWindowPos hwnd usage
20654 2005-03-11  Jackson Harper  <jackson@ximian.com>
20656         * BindingManagerBase.cs: This method isn't used anymore as
20657         PullData now updates the data in the control.
20659 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
20661         * Form.cs: fixes menu drawing on X11
20662         * MenuAPI.cs:  fixes menu drawing on X11
20664 2005-03-11  Peter Bartok  <pbartok@novell.com>
20666         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
20667           from Jonathan Gilbert; should fix bug #73606
20668         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
20669           in Screen coordinates. Thanks, Jordi.
20670         * Form.cs: Added missing attribute
20672 2005-03-11  Peter Bartok  <pbartok@novell.com>
20674         * Form.cs:
20675           - Rudimentary Mdi support
20676           - Removed outdated FormParent code
20677           - Implemented lots of missing properties and methods, still missing
20678             transparency support
20679           - Added missing attributes
20680           - Implemented support for MaximumBounds
20681           - Added firing of various events
20682         * XplatUI.cs: Added SetIcon() method
20683         * XplatUIDriver.cs: Added SetIcon() abstract
20684         * XplatUIOSX.cs: Stubbed out SetIcon() method
20685         * XplatUIX11.cs:
20686           - Implemented SetIcon() support
20687           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
20688           - Switched to unix line endings
20689         * XplatUIWin32.cs:
20690           - Made POINT internal so for can access it as part of MINMAX
20691           - Implemented SetIcon() support
20692           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
20693             native Mdi support again, might have to go managed)
20694         * Control.cs: Now fires the StyleChanged event
20695         * MdiClient.cs: Added; still mostly empty
20697 2005-03-10  Peter Bartok  <pbartok@novell.com>
20699         * SaveFileDialog.cs: Added emtpy file
20701 2005-03-08  Peter Bartok  <pbartok@novell.com>
20703         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
20704           in turn triggers OnCreateContro) when creating a handle for the
20705           first time.
20706         * TextControl.cs: Fixed endless loop in certain cases when
20707           replacing the current selection
20709 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
20711         * ScrollBar.cs:
20712           - Honors NewValue changes in Scroll events allowing apps to change it
20713           - Adds First and Last Scroll events
20714           - Fixes Thumb events
20716 2005-03-07  Peter Bartok  <pbartok@novell.com>
20718         * Hwnd.cs: Added DefaultClientRectangle property
20719         * XplatUI.cs: Now using the X11 driver Where() method, which provides
20720           more detailed debug information
20721         * XplatUIX11.cs:
20722           - Fixed size-change feedback loop, where we would pull an old size
20723             off the queue and mistakenly change our window's size to an
20724             earlier value
20725           - Now compressing ConfigureNotify events, to reduce looping and
20726             redraw issues
20727         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
20728           is called
20730 2005-03-07  Jackson Harper  <jackson@ximian.com>
20732         * Binding.cs: Push data pushes from data -> property. Check if the
20733         property is readonly when attempting to set it.
20735 2005-03-07  Jackson Harper  <jackson@ximian.com>
20737         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
20738         instead of IsSubclassOf. Pulling data now sets the value on the
20739         control.
20740         * PropertyManager.cs:
20741         * CurrencyManager.cs: Just need to pull data when updating now,
20742         because PullData will set the value on the control.
20744 2005-03-04  Jackson Harper  <jackson@ximian.com>
20746         * Binding.cs: Implement data type parsing and converting on pulled
20747         data. TODO: Are there more ways the data can be converted?
20749 2005-03-04  Jackson Harper  <jackson@ximian.com>
20751         * Binding.cs: Support <Property>IsNull checks. Also bind to the
20752         controls Validating method so we can repull the data when the
20753         control loses focus.
20755 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
20757         * ColumnHeader.cs:
20758           - Fixes null string format
20759           
20760         * ListView.cs:
20761           - Adds enum type checks
20762           - Fixes redrawing and recalc need after changing some properties
20763           - Fixes on focus_item set after the event
20764           - Fixes adding columns after the control has been created
20765           
20766         * ThemeWin32Classic.cs:
20767           - Fixes CheckBox focus rectangle
20768           - Fixes ColumnHeader drawing
20771 2005-03-03  Jackson Harper  <jackson@ximian.com>
20773         * Binding.cs: Bind to <Property>Changed events so we can detect
20774         when properties are changed and update the data.
20776 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
20778         * ImageList.cs:
20779           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
20780           - Fixes ImageList constructor with ImageList container
20781           - Fixes image scaling (wrong parameters at DrawImage)
20783 2005-02-02  Jackson Harper  <jackson@ximian.com>
20785         * Binding.cs: Make property searches case-insensitive. Eliminate
20786         some duplicated code.
20788 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
20790         * ComboBox.cs:
20791                 - Handle focus event
20792                 - Fix scrollbar events
20793                 - Discard highlighted item if remove it
20794                 - Fixes SelectedItem with strings
20796 2005-03-01  Peter Bartok  <pbartok@novell.com>
20798         * Control.cs:
20799           - Fixed Visible property, now follows (once again) parent chain
20800             to return false if any control in the chain is visible=false
20801           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
20802           - Fixed several places where is_visible instead of Visible was used
20803           - Implemented FIXME related to focus selection when setting focused
20804             control to be invisible
20806         * XplatUIWin32.cs: Now using proper method to find out if window is
20807           visible. Thanks to Jordi for pointing it out
20809 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
20811         * ComboBox.cs: show/hide scrollbar instead of creating it
20813 2005-02-27  Jackson Harper  <jackson@ximian.com>
20815         * CurrencyManager.cs: Add PositionChanged stuff.
20817 2005-02-27  Peter Bartok  <pbartok@novell.com>
20819         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
20820         * XplatUIOSX.cs: Added GetMenuOrigin() stub
20821         * XplatUIWin32.cs: Implemented GetMenuOrigin()
20822         * XplatUIX11.cs:
20823           - Implemented GetMenuDC()
20824           - Implemented GetMenuOrigin()
20825           - Implemented ReleaseMenuDC()
20826           - Implemented generation of WM_NCPAINT message
20827           - Implemented generation and handling of WM_NCCALCSIZE message
20828         * Form.cs: Added debug helper message for Jordi's menu work
20829         * Hwnd.cs:
20830           - Modified ClientRect property; added setter, fixed getter to handle
20831             setting of ClientRect
20832           - Added MenuOrigin property
20834 2005-02-26  Peter Bartok  <pbartok@novell.com>
20836         * XplatUIX11.cs:
20837           - Destroys the caret if a window that's being destroyed contains it
20838           - Ignores expose events coming from the X11 queue for windows that
20839             already are destroyed
20840           - Now uses the proper variable for handling DestroyNotify, before we
20841             marked the wrong window as destroyed
20842           - Improved/added some debug output
20844 2005-02-26  Peter Bartok  <pbartok@novell.com>
20846         * X11Keyboard.cs: Fixes to work on 64bit systems
20848 2005-02-26  Peter Bartok  <pbartok@novell.com>
20850         * Control.cs:
20851           - Now calling OnHandleDestroyed from DestroyHandle()
20852             instead of Dispose()
20853           - Removed bogus call to controls.Remove() from DestroyHandle()
20855 2005-02-26  Peter Bartok  <pbartok@novell.com>
20857         * Control.cs: Properly destroy child windows when our handle is
20858           destroyed
20860 2005-02-25  Peter Bartok  <pbartok@novell.com>
20862         * XplatUI.cs:
20863           - Added 'DriverDebug' define to allow tracing XplatUI API calls
20864           - Alphabetized Static Methods and Subclasses
20866         * XplatUIX11.cs:
20867           - Added XException class to allow custom handling of X11 exceptions
20868           - Created custom X11 error handler, tied into XException class
20869           - Added support for MONO_XEXCEPTIONS env var to allow the user
20870             to either throw an exception on X errors or continue running
20871             after displaying the error
20872           - Added handling of DestroyNotify message
20873           - Added handler for CreateNotify message (still disabled)
20874           - Improved (tried to at least) Where method to provide file and lineno
20875         * X11Structs.cs:
20876           - Added XErrorHandler delegate
20877           - Added XRequest enumeration (to suppor translation of errors)
20879 2005-02-25  Jackson Harper  <jackson@ximian.com>
20881         * PropertyManager.cs: Implement editing features
20882         * CurrencyManager.cs:
20883         * Binding.cs: First attempt at UpdateIsBinding
20884         * BindingManagerBase.cs: Call UpdateIsBinding before
20885         pushing/pulling data.
20887 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
20889         * MenuAPI.cs: Respect disabled items
20890         * ThemeWin32Classic.cs
20891                 - Caches ImageAttributes creation for DrawImageDisabled
20892                 - Fixes vertical menu line drawing
20893                 - Draws disabled arrows in disable menu items
20895 2005-02-24  Peter Bartok  <pbartok@novell.com>
20897         * Hwnd.cs:
20898           - Added UserData property to allow associating arbitrary objects
20899             with the handle
20900           - Fixed leak; now removing Hwnd references from static windows array
20901         * XplatUIWin32.cs:
20902           - Fixed Graphics leak in PaintEventEnd
20903           - Removed usage of HandleData, switched over to Hwnd class
20904         * HandleData.cs: Removed, obsoleted by Hwnd.cs
20906 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
20908         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
20909         * ScrollBar.cs: Fixes bug
20910         * TrackBar.cs: removes death code, clipping, mimize refreshes,
20911          keyboard navigation enhancements
20913 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
20915         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
20916         * GroupBox.cs: Add control styles
20917         * Label.cs: Add control styles
20918         * UpDownBase.cs: Add control styles
20919         * ListBox.cs: Add control styles
20920         * XplatUIWin32.cs: Fixes wrong parameter order
20923 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
20925         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
20927 2005-02-23  Jackson Harper  <jackson@ximian.com>
20929         * PropertyManager.cs: Implement property binding. This doesn't
20930         seem to work yet though as (I think) there are some bugs in
20931         System.ComponentModel.PropertyDescriptor.
20932         * BindingContext.cs: Use new PropertyManager constructor.
20934 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
20936         * ProgressBar.cs: use clip region in ProgressBar
20937         * ThemeWin32Classic.cs: use clip region in ProgressBar
20939 2004-02-22  Jackson Harper  <jackson@ximian.com>
20941         * BindingsCollection.cs: Remove some debug code.
20943 2005-02-22  Jackson Harper  <jackson@ximian.com>
20945         * BindingContext.cs:
20946         * ControlBindingsCollection.cs:
20947         * CurrencyManager.cs:
20948         * Binding.cs:
20949         * BindingManagerBase.cs: Initial implementation
20950         * BindingsCollection.cs: Add an internal contains method that the
20951         BindingManagerBase uses to ensure bindings aren't added twice to
20952         the collection.
20953         * PropertyManager.cs: Stubbed out.
20954         * Control.cs:
20955         * ContainerControl.cs: Hook up databinding
20956         
20957 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
20959         * XplatUIOSX.cs:
20960           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
20961           Fixed Invalidate/Update chain.
20962           Fixed tons of other minor bugs (this is almost a complete rewrite).
20964 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
20966         * ComboBox.cs: do subcontrol creation when the control is created
20968 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
20970         * Label.cs: fixes image drawing (image and imagelist)
20971         * ThemeWin32Classic.cs: cache brushes
20972         
20973 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
20975         * Form.cs: Move menu drawing code to Theme class
20976         * ComboBox.cs: Move ComboBox drawing code to Theme class
20977         * MenuItem.cs: Move menu drawing code to Theme class
20978         * MenuAPI.cs: Move menu drawing code to Theme class
20979         * ThemeWin32Classic.cs: New methods
20980         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
20981         * ListBox.cs: Move Listbox drawing code to Theme class
20982         * Theme.cs: New methods
20984 2005-02-20  Peter Bartok  <pbartok@novell.com>
20986         * Control.cs:
20987           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
20988             only process mnemonics on those)
20989           - Fixed event sequence for key handling; first calling
20990             ProcessKeyEventArgs now
20991         * TextBoxBase.cs:
20992           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
20993             for processing non-character keys
20994           - Fixed WM_CHAR to generate proper event sequence before processing
20995         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
20996           generation
20998 2005-02-19  Peter Bartok  <pbartok@novell.com>
21000         * UserControl.cs: Added TextChanged event; added attributes
21001         * SizeGrip.cs: Implemented resizing and optional display of grip
21002         * Form.cs: Fixed attribute
21003         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
21004           Changed meaning of ScrollWindow bool argument; instead of the
21005           clear attribute (which will be true usually anyway), it gives the
21006           option of moving child controls as well.
21007         * XplatUIX11.cs:
21008           - Changed to match new ScrollWindow argument
21009           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
21010             now handles the implicit parent window a WM puts around us
21011         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
21012           to work)
21013         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
21014         * TreeView.cs: Adjusted to new ScrollWindow arguments
21016 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
21018         * Form.cs: Menu integration with non-client area
21019         * MenuItem.cs: Menu integration with non-client area
21020         * MenuAPI.cs: Menu integration with non-client area
21022 2005-02-18  Peter Bartok  <pbartok@novell.com>
21024         * MethodInvoker.cs: Added
21025         * MdiLayout.cs: Added
21026         * SendKeys.cs: Started implementation
21027         * ErrorIconAlignment.cs: Added
21029 2005-02-18  Peter Bartok  <pbartok@novell.com>
21031         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
21032         * Form.cs: Added handling for Menu-related Non-client messages
21034 2005-02-17  Peter Bartok  <pbartok@novell.com>
21036         * UpDownBase.cs: Fixed typo, compilation errors
21037         * DomainUpDown.cs: Fixed attribute value
21039 2005-02-16  Miguel de Icaza  <miguel@novell.com>
21041         * UpDownBase.cs: Attach entry events.
21042         Propagate events.
21043         Add ForeColor property, Focused, InterceptArrowKeys (interception
21044         does not work yet).
21046 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
21048         * Form.cs:
21049                 - Redraw non client are on Setmenu
21050                 - Calc proper menu starting point
21052 2005-02-17  Peter Bartok  <pbartok@novell.com>
21054         * Application.cs: Fixed message_filter check
21056 2005-02-17  Peter Bartok  <pbartok@novell.com>
21058         * Application.cs: Now calls registered message filters
21059         * DockStyle.cs: Fixed attribute
21060         * Form.cs: Fixed attribute
21061         * Menu.cs: Fixed attribute
21062         * ToolTip.cs: Fixed attribute
21063         * TreeNode.cs: Added missing attributes and arranged in regions
21064         * PropertyGrid.cs: Fixed signatures
21065         * TreeNodeCollection.cs: Added attributes
21066         * Splitter.cs: Added missing attributes; arranged into regions
21067         * TabPage.cs: Added missing attributes; arranged into regions
21068         * TextBoxBase.cs: Added missing attributes
21069         * TextBox.cs: Added missing attributes
21070         * ArrangeDirection.cs: Added missing attributes
21071         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
21072         * ToolBarButton.cs: Fixed attributes
21073         * AnchorStyles.cs: Fixed attribute
21074         * TrackBar.cs: Fixed attributes
21075         * TabControl.cs: Added missing attributes and arranged into regions
21076         * ToolBar.cs: Fixed attribute
21077         * StatusBar.cs: Fixed signature, organized into regions and added
21078           attributes
21079         * StatusBarPanel.cs: Fixed attributes
21080         * ContentsResizedEventArgs.cs: Implemented
21081         * ContentsResizedEventHandler.cs: Implemented
21082         * DateBoldEventArgs.cs: Implemented
21083         * DateBoldEventHandler.cs: Implemented
21084         * UpDownEventArgs.cs: Implemented
21085         * UpDownEventHandler.cs: Implemented
21086         
21087 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
21089         * Form.cs: first Menu NC refactoring
21090         * MenuAPI.cs: first Menu NC refactoring
21091         
21092 2005-02-16  Peter Bartok  <pbartok@novell.com>
21094         * ImeMode.cs: Added missing attributes
21095         * Menu.cs: Fixed attribute
21096         * GroupBox.cs: Fixed attribute
21097         * Label.cs: Fixed attribute
21098         * ColorDialog.cs (RunDialog): Removed TODO attribute
21099         * ComboBox.cs: Fixed attributes
21100         * ListControl.cs: Added missing attributes
21101         * PropertyGrid.cs: Fixed attributes
21102         * Control.cs: Fixed attributes
21103         * ListViewItem.cs: Added TypeConverter attribute
21104         * NotifyIcon.cs: Fixed attributes
21105         * ListView.cs: Fixed attributes
21106         * ButtonBase.cs: Fixed attribute
21107         * ImageList.cs: Added missing attributes
21108         * ContainerControl.cs: Fixed signature
21109         * CheckedListBox.cs: Fixed attribute; added missing attributes
21110         * Panel.cs: Fixed attributes
21111         * PropertyTabChangedEventArgs.cs: Added missing attribute
21112         * PropertyValueChangedEventArgs.cs: Added missing attribute
21113         * Binding.cs: Fixed attribute
21114         * ListViewItemConverter: Implemented ListViewSubItemConverter class
21115         * ListBox.cs: Fixed attribute; added missing attributes;
21116         * ScrollableControl.cs: Added missing attributes
21117         * PictureBox.cs: Added missing attributes; implemented missing property
21118         * DateTimePicker.cs: Added missing attributes
21119         * Theme.cs (ToolWindowCaptionHeight): Fixed type
21120         * MonthCalendar.cs: Fixed attributes
21121         * StatusBarPanel.cs: Added missing attributes
21122         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
21124 2005-02-16  Peter Bartok  <pbartok@novell.com>
21126         * TextBoxBase.cs: The previous method to enforce height yet remember
21127           the requested high was less than ideal, this is an attempt to do
21128           it better.
21129         * Control.cs: Added comment about possible problem
21130         * Copyright: Updated format
21131         * GridItemType.cs: Fixed swapped values
21133 2005-02-15  Jackson Harper  <jackson@ximian.com>
21135         * BaseCollection.cs: Use property so we never access an
21136         uninitialized list. Also initialize the list in the property.
21138 2005-02-15  Peter Bartok  <pbartok@novell.com>
21140         * GroupBox.cs (ProcessMnemonic): Implemented
21141         * Label.cs (ProcessMnemonic): Implemented
21142         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
21143           hotkeys
21145 2005-02-15  Peter Bartok  <pbartok@novell.com>
21147         * RadioButton.cs (ProcessMnemonic): Implemented
21148         * CheckBox.cs (ProcessMnemonic): Implemented
21149         * Control.cs:
21150           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
21151             handling
21152           - Added internal method to allow calling ProcessMnemonic from other
21153             controls
21154         * ContainerControl.cs:
21155           - Started support for handling validation chain handling
21156           - Implemented ProcessMnemonic support
21157           - Added Select() call to Active, to make sure the active control
21158             receives focus
21159         * Form.cs: Setting toplevel flag for Forms (this was lost in the
21160           FormParent rewrite)
21161         * ThemeWin32Classic.cs:
21162           - DrawCheckBox(): Fixed stringformat to show hotkeys
21163           - DrawRadioButton(): Fixed stringformat to show hotkeys
21164         * CommonDialog.cs: Removed WndProc override, not needed
21166 2005-02-14  Peter Bartok  <pbartok@novell.com>
21168         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
21169           missed those in the rewrite
21171 2005-02-14  Miguel de Icaza  <miguel@novell.com>
21173         * NumericUpDown.cs (Increment, ToString): Add.
21174         (DecimalPlaces): implement.
21175         
21176         Add attributes.
21177         
21178         * UpDownBase.cs: Add the designer attributes.
21180 2005-02-13  Peter Bartok  <pbartok@novell.com>
21182         * Panel.cs: Removed border_style, now in Control
21183         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
21184           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
21186 2005-02-13  Peter Bartok  <pbartok@novell.com>
21188         * MouseButtons.cs: Added missing attributes
21189         * XplatUIStructs.cs: Added enumeration for title styles
21190         * LeftRightAlignment.cs: Added missing attributes
21191         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
21192           it compatible with Graphics.FromHwnd()
21193         * SelectedGridItemChangedEventArgs.cs: Fixed property type
21194         * Keys.cs: Added missing attributes
21195         * SelectionRange.cs: Added missing attributes
21196         * SelectionRangeConverter.cs: Added
21197         * XplatUI.cs:
21198           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
21199             ReleaseMenuDC methods
21200           - Renamed ReleaseWindow to UngrabWindow
21201           - Added proper startup notice to allow version identification
21202         * Form.cs:
21203           - Added missing attributes
21204           - Removed FormParent concept
21205         * Label.cs: Removed border_style field, now in Control
21206         * RadioButton.cs: Now properly selects RadioButton when focus is
21207           received
21208         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
21209         * Control.cs:
21210           - Added missing attributes
21211           - Added borderstyle handling
21212           - Removed FormParent concept support
21213           - Fixed calls to XplatUI to match changed APIs
21214           - Fixed bug that would case us to use disposed Graphics objects
21215           - Removed unneeded internal methods
21216           - PerformLayout(): Fixed to handle DockStyle.Fill properly
21217           - SelectNextControl(): Fixed to properly check common parents
21218         * TextBoxBase.cs: Removed border_style field (now in Control)
21219         * MessageBox.cs:
21220           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
21221             fixed calculations for form size
21222           - Added support for localized strings and icons
21223           - Improved form size calculations, added border
21224         * ListView.cs: Removed border_style field (now in Control)
21225         * X11Structs.cs: Moved several structs from X11 driver here
21226         * X11Keyboard.cs: Changed debug message
21227         * Application.cs: Removed FormParent concept support
21228         * CommonDialog.cs:
21229           - Resetting end_modal flag
21230           - Removed FormParent concept support
21231         * NativeWindow.cs: Removed FormParent concept support
21232         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
21233           Client area and Non-Client whole window to allow support for WM_NC
21234           messages
21235         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
21236           prevent using it until it supports Hwnd as per Geoff Norton's request
21237         * ToolBar.cs: Fixed drawing, was not doing proper drawing
21238         * PictureBox.cs: Removed border_style field, now in Control
21239         * XplatUIWin32.cs: Added new driver methods
21241 2005-02-12  Peter Bartok  <pbartok@novell.com>
21243         * OpacityConverter.cs: Implemented
21244         * Hwnd.cs: Internal class to support drivers that need to emulate
21245           client area/non-client area window behaviour
21247 2005-02-11  Peter Bartok  <pbartok@novell.com>
21249         * KeysConverter.cs: Implemented
21251 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
21253         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
21254         * LinkLabel: Added missing attributes
21255         * MainMenu.cs: fixes ToString
21256         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
21257         * ListBox.cs: fixes event position
21258         * TrackBar.cs: adds missing attributes and events
21259         
21260 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
21262         * MenuItem.cs: Use SystemInformation and bug fixes
21263         * MenuAPI.cs: Use SystemInformation and bug fixes
21265 2005-02-09  Jackson Harper  <jackson@ximian.com>
21267         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
21268         their keystate otherwise things like VK_MENU get stuck "on".
21270 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
21272         * ListBox.cs: Fixes AddRange bug
21273         
21274 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
21276         * ProgressBar.cs
21277                 - Add missing attributes
21278                 - Add missing method
21279                 
21280         * CheckedListBox.cs: Added missing attributes
21281                 - Add missing attributes
21282                 - Remove extra method
21283         
21284         * ComboBox.cs: Added missing attributes
21285         * VScrollBar.cs: Added missing attributes
21286         * ScrollBar.cs:  Added missing attributes
21287         * ListBox.cs: Fixes signature, add missing consts
21288         * LinkArea.cs:   Added missing attributes
21289         
21291 2005-02-08  Peter Bartok  <pbartok@novell.com>
21293         * Menu.cs: Added missing attributes
21294         * MainMenu.cs: Added missing attributes
21295         * GroupBox.cs: Added missing attributes
21296         * Label.cs: Added missing attributes
21297         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
21298         * ColorDialog.cs:
21299           - Added Instance and Options properties
21300           - Added missing attributes
21301         * Cursor.cs: Made Serializable
21302         * NotifyIcon: Added missing attributes
21303         * MenuItem.cs: Added missing attributes
21304         * TextBoxBase.cs: Implemented AppendText() and Select() methods
21305         * Panel.cs: Added Missing attributes
21306         * MonthCalendar.cs: Fixed CreateParams
21308 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
21309         
21310         * LinkLabel.cs:
21311                 - Fixes signature
21312                 - Fixes issues with links
21313                 - Adds the class attributes
21315 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
21316         
21317         * ComboBox.cs:
21318                 - Fixes button when no items available in dropdown
21319                 - Fixes repainting problems
21320                 - Adds the class attributes
21321                 
21322 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
21324         * XplatUIOSX.cs: Detect the menu bar and title bar height from
21325         the current theme.  Cache these on startup.
21327 2005-02-07  Jackson Harper  <jackson@ximian.com>
21329         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
21330         the scrollbar buttons when they are depressed.
21332 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
21334         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
21335         Get the display size from the main displayid.  We currently dont
21336         support multiple display configurations.
21338 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
21340         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
21342 2005-02-07  Miguel de Icaza  <miguel@novell.com>
21344         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
21346 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
21348         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
21350 2005-02-04  Jackson Harper  <jackson@ximian.com>
21352         * ThemeWin32Classic.cs: Respect the clipping rect when
21353         drawing. Only fill the intersection of clips and rects so there
21354         isn't a lot of large fills.
21355         * ScrollBar.cs: Pass the correct clipping rect to the theme
21356         engine. Remove some debug code.
21358 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
21359         
21360         * DateTimePicker.cs:
21361                 - Fixed crash on DateTime.Parse, use Constructor instead
21363 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
21364         
21365         * MenuItem.cs:
21366         * MenuAPI.cs:
21367                 - Owner draw support (MeasureItem and DrawItem)
21369 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
21370         
21371         *  Menu.cs:
21372                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
21373                 - Fixes MenuItems.Add range
21374         * MenuItem.cs:
21375                 - MergeMenu and Clone and CloneMenu functions
21377 2005-02-03  Jackson Harper  <jackson@ximian.com>
21379         * ScrollBar.cs: Make abstract
21380         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
21381         is abstract.
21383 2005-02-03  Jackson Harper  <jackson@ximian.com>
21385         * ScrollBar.cs: First part of my scrollbar fixups. This removes
21386         all the unneeded refreshes and uses invalidates with properly
21387         computed rects.
21389 2005-02-03  Peter Bartok  <pbartok@novell.com>
21391         * ComponentModel.cs: Added
21392         * IDataGridEditingService.cs: Added
21393         * Timer.cs: Added missing attributes
21394         * ToolTip.cs: Added missing attributes
21396 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
21398         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
21400 2005-02-03  Peter Bartok  <pbartok@novell.com>
21402         * ListBox.cs: Added missing attributes
21404 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
21405         
21406         * ListBox.cs:
21407                 - Fixes font height after font change
21408                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
21409                 
21410 2005-02-02  Peter Bartok  <pbartok@novell.com>
21412         * HandleData.cs: Introduced static methods to allow class
21413           to be more self-contained and track it's own HandleData objects
21414         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
21415           HandleData to use new static methods
21417 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
21419         * Combobox.cs:
21420                 - Fixes default size and PreferredHeight
21421                 - Missing events
21422                 - ObjectCollection.Insert implementation
21423                 
21424         * ListControl.cs
21425                 - Fixes signature
21426         * ListBox.cs:
21427                 - Several fixes
21428                 - ObjectCollection.Insert implementation
21429                 - No selection after clean
21430                 - Small fixes
21432 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
21434         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
21436 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
21438         * Combobox.cs:
21439                 - Caches ItemHeight calculation for OwnerDrawVariable
21440                 - Handles dropdown properly
21441                 - Fixes several minor bugs
21443 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
21445         * ListBox.cs:
21446                 - Fixes 71946 and 71950
21447                 - Fixes changing Multicolumn on the fly
21448                 - Fixes keyboard navigation on Multicolumn listboxes
21450 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
21451         
21452         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
21453         crash reporter log.
21455 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
21457         * XplatUIOSX.cs: Allow applications to actually exit.
21459 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
21461         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
21462         their parent at creation time rather than lazily later.  Fixes a major
21463         regression we were experiencing.
21465 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
21467         * ThemeWin32Classic.cs: more date time picker painting fixes
21468         * DateTimePicker.cs: more monthcalendar drop down fixes
21469         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
21471 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
21473         * ScrollBar.cs:
21474                 - When moving the thumb going outside the control should stop the moving
21475                 - Adds the firing of missing events
21476                 - Fixes no button show if Size is not specified
21477                 - End / Home keys for keyboard navigation
21479 2005-01-30  Peter Bartok  <pbartok@novell.com>
21481         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
21482           sanity check to prevent theoretical loop
21483         * XplatUIWin32.cs (SetVisible): Removed debug output
21484         * XplatUIX11.cs (SystrayChange): Added sanity check
21485         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
21486         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
21487           behaviour, valid until the X11 client window rewrite is done
21488         * TextBox.cs (ctor): Setting proper default foreground and background
21489           colors
21491 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
21493         * Theme: Added DrawDateTimePicker to interface
21494         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
21495         * DateTimePicker.cs: Created (still needs keys and painting code)
21496         * DateTimePickerFormat.cs: added
21497         * MonthCalendar.cs: fixed CreateParams for popup window mode
21498           
21499 2005-01-29  Peter Bartok  <pbartok@novell.com>
21501         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
21502           this should also the calculations for ligher/darker
21503         * Theme.cs: Fixed defaults for ScrollBar widths/heights
21505 2005-01-29  Peter Bartok  <pbartok@novell.com>
21507         * ArrangeDirection.cs: Added
21508         * ArrangeStartingPositon.cs: Added
21509         * SystemInformation.cs: Implemented
21510         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
21511           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
21512           used by SystemInformation class
21513         * X11Strucs.cs: Added XSizeHints structure
21514         * MenuAPI.cs:
21515           - Fixed CreateParams to make sure the menu window is always visible
21516           - TrackPopupMenu: Added check to make sure we don't draw the
21517             menu offscreen
21519 2005-01-29  Peter Bartok  <pbartok@novell.com>
21521         * HandleData.cs: Added method for altering invalid area
21522         * TextBoxBase.cs: Implemented TextLength
21524 2005-01-28  Peter Bartok  <pbartok@novell.com>
21526         * XplatUIX11.cs: Improvement over last patch, not sending
21527           the WM_PAINT directly anymore, instead we scroll any pending
21528           exposed areas and let the system pick out the WM_PAINT later
21530 2005-01-28  Peter Bartok  <pbartok@novell.com>
21532         * SWF.csproj: Deleted, no longer used. Instead,
21533           Managed.Windows.Forms/SWF.csproj should be used
21534         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
21535           directly, to avoid a potential race condition with the next
21536           scroll
21538 2005-01-28  Peter Bartok  <pbartok@novell.com>
21540         * XplatUI.cs: Made class internal
21542 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
21544         * CheckedListBox.cs:
21545                 - Draw focus
21546                 - Fixed Drawing
21547                 - Missing methods and events
21549 2005-01-27  Peter Bartok  <pbartok@novell.com>
21551         * Application.cs (Run): Don't use form if we don't have one
21553 2005-01-27  Peter Bartok  <pbartok@novell.com>
21555         * TextBoxBase.cs (get_Lines): Fixed index off by one error
21557 2005-01-27  Peter Bartok  <pbartok@novell.com>
21559         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
21560         * GridItem.cs: Added; Patch by Jonathan S. Chambers
21561         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
21562         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
21563         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
21564         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
21565         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
21566         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
21567         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
21568         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
21569         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
21570         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
21572 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
21574         * Combobox.cs:
21575                 - Draw focus on Simple Combobox
21576                 - Fixes drawing issues
21577                 - fixes 71834
21579 2005-01-27  Peter Bartok  <pbartok@novell.com>
21581         * Form.cs:
21582           - Place window in default location, instead of hardcoded 0/0
21583           - Send initial LocationChanged event
21584         * Control.cs:
21585           - UpdateBounds after creation to find out where the WM placed us
21586           - Make sure that if the ParentForm changes location the Form
21587             is notified
21588         * XplatUIX11.cs: XGetGeometry will not return the coords relative
21589             to the root, but to whatever the WM placed around us.
21590             Translate to root coordinates before returning toplevel
21591             coordinates
21592         * XplatUIWin32.cs: Removed debug output
21593         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
21594           flag to GetWindowPos, to allow translation of coordinates on X11
21596 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
21598         * ListBox.cs: connect LostFocus Event
21600 2005-01-27  Peter Bartok  <pbartok@novell.com>
21602         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
21603           XplatUIX11.cs: Extended the Systray API
21604         * Form.cs: Removed debug output
21605         * Application.cs: Fixed focus assignment, always need to call
21606           XplatUI.Activate() since Form.Activate() has rules that may
21607           prevent activation
21608         * NotifyIcon.cs: Should be complete now
21609         * ToolTip.cs: Worked around possible timer bug
21611 2005-01-27  Jackson Harper  <jackson@ximian.com>
21613         * TabControl.cs:
21614         - Only invalidate the effected tabs when the
21615         selected index changes. This reduces drawing and gets rid of some
21616         flicker.
21617         - Only refresh if the tabs need to be shifted, otherwise only
21618         invalidate the slider button.
21619         - On windows the tabs are not filled to right if the slider is
21620         visible.
21621         
21622 2005-01-27  Jackson Harper  <jackson@ximian.com>
21624         * TabControl.cs: Only refresh on mouseup if we are showing the
21625         slider. Also only invalidate the button whose state has changed.
21627 2005-01-26  Peter Bartok  <pbartok@novell.com>
21629         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
21630         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
21631           and SystrayRemove() methods
21632         * XplatUIOSX.cs: Stubbed Systray methods
21633         * XplatUIX11.cs:
21634           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
21635             methods
21636           - Fixed broken XChangeProperty calls (marshalling messed up things)
21637         * X11Structs.cs: Added enums and structs required for Size hinting
21638         * NotifyIcon.cs: Added & implemented
21640 2005-01-26  Jackson Harper  <jackson@ximian.com>
21642         * TabControl.cs: Space vertically layed out tabs properly.
21644 2005-01-26  Peter Bartok  <pbartok@novell.com>
21646         * Form.cs (CreateClientParams): Always set the location to 0,0
21647           since we're a child window.
21649         * Control.cs (SetVisibleCore): Always explicitly setting the location
21650           of a toplevel window, apparently X11 doesn't like to move windows
21651           while they're not mapped.
21653 2005-01-26  Jackson Harper  <jackson@ximian.com>
21655         * TabControl.cs: Implement FillToRight size mode with vertically
21656         rendered tabs.
21658 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
21660         * ControlPaint.cs, ThemeWin32Classic.cs
21661                 - Fixes DrawFocusRectangle
21663 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
21665         * MenuAPI.cs:
21666                 - MenuBar tracking only starts when item is first clicked
21667                 - Fixes menu hidding for multiple subitems
21668                 - Unselect item in MenuBar when item Executed
21669                 - Fixes bug 71495
21671 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
21673         * ListControl.cs:
21674                 - IsInputKey for ListBox
21675         * ListBox.cs:
21676                 - Focus item
21677                 - Shift and Control item selection
21678                 - Implement SelectionMode.MultiExtended
21679                 - Fixes RightToLeft
21680         * ComboBox.cs:
21681                 - IsInputKey implemented
21682                 - Do not generate OnTextChangedEdit on internal txt changes
21683                 
21684 2005-01-23  Peter Bartok  <pbartok@novell.com>
21686         * AccessibleObject.cs: Partially implemented Select()
21687         * MonthCalendar.cs: Added missing attributes and events
21688         * Form.cs: Fixed CreateParams behaviour, now controls derived from
21689           form can properly override CreateParams.
21690         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
21691           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
21692           Control performs Invalidate & Update
21693         * NativeWindow (CreateHandle): Added special handling for Form
21694           and Form.FormParent classes to allow overriding of From.CreateParams
21695         * Control.cs:
21696           - ControlNativeWindow: Renamed 'control' variable to more intuitive
21697             name 'owner'
21698           - ControlNativeWindow: Added Owner property
21699           - Removed usage of Refresh() on property changes, changed into
21700             Invalidate(), we need to wait until the queue is processed for
21701             updates, direct calls might cause problems if not all vars for
21702             Paint are initialized
21703           - Added call to UpdateStyles() when creating the window, to set any
21704             styles that CreateWindow might have ignored.
21705           - Added support for Form CreateParent overrides to UpdateStyles()
21706         * MessageBox.cs: Removed no longer needed FormParent override stuff,
21707           CreateParams are now properly overridable
21708         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
21709           CreateParams are now properly overridable
21711 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
21713         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
21714         OnTextBoxChanged.
21716         Capture LostFocus and OnTextBoxChanged.  The later introduces a
21717         recursive invocation that I have not figured out yet.
21719         Reset the timer when not using (it was accumulating).
21722         (OnTextBoxChanged): Set UserEdit to true here to track whether the
21723         user has made changes that require validation.
21725         Reset changing to avoid loops.
21727 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
21729         * NumericUpDown.cs: Display value at startup.
21731         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
21732         ValidateEditText.
21734         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
21735         filled in.  Added some basic parsing of text.
21737         Still missing the OnXXX method overrides, and figuring out the
21738         events that must be emitted.
21740         * UpDownBase.cs: Handle UserEdit on the Text property.
21741         
21742 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
21744         * ComboBox.cs:
21745           - Fixes IntegralHeight
21746           - ToString method
21748 2005-01-21  Jackson Harper  <jackson@ximian.com>
21750         * TabControl.cs: Set the SelectedIndex property when SelectedTab
21751         is set so that the page visibility is updated and the tabs are
21752         sized correctly.
21754 2005-01-21  Jackson Harper  <jackson@ximian.com>
21756         * TabControl.cs: Use cliping rectangle for blitting. Give the
21757         theme the clipping rect so we can do clipping while
21758         drawing. Remove some debug code.
21760 2005-01-21  Jackson Harper  <jackson@ximian.com>
21762         * TabPage.cs: Add a new method so tab pages can force the tab
21763         control to recalculate the tab page sizes.
21764         * TabControl.cs: UpdateOwner needs to make the tab control recalc
21765         sizes.
21767 2005-01-20  Jackson Harper  <jackson@ximian.com>
21769         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
21771 2005-01-20  Jackson Harper  <jackson@ximian.com>
21773         * TreeView.cs: Set the bounds for nodes properly. They were
21774         getting screwed up when checkboxes were not enabled, but images
21775         were.
21777 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
21779         * ListBox.cs:
21780                 - Owner draw support
21781                 - Fixes
21782                 
21783 2005-01-20  Jackson Harper  <jackson@ximian.com>
21785         * XplatUIStructs.cs: More misc keys
21786         * X11Keyboard.cs: Ignore some control keys.
21788 2005-01-20  Jackson Harper  <jackson@ximian.com>
21790         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
21791         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
21793 2005-01-19  Peter Bartok  <pbartok@novell.com>
21795         * Control.cs: Un-selecting the control when it is loosing focus
21797 2005-01-19  Jackson Harper  <jackson@ximian.com>
21799         * TreeView.cs: Hook up to the text controls leave event so we can
21800         end editing when the users clicks outside the text box.
21801         
21802 2005-01-19  Jackson Harper  <jackson@ximian.com>
21804         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
21805         get set in the conversion array.
21807 2005-01-19  Peter Bartok  <pbartok@novell.com>
21809         * Application.cs (ModalRun): Added a call to CreateControl to ensure
21810           focus is properly set
21811         * Button.cs:
21812           - Added missing attributes
21813           - removed styles, those are already set in the base class
21814         * ButtonBase.cs:
21815           - Added missing attributes
21816           - Added clip window styles
21817         * CheckBox.cs: Added missing attributes
21818         * CommonDialog.cs:
21819           - FormParentWindow.CreateParams: Added required clip styles
21820         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
21821           also filters modifier keys
21822         * MessageBox.cs:
21823           - Added assignment of Accept and Cancel button to enable Enter
21824             and Esc keys in MessageBox dialogs
21825           - FormParentWindow.CreateParams: Added required clip styles
21826         * RadioButton.cs: Added missing attributes
21827         * TextControl.cs: No longer draws selection if control does not
21828           have focus
21829         * TextBoxBase.cs:
21830           - Now draws simple rectangle around test area to make it obvious
21831             there's a control. This is a hack until we properly support borders
21832           - A few simple fixes to support selections better, now erases selected
21833             text when typing, and resets selection when using movement keys
21835 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
21837         * UpDownBase.cs: Added some new properties.
21839         * DomainUpDown.cs: Implement a lot to get my test working.
21841 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
21843         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
21845 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
21847         * OSXStructs (WindowAttributes): Fixed csc complaints
21849 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
21851         * XplayUIOSX.cs:
21852           OSXStructs.cs: Initial refactor to move enums and consts into
21853           OSXStructs and use them in the driver for greater readability.
21855 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
21857         * XplatUIOSX.cs: Initial support for Standard Cursors.
21858         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
21860 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
21862         * ComboBox.cs: ability to change style when the ctrl is already
21863         created, missing methods and events, bug fixes, signature fixes
21865 2005-01-19  Peter Bartok  <pbartok@novell.com>
21867         * Cursors.cs (ctor): Added ctor to fix signature
21869 2005-01-18  Peter Bartok  <pbartok@novell.com>
21871         * Button.cs: Implemented DoubleClick event
21872         * ButtonBase.cs:
21873           - Fixed keyboard handling to behave like MS, where the press of
21874             Spacebar is equivalent to a mousedown, and the key release is
21875             equivalent to mouseup. Now a spacebar push will give the same
21876             visual feedback like a mouse click.
21877           - Added missing attributes
21878           - Added ImeModeChanged event
21879           - Added support for generating DoubleClick event for derived classes
21880         * CheckBox.cs:
21881           - Implemented DoubleClick event
21882           - Added missing attributes
21883         * CommonDialog.cs: Added missing attribute
21884         * ContextMenu.cs: Added missing attributes
21885         * RadioButton.cs:
21886           - AutoChecked buttons do not allow to be unselected when clicked
21887             (otherwise we might end up with no selected buttons in a group)
21888           - Added missing attributes
21889           - Implemented DoubleClickEvent
21890         * ThreadExceptionDialog.cs: Enabled TextBox code
21892 2005-01-18  Peter Bartok  <pbartok@novell.com>
21894         * Form.cs: Removed debug output
21895         * Button.cs: Added support for DoubleClick method
21897 2005-01-18  Peter Bartok  <pbartok@novell.com>
21899         * Form.cs:
21900           - Added method to parent window that allows triggering size
21901             calculations when a menu is added/removed
21902           - set_Menu: Cleaned up mess from early days of Form and Control,
21903             now properly triggers a recalc when a menu is added/removed
21904           - Added case to select form itself as focused form if no child
21905             controls exist
21906           - Added PerformLayout call when showing dialog, to ensure properly
21907             placed controls
21908         * Control.cs:
21909           - Select(): Made internal so Form can access it
21910           - Focus(): Only call Xplat layer if required (avoids loop), and sets
21911             status
21912         * Application.cs (Run): Removed hack and calls PerformLayout instead
21913           to trigger calculation when Form becomes visible
21915 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
21917         * ComboBox.cs: fixes for ownerdraw
21919 2005-01-18  Peter Bartok  <pbartok@novell.com>
21921         * TextControl.cs:
21922           - Sentinel is no longer static, each Document gets it's own, this
21923             avoids locking or alternatively overwrite problems when more
21924             than one text control is used simultaneously.
21925           - Switched to use Hilight and HilightText brushes for text selection
21927         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
21929 2005-01-18  Peter Bartok  <pbartok@novell.com>
21931         * Control.cs:
21932           - Hooked up the following events:
21933                 o ControlAdded
21934                 o ControlRemoved
21935                 o HandleDestroyed
21936                 o ImeModeChanged
21937                 o ParentChanged
21938                 o TabStopChanged
21939                 o Invalidated
21940                 o SystemColorsChanged
21941                 o ParentFontChanged
21942                 o Move
21943           - Removed debug output
21944           - Added a call to the current theme's ResetDefaults when a color change
21945             is detected
21946         * Form.cs: Now setting the proper ImeMode
21947         * Theme.cs: Defined a method to force recreation of cached resources
21948           and rereading of system defaults (ResetDefaults())
21949         * ThemeWin32Classic.cs: Added ResetDefaults() stub
21951 2005-01-17  Peter Bartok  <pbartok@novell.com>
21953         * Control.cs: Added missing attributes
21955 2005-01-17  Jackson Harper  <jackson@ximian.com>
21957         * TreeNode.cs: Implement editing. Add missing properties selected
21958         and visible.
21959         * TreeView.cs: Implement node editing. Also some fixes to use
21960         Invalidate (invalid area) instead of Refresh when selecting.
21962 2005-01-17  Peter Bartok  <pbartok@novell.com>
21964         * Control.cs:
21965           - Implemented InvokeGotFocus() method
21966           - Implemented InvokeLostFocus() method
21967           - Implemented InvokePaint() method
21968           - Implemented InvokePaintBackground() method
21969           - Implemented InvokeClick() method
21970           - Implemented FindForm() method
21971           - Implemented RectangleToClient() method
21972           - Implemented ClientToRectangle() method
21973           - Implemented ResetBackColor() method
21974           - Implemented ResetCursor() method
21975           - Implemented ResetFont() method
21976           - Implemented ResteForeColor() method
21977           - Implemented ResetImeMode() method
21978           - Implemented ResetLeftToRight() method
21979           - Implemented ResetText() method
21980           - Implemented Scale() methods
21981           - Implemented ScaleCore() method
21982           - Implemented Update() method
21983           - Removed unused variables
21984           - Stubbed AccessibilityNotifyClients and
21985             ControlAccessibleObject.NotifyClients() methods (dunno what to do
21986             with those yet)
21987           - Now setting proper default for RightToLeft property
21988           - Fixed bug in SetClientSizeCore that would cause windows to get
21989             really big
21990           - Now sending Click/DoubleClick events
21991           - Now selecting controls when left mouse button is clicked on
21992             selectable control
21993         * AccessibleEvents.cs: Added
21994         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
21995         * XplatUIOSX.cs: Stubbed UpdateWindow() method
21996         * XplatUIWin32.cs: Implemented UpdateWindow() method
21997         * XplatUIX11.cs: Implemented UpdateWindow() method
21998         * Form.cs: Removed stray semicolon causing CS0162 warning
21999         * ThemeWin32Classic.cs: Fixed unused variable warnings
22000         * ScrollableControl.cs: Now calls base method for ScaleCore
22001         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
22002           style to avoid interference with internal click handler (which is
22003           different than standard Control click handling)
22004         * RadioButton.cs:
22005           - Now unchecks all sibling radio buttons when control is
22006             selected (Fixes #68756)
22007           - Removed internal tabstop variable, using the one inherited from
22008             Control
22010 2005-01-17  Jackson Harper  <jackson@ximian.com>
22012         * NavigateEventArgs.cs: Fix base type.
22013         * LinkLabel.cs: Sig fix
22014         
22015 2005-01-17  Jackson Harper  <jackson@ximian.com>
22017         * TreeView.cs: Only invalidate the effected nodes bounds when
22018         selecting nodes.
22020 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
22022         * XplatUIWin32.cs: fixes Win32 marshaling
22023         * XplatUIX11.cs: fixes method signature
22025 2005-01-17  Peter Bartok  <pbartok@novell.com>
22027         * XplatUIX11.cs: Clean up resources when we no longer need them
22029 2005-01-17  Peter Bartok  <pbartok@novell.com>
22031         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
22032           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
22033           and DestroyCursor() methods.
22034         * Cursor.cs: Partially implemented, now supports standard cursors;
22035           still contains some debug code
22036         * Cursors.cs: Implemented class
22037         * Control.cs:
22038           - WndProc(): Added handling of WM_SETCURSOR message, setting the
22039             appropriate cursor
22040           - Implemented Cursor property
22041           - Replaced break; with return; more straightforwar and possibly
22042             faster
22043           - Now properly setting the result for WM_HELP
22044         * X11Structs.cs: Added CursorFontShape enum
22045         * XplatUIStructs.cs:
22046           - Added StdCursor enum (to support DefineStdCursor() method)
22047           - Added HitTest enum (to support sending WM_SETCURSOR message)
22048         * XplatUIX11.cs:
22049           - Now sends the WM_SETCURSOR message
22050           - Implemented new cursor methods
22051         * XplatUIOSX.cs: Stubbed new cursor methods
22052         * XplatUIWin32.cs:
22053           - Implemented new cursor methods
22054           - Added GetSystemMetrics function and associated enumeration
22056 2005-01-15  Peter Bartok  <pbartok@novell.com>
22058         * Control.cs:
22059           - WndProc(): Now handles EnableNotifyMessage
22060           - SelectNextControl(): Fixed bug where if no child or sibling
22061             controls exist we looped endlessly
22063 2005-01-14  Jackson Harper  <jackson@ximian.com>
22065         * TreeView.cs: Recalculate the tab pages when a new one is added
22066         so that the proper bounding rects are created.
22068 2005-01-14  Jackson Harper  <jackson@ximian.com>
22070         * TreeView.cs: Draw a gray box instead of a grip in the lower
22071         right hand corner when there are both horizontal and vertical
22072         scroll bars.
22074 2005-01-14  Jackson Harper  <jackson@ximian.com>
22076         * Control.cs: When erasing backgrounds use FromHwnd instead of
22077         FromHdc when there is a NULL wparam. This occurs on the X driver.
22078         * XplatUIX11.cs: Set the wparam to NULL.
22080 2005-01-13  Jackson Harper  <jackson@ximian.com>
22082         * PictureBox.cs: Implement missing methods (except ToString, need
22083         to test that on windows) and events. When visibility is changed we
22084         need to redraw the image because the buffers are killed. When size
22085         is changed refresh if the sizemode needs it.
22087 2005-01-13  Peter Bartok  <pbartok@novell.com>
22089         * Control.cs (SelectNextControl): Was using wrong method to select
22090           a control
22092 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
22094         * ComboBox.cs: fixes dropstyle
22096 2005-01-13  Peter Bartok  <pbartok@novell.com>
22098         * Form.cs:
22099           - Implemented Select() override
22100           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
22101           - Now sets keyboard focus on startup
22102         * Control.cs (SelectNextControl): Now properly handles directed=true
22103         * TextBoxBase.cs:
22104           - WndProc: Now passes tab key on to base if AcceptTabChar=false
22105           - Added (really bad) focus rectangle (mostly for testing)
22106         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
22107           to enforce redraw on focus changes
22108         * ContainerControl.cs:
22109           - Fixed detection of Shift-Tab key presses
22110           - Fixed traversal with arrow keys
22111         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
22112           gonna keep this or if it's complete yet
22113         
22114 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
22116         * ComboBox.cs: missing properties, fixes
22118 2005-01-13  Peter Bartok  <pbartok@novell.com>
22120         * Panel.cs (ctor): Setting Selectable window style to off
22121         * Splitter.cs (ctor): Setting Selectable window style to off
22122         * GroupBox.cs (ctor): Setting Selectable window style to off
22123         * Label.cs (ctor): Setting Selectable window style to off
22125 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
22127         * UpDownBase.cs (InitTimer): If the timer has been already
22128         created, enable it.
22130         Use a TextBox instead of a Label.
22132 2005-01-12  Jackson Harper  <jackson@ximian.com>
22134         * TreeView.cs: Refresh the tree after sorting the nodes. Always
22135         draw the connecting node lines (when ShowLines is true).
22136         * TreeNode.cs: The nodes index can now be updated. This is used
22137         when a node collection is sorted.
22138         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
22139         insert or an existing unsorted node collection can be sorted.
22140         
22141 2005-01-12  Peter Bartok  <pbartok@novell.com>
22143         * ContainerControl.cs: Implemented ProcessDialogKeys()
22145 2005-01-12  Peter Bartok  <pbartok@novell.com>
22147         * Control.cs:
22148           - Implemented SelectNextControl() method
22149           - Several focus related bug fixes
22150           - Fixed Docking calculations to match MS documentation and
22151             behaviour
22153 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
22155         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
22156         bug fixes
22158 2005-01-12  Peter Bartok  <pbartok@novell.com>
22160         * Control.cs:
22161           - Fixed broken Contains() method
22162           - Implemented GetNextControl() method. Finally. This is the pre-
22163             requisite for focus handling.
22165 2005-01-12  Peter Bartok  <pbartok@novell.com>
22167         * OSXStrucs.cs: Added
22169 2005-01-12  Peter Bartok  <pbartok@novell.com>
22171         * XplatUIWin32.cs:
22172           - Removed PeekMessageFlags
22173           - Implemented SetWindowStyle() method
22174         * XplatUIStructs.cs: Added PeekMessageFlags
22175         * X11Structs: Added missing border_width field to XWindowChanges struct
22176         * XplatUIX11.cs:
22177           - PeekMessage: Now throws exception if flags which are not yet
22178             supported are passed
22179           - Implemented SetWindowStyle() method
22180           - Fixed SetZOrder to handle AfterHwnd properly
22181         * XplatUI.cs: Added SetWindowStyle() method
22182         * XplatUIDriver.cs: Added SetWindowStyle() abstract
22183         * Control.cs:
22184           - Implemented UpdateStyles() method
22185           - Implemented UpdateZOrder() method
22186         * XplatUIOSX.cs: Added SetWindowStyle() stub
22188 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
22190         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
22191         button mouse).
22194 2005-01-11  Jackson Harper  <jackson@ximian.com>
22196         * TreeView.cs: Still need to draw lines to siblings even if out of
22197         the current node is out of the clip.
22199 2005-01-11  Jackson Harper  <jackson@ximian.com>
22201         * TreeView.cs: When setting the hbar/vbar/grip position use
22202         SetBounds so that perform layout is only called once. Also suspend
22203         and resume layout so layout is only done once for all controls.
22204         - Removed some debug fluff
22205         * SizeGrip.cs: Call base implmentation in overriding methods.
22206         - When visibility is changed the drawing buffers are killed so we
22207         need to redraw.
22209 2005-01-11  Jackson Harper  <jackson@ximian.com>
22211         * TreeView.cs: Calculate the open node count while drawing. This
22212         saves us an entire tree traversal for every paint operation. Use
22213         a member var for the open node count so less vars are passed around.
22215 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
22217         * MonthCalendar.cs:
22218         - fixed selection to use mousemove, not mouse polling on timer
22219         * ThemeWin32Classic.cs
22220         - removed redundant unused variable "no_more_content"
22221         
22222 2005-01-11  Peter Bartok  <pbartok@novell.com>
22224         * XplatUIX11.cs (DoEvents): Needs to return when no more events
22225           are pending, so it now calls PeekMessage instead of GetMessage;
22226           implemented a incomplete version of PeekMessage
22227         
22228 2005-01-11  Peter Bartok  <pbartok@novell.com>
22230         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
22231           I18n issues
22232         * TextBoxBase.cs: Added sending of TextChanged event
22234 2005-01-10  Jackson Harper  <jackson@ximian.com>
22236         * TreeView.cs: Try not to draw outside the clipping rectangle on
22237         each node element.
22239 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
22241         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
22243 2005-01-10  Jackson Harper  <jackson@ximian.com>
22245         * TreeView.cs:
22246         - Implement fast scrolling. Now only the newly
22247         exposed nodes are drawn and the old image is moved using the
22248         XplatUI::ScrollWindow method.
22249         - Factor in height of nodes when calculating whether or not the
22250         node is in the clipping rect.
22252 2005-01-10  Jackson Harper  <jackson@ximian.com>
22254         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
22256 2005-01-10  Peter Bartok  <pbartok@novell.com>
22258         * Application.cs: Added temporary hack to resolve all our resize
22259           required issues on startup. This will get fixed properly at
22260           some point in the future
22262 2005-01-10  Jackson Harper  <jackson@ximian.com>
22264         * SizeGrip.cs: New internal class that is used as a sizing
22265         grip control...hence the name.
22267 2005-01-10  Peter Bartok  <pbartok@novell.com>
22269         * Control.cs: Implemented proper TabIndex handling, now assigning
22270           a tabindex when a control is added to a container
22271         * GroupBox.cs (ctor): Now sets the Container style bit, required
22272           for Control.GetNextControl()
22274 2005-01-09  Jackson Harper  <jackson@ximian.com>
22276         * TextBoxBase.cs: Clear window when scrolling (fixes build).
22278 2005-01-09  Peter Bartok <pbartok@novell.com>
22280         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22281           XplatUIX11.cs: Added ability to control ScrollWindow expose and
22282           an overload for ScrollWindow to allow only scrolling a rectangle
22284 2005-01-09  Peter Bartok <pbartok@novell.com>
22286         * Form.cs:
22287           - Implemented SetDesktopBounds method
22288           - Implemented SetDesktopLocation method
22290 2005-01-08  Jackson Harper  <jackson@ximian.com>
22292         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
22293         the node count has changed, this removes to VScroll::Refresh calls
22294         when drawing.
22296 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
22298         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
22300 2005-01-07  Jackson Harper  <jackson@ximian.com>
22302         * TreeNode.cs: Just update the single node when it is
22303         checked. Don't refresh after toggling, the Expand/Collapse already
22304         handles this.
22305         * TreeView.cs: Respect clipping a little more when drawing. Try
22306         not to redraw things that don't need to be redrawn. Just hide the
22307         scrollbars when they are no longer needed instead of removing
22308         them, so they don't have to be created again and again.
22309         
22310 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
22312         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
22313         coordinates to window space to place the caret properly, FIXED.
22314         Implement GetWindowState & SetWindowState
22316 2005-01-06  Peter Bartok <pbartok@novell.com>
22318         * Form.cs:
22319           - Implemented ClientSize property
22320           - Implemented DesktopBounds property
22321           - Implemented DesktopLocation property
22322           - Implemented IsRestrictedWindow property
22323           - Implemented Size property
22324           - Implemented TopLevel property
22325           - Implemented FormWindowState property
22326         * Control.cs:
22327           - Implemented GetTopLevel() method
22328           - Implemented SetTopLevel() method
22329         * X11Structs.cs (Atom):
22330           - Added AnyPropertyType definition
22331           - Added MapState definiton and updated XWindowAttribute struct
22332         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
22333         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
22334         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
22335         * XplatUIWin32.cs:
22336           - Implemented GetWindowState() and SetWindowState() methods
22337           - Fixed Win32GetWindowLong return type
22338         * XplatUIX11.cs:
22339           - Introduced central function for sending NET_WM messages
22340           - Implemented GetWindowState() and SetWindowState() methods
22341         * TextBoxBase.cs (set_Lines):
22342           - Now uses Foreground color for text added via Text property (Duh!)
22343           - Added code to remember programmatically requested size (fixes
22344             behaviour when Multiline is set after Size)
22345           - Added AutoSize logic
22347 2005-01-06  Jackson Harper  <jackson@ximian.com>
22349         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
22351 2005-01-06  Jackson Harper  <jackson@ximian.com>
22353         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
22354         set to less then 0.
22356 2005-01-06  Jackson Harper  <jackson@ximian.com>
22358         * ScrollableControl.cs: Lazy init the scrollbars.
22359         
22360 2005-01-06  Jackson Harper  <jackson@ximian.com>
22362         * Theme.cs: Speed up getting pens and solid brushes, by using
22363         their ARGB as a hash instead of tostring and not calling Contains.
22365 2005-01-06  Peter Bartok <pbartok@novell.com>
22367         * Form.cs:
22368           - Implemented OnActivated and OnDeactivate event trigger
22369           - Implemented Activate() method
22370           - Fixed ShowDialog() to activate the form that was active before
22371             the dialog was shown
22372         * XplatUIX11.cs:
22373           - Added global active_window var that tracks the currently active
22374             X11 window
22375           - Now always grabs Property changes from the root window to always
22376             catch changes on the active window property
22377           - Added code to PropertyNotify handler to send Active/Inactive
22378             messages when state changes. This puts X11 and Win32 en par on
22379             WM_ACTIVATE notifications (except for double notifications when
22380             the user clicks away from our modal window to another one of our
22381             windows)
22383 2005-01-05  Jackson Harper  <jackson@ximian.com>
22385         * ImageList.cs: Implment ctor
22387 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
22389         * XplatUIOSX.cs: Implement Activate/SetTopmost
22391 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
22393         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
22395 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
22397         * XplatUIOSX.cs: Implement GetActive/SetFocus.
22399 2005-01-05  Peter Bartok <pbartok@novell.com>
22401         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
22402           XplatUIOSX.cs: Added GetActive method to return the currently
22403           active window for the application (or null, if none is active)
22404         * Form.cs:
22405           - Implemented ActiveForm
22406           - Commented out owner assignment for modal dialogs (causes problems
22407             on Win32, since the owner will be disabled)
22408           - Reworked some Active/Focus handling (still incomplete)
22409         * CommonDialog.cs: Commented out owner assignment for modal dialogs
22410           (causes problems on Win32, since the owner will be disabled)
22411         * IWin32Window: Added ComVisible attribute
22413 2005-01-05  Peter Bartok <pbartok@novell.com>
22415         * ToolTip.cs (WndProc): Enable setting focus now that we have the
22416           required XplatUI functions.
22418 2005-01-05  Peter Bartok <pbartok@novell.com>
22420         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
22421           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
22422           to implement focus and activation handling; still incomplete and
22423           with debug output
22425 2005-01-04  Peter Bartok <pbartok@novell.com>
22427         * TextBoxBase.cs: Changed access level for Document property to
22428           match switch to internal for TextControl
22430 2005-01-04  Peter Bartok <pbartok@novell.com>
22432         * AccessibleObject: Added ComVisible attribute
22434 2005-01-04  Jackson Harper  <jackson@ximian.com>
22436         * X11Keyboard.cs: Remove unneeded var.
22438 2005-01-04  Jackson Harper  <jackson@ximian.com>
22440         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
22441         but PAINT.
22442         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
22443         ClientMessage. This makes apps exit cleanly (more often).
22444         
22445 2005-01-04  Jackson Harper  <jackson@ximian.com>
22447         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
22448         handling focus, return correct colors and fonts,
22449         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
22450         handle selection, horizontal scrolling, and mouse interaction.
22452 2005-01-04  Peter Bartok <pbartok@novell.com>
22454         * ICommandExecutor.cs: Added
22455         * IDataGridColumnStyleEditingNotificationService.cs: Added
22456         * IFeatureSupport.cs: Added
22457         * IFileReaderService.cs: Added
22458         * IDataObject.cs: Added ComVisible attribute
22459         * AmbientProperties.cs: Added
22460         * BaseCollection.cs: Added missing attributes
22461         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
22462         * BaseCollection.cs: Added missing attributes
22463         * Binding.cs: Added TypeConverter attribute
22464         * BindingContext.cs: Added DefaultEvent attribute
22465         * BindingsCollection.cs: Added DefaultEvent attribute
22466         * Button.cs: Added DefaultValue attribute
22467         * DragEventArgs.cs: Added ComVisible attribute
22468         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
22469         * KeyEventArgs.cs: Added ComVisible attribute
22470         * KeyPressEventArgs.cs: Added ComVisible attribute
22471         * MouseEventArgs.cs: Added ComVisible attribute
22472         * NavigateEventArgs.cs: Added
22473         * NavigateEventHandler.cs: Added
22474         * FeatureSupport.cs: Added
22475         * OSFeature.cs: Added
22476         * Theme.cs: Added abstract Version property to support OSFeature
22477         * ThemeWin32Classic.cs: Added Version property to
22478           support OSFeature.Themes
22479         * ProgressBar.cs: Removed OnPaintBackground override, not required since
22480           the proper styles to avoid background drawing are set, also doesn't
22481           match MS signature
22482         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
22483         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
22484         * ScrollEventArgs.cs: Added ComVisible attribute
22485         * SplitterEventArgs.cs: Added ComVisible attribute
22486         * AccessibleSelection.cs: Added Flags attribute
22487         * Appearance.cs: Added ComVisible attribute
22488         * Border3DSide.cs: Added ComVisible attribute
22489         * Border3DStyle.cs: Added ComVisible attribute
22490         * BorderStyle.cs: Added ComVisible attribute
22491         * DragAction.cs: Added ComVisible attribute
22492         * ErrorBlinkStyle.cs: Added
22493         * ScrollEventType.cs: Added ComVisible attribute
22494         * AnchorStyles.cs: Added Editor attribute
22495         * DockStyle.cs: Added Editor attribute
22496         * HorizontalAlignment.cs: Added ComVisible attribute
22497         * HelpEventArgs.cs: Added ComVisible attribute
22498         * PaintEventArgs.cs: Added IDisposable
22500 2005-01-04  Peter Bartok <pbartok@novell.com>
22502         * TextControl.cs: Switched Line, LineTag and Document classes to
22503           internal
22505 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
22507         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
22508         Simple mode, fixes, IntegralHeight, etc.
22510 2005-01-04  Peter Bartok <pbartok@novell.com>
22512         * TextBoxBase.cs: Using proper font variable now
22514 2005-01-04  Peter Bartok <pbartok@novell.com>
22516         * Form.cs (ShowDialog): Set parent to owner, if provided
22517         * GroupBox.cs: Removed unused vars
22518         * TextControl.cs:
22519           - Added GetHashCode() for Document and LineTag classes
22520           - Removed unused variables
22521           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
22522             to allow translation between continuous char position and line/pos
22523         * CheckBox.cs: Removed vars that are provided by base class
22524         * RadioButton.cs: Removed vars that are provided by base class, added
22525           new keyword where required
22526         * LinkLabel.cs: Added new keyword where required
22527         * Control.cs (WndProc): Removed unused variable
22528         * TextBoxBase.cs:
22529           - Finished SelectionLength property
22530           - Implemented SelectionStart property
22531           - Implemented Text property
22532           - Removed unused vars
22533         * MessageBox.cs: Added new keyword where required
22534         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
22535           WndProc signature
22536         * MenuAPI.cs: Added new keyword where required
22537         * ButtonBase.cs: Removed vars that are provided by base class, added
22538           new keyword where required
22539         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
22540           argument to double, to allow compiling with csc 2.0 (Atsushi ran
22541           into this)
22542         * Application.cs (Run): Now triggers the ThreadExit event
22543         * CommonDialog.cs: Added new keyword where required; now properly sets
22544           parent (owner) for dialog
22545         * XplatUIX11.cs: Commented out unused vars
22546         * StatusBar.cs: Fixed signature for Text property
22547         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
22549 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
22551         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
22552         TrackBar.cs, MonthCalendar.cs: remove unused vars
22554 2005-01-03  Jackson Harper  <jackson@ximian.com>
22556         * ThemeWin32Classic.cs:
22557         * X11Keyboard.cs: Remove unused vars.
22559 2005-01-03  Peter Bartok  <pbartok@novell.com>
22561         * TextBox.cs:
22562           - set_Text: Tied into TextControl
22563           - set_TextAlignment: Tied into TextControl
22564         * TextControl.cs:
22565           - Added alignment properties and implemented alignment handling
22566             and drawing (still has a bug, not generating proper expose events)
22567           - Added new Line() constructor to allow passing the line alignment
22568           - Fixed selection setting, properly handling end<start now
22569           - Added aligment considerations to RecalculateDocument()
22570         * TextBoxBase.cs:
22571           - Now properly enforces control height for single line controls
22572           - Added support for CharacterCasing
22573           - Added IsInputKey override
22574           - Fixed Keys.Enter logic
22575           - Added SetBoundsCore override
22576           - Fixed mouse selection handling
22578 2005-01-03  Jackson Harper  <jackson@ximian.com>
22580         * TreeView.cs:
22581           - Collapse and uncheck all nodes when CheckBoxes is disabled.
22582           - Checkboxes are always aligned to the bottom of the node,
22583           regardless of item height.
22584           - Use the node bounds to draw the text so we can center it when
22585           the item height is greater then the font height.
22586           - Node::Bounds are only the text part of the node.
22587         * TreeNode.cs: New method to combine collapsing and unchecking all
22588           nodes recursively.
22590 2005-01-02  Jackson Harper  <jackson@ximian.com>
22592         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
22593         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
22594         tree when a check is changed. TODO: Only refresh the checked node.
22596 2004-12-30  Jackson Harper  <jackson@ximian.com>
22598         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
22599         * TreeNode.cs: When collapsing make sure to never collapse the
22600         root node.
22602 2004-12-29  Jackson Harper  <jackson@ximian.com>
22604         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
22605         
22606 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
22608         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
22610 2004-12-28  Peter Bartok  <pbartok@novell.com>
22612         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
22613           not yet assigned
22615 2004-12-28  Peter Bartok  <pbartok@novell.com>
22617         * Control.cs (WndProc): Added WM_HELP handler, now generates
22618           HelpRequested event
22619         * Form.cs: Added HelpButton property and required support code
22620         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
22622 2004-12-28  Peter Bartok  <pbartok@novell.com>
22624         * CommonDialog.cs:
22625           - Made DialogForm.owner variable internal
22626           - Added check to ensure owner form is set before setting
22627             owner properties in CreateParams
22629 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
22631         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
22632           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
22633           GetCursorPos.  Fix major visibility issues.  Rework the windowing
22634           system to support borderless/titleless windows (implements menus).
22635           Fix GetWindowPos.  Implement initial background color support for
22636           views.
22638 2004-12-28  Peter Bartok  <pbartok@novell.com>
22640         * Form.cs (get_CreateParams): Make sure we have an owner before using
22641           the owner variable. Implement proper default if no owner exists
22643 2004-12-28  Peter Bartok  <pbartok@novell.com>
22645         * In preparation for making Managed.Windows.Forms the default build target
22646           for System.Windows.Forms, the following stubbed files were added.
22647           Dialogs are currently being implemented by contributors and are only
22648           short-term place holders.
22649         * ColorDialog.cs: Initial check-in (minmal stub)
22650         * DataGrid.cs: Initial check-in (minimal stub)
22651         * DataGridLineStyle.cs: Initial check-in (minimal stub)
22652         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
22653         * DataGridTableStyle.cs: Initial check-in (minimal stub)
22654         * FontDialog.cs: Initial check-in (minimal stub)
22655         * FileDialog.cs: Initial check-in (minimal stub)
22656         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
22657         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
22658         * OpenFileDialog: Initial check-in (minimal stub)
22659         * IComponentEditorPageSite.cs: Initial check-in
22660         * Splitter.cs: Initial check-in (for Jackson)
22661         * SplitterEventArgs.cs: Initial check-in (for Jackson)
22662         * SplitterEventHandler.cs: Initial check-in (for Jackson)
22663         * TextBox.cs: Initial check-in; still needs some wiring to
22664           TextControl backend
22665         * Form.cs: Implemented ControlBox property
22666         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
22667         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
22668         * TextControl.cs: Added selection functionality; added todo header
22669         * TextBoxBase.cs:
22670           - Implemented Lines property
22671           - Implemented TextHeight property
22672           - Implemented SelectedText property
22673           - Implemented SelectionLength property
22674           - Implemented SelectAll method
22675           - Implemented ToString method
22676           - Removed and cleaned up some debug code
22677           - Implemented (still buggy) mouse text selection
22679 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
22681         * ComboBox.cs: Complete DropDownList implementation, fixes.
22683 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
22685         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
22686         * ComboBoxStyle.cs: ComboBoxStyle enum
22687         * ComboBox.cs: Initial work on ComboBox control
22689 2004-12-21  Peter Bartok  <pbartok@novell.com>
22691         * Control.cs (ctor, CreateParams): Moved setting of is_visible
22692           forward so that anything that creates a window gets the default,
22693           also no longer uses Visible property in CreateParams to avoid
22694           walking up the parent chain and possibly get the wrong visible
22695           status. Fixed IsVisible to no longer walk up to the parent.
22697 2004-12-21  Peter Bartok  <pbartok@novell.com>
22699         * Form.cs (ShowDialog): Unset modality for the proper window
22701 2004-12-20  Peter Bartok  <pbartok@novell.com>
22703         * CommonDialog.cs: Initial check-in
22705 2004-12-20  Peter Bartok  <pbartok@novell.com>
22707         * Control.cs (Visible): Now uses the parent window instead of the
22708           client area window for the property
22710         * Form.cs
22711           - ShowDialog(): Now uses the proper window for modality
22712           - The default visibility state for the form parent is now false. This
22713             will prevent the user from seeing all the changes to the form and
22714             its controls before the application hits Application.Run()
22715           - Removed some stale commented out code
22717         * NativeWindow.cs:
22718           - Added FindWindow() method to have a method to check for existence
22719             of a window handle
22720           - Added ability to override default exception handling (for example
22721             when debugging with VS.Net; to do this the ExternalExceptionHandler
22722             define must be set
22723           - Removed some useless debug output
22725         * XplatUIX11.cs:
22726           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
22727             not working as expected
22728           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
22729             property to allow switching back to the modal window if focus is
22730             given to another one of our windows (Application Modal)
22731           - Now only sets override_redirect if we create a window
22732             without WS_CAPTION
22733           - Moved EventMask selection before mapping of newly created window
22734             so we can catch the map event as well
22735           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
22736           - Added various Atom related DllImports
22737           - Implemented Exit() method
22738           - .ctor() : No longer shows window if WS_VISIBLE is not defined
22739             in the CreateParams
22741         * MessageBox.cs: Now properly deals with the FormParent window by
22742           providing an override the FormParent CreateParams property to
22743           set as POPUP instead of OVERLAPPED window.
22745 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
22747         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
22748         Minor code cleanup.
22750 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
22751         
22752         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
22754 2004-12-18  Peter Bartok  <pbartok@novell.com>
22756         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
22757           implementing SetModal() method
22759 2004-12-18  Peter Bartok  <pbartok@novell.com>
22761         * X11Structs.cs (XGCValues): Fixed type of function element
22762         * XplatUI.cs: Added ScrollWindow() method
22763         * XplatUIDriver.cs: Added ScrollWindow() abstract
22764         * XplatUIWin32.cs: Implemented ScrollWindow() method
22765         * XplatUIX11.cs: Implemented ScrollWindow() method
22766         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
22768 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
22770         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
22771         Some more keyboard support (INCOMPLETE)
22773 2004-12-17  Peter Bartok  <pbartok@novell.com>
22775         * TextControl.cs:
22776         - Added color attribute to line tags.
22777         - Added color argument to all functions dealing with tags
22778         - Added color argument support to various functions
22779         - Fixed miss-calculation of baseline/shift in certain circumstances
22781         * TextBoxBase.cs: Added new color option to test code
22783 2004-12-17  Jackson Harper  <jackson@ximian.com>
22785         * TreeNode.cs:
22786         * MonthCalendar.cs: Signature fixes
22788 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
22790         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
22791         keyboard event moved it.  Create a new graphics context for each paint resolves this
22793 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
22795         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
22796         Make caret exist and go blink blink.  Initial keyboard support.
22797         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
22798         works.
22800 2004-12-17  Jackson Harper  <jackson@ximian.com>
22802         * XplatUIStructs.cs: Updated set of virtual keycodes.
22803         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
22805 2004-12-17  Jackson Harper  <jackson@ximian.com>
22807         * XplatUIX11.cs: Prune old keyboard code.
22809 2004-12-17  Jackson Harper  <jackson@ximian.com>
22811         * XplatUIX11.cs: When generating mouse wparams get the modifier
22812         keys from the ModifierKeys property.
22814 2004-12-17  Jackson Harper  <jackson@ximian.com>
22816         * X11Keyboard.cs: Send up/down input when generating
22817         messages. Remove some unused vars.
22819 2004-12-17  Jackson Harper  <jackson@ximian.com>
22821         * TabControl.cs:
22822         * TreeView.cs: get rid of warnings.
22824 2004-12-17  Jackson Harper  <jackson@ximian.com>
22826         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
22828 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
22830         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
22831           CheckedListBox.cs: Implementation
22833 2004-12-17  Peter Bartok  <pbartok@novell.com>
22835         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
22837 2004-12-16  Peter Bartok  <pbartok@novell.com>
22839         * TextControl.cs:
22840           - InsertCharAtCaret(): Fixed start pos fixup
22841           - CaretLine_get: No longer derives the line from the tag, the tag
22842             could be stale if lines in the document have been added or deleted
22843           - RebalanceAfterDelete(): Fixed bug in balancing code
22844           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
22845           - Line.Streamline(): Now can also elminate leading empty tags
22846           - DumpTree(): Added a few more tests and prevented exception on
22847             uninitialized data
22848           - Added Debug section for Combining lines
22849           - Delete(): Now copies all remaining properties of a line
22850           
22851         * TextBoxBase.cs:
22852           - Left mousebutton now sets the caret (and middle button still acts
22853             as formatting tester, which must go away soon)
22854           - Added Debug section for Deleting/Combining lines
22855           - Fixed calculations for UpdateView after Combining lines
22857 2004-12-16  Peter Bartok  <pbartok@novell.com>
22859         * TextControl.cs: Now properly aligns text on a baseline, using the
22860           new XplatUI.GetFontMetrics() method. Simplified several calculations
22861         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
22862           defined
22864 2004-12-16  Peter Bartok  <pbartok@novell.com>
22866         * XplatUI.cs: Added GetFontMetrics() method
22867         * XplatUIDriver.cs: Added GetFontMetrics() abstract
22868         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
22869           into libgdiplus, our private GetFontMetrics function
22870         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
22871         * XplatUIWin32.cs: Implemented GetFontMetrics() method
22873 2004-12-16  Jackson Harper  <jackson@ximain.com>
22875         * XplatUIStruct.cs: Add enum for dead keys
22876         * X11Keyboard.cs: Map and unmap dead keys.
22878 2004-12-16  Jackson Harper  <jackson@ximian.com>
22880         * X11Keyboard.cs: Detect and use the num lock mask.
22882 2004-12-16  Peter Bartok  <pbartok@novell.com>
22884         * Control.cs (CreateGraphics): Added check to make sure the
22885           handle of the window exists before calling Graphics.FromHwnd()
22887 2004-12-16  Peter Bartok  <pbartok@novell.com>
22889         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
22890           contains a lot of code that's not supposed to be there for the
22891           real thing, but required for developing/testing the textbox
22892           backend.
22894 2004-12-16  Peter Bartok  <pbartok@novell.com>
22896         * TextControl.cs:
22897         - Fixed Streamline method
22898         - Added FindTag method to Line
22899         - Added DumpTree method for debugging
22900         - Added DecrementLines() method for deleting lines
22901         - Fixed UpdateView to update the cursor to end-of-line on single-line
22902           updates
22903         - Added PositionCaret() method
22904         - Fixed MoveCaret(LineDown) to move into the last line, too
22905         - Added InsertChar overload
22906         - Fixed InsertChar tag offset calculations
22907         - Added DeleteChar() method
22908         - Added Combine() method for folding lines
22909         - Fixed Delete() method, no longer allocates wasted Line object and
22910           now copies all properties when swapping nodes
22911         - Delete() method now updates document line counter
22913 2004-12-15  Jackson Harper  <jackson@ximian.com>
22915         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
22916         * X11Keyboard.cs: Expose the currently selected modifier keys
22917         through a property.
22919 2004-12-15  Peter Bartok  <pbartok@novell.com>
22921         * TextControl.cs: Initial check-in. Still incomplete
22923 2004-12-15  Jackson Harper  <jackson@ximian.com>
22925         * TreeNode.cs:
22926         * TreeView.cs: Fix build on csc (second time today ;-))
22928 2004-12-15  Jackson Harper  <jackson@ximian.com>
22930         * TreeView.cs: Store the treenodes plus/minus box bounds when it
22931         is calculated and use this for click testing.
22932         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
22934 2004-12-15  Jackson Harper  <jackson@ximian.com>
22936         * TreeView.cs: Pass the nodes image index to the image list when
22937         drawing that image.
22939 2004-12-15  Jackson Harper  <jackson@ximian.com>
22941         * X11Keyboard.cs: Set messages hwnd.
22942         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
22943         post_message calls.
22945 2004-12-15  Jackson Harper  <jackson@ximian.com>
22947         * X11Keyboard.cs: Fix to compile with csc.
22948         
22949 2004-12-15  Jackson Harper  <jackson@ximian.com>
22951         * X11Structs.cs: Add key mask values
22952         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
22953         * X11Keyboard.cs: New file - Extrapolates and interpolates key
22954         down/up foo into WM_CHAR foo
22955         * KeyboardLayouts.cs: Common keyboard layouts
22956         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
22957         post messages into the main queue.
22959 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
22961         * Button.cs: implement ProcessMnemonic
22962         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
22963           brushes everytime
22964         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
22965         * ButtonBase.cs: Show HotkeyPrefix (not the &)
22967 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
22968         
22969         * MonthCalendar.cs: Implemented click-hold for next/previous month
22970           and date selection
22971           
22972 2004-12-11  Peter Bartok  <pbartok@novell.com>
22974         * X11Structs.cs:
22975           - Added XKeyboardState (moved from XplatUIX11.cs)
22976           - Added XCreateGC related enums and structures
22977           - Added GXFunction for XSetFunction
22979         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
22981         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
22982           CaretVisible() calls
22984         * ToolTip.cs: Added code to prevent stealing focus from app windows
22986         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
22987           DestroyCaret, SetCaretPos and CaretVisible)
22989         * XplatUIX11.cs:
22990           - Added implementation for caret functions
22991           - Moved hover variables into a struct, to make it a bit easier
22992             on the eyes and to debug
22993           - Removed XKeyboardState (moved to XplatUIX11.cs)
22994           - Moved Keyboard properties into the properties region
22996         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
22997           call to get a graphics context for our control
22999         * XplatUIOSX.cs: Added empty overrides for the new caret functions
23001         * TreeView.cs: Fixed bug. No matter what color was set it would always
23002           return SystemColors.Window
23004         * XplatUIWin32.cs: Implemented caret overrides
23006 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
23008         * ListBox.cs: fire events, implement missing methods and properties,
23009         sorting.
23011 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
23013         * MonthCalendar.cs: invalidation bug fixing
23014         * ThemeWin32Classic.cs: paint fixing
23016 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
23018         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
23019         prepare the CGContextRef there now.
23021 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
23023         * MonthCalendar.cs:
23024           - optimisationL only invalidate areas that have changed
23025         * ThemeWin32Classic.cs:
23026           - only paint parts that intersect with clip_area
23028 2004-12-09  Peter Bartok  <pbartok@novell.com>
23030         * Application.cs: Undid changes from r37004 which cause problems
23031         on X11
23033 2004-12-09  Ravindra  <rkumar@novell.com>
23035         * ToolBar.cs: Added support for displaying ContextMenu
23036         attached to a button on ToolBar.
23037         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
23038         property.
23040 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
23042         * Label.cs: autosize works in text change and removes unnecessary
23043         invalidate
23045 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
23047         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
23048         remove warnings
23050 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
23052         * XplatUIOSX.cs: Added mouse move/click/grab support
23053         Remove some debugging WriteLines not needed anymore.
23054         Add window resizing/positioning.
23055         Fix visibility on reparenting.
23057 2004-12-08  Peter Bartok  <pbartok@novell.com>
23059         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
23061 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
23063         * XplatUIOSX.cs: Initial checkin
23064         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
23066 2004-12-03  Ravindra <rkumar@novell.com>
23068         * ListView.cs: Added some keybindings and fixed scrolling.
23069         ScrollBars listen to ValueChanged event instead of Scroll
23070         Event. This would let us take care of all changes being
23071         done in the scrollbars' values programmatically or manually.
23072         * ListView.cs (CanMultiselect): Added a check for shift key.
23073         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
23074         * ListViewItem.cs (Clone): Fixed. We need to make a copy
23075         of ListViewSubItemCollection as well.
23077 2004-12-06  Peter Bartok <pbartok@novell.com>
23079         * Control.cs (Parent): Added check and exception to prevent
23080         circular parenting
23082 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
23084         * ListBox.cs: implemented clipping, selection single and multiple,
23085         bug fixing
23087 2004-12-03  Ravindra <rkumar@novell.com>
23089         * ListView.cs (ListView_KeyDown):
23090         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
23091         when CTRL key is pressed.
23092         * ListViewItem.cs (Selected): Fixed setting the property.
23094 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
23096         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
23098         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
23099         MinimizeBox, ShowInTaskbar, TopMost properties.
23101         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
23102         will be implemented).
23104 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
23106         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
23108         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
23109         tests.
23110         
23111         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
23112         
23113         * TreeView.cs: BackColor is Colors.Window.
23115 2004-12-01  Jackson Harper  <jackson@ximian.com>
23117         * TreeView.cs: When resizing the tree if the user is making it
23118         smaller we don't get expose events, so we need to handle adding
23119         the horizontal scrollbar in the size changed handler as well as
23120         the expose handler.
23122 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
23124         * DrawItemState.cs: fixes wrong enum values
23126 2004-12-01  Jackson Harper  <jackson@ximian.com>
23128         * TreeView.cs: Resize the hbar as well as the vbar on resize.
23130 2004-12-01  Jackson Harper  <jackson@ximian.com>
23132         * NodeLabelEditEventArgs.cs:
23133         * NodeLabelEditEventHandler.cs:
23134         * OpenTreeNodeEnumerator.cs:
23135         * TreeNode.cs:
23136         * TreeNodeCollection.cs:
23137         * TreeView.cs:
23138         * TreeViewAction.cs:
23139         * TreeViewCancelEventArgs.cs:
23140         * TreeViewCancelEventHandler.cs:
23141         * TreeViewEventArgs.cs:
23142         * TreeViewEventHandler.cs: Initial implementation.
23144 2004-12-01  Ravindra <rkumar@novell.com>
23146         * ListView.cs (CalculateListView): Fixed scrolling related
23147         calculations. Also, removed some debug statements from other
23148         places.
23149         * ListViewItem.cs: Changed access to 'selected' instance variable
23150         from private to internal.
23151         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
23153 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
23155         * ThemeWin32Classic.cs: remove cache of brush and pens for
23156         specific controls and use the global system, fixes scrollbutton
23157         bugs (for small sizes, disabled, etc)
23158         
23159         * ScrollBar.cs: does not show the thumb for very small controls
23160         (as MS) and allow smaller buttons that the regular size
23162 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
23164         * UpDownBase.cs: Add abstract methods for the interface.
23165         Add new virtual methods (need to be hooked up to TextEntry when it
23166         exists).
23167         Add override methods for most features.
23168         Computes the size, forces the height of the text entry.
23170         * NumericUpDown.cs: Put here the current testing code.
23172         * Set eol-style property on all files that do not have mixed line
23173         endings, to minimize the future problems.  There are still a few
23174         files with mixed endings, and someone should choose whether they
23175         want to move it or not.
23177 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
23179         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
23180         System.Colors
23181         
23182 2004-11-30  Ravindra <rkumar@novell.com>
23184         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
23185         drawing and replaced use of SystemColors by theme colors.
23186         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
23187         * ListView.cs (ListViewItemCollection.Add): Throw exception when
23188         same ListViewItem is being added more than once.
23190 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
23192         * MonthCalendar.cs:
23193           - ControlStyles love to make the control not flicker
23194           
23195 2004-11-30  Peter Bartok  <pbartok@novell.com>
23197         * CharacterCasing.cs: Added
23199 2004-11-29  Peter Bartok  <pbartok@novell.com>
23201         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
23202           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
23203           I am removing these files as they conflict with already completed
23204           work. While it is fantastic to get contributions to MWF, I
23205           respectfully ask that everyone please coordinate their contributions
23206           through mono-winforms-list or #mono-winforms at this time. We're
23207           explicitly avoiding stubbing and don't want controls that don't have
23208           their basic functionality implemented in svn. Please also see
23209           http://www.mono-project.com/contributing/winforms.html
23212 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
23214         * Application.cs (ModalRun): Don't hang after exit.
23216         * Theme.cs: New TreeViewDefaultSize property.
23218         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
23219         with less hardcoded SystemColors constant.
23220         Implemented TreeViewDefaultSize.
23222         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
23223         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
23226 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
23228         * MonthCalendar.cs:
23229           - Fix NextMonthDate and PrevMonthDate click moving calendar
23231 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
23233         * MonthCalendar.cs:
23234           - Fix usage of ScrollChange Property when scrolling months
23236 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
23238         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
23239          - Fixes menu destroying
23240          - Support adding and removing items on already created menus
23242 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
23244         * MonthCalendar.cs:
23245           - Re-worked all bolded dates handling to match win32
23246         * ThemeWin32Classic.cs:
23247           - Fixed rendering with bolded dates
23249 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
23251         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
23252         - Horizontal scroolbar
23253         - Multicolumn
23254         - Fixes
23257 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
23259         * MonthCalendar.cs:
23260           - Fix Usage of MaxSelectionCount from SelectionRange
23261           - Fixed Shift + Cursor Selection
23262           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
23263           - Fixed normal cursor selection to be compat with win32
23264           - Fixed Shift + Mouse Click selection
23266 2004-11-24  Peter Bartok <pbartok@novell.com>
23268         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
23269         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
23270         * XplatUIX11.cs:
23271           - CreatedKeyBoardMsg now updates keystate with Alt key
23272           - Added workaround for timer crash to CheckTimers, Jackson will
23273             develop a proper fix and check in later
23274           - Implemented DispatchMessage
23275           - Removed calling the native window proc from GetMessage (call
23276             now moved to DispatchMessage)
23278         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
23279           the keydata (Fixes bug #69831)
23281         * XplatUIWin32.cs:
23282           - (DispatchMessage): Switched to return IntPtr
23283           - Added DllImport for SetFocus
23285 2004-11-24  Ravindra <rkumar@novell.com>
23287         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
23288         background drawing.
23289         * ListViewItem.cs: Fixed various properties, calculations
23290         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
23291         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
23292         and some internal properties. Fixed MouseDown handler and Paint
23293         method.
23295 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
23297         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
23299 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
23301         * ContainerControl.cs: correct accidental check in of local changes
23303 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
23305         * ThemeWin32Classic.cs:
23306                 - Fixed Drawing Last month in grid (sometimes not showing)
23307         * MonthCalendar.cs:
23308                 - Fixed title width calculation bug (makeing title small)
23310 2004-11-23  Peter Bartok <pbartok@novell.com>
23312         * XplatUIX11.cs:
23313           - Added generation of WM_MOUSEHOVER event
23314           - Added missing assignment of async_method atom
23315           - Fixed WM_ERASEBKGND; now only redraws the exposed area
23317 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
23319         * ThemeWin32Classic.cs:
23320                 - Fixed Drawing of today circle when showtodaycircle not set
23321                 - fixed drawing of first and last month in the grid (gay dates)
23322         * MonthCalendar.cs:
23323                 - Fixed Drawing of today circle
23324                 - Fixed drawing of grady dates
23325                 - Fixed HitTest for today link when ShowToday set to false
23326                 - Fixed DefaultSize to obey ShowToday
23328 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
23330         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
23331         * System.Windows.Forms/Theme.cs
23332         * MonthCalendar.cs: added for MonthCalendar
23333         * SelectionRange.cs: added for MonthCalendar
23334         * Day.cs: added for MonthCalendar: added for MonthCalendar
23335         * DateRangeEventArgs.cs: added for MonthCalendar
23336         * DateRangeEventHandler.cs: added for MonthCalendar
23338 2004-11-22  Ravindra <rkumar@novell.com>
23340         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
23341         property.
23343 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
23345         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
23346         event handler.
23347         
23348         * NumericUpDown.cs: Added new implementation.
23349         * UpDownBase.cs: Added new implementation.
23351         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
23352         implementations.
23353         
23354         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
23355         implementations.
23357         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
23358         methods.
23360 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
23362         * Timer.cs  (Dispose): Should call the base dispose when
23363         overriding.
23365 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
23367         * ScrollBar.cs: updates thumb position when max, min or increment
23368         is changed
23370 2004-11-21  Ravindra <rkumar@novell.com>
23372         * ListView.cs: Implemented item selection, activation and
23373         column header style. Fixed properties to do a redraw, if
23374         required. Added support for MouseHover, DoubleClick, KeyDown
23375         and KeyUp event handling and some minor fixes.
23376         * ListViewItem.cs: Fixed constructor.
23377         * ThemeWin32Classic.cs: Improved drawing for ListView.
23379 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
23381         * ThemeWin32Classic.cs: initial listbox drawing code
23382         * DrawMode.cs: new enumerator
23383         * ListControl.cs: stubbed class
23384         * ListBox.cs: initial implementation
23385         * Theme.cs: new methods definitions
23386         * SelectionMode.cs: new enumerator
23388 2004-11-17  Peter Bartok  <pbartok@novell.com>
23390         * XplatUIWin32.cs: Added double-click events to the class style
23391         * Control.cs (WndProc):
23392           - Added handling of click-count to MouseDown/ MouseUp events.
23393           - Added handling of middle and right mouse buttons
23394           - Removed old debug code
23396 2004-11-17  Jackson Harper  <jackson@ximian.com>
23398         * XplatUIX11.cs: Use the new Mono.Unix namespace.
23400 2004-11-17  Ravindra <rkumar@novell.com>
23402         * ListView.cs: Added event handling for MouseMove/Up/Down.
23403         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
23404         * ThemeWin32Classic.cs: We need to clear the graphics context and
23405         draw column header in a proper state.
23408 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
23410         *  Menu.cs: fixes signature
23412 2004-11-16  Peter Bartok  <pbartok@novell.com>
23414         * XplatUIX11.cs (GetMessage): Implemented generation of
23415           double click mouse messages
23417 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
23419         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
23420         not by menu
23422 2004-11-11  Peter Bartok  <pbartok@novell.com>
23424         * HandleData.cs: Added Visible property
23425         * XplatUIX11.cs (IsVisible): Now uses Visible property from
23426           HandleData
23427         * XplatUIX11.cs: Removed old debug leftovers
23428         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
23429         * Control.cs (WndProc): Removed old debug leftovers,
23430           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
23431           needed WM_SIZE handling
23433 2004-11-11  Jackson Harper  <jackson@ximian.com>
23435         * OwnerDrawPropertyBag.cs:
23436         * TreeViewImageIndexConverter.cs: Initial implementation
23438 2004-11-10  Jackson Harper  <jackson@ximian.com>
23440         * ThemeWin32Classic.cs:
23441         * TabControl.cs: instead of moving tabs by the slider pos just
23442         start drawing at the tab that is offset by the slider. This way
23443         scrolling always moves by exactly one tab.
23445 2004-11-10  Jackson Harper  <jackson@ximian.com>
23447         * TabControl.cs: You can only scroll left when the slider has
23448         already ben moved right.
23449         
23450 2004-11-10  Jackson Harper  <jackson@ximian.com>
23452         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
23453         the clip area.
23454         
23455 2004-11-10  Jackson Harper  <jackson@ximian.com>
23457         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
23458         clip area.
23459         
23460 2004-11-09  Jackson Harper  <jackson@ximian.com>
23462         * TabControl.cs (CalcXPos): New helper method so we can determine
23463         the proper place to start drawing vertical tabs.
23464         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
23465         
23466 2004-11-09  Jackson Harper  <jackson@ximian.com>
23468         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
23469         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
23470         and Bottom, left and right are illegal values for this and
23471         multiline is enabled when the alignment is set to left or right.
23472         (DrawTab): Each alignment block should draw the text itself now
23473         because Left requires special love. Also add rendering for Left
23474         aligned tabs.
23475         
23476 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
23478         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
23479         does not destroy the windows, removes debugging messages
23481 2004-11-09  jba  <jba-mono@optusnet.com.au>
23483         * ThemeWin32Classic.cs
23484         (DrawButtonBase): Fix verticle text rect clipping in windows
23485         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
23486         rendering and incorrect text rect clipping
23487         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
23488         rendering and incorrect text rect clipping
23489         
23490 2004-11-08  Jackson Harper  <jackson@ximian.com>
23492         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
23493         bottom when they are bottom aligned so the bottoms of the tabs get
23494         displayed.
23495         * TabControl.cs (DropRow): Move rows up instead of down when the
23496         tab control is bottom aligned.
23498 2004-11-08 13:59  pbartok
23500         * XplatUIX11.cs:
23501           - Added handling for various window styles
23502           - Added handling for popup windows
23503           - Added SetTopmost handling
23505 2004-11-08 13:55  pbartok
23507         * XplatUIWin32.cs:
23508           - Added argument to SetTopmost method
23509           - Fixed broken ClientToScreen function
23511 2004-11-08 13:53  pbartok
23513         * XplatUIStructs.cs:
23514           - Added missing WS_EX styles
23516 2004-11-08 13:53  pbartok
23518         * XplatUI.cs, XplatUIDriver.cs:
23519           - Added argument to SetTopmost
23521 2004-11-08 13:52  pbartok
23523         * X11Structs.cs:
23524           - Added XSetWindowAttributes structure
23525           - Improved XWindowAttributes structure
23526           - Added SetWindowValuemask enum
23527           - Added window creation arguments enum
23528           - Added gravity enum
23529           - Added Motif hints structure
23530           - Added various Motif flags and enums
23531           - Added PropertyMode enum for property functions
23533 2004-11-08 13:50  pbartok
23535         * Form.cs:
23536           - Fixed arguments for updated SetTopmost method
23538 2004-11-08 13:49  pbartok
23540         * ToolTip.cs:
23541           - Fixed arguments for updated SetTopmost function
23542           - Fixed usage of PointToClient
23544 2004-11-08 13:44  pbartok
23546         * MenuAPI.cs:
23547           - Added Clipping of children and siblings
23549 2004-11-08 13:41  pbartok
23551         * MainMenu.cs:
23552           - Removed SetMenuBarWindow call. We do this in Form.cs
23554 2004-11-08 13:40  jackson
23556         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
23557           scrolling jimmi in the correct location with bottom aligned tabs
23559 2004-11-08 13:36  pbartok
23561         * ContainerControl.cs:
23562           - Implemented BindingContext
23563           - Implemented ParentForm
23565 2004-11-08 12:46  jackson
23567         * TabControl.cs: Put bottom rendered tabs in the right location
23569 2004-11-08 07:15  jordi
23571         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
23572           removes dead code
23574 2004-11-05 17:30  jackson
23576         * TabControl.cs: When selected tabs are expanded make sure they
23577           don't go beyond the edges of the tab control
23579 2004-11-05 14:57  jackson
23581         * TabControl.cs: Reset show_slider so if the control is resized to
23582           a size where it is no longer needed it's not displayed anymore
23584 2004-11-05 13:16  jackson
23586         * TabControl.cs: Make tab pages non visible when added to the
23587           control
23589 2004-11-05 12:42  jackson
23591         * TabControl.cs: Implement SizeMode.FillToRight
23593 2004-11-05 12:16  jackson
23595         * Control.cs: Do not call CreateHandle if the handle is already
23596           created
23598 2004-11-05 11:46  jackson
23600         * TabControl.cs: Remove superflous call to CalcTabRows
23602 2004-11-05 09:07  jackson
23604         * XplatUIX11.cs: Update for Mono.Posix changes
23606 2004-11-05 07:00  ravindra
23608         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
23609           scrolling.
23611 2004-11-04 22:47  jba
23613         * ThemeWin32Classic.cs:
23614           - Fix Button rendering for FlatStyle = Flat or Popup
23615           - Fix RadioButton and CheckBox rendering when Appearance = Button
23616             (normal and flatstyle).
23617           - Correct outer rectangle color when drawing focus rectangle
23618           - Adjust button bounds to be 1 px smaller when focused
23619           - Make button not draw sunken 3d border when pushed (windows compat)
23620           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
23621           - Offset the text in RadioButton and Checkbox when being rendered as
23622           a button.
23623           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
23624           radiobuttons
23625           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
23626           - Fixed disabled text rendering for normally rendered radiobuttons
23628 2004-11-04 10:26  jackson
23630         * TabControl.cs: Recalculate tab rows when resizing
23632 2004-11-04 07:47  jordi
23634         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
23635           collection completion, drawing issues, missing features
23637 2004-11-04 05:03  ravindra
23639         * ScrollBar.cs:
23640                 - We need to recalculate the Thumb area when
23641                 LargeChange/maximum/minimum values are changed.
23642           - We set the 'pos' in UpdatePos() method to minimum, if it's less
23643                 than minimum. This is required to handle the case if large_change is
23644                 more than max, and use LargeChange property instead of large_change
23645                 variable.
23646           - We return max+1 when large_change is more than max, like MS does.
23648 2004-11-04 04:29  ravindra
23650         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
23651                 - Changed default value signatures (prefixed all with ListView).
23652                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
23653                 ListView.
23654           - Fixed calculations for ListViewItem and implemented Clone()
23655           method.
23657 2004-11-04 04:26  ravindra
23659         * Theme.cs, ThemeWin32Classic.cs:
23660                 - Changed default ListView values signatures (prefixed all with
23661                 ListView).
23662           - Fixed default size values for VScrollBar and HScrollBar.
23663                 - Fixed DrawListViewItem method.
23665 2004-11-04 04:05  ravindra
23667         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
23669 2004-11-04 04:04  ravindra
23671         * ImageList.cs: Implemented the missing overload for Draw method.
23673 2004-11-03 19:29  jackson
23675         * TabControl.cs: Handle dropping rows on selection properly
23677 2004-11-03 11:59  jackson
23679         * TabControl.cs: remove debug code
23681 2004-11-03 11:52  jackson
23683         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
23684           the scrolly widgerywoo
23686 2004-11-02 13:52  jackson
23688         * TabControl.cs: Resize the tab pages and tabs when the tab control
23689           is resized
23691 2004-11-02 13:40  jackson
23693         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
23694           selected tab to the bottom
23696 2004-11-02 13:39  jackson
23698         * TabPage.cs: Store the tab pages row
23700 2004-11-02 12:33  jordi
23702         * MenuItem.cs: fixes handle creation
23704 2004-11-02 11:42  jackson
23706         * TabControl.cs: signature fix
23708 2004-11-02 08:56  jackson
23710         * TabControl.cs: Calculate whether the tab is on an edge properly.
23711           Remove top secret debugging code
23713 2004-11-01 19:57  jackson
23715         * TabControl.cs: Add click handling, and proper sizing
23717 2004-11-01 19:47  jackson
23719         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
23720           tab controls
23722 2004-11-01 19:39  jackson
23724         * TabPage.cs: add internal property to store the bounds of a tab
23725           page
23727 2004-10-30 04:23  ravindra
23729         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
23730           values.
23732 2004-10-30 04:21  ravindra
23734         * ListView.cs, ListViewItem.cs: Added support for scrolling and
23735           fixed calculations.
23737 2004-10-30 03:06  pbartok
23739         * XplatUIX11.cs:
23740           - Removed extension of DllImported libs
23742 2004-10-29 09:55  jordi
23744         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
23745           navigation, itemcollection completion, menu fixes
23747 2004-10-27 22:58  pbartok
23749         * XplatUIX11.cs:
23750           - Now throws a nice error message when no X display could be opened
23752 2004-10-26 13:51  jordi
23754         * ListView.cs: removes warning
23756 2004-10-26 03:55  ravindra
23758         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
23759           ThemeWin32Classic.cs: Some formatting for my last checkins.
23761 2004-10-26 03:36  ravindra
23763         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
23764           control and default values.
23766 2004-10-26 03:35  ravindra
23768         * Theme.cs: Added some default values for ListView control.
23770 2004-10-26 03:33  ravindra
23772         * ToolBar.cs: ToolBar should use the user specified button size, if
23773           there is any. Added a size_specified flag for the same.
23775 2004-10-26 03:33  ravindra
23777         * ColumnHeader.cs: Added some internal members and calculations for
23778           ColumnHeader.
23780 2004-10-26 03:32  ravindra
23782         * ListViewItem.cs: Calculations for ListViewItem.
23784 2004-10-26 03:31  ravindra
23786         * ListView.cs: Added some internal members and calculations for
23787           ListView.
23789 2004-10-22 13:31  jordi
23791         * MenuAPI.cs: speedup menus drawing
23793 2004-10-22 13:16  jackson
23795         * XplatUIX11.cs: Make sure to update exposed regions when adding an
23796           expose event
23798 2004-10-22 11:49  jackson
23800         * Control.cs: oops
23802 2004-10-22 11:41  jackson
23804         * Control.cs: Check to see if the window should have its background
23805           repainted by X when drawing.
23807 2004-10-22 11:31  jackson
23809         * XplatUIX11.cs: When invalidating areas only use XClearArea if
23810           clear is true, this way we do not get flicker from X repainting the
23811           background
23813 2004-10-22 11:28  jackson
23815         * XEventQueue.cs: Queue properly
23817 2004-10-21 09:38  jackson
23819         * XEventQueue.cs: Fix access modifier
23821 2004-10-21 09:36  jackson
23823         * XEventQueue.cs: Don't loose messages
23825 2004-10-21 09:22  jackson
23827         * XEventQueue.cs: Don't loose messages
23829 2004-10-20 04:15  jordi
23831         * BootMode.cs: enum need it by SystemInfo
23833 2004-10-19 21:58  pbartok
23835         * XplatUIWin32.cs:
23836           - Small sanity check
23838 2004-10-19 21:56  pbartok
23840         * Form.cs:
23841           - Added private FormParentWindow class which acts as the container
23842             for our form and as the non-client area where menus are drawn
23843           - Added/Moved required tie-ins to Jordi's menus
23844           - Fixed/Implemented the FormStartPosition functionality
23846 2004-10-19 21:52  pbartok
23848         * Control.cs:
23849           - Removed unneeded locals
23850           - Added code to all size and location properties to understand and
23851             deal with the parent container of Form
23853 2004-10-19 21:33  pbartok
23855         * Application.cs:
23856           - Fixed to deal with new Form subclasses for menus
23858 2004-10-19 17:48  jackson
23860         * XEventQueue.cs: commit correct version of file
23862 2004-10-19 16:50  jackson
23864         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
23866 2004-10-19 16:15  jordi
23868         * MenuAPI.cs: MenuBarCalcSize returns the height
23870 2004-10-19 08:31  pbartok
23872         * Control.cs:
23873           - Added missing call to PreProcessMessage before calling OnXXXKey
23874           methods
23876 2004-10-19 00:04  ravindra
23878         * ToolTip.cs: Fixed constructor.
23880 2004-10-18 09:31  jordi
23882         * MenuAPI.cs: menuitems in menubars do not have shortcuts
23884 2004-10-18 09:26  jordi
23886         * MenuItem.cs: fixes MenuItem class signature
23888 2004-10-18 08:56  jordi
23890         * MenuAPI.cs: prevents windows from showing in the taskbar
23892 2004-10-18 00:28  ravindra
23894         * ToolTip.cs: Suppressed a warning message.
23896 2004-10-18 00:27  ravindra
23898         * Control.cs: Default value of visible property must be true.
23900 2004-10-17 23:19  pbartok
23902         * ToolTip.cs:
23903           - Complete implementation
23905 2004-10-17 23:19  pbartok
23907         * XplatUIX11.cs:
23908           - Added EnableWindow method
23909           - Added SetModal stub
23910           - Added generation of WM_ACTIVATE message (still needs testing)
23911           - Added SetTopMost stub
23912           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
23914 2004-10-17 23:17  pbartok
23916         * XplatUIWin32.cs:
23917           - Removed VirtualKeys to XplatUIStructs
23918           - Implemented SetTopMost method
23919           - Implemented EnableWindow method
23920           - Bugfix in ScreenToClient()
23921           - Bugfixes in ClientToScreen()
23923 2004-10-17 22:51  pbartok
23925         * XplatUIStructs.cs:
23926           - Added WS_EX styles to WindowStyles enumeration
23928 2004-10-17 22:50  pbartok
23930         * XplatUI.cs, XplatUIDriver.cs:
23931           - Added method for enabling/disabling windows
23932           - Added method for setting window modality
23933           - Added method for setting topmost window
23935 2004-10-17 22:49  pbartok
23937         * ThemeWin32Classic.cs:
23938           - Added ToolTip drawing code
23940 2004-10-17 22:49  pbartok
23942         * Theme.cs:
23943           - Added ToolTip abstracts
23945 2004-10-17 22:47  pbartok
23947         * Form.cs:
23948           - Fixed Form.ControlCollection to handle owner relations
23949           - Added Owner/OwnedForms handling
23950           - Implemented Z-Ordering for owned forms
23951           - Removed unneeded private overload of ShowDialog
23952           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
23953             so I hope)
23954           - Fixed Close(), had wrong default
23955           - Added firing of OnLoad event
23956           - Added some commented out debug code for Ownership handling
23958 2004-10-17 22:16  pbartok
23960         * Control.cs:
23961           - Fixed/implemented flat list of controls
23963 2004-10-17 22:14  pbartok
23965         * Application.cs:
23966           - Added code to simulate modal dialogs on Win32
23968 2004-10-17 16:11  jordi
23970         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
23971           mouse event
23973 2004-10-17 13:39  jordi
23975         * MenuAPI.cs: menu drawing fixes
23977 2004-10-15 09:10  ravindra
23979         * StructFormat.cs: General Enum.
23981 2004-10-15 09:09  ravindra
23983         * SizeGripStyle.cs: Enum for Form.
23985 2004-10-15 09:08  ravindra
23987         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
23988           in Theme for ListView.
23990 2004-10-15 09:06  ravindra
23992         * ColumnHeader.cs: Flushing some formatting changes.
23994 2004-10-15 09:05  ravindra
23996         * ListViewItem.cs: Implemented GetBounds method and fixed coding
23997           style.
23999 2004-10-15 09:03  ravindra
24001         * ListView.cs: Implemented Paint method and fixed coding style.
24003 2004-10-15 07:34  jordi
24005         * MenuAPI.cs: fix for X11
24007 2004-10-15 07:32  ravindra
24009         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
24010                 - Renamed Paint() method to Draw() for clarity. Also, moved
24011                 DrawImage() to OnPaint().
24013 2004-10-15 07:25  ravindra
24015         * CheckBox.cs, RadioButton.cs:
24016                 - Removed Redraw (), we get it from ButtonBase.
24017                 - Implemented Paint (), to do class specific painting.
24019 2004-10-15 07:16  ravindra
24021         * ButtonBase.cs:
24022                 - Redraw () is not virtual now.
24023                 - Added an internal virtual method Paint (), so that
24024                 derived classes can do their painting on their own.
24025                 - Modified OnPaint () to call Paint ().
24027 2004-10-15 06:43  jordi
24029         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
24030           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
24032 2004-10-15 00:30  ravindra
24034         * MessageBox.cs:
24035                 - MessageBox on windows does not have min/max buttons.
24036                 This change in CreateParams fixes this on Windows. We
24037                 still need to implement this windowstyle behavior in
24038                 our X11 driver.
24040 2004-10-14 05:14  ravindra
24042         * ToolBar.cs:
24043                 - Changed Redraw () to do a Refresh () always.
24044                 - Fixed the MouseMove event handling when mouse is pressed,
24045                 ie drag event handling.
24046                 - Replaced the usage of ToolBarButton.Pressed property to
24047                 ToolBarButton.pressed internal variable.
24049 2004-10-14 05:10  ravindra
24051         * ToolBarButton.cs:
24052                 - Added an internal member 'inside' to handle mouse move
24053                 with mouse pressed ie mouse drag event.
24054                 - Changed 'Pressed' property to return true only when
24055                 'inside' and 'pressed' are both true.
24056                 - Some coding style love.
24058 2004-10-14 00:17  ravindra
24060         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
24061           public method.
24063 2004-10-14 00:15  ravindra
24065         * ButtonBase.cs: Redraw () related improvements.
24067 2004-10-14 00:14  ravindra
24069         * MessageBox.cs: Moved InitFormSize () out of Paint method and
24070           removed unnecessary calls to Button.Show () method.
24072 2004-10-13 17:50  pbartok
24074         * XplatUIX11.cs:
24075           - Formatting fix
24076           - Removed destroying of window until we solve the problem of X
24077             destroying the window before us on shutdown
24079 2004-10-13 16:32  pbartok
24081         * ButtonBase.cs:
24082           - Now Redraws on MouseUp for FlatStyle Flat and Popup
24084 2004-10-13 14:18  pbartok
24086         * XplatUIX11.cs:
24087           - Added code to destroy the X window
24089 2004-10-13 14:18  pbartok
24091         * XplatUIWin32.cs:
24092           - Added code to destroy a window
24094 2004-10-13 14:12  pbartok
24096         * ButtonBase.cs:
24097           - Added the Redraw on Resize that got dropped in the last rev
24099 2004-10-13 09:06  pbartok
24101         * ThemeWin32Classic.cs:
24102           - Path from John BouAntoun:
24103             * Fix check rendering (centre correctly for normal style, offset
24104               correctly for FlatStyle).
24105             * Fix border color usage (use backcolor) for FlatStyle.Popup
24106             * Use checkbox.Capture instead of checkbox.is_pressed when
24107               rendering flatstyle states.
24109 2004-10-12 21:48  pbartok
24111         * ThemeWin32Classic.cs:
24112           - Removed all occurences of SystemColors and replaced them with the
24113             matching theme color
24115 2004-10-12 21:41  pbartok
24117         * ThemeWin32Classic.cs:
24118           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
24119             him using the function for flatstyle drawing
24120           - Changed functions to use the new version of CPDrawBorder3D
24122 2004-10-12 21:15  pbartok
24124         * ControlPaint.cs:
24125           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
24126             match MS documentation. They need to return defined colors if the
24127             passed color matches the configured control color. Thanks to John
24128             BouAntoun for pointing this out.
24130 2004-10-12 20:57  pbartok
24132         * Control.cs:
24133           - Fix from John BouAntoun: Raise ForeColorChanged event when text
24134             color is changed
24136 2004-10-12 20:46  pbartok
24138         * CheckBox.cs:
24139           - Fix from John BouAntoun: Now properly sets the Appearance property
24141 2004-10-12 20:45  pbartok
24143         * ThemeWin32Classic.cs:
24144           - Fixes from John BouAntoun: now handles forecolors and backcolors
24145             for flatstyle rendered controls much better; It also fixes normal
24146             checkbox rendering when pushed or disabled.
24148 2004-10-08 02:50  jordi
24150         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
24151           work
24153 2004-10-07 08:56  jordi
24155         * ThemeWin32Classic.cs: Removes deletion of cached brushes
24157 2004-10-06 03:59  jordi
24159         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
24160           XplatUIWin32.cs: removes warnings from compilation
24162 2004-10-05 12:23  jackson
24164         * RadioButton.cs: Fix ctor
24166 2004-10-05 11:10  pbartok
24168         * MessageBox.cs:
24169           - Partial implementation by Benjamin Dasnois
24171 2004-10-05 10:15  jackson
24173         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
24174           by John BouAntoun
24176 2004-10-05 03:07  ravindra
24178         * ToolBar.cs:
24179                 - Removed a private method, Draw ().
24180                 - Fixed the ButtonDropDown event handling.
24181                 - Fixed MouseMove event handling.
24183 2004-10-05 03:04  ravindra
24185         * ThemeWin32Classic.cs:
24186                 - Added DrawListView method and ListViewDefaultSize property.
24187                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
24188                 - Changed DOS style CRLF to Unix format (dos2unix).
24190 2004-10-05 03:03  ravindra
24192         * Theme.cs:
24193                 - Added DrawListView method and ListViewDefaultSize property.
24195 2004-10-05 02:42  ravindra
24197         * ToolBarButton.cs: Added an internal member dd_pressed to handle
24198           clicks on DropDown arrow.
24200 2004-10-04 22:56  jackson
24202         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
24203           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
24204           Control handle the buffers, derived classes should not have to
24205           CreateBuffers themselves.
24207 2004-10-04 21:20  jackson
24209         * StatusBar.cs: The control handles resizing the buffers now.
24211 2004-10-04 21:18  jackson
24213         * Control.cs: When resizing the buffers should be invalidated. This
24214           should be handled in Control not in derived classes.
24216 2004-10-04 14:45  jackson
24218         * TabPage.cs: oops
24220 2004-10-04 02:14  pbartok
24222         * LeftRightAlignment.cs:
24223           - Initial check-in
24225 2004-10-04 01:09  jordi
24227         * ThemeWin32Classic.cs: fixes right button position causing right
24228           button not showing on horizontal scrollbars
24230 2004-10-02 13:12  pbartok
24232         * XplatUIX11.cs:
24233           - Simplified the Invalidate method by using an X call instead of
24234             generating the expose ourselves
24235           - Added an expose when the window background is changed
24236           - Implemented ClientToScreen method
24238 2004-10-02 13:08  pbartok
24240         * XplatUIWin32.cs:
24241           - Added Win32EnableWindow method (test for implementing modal
24242           dialogs)
24243           - Added ClientToScreen method and imports
24245 2004-10-02 13:07  pbartok
24247         * XplatUI.cs, XplatUIDriver.cs:
24248           - Added ClientToScreen coordinate translation method
24250 2004-10-02 13:06  pbartok
24252         * KeyPressEventArgs.cs:
24253           - Fixed access level for constructor
24255 2004-10-02 13:06  pbartok
24257         * NativeWindow.cs:
24258           - Changed access level for the window_collection hash table
24260 2004-10-02 13:05  pbartok
24262         * Form.cs:
24263           - Added KeyPreview property
24264           - Added Menu property (still incomplete, pending Jordi's menu work)
24265           - Implemented ProcessCmdKey
24266           - Implemented ProcessDialogKey
24267           - Implemented ProcessKeyPreview
24269 2004-10-02 13:02  pbartok
24271         * Control.cs:
24272           - Added private method to get the Control object from the window
24273           handle
24274           - Implemented ContextMenu property
24275           - Implemented PointToScreen
24276           - Implemented PreProcessMessage
24277           - Implemented IsInputChar
24278           - Implemented IsInputKey
24279           - Implemented ProcessCmdKey
24280           - Completed ProcessKeyEventArgs
24281           - Fixed message loop to call the proper chain of functions on key
24282           events
24283           - Implemented ProcessDialogChar
24284           - Implemented ProcessDialogKey
24285           - Implemented ProcessKeyMessage
24286           - Implemented ProcessKeyPreview
24287           - Added RaiseDragEvent stub (MS internal method)
24288           - Added RaiseKeyEvent stub (MS internal method)
24289           - Added RaiseMouseEvent stub (MS Internal method)
24290           - Added RaisePaintEvent stub (MS Internal method)
24291           - Added ResetMouseEventArgs stub (MS Internal method)
24292           - Implemented RtlTranslateAlignment
24293           - Implemented RtlTranslateContent
24294           - Implemented RtlTranslateHorizontal
24295           - Implemented RtlTranslateLeftRight
24296           - Added generation of KeyPress event
24298 2004-10-02 05:57  ravindra
24300         * ListViewItem.cs: Added attributes.
24302 2004-10-02 05:32  ravindra
24304         * ListView.cs: Added attributes.
24306 2004-10-01 11:53  jackson
24308         * Form.cs: Implement the Close method so work on MessageBox can
24309           continue.
24311 2004-09-30 14:06  pbartok
24313         * XplatUIX11.cs:
24314           - Bug fixes
24316 2004-09-30 11:34  jackson
24318         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
24320 2004-09-30 07:26  ravindra
24322         * ListViewItemConverter.cs: Converter for ListViewItem.
24324 2004-09-30 07:26  ravindra
24326         * SortOrder.cs: Enum for ListView control.
24328 2004-09-30 07:25  ravindra
24330         * ColumnHeader.cs: Supporting class for ListView control.
24332 2004-09-30 07:24  ravindra
24334         * ListView.cs, ListViewItem.cs: Initial implementation.
24336 2004-09-30 07:20  ravindra
24338         * ItemActivation.cs: Enum for ListView Control.
24340 2004-09-29 20:29  pbartok
24342         * XplatUIX11.cs:
24343           - Added lookup of pixel value for background color; tries to get a
24344             color 'close' to the requested color, it avoids having to create a
24345             colormap.  Depending on the display this could mean the used color
24346             is slightly off the desired color. Might have to change it to a more
24347             resource intensive colormap approach, but it will work as a
24348           workaround to avoid red screens.
24350 2004-09-29 14:27  jackson
24352         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
24354 2004-09-28 12:44  pbartok
24356         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
24357           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
24358           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
24359           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
24360           TrackBar.cs, VScrollBar.cs:
24361           - Streamlined Theme interfaces:
24362             * Each DrawXXX method for a control now is passed the object for
24363               the control to be drawn in order to allow accessing any state the
24364               theme might require
24366             * ControlPaint methods for the theme now have a CP prefix to avoid
24367               name clashes with the Draw methods for controls
24369             * Every control now retrieves it's DefaultSize from the current
24370             theme
24372 2004-09-28 12:17  jackson
24374         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
24375           drawing
24377 2004-09-24 14:57  jackson
24379         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
24380           Gives us a nice little performance boost.
24382 2004-09-24 12:02  jackson
24384         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
24385           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
24386           Control and supporting classes. Initial checkin
24388 2004-09-23 13:08  jackson
24390         * Form.cs: Temp build fixage
24392 2004-09-23 01:39  ravindra
24394         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
24395           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
24396           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
24397           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
24398           EventHandlers needed by ListView Control.
24400 2004-09-22 14:12  pbartok
24402         * ScrollableControl.cs:
24403           - Implemented DockPadding property
24404           - Implemented AutoScroll property
24405           - Implemented AutoScrollMargin property
24406           - Implemented AutoScrollMinSize property
24407           - Implemented AutoScrollPosition property
24408           - Implemented DisplayRectangle property (still incomplete)
24409           - Implemented CreateParams property
24410           - Implemented HScroll property
24411           - Implemented VScroll property
24412           - Implemented OnVisibleChanged property
24414 2004-09-22 14:09  pbartok
24416         * Form.cs:
24417           - Added Form.ControllCollection class
24418           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
24419             RemoveOwnedForm (still incomplete, missing on-top and common
24420             minimize/maximize behaviour)
24421           - Added StartPosition property (still incomplete, does not use when
24422             creating the form)
24423           - Added ShowDialog() methods (still incomplete, missing forcing the
24424             dialog modal)
24426 2004-09-22 14:05  pbartok
24428         * Application.cs:
24429           - Added message loop for modal dialogs
24431 2004-09-22 14:02  pbartok
24433         * GroupBox.cs:
24434           - Fixed wrong types for events
24436 2004-09-22 14:00  pbartok
24438         * Shortcut.cs, FormWindowState.cs:
24439           - Fixed wrong values
24441 2004-09-22 12:01  jackson
24443         * Control.cs: Text is never null
24445 2004-09-20 22:14  pbartok
24447         * XplatUIWin32.cs:
24448           - Fixed accessibility level for Idle handler
24450 2004-09-20 18:54  jackson
24452         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
24453           XplatUIX11.cs: New message loop that uses poll so we don't get a
24454           busy loop
24456 2004-09-17 10:43  pbartok
24458         * ScrollBar.cs:
24459           - Fixed behaviour of arrow buttons. Now properly behaves like
24460             Buttons (and like Microsoft's scrollbar arrow buttons)
24462 2004-09-17 10:14  pbartok
24464         * ScrollBar.cs:
24465           - Added missing release of keyboard/mouse capture
24467 2004-09-17 06:18  jordi
24469         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
24470           Theme.cs: Very early menu support
24472 2004-09-16 17:45  pbartok
24474         * XplatUIWin32.cs:
24475           - Fixed sending a window to the front
24476           - Added overload for SetWindowPos to avoid casting
24478 2004-09-16 17:44  pbartok
24480         * Control.cs:
24481           - Added SendToBack and BringToFront methods
24483 2004-09-16 07:00  ravindra
24485         * Copyright: Added Novell URL.
24487 2004-09-16 07:00  ravindra
24489         * ToolBar.cs: Invalidate should be done before redrawing.
24491 2004-09-15 21:19  ravindra
24493         * ColumnHeaderStyle.cs: Enum for ListView Control.
24495 2004-09-15 21:18  ravindra
24497         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
24498           ListView Control.
24500 2004-09-13 18:26  jackson
24502         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
24503           properly
24505 2004-09-13 18:13  jackson
24507         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
24508           a second thread and post messages into the main threads message
24509           queue. This makes timing much more consistent. Both win2K and XP
24510           have a minimum timer value of 15 milliseconds, so we now do this
24511           too.
24513 2004-09-13 15:18  pbartok
24515         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
24516           XplatUIX11.cs:
24517           - Added Z-Ordering methods
24519 2004-09-13 10:56  pbartok
24521         * Form.cs:
24522           - Fixed #region names
24523           - Moved properties and methods into their proper #regions
24525 2004-09-13 10:51  pbartok
24527         * Form.cs:
24528           - Added Accept and CancelButton properties
24529           - Added ProcessDialogKey() method
24531 2004-09-13 08:18  pbartok
24533         * IWindowTarget.cs:
24534           - Initial check-in
24536 2004-09-10 21:50  pbartok
24538         * Control.cs:
24539           - Added DoDragDrop() [incomplete]
24540           - Properly implemented 'Visible' handling
24541           - Added SetVisibleCore()
24542           - Implemented FindChildAtPoint()
24543           - Implemented GetContainerControl()
24544           - Implemented Hide()
24546 2004-09-10 19:28  pbartok
24548         * Control.cs:
24549           - Moved methods into their appropriate #regions
24550           - Reordered methods within regions alphabetically
24552 2004-09-10 18:57  pbartok
24554         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
24555           - Added method to retrieve text from window
24557 2004-09-10 18:56  pbartok
24559         * Control.cs:
24560           - Moved some internal functions into the internal region
24561           - Implemented FontHeight
24562           - Implemented RenderRightToLeft
24563           - Implemented ResizeRedraw
24564           - Implemented ShowFocusCues
24565           - Implemented ShowKeyboardCues
24566           - Implemented FromChildHandle
24567           - Implemented FromHandle
24568           - Implemented IsMnemonic
24569           - Implemented ReflectMessage
24570           - All public and protected Static Methods are now complete
24572 2004-09-10 16:54  pbartok
24574         * Control.cs:
24575           - Implemented remaining missing public instance properties
24576           - Alphabetized some out of order properties
24578 2004-09-10 05:51  ravindra
24580         * PictureBox.cs: Added a check for null image.
24582 2004-09-10 00:59  jordi
24584         * GroupBox.cs: remove cvs tag
24586 2004-09-09 05:25  ravindra
24588         * ToolBar.cs: Make redraw accessible from ToolBarButton.
24590 2004-09-09 05:23  ravindra
24592         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
24593           parent redraw.
24595 2004-09-09 02:28  pbartok
24597         * ThemeWin32Classic.cs:
24598           - Improve disabled string look
24600 2004-09-09 01:15  jordi
24602         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
24603           args and handler
24605 2004-09-08 23:56  ravindra
24607         * ItemBoundsPortion.cs: It's enum, not a class!
24609 2004-09-08 23:47  ravindra
24611         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
24612           Enums for Form.
24614 2004-09-08 21:13  ravindra
24616         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
24617           ListView control.
24619 2004-09-08 21:03  ravindra
24621         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
24622           avoid crash.
24624 2004-09-08 21:01  ravindra
24626         * ScrollableControl.cs: Removed unreachable code.
24628 2004-09-08 06:45  jordi
24630         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
24632 2004-09-08 01:00  jackson
24634         * XplatUIX11.cs: Only run the timers when updating the message
24635           queue. This effectively gives X messages a higher priority then
24636           timer messages. Timers still need love though
24638 2004-09-07 14:01  jackson
24640         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
24641           this for us and the handle is no longer valid.
24643 2004-09-07 13:59  jackson
24645         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
24646           loop that manages to not crash. TODO: Add poll and cleanup timers
24648 2004-09-07 11:12  jordi
24650         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
24652 2004-09-07 03:40  jordi
24654         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
24655           fixes, methods, multiple links
24657 2004-09-06 06:55  jordi
24659         * Control.cs: Caches ClientRectangle rectangle value
24661 2004-09-05 02:03  jordi
24663         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
24664           certain situations
24666 2004-09-04 11:10  jordi
24668         * Label.cs: Refresh when font changed
24670 2004-09-02 16:24  pbartok
24672         * Control.cs:
24673           - Added sanity check to creation of double buffer bitmap
24675 2004-09-02 16:24  pbartok
24677         * ButtonBase.cs:
24678           - Fixed selection of text color
24679           - Fixed handling of resize event; now properly recreates double
24680             buffering bitmap
24681           - Added missing assignment of TextAlignment
24682           - Added proper default for TextAlignment
24684 2004-09-02 14:26  pbartok
24686         * RadioButton.cs:
24687           - Added missing RadioButton.RadioButtonAccessibleObject class
24689 2004-09-02 14:26  pbartok
24691         * Control.cs:
24692           - Added missing Control.ControlAccessibleObject class
24693           - Started to implement Select()ion mechanisms, still very incomplete
24695 2004-09-02 14:25  pbartok
24697         * AccessibleObject.cs:
24698           - Added missing methods
24700 2004-09-02 14:23  pbartok
24702         * AccessibleNavigation.cs, AccessibleSelection.cs:
24703           - Initial check-in
24705 2004-09-02 10:32  jordi
24707         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
24708           pool for pens, brushes, and hatchbruses
24710 2004-09-01 15:30  jackson
24712         * StatusBar.cs: Fix typo
24714 2004-09-01 14:44  pbartok
24716         * RadioButton.cs:
24717           - Fixed state
24719 2004-09-01 14:39  pbartok
24721         * Button.cs, RadioButton.cs:
24722           - Functional initial check-in
24724 2004-09-01 14:01  pbartok
24726         * CheckBox.cs:
24727           - Added missing default
24728           - Added missing region mark
24730 2004-09-01 09:10  jordi
24732         * Label.cs: fixes method signatures, new methods, events, fixes
24733           autosize
24735 2004-09-01 07:19  jordi
24737         * Control.cs: Init string variables with an empty object
24739 2004-09-01 04:20  jordi
24741         * Control.cs: fires OnFontChanged event
24743 2004-08-31 20:07  pbartok
24745         * ButtonBase.cs:
24746           - Enabled display of strings
24748 2004-08-31 20:05  pbartok
24750         * Form.cs:
24751           - Added (partial) implementation of DialogResult; rest needs to be
24752             implemented when the modal loop code is done
24754 2004-08-31 19:55  pbartok
24756         * CheckBox.cs:
24757           - Fixed to match the removal of the needs_redraw concept
24759 2004-08-31 19:55  pbartok
24761         * ButtonBase.cs:
24762           - Removed the rather odd split between 'needs redraw' and redrawing
24763           - Now handles the events that require regeneration (ambient
24764             properties and size)
24766 2004-08-31 19:41  pbartok
24768         * Control.cs:
24769           - Added firing of BackColorChanged event
24770           - Added TopLevelControl property
24771           - Fixed handling of WM_ERASEBKGRND message
24773 2004-08-31 12:49  pbartok
24775         * ButtonBase.cs:
24776           - Removed debug
24777           - Minor fixes
24779 2004-08-31 12:48  pbartok
24781         * CheckBox.cs:
24782           - Finished (famous last words)
24784 2004-08-31 04:35  jordi
24786         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
24787           scrolling bugs, adds new methods
24789 2004-08-30 14:42  pbartok
24791         * CheckBox.cs:
24792           - Implemented CheckBox drawing code
24794 2004-08-30 14:42  pbartok
24796         * ButtonBase.cs:
24797           - Made Redraw() and CheckRedraw() virtual
24798           - Improved mouse up/down/move logic to properly track buttons
24800 2004-08-30 09:44  pbartok
24802         * CheckBox.cs:
24803           - Updated to fix broken build. Not complete yet.
24805 2004-08-30 09:28  pbartok
24807         * CheckState.cs:
24808           - Initial checkin
24810 2004-08-30 09:17  pbartok
24812         * Appearance.cs:
24813           - Initial check-in
24815 2004-08-27 16:12  ravindra
24817         * ToolBarButton.cs: Added TypeConverter attribute.
24819 2004-08-27 16:07  ravindra
24821         * ImageIndexConverter.cs: Implemented.
24823 2004-08-27 14:17  pbartok
24825         * Control.cs:
24826           - Removed unneeded stack vars
24827           - First attempt to fix sizing issues when layout is suspended
24829 2004-08-25 15:35  jordi
24831         * ScrollBar.cs: more fixes to scrollbar
24833 2004-08-25 14:04  ravindra
24835         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
24836           Added the missing divider code and grip for ToolBar Control.
24838 2004-08-25 13:20  pbartok
24840         * Control.cs:
24841           - Control now properly passes the ambient background color to child
24842             controls
24844 2004-08-25 13:20  jordi
24846         * ScrollBar.cs: small bug fix regarding bar position
24848 2004-08-25 12:33  pbartok
24850         * Timer.cs:
24851           - Now only calls SetTimer or KillTimer if the enabled state has
24852           changed
24854 2004-08-25 12:33  pbartok
24856         * XplatUIWin32.cs:
24857           - Fixed timer handling, now seems to work
24858           - Improved error message for window creation
24860 2004-08-25 12:32  pbartok
24862         * Control.cs:
24863           - Fixed generation of MouseUp message
24865 2004-08-25 12:29  jordi
24867         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
24868           and fixes for progressbar
24870 2004-08-24 18:43  ravindra
24872         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
24873           in ToolBar control.
24875 2004-08-24 17:15  pbartok
24877         * Panel.cs:
24878           - Added #region
24879           - Added missing events
24880           - Alphabetized
24882 2004-08-24 17:14  pbartok
24884         * StatusBar.cs, PictureBox.cs:
24885           - Now uses Control's CreateParams
24887 2004-08-24 16:36  pbartok
24889         * XplatUIX11.cs:
24890           - Fixed background color handling
24891           - Fixed sending of enter/leave events on a grab
24893 2004-08-24 16:35  pbartok
24895         * X11Structs.cs:
24896           - Refined definitions for CrossingEvent
24898 2004-08-24 12:37  jordi
24900         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
24901           formmating, methods signature, and adds missing events
24903 2004-08-24 12:24  jordi
24905         * Control.cs: fire OnEnabledChanged event
24907 2004-08-24 11:17  pbartok
24909         * XplatUIWin32.cs:
24910           - Implemented SetTimer() and KillTimer()
24912 2004-08-24 11:16  pbartok
24914         * XplatUIX11.cs:
24915           - Now uses Remove instead of Add to kill the timer
24917 2004-08-24 10:16  jackson
24919         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
24920           picture boxes in the theme now. Draw picture box borders and obey
24921           sizing modes
24923 2004-08-24 05:49  jackson
24925         * Timer.cs: Remove top secret debugging code
24927 2004-08-24 05:34  jackson
24929         * PictureBox.cs: Temp hack to make picture boxes draw their full
24930           image
24932 2004-08-24 05:29  jackson
24934         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
24935           XplatUIX11.cs: Move timers to the driver level. On X they are
24936           queued by the driver and checked on idle.
24938 2004-08-24 01:07  jackson
24940         * XplatUIX11.cs: Use a queue for async messages instead of passing
24941           them as ClientMessages since that was totally broken. Also simply
24942           check for events and return an idle message if none are found. This
24943           gives us an idle handler, and prevents deadlocking when no messages
24944           are in the queue.
24946 2004-08-23 18:19  ravindra
24948         * XplatUIWin32.cs: Removed the unwanted destructor.
24950 2004-08-23 17:27  pbartok
24952         * ButtonBase.cs:
24953           - Finishing touches. Works now, just needs some optimizations.
24955 2004-08-23 16:53  jordi
24957         * ScrollBar.cs: small fix
24959 2004-08-23 16:45  pbartok
24961         * Application.cs:
24962           - Removed debug output
24963           - Simplifications
24965 2004-08-23 16:43  jordi
24967         * ScrollBar.cs: [no log message]
24969 2004-08-23 16:10  pbartok
24971         * Form.cs:
24972           - Fixed handling of WM_CLOSE message
24973           - Removed debug output
24975 2004-08-23 16:09  pbartok
24977         * Application.cs:
24978           - Added handling of Idle event
24979           - Added handling of form closing
24980           - Fixed reporting of MessageLoop property
24981           - Removed some unneeded code, should provide a bit of a speedup
24983 2004-08-23 15:22  pbartok
24985         * Control.cs:
24986           - Added InitLayout() method
24987           - Added code to properly perform layout when Anchor or Dock property
24988             is changed
24989           - Changed 'interpretation' of ResumeLayout. MS seems to have a
24990             LAMESPEC, tried to do it in a way that makes sense
24992 2004-08-23 14:10  jordi
24994         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
24995           properties and methods
24997 2004-08-23 13:55  pbartok
24999         * Control.cs:
25000           - Properly fixed Jordi's last fix
25001           - Now uses Cursor's Position property instead of calling XplatUI
25002           directly
25004 2004-08-23 13:44  jordi
25006         * PaintEventHandler.cs: Adding missing attribute
25008 2004-08-23 13:39  pbartok
25010         * Cursor.cs:
25011           - Implemented Position property
25013 2004-08-23 13:39  pbartok
25015         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25016           - Added method to move mouse cursor
25018 2004-08-23 13:39  pbartok
25020         * XplatUIX11.cs:
25021           - Fixed setting of background color
25022           - Added method to move mouse cursor
25024 2004-08-23 13:16  jordi
25026         * Control.cs: avoids null exception
25028 2004-08-22 17:46  jackson
25030         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
25031           PictureBox
25033 2004-08-22 17:40  jackson
25035         * XplatUIX11.cs: Add some missing locks
25037 2004-08-22 15:10  pbartok
25039         * Control.cs, Form.cs:
25040           - Removed OverlappedWindow style from Control, instead it's default
25041             now is child
25042           - Made form windows OverlappedWindow by default
25044 2004-08-22 13:34  jackson
25046         * ScrollBar.cs: Update the position through the Value property so
25047           the OnValueChanged event is raised.
25049 2004-08-22 12:04  pbartok
25051         * SWF.csproj:
25052           - Added Cursor.cs and UserControl.cs
25054 2004-08-22 12:03  pbartok
25056         * Cursor.cs:
25057           - Started implementation, not usable yet
25059 2004-08-22 12:00  pbartok
25061         * UserControl.cs:
25062           - Implemented UserControl (complete)
25064 2004-08-21 19:20  ravindra
25066         * ToolBar.cs: Correcting the formatting mess of VS.NET.
25068 2004-08-21 18:49  ravindra
25070         * ToolBar.cs: Probably this completes the missing attributes in
25071           toolbar control.
25073 2004-08-21 18:03  ravindra
25075         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
25076           Fixed toolbar control signatures.
25078 2004-08-21 16:32  pbartok
25080         * LinkLabel.cs:
25081           - Signature Fixes
25083 2004-08-21 16:30  pbartok
25085         * Label.cs:
25086           - Signature fixes
25088 2004-08-21 16:19  pbartok
25090         * Control.cs, Label.cs:
25091           - Signature fixes
25093 2004-08-21 15:57  pbartok
25095         * ButtonBase.cs:
25096           - Added loads of debug output for development
25097           - Fixed typo in method name
25099 2004-08-21 15:52  pbartok
25101         * ToolBarButtonClickEventArgs.cs:
25102           - Added missing base class
25104 2004-08-21 14:53  pbartok
25106         * Control.cs:
25107           - Updated to match new GrabWindow signature
25109 2004-08-21 14:51  pbartok
25111         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25112           - Added method to get default display size
25114 2004-08-21 14:23  pbartok
25116         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25117           - Added method to query current grab state
25118           - Added argument to allow confining a grab to a window
25120 2004-08-21 14:22  pbartok
25122         * Keys.cs:
25123           - Added [Flags] attribute so that modifiers can be used in bitwise
25124           ops
25126 2004-08-21 14:21  pbartok
25128         * TrackBar.cs, ScrollBar.cs:
25129           - Replaced direct XplatUI calls with their Control counterpart
25131 2004-08-21 13:32  pbartok
25133         * Control.cs:
25134           - Implemented Created property
25136 2004-08-21 13:28  pbartok
25138         * Control.cs:
25139           - Implemented ContainsFocus
25141 2004-08-21 13:26  pbartok
25143         * Control.cs:
25144           - Implemented CausesValidation
25146 2004-08-21 13:21  pbartok
25148         * Control.cs:
25149           - Implemented CanFocus
25150           - Implemented CanSelect
25151           - Implemented Capture
25153 2004-08-21 12:35  pbartok
25155         * XplatUIWin32.cs:
25156           - Fixed bug with Async message handling
25157           - Implemented getting the ModifierKeys
25159 2004-08-21 12:32  jackson
25161         * AsyncMethodResult.cs: Make sure we have the mutex before we
25162           release it. Fixes BeginInvoke on windows
25164 2004-08-21 11:31  pbartok
25166         * XplatUIWin32.cs, XplatUIX11.cs:
25167           - Drivers now return proper mouse state
25169 2004-08-21 10:54  jackson
25171         * Control.cs: Implement EndInvoke
25173 2004-08-21 10:48  jackson
25175         * Timer.cs: Remove unneeded finalizer
25177 2004-08-20 19:52  ravindra
25179         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
25180           in mouse event handling in the ToolBar control.
25182 2004-08-20 19:50  ravindra
25184         * ImageList.cs: Changed draw method to use the arguments passed in
25185           to draw the image.
25187 2004-08-20 18:58  pbartok
25189         * XplatUIStructs.cs:
25190           - Added private message for async communication
25192 2004-08-20 17:38  ravindra
25194         * Control.cs: Made RightToLeft property virtual and removed a
25195           Console.WriteLine.
25197 2004-08-20 14:39  jordi
25199         * ThemeGtk.cs: use style_attach
25201 2004-08-20 14:39  pbartok
25203         * XplatUIWin32.cs:
25204           - Added jackson's Async code from X11 to Win32
25206 2004-08-20 14:09  pbartok
25208         * SWF.csproj:
25209           - Added all new files
25211 2004-08-20 14:09  pbartok
25213         * Control.cs:
25214           - Added call to set window background color
25216 2004-08-20 14:03  pbartok
25218         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
25219           - Added method for setting the window background
25221 2004-08-20 14:02  pbartok
25223         * XplatUIWin32.cs:
25224           - Added method for setting the background color
25225           - Added handling for erasing the window background
25227 2004-08-20 13:45  jordi
25229         * TrackBar.cs: fixes timer, new properties and methods
25231 2004-08-20 13:34  jackson
25233         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
25234           correct thread
25236 2004-08-20 13:22  jackson
25238         * Timer.cs: Timer Tick events are now handed through Controls Async
25239           mechanism so the callbacks are executed in the same thread as X
25241 2004-08-20 13:19  jackson
25243         * XplatUIDriver.cs: Expose functionality to send async messages
25244           through the driver
25246 2004-08-20 13:18  jackson
25248         * Control.cs: Implement Begininvoke
25250 2004-08-20 13:14  jackson
25252         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
25253           messages through the driver
25255 2004-08-20 13:12  jackson
25257         * XplatUIX11.cs: Lock before all X operations. Also added Async
25258           method functionality through XSendEvent
25260 2004-08-20 13:11  jackson
25262         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
25263           This will screw up on 64 bit systems)
25265 2004-08-20 13:10  jackson
25267         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
25268           Async messages through X/Win32
25270 2004-08-19 19:39  pbartok
25272         * XplatUIX11.cs:
25273           - Updated code to match new HandleData.DeviceContext type
25275 2004-08-19 19:38  pbartok
25277         * HandleData.cs:
25278           - Made DeviceContext a generic object to allow usage from various
25279           drivers
25280           - Added support for queueing Windows messages
25282 2004-08-19 19:37  pbartok
25284         * XplatUIWin32.cs:
25285           - Added generation of MouseEnter, MouseLeave and MouseHover events
25286           - Added cleanup on EndPaint
25288 2004-08-19 19:17  pbartok
25290         * Control.cs:
25291           - Added handling of WM_MOUSEHOVER
25292           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
25293           code
25295 2004-08-19 18:55  jordi
25297         * ThemeGtk.cs: fixes button order
25299 2004-08-19 18:12  jordi
25301         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
25303 2004-08-19 17:09  pbartok
25305         * Control.cs:
25306           - Added Right property
25307           - Added RightToLeft property
25309 2004-08-19 16:27  jordi
25311         * ThemeGtk.cs: experimental GTK theme support
25313 2004-08-19 16:26  jordi
25315         * ITheme.cs, Theme.cs: move themes from an interface to a class
25317 2004-08-19 16:25  jordi
25319         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
25320           theme enhancaments
25322 2004-08-19 16:04  pbartok
25324         * XplatUIX11.cs:
25325           - Added colormap basics
25326           - Added a way to re-initialize with a different display handle
25327           - Fixed setting of the window background color
25328           - Added various X11 imports related to colors and colormaps
25330 2004-08-19 15:51  pbartok
25332         * X11Structs.cs:
25333           - Removed packing hints (Paolo suggested this a while back)
25334           - fixed colormap type
25335           - Added default Atom types
25336           - Added Screen and color structs and enums
25338 2004-08-19 15:39  pbartok
25340         * ImageList.cs:
25341           - Added missing Draw() method
25342           - Added missing RecreateHandle event
25344 2004-08-19 15:30  pbartok
25346         * Form.cs:
25347           - Added handling of WM_CLOSE
25349 2004-08-18 13:16  jordi
25351         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
25352           a table
25354 2004-08-18 09:56  jordi
25356         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
25358 2004-08-17 15:31  ravindra
25360         * SWF.csproj: Updated project.
25362 2004-08-17 15:25  pbartok
25364         * Control.cs:
25365           - Drawing improvement; don't call UpdateBounds if we are not visible
25366             (or have been minimized)
25368 2004-08-17 15:24  pbartok
25370         * XplatUIWin32.cs:
25371           - Finished IsVisible
25372           - Added Win32GetWindowPlacement
25374 2004-08-17 15:08  jackson
25376         * Panel.cs: Initial checkin of the Panel
25378 2004-08-17 14:25  pbartok
25380         * Control.cs:
25381           - Fixed broken handling of default window sizes
25383 2004-08-17 13:29  jackson
25385         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
25386           has a large startup time.
25388 2004-08-17 10:25  jackson
25390         * HandleData.cs: union areas properly
25392 2004-08-17 10:12  jackson
25394         * HandleData.cs: union areas properly
25396 2004-08-16 20:00  ravindra
25398         * ToolBar.cs, ToolBarButton.cs: Added attributes.
25400 2004-08-16 18:48  ravindra
25402         * ToolBar.cs: Added attributes.
25404 2004-08-16 17:17  ravindra
25406         * SWF.csproj: Updated project.
25408 2004-08-16 17:16  jackson
25410         * XplatUIX11.cs: Check for more expose events before sending a
25411           WM_PAINT so they can all be grouped together. This makes dragging a
25412           window across another window redraw in a sane way.
25414 2004-08-16 15:47  pbartok
25416         * Control.cs:
25417           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
25418             support OnMouseEnter/Leave()
25419           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
25420             exposure handling
25422 2004-08-16 15:46  pbartok
25424         * XplatUIStructs.cs, XplatUIX11.cs:
25425           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
25426           OnMouseEnter/Leave()
25428 2004-08-16 15:34  jackson
25430         * XplatUIX11.cs: Group multiple expose events in HandleData, make
25431           sure messages get the message field set to WM_NULL if they are not
25432           handled.
25434 2004-08-16 15:24  jackson
25436         * HandleData.cs: HandleData is used for storing message information
25437           for window handles
25439 2004-08-15 17:23  ravindra
25441         * ColorDepth.cs: Added attribute.
25443 2004-08-15 17:23  ravindra
25445         * SWF.csproj: Updated project for ToolBar Control.
25447 2004-08-15 17:20  ravindra
25449         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
25450           control and also dos2unix format.
25452 2004-08-15 17:13  ravindra
25454         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
25455           ToolBarButtonClickEventArgs.cs,
25456           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
25457           ToolBarTextAlign.cs: First Implementation of ToolBar control.
25459 2004-08-15 15:31  pbartok
25461         * ButtonBase.cs:
25462           - First (mostly) working version
25464 2004-08-13 16:15  pbartok
25466         * Control.cs:
25467           - Fixed Anchor default
25469 2004-08-13 15:43  pbartok
25471         * Control.cs:
25472           - Changed GetCursorPos signature
25474 2004-08-13 15:42  pbartok
25476         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25477           - Changed signature for GetCursorPos
25479 2004-08-13 15:25  pbartok
25481         * XplatUIX11.cs:
25482           - Cleanup
25483           - Fixed resizing/exposure handling
25485 2004-08-13 15:22  jordi
25487         * ThemeWin32Classic.cs: removes redundant code and fixes issues
25488           with tickposition
25490 2004-08-13 14:55  jordi
25492         * TrackBar.cs: change from wndproc to events
25494 2004-08-13 13:00  jordi
25496         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25497           XplatUIX11.cs: implements PointToClient (ScreenToClient)
25499 2004-08-13 12:53  pbartok
25501         * XplatUIWin32.cs:
25502           - Changed GetWindowPos to also provide client area size
25503           - Fixed broken prototypes for several win32 functions
25505 2004-08-13 12:53  pbartok
25507         * XplatUI.cs, XplatUIDriver.cs:
25508           - Changed GetWindowPos to also provide client area size
25510 2004-08-13 12:52  pbartok
25512         * XplatUIX11.cs:
25513           - Added generation of WM_POSCHANGED
25514           - Changed GetWindowPos to also provide client area size
25516 2004-08-13 12:52  pbartok
25518         * Control.cs:
25519           - Added Dispose() and destructor
25520           - Fixed resizing and bounds calculation
25521           - Fixed Layout
25522           - Added memory savings for invisible windows
25524 2004-08-13 12:46  jordi
25526         * TrackBar.cs: adds timer and grap window
25528 2004-08-13 10:25  jackson
25530         * Timer.cs: SWF Timer
25532 2004-08-12 16:59  pbartok
25534         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25535           - Implemented method to get current mouse position
25537 2004-08-12 14:29  jordi
25539         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
25540           enhancement, fix mouse problems, highli thumb, etc
25542 2004-08-12 13:31  pbartok
25544         * Control.cs:
25545           - Fixed Anchoring bugs
25547 2004-08-12 13:01  jackson
25549         * StatusBar.cs: Don't forget things
25551 2004-08-12 12:54  jackson
25553         * ThemeWin32Classic.cs: Handle owner draw status bars
25555 2004-08-12 12:54  jackson
25557         * StatusBar.cs: Implement missing properties, events, and methods.
25558           Handle mouse clicking
25560 2004-08-12 10:19  jackson
25562         * StatusBarPanelClickEventArgs.cs,
25563           StatusBarPanelClickEventHandler.cs: Classes for handling status
25564           bar panel click events
25566 2004-08-12 10:10  jackson
25568         * Control.cs: Add missing properties
25570 2004-08-12 09:46  pbartok
25572         * BindingsManagerBase.cs:
25573           - Name changed to BindingManagerBase.cs
25575 2004-08-12 09:25  jordi
25577         * ScrollableControl.cs: calls ctrlbase instead of exeception
25579 2004-08-11 16:28  pbartok
25581         * InputLanguageChangingEventArgs.cs:
25582           - Never check in before compiling. Fixes the last check-in
25584 2004-08-11 16:26  pbartok
25586         * InputLanguageChangingEventArgs.cs:
25587           - More signature fixes
25589 2004-08-11 16:20  pbartok
25591         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
25592           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
25593           ImageListStreamer.cs, InputLanguage.cs,
25594           InputLanguageChangedEventArgs.cs,
25595           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
25596           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
25597           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
25598           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25599           - Signature fixes
25601 2004-08-11 16:16  pbartok
25603         * Application.cs:
25604           - Fixed Signature
25605           - Added .Net 1.1 method
25607 2004-08-11 15:25  pbartok
25609         * SWF.csproj:
25610           - Fixed BindingManagerBase.cs filename
25612 2004-08-11 15:22  pbartok
25614         * BindingManagerBase.cs:
25615           - Was checked in with wrong filename
25617 2004-08-11 14:50  pbartok
25619         * SWF.csproj:
25620           - Updated
25622 2004-08-11 13:41  jordi
25624         * XplatUIWin32.cs: Fixes ClientRect
25626 2004-08-11 13:19  pbartok
25628         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25629           XplatUIX11.cs:
25630           - We had SetWindowPos and MoveWindow to set window positions and
25631             size, removed MoveWindow. We have GetWindowPos, so it made sense to
25632             keep SetWindowPos as matching counterpart
25633           - Added some X11 sanity checking
25635 2004-08-11 12:59  pbartok
25637         * Control.cs:
25638           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
25639             (It seems that SetBounds is just a front for SetBoundsCore and
25640              SetBoundsCore updates the underlying window system and
25641              UpdateBounds is responsible for updating the variables associated
25642              with the Control and sending the events)
25643           - Major cleanup of Size handling; we now have two sizes, client_size
25644             and bounds. Bounds defines the window with decorations, client_size
25645             without them.
25647 2004-08-11 12:55  pbartok
25649         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25650           - Added method to calculate difference between decorated window and
25651             raw client area
25653 2004-08-11 12:54  pbartok
25655         * Label.cs:
25656           - Forcing redraw on resize
25658 2004-08-11 11:43  pbartok
25660         * ImageList.cs:
25661           - Removed disposing of the actual images when the list is disposed
25663 2004-08-11 09:13  pbartok
25665         * Control.cs:
25666           - Now properly reparents windows
25668 2004-08-11 08:37  pbartok
25670         * Control.cs:
25671           - Duh!
25673 2004-08-11 07:47  pbartok
25675         * Control.cs:
25676           - Rewrote the collection stuff. Might not be as fast now, not
25677             keeping the number of children around and accessible directly, but
25678             it's more straightforward
25680 2004-08-11 07:44  pbartok
25682         * AccessibleObject.cs:
25683           - Fixed to match ControlCollection rewrite
25685 2004-08-11 07:43  pbartok
25687         * ImageList.cs:
25688           - Added missing creation of the collection list
25690 2004-08-10 20:08  jackson
25692         * StatusBar.cs: Get the paint message from WndProc
25694 2004-08-10 19:31  jackson
25696         * ThemeWin32Classic.cs: Create Brushes as little as possible
25698 2004-08-10 19:20  jackson
25700         * UICues.cs: Add Flags attribute
25702 2004-08-10 19:19  jackson
25704         * StatusBarPanel.cs: Signature cleanup
25706 2004-08-10 19:10  jackson
25708         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
25709           Initial implementation of status bar item drawing
25711 2004-08-10 17:27  jordi
25713         * TrackBar.cs: add missing methods, properties, and restructure to
25714           hide extra ones
25716 2004-08-10 16:24  jackson
25718         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
25719           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
25720           attribute
25722 2004-08-10 13:21  jordi
25724         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
25725           enhancements and standarize on win colors defaults
25727 2004-08-10 12:52  jackson
25729         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
25730           ThemeWin32Classic.cs: Implement DrawItem functionality
25732 2004-08-10 12:47  jordi
25734         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
25736 2004-08-10 12:32  jordi
25738         * Control.cs: throw ontextchange event
25740 2004-08-10 11:43  pbartok
25742         * Control.cs:
25743           - Added more to the still unfinished Dock/Anchor layout code
25745 2004-08-10 11:39  pbartok
25747         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
25748           - Added GetWindowPos method
25750 2004-08-10 11:36  pbartok
25752         * XplatUIWin32.cs:
25753           - Implemented several methods
25755 2004-08-10 09:47  jackson
25757         * TrackBar.cs: Allow control to handle buffering
25759 2004-08-10 09:41  jackson
25761         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
25763 2004-08-10 09:24  jackson
25765         * Label.cs, LinkLabel.cs: Let Control handle buffering.
25767 2004-08-10 09:09  jackson
25769         * StatusBar.cs: Let Control handle all the buffering.
25771 2004-08-10 09:08  jackson
25773         * Control.cs: Control will now handle the buffering code, so each
25774           control does not have to implement this.
25776 2004-08-10 08:34  jackson
25778         * XplatUIDriver.cs: Use default colors from the theme
25780 2004-08-09 17:12  pbartok
25782         * ImageList.cs:
25783           - Fixed several bugs Ravindra pointed out
25785 2004-08-09 16:11  pbartok
25787         * Control.cs:
25788           - Added incomplete dock layout code
25789           - Added support for mouse wheel
25791 2004-08-09 16:09  pbartok
25793         * XplatUIX11.cs:
25794           - Added handling for middle and right mousebutton
25795           - Added handling for mouse wheel
25796           - Added handling for key state and mouse state and position
25797           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
25798           messages
25800 2004-08-09 15:40  jackson
25802         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
25803           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
25804           checkin
25806 2004-08-09 15:37  jackson
25808         * StatusBar.cs: Initial implementation of StatusBar
25810 2004-08-09 15:36  jackson
25812         * ITheme.cs: Add support for drawing status bar and getting status
25813           bar item sizes
25815 2004-08-09 15:35  pbartok
25817         * MouseButtons.cs:
25818           - Fixed values
25820 2004-08-09 15:34  jackson
25822         * ThemeWin32Classic.cs: Add support for drawing status bar and get
25823           status bar item sizes
25825 2004-08-09 15:21  jackson
25827         * ThemeWin32Classic.cs: Use known colors for default control
25828           colours
25830 2004-08-09 15:12  jackson
25832         * ThemeWin32Classic.cs: Make the default font static, it is static
25833           in control so this doesn't change functionality and creating fonts
25834           is sloooooow.
25836 2004-08-09 14:56  pbartok
25838         * X11Structs.cs:
25839           - Added GrabMode enum
25841 2004-08-09 14:55  pbartok
25843         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25844           - Removed Run method, was only required for initial development
25846 2004-08-09 14:51  pbartok
25848         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
25849           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
25850           capture
25852 2004-08-09 13:48  pbartok
25854         * XplatUIX11.cs:
25855           - Fixed default sizing for child windows
25857 2004-08-09 12:56  pbartok
25859         * XplatUIX11.cs:
25860           - Added generation of WM_DESTROY message
25861           - Added handling of window manager induced shutdown
25863 2004-08-09 11:31  jackson
25865         * ThemeWin32Classic.cs: New names for control properties
25867 2004-08-09 11:25  jackson
25869         * Control.cs: Use new color names
25871 2004-08-09 11:02  jackson
25873         * XplatUI.cs: Get default window properties from the theme
25875 2004-08-09 11:01  jackson
25877         * ITheme.cs: The theme engine now controls default window
25878           properties
25880 2004-08-09 11:00  jackson
25882         * ThemeWin32Classic.cs: Add default window color properties
25884 2004-08-09 10:17  jackson
25886         * ThemeWin32Classic.cs: Use correct default back color
25888 2004-08-09 10:05  jackson
25890         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
25891           the theme now.
25893 2004-08-09 09:56  jackson
25895         * XplatUI.cs: Remove defaults, these are handled by the theme now.
25897 2004-08-09 09:54  jackson
25899         * Control.cs: Get default properties from the theme.
25901 2004-08-09 09:53  jackson
25903         * ITheme.cs: Themes now handle default control properties
25905 2004-08-09 09:53  jackson
25907         * ThemeWin32Classic.cs: Themes now handle default control
25908           properties so coloring will be consistent
25910 2004-08-08 16:54  jordi
25912         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
25914 2004-08-08 15:08  jordi
25916         * XplatUIX11.cs: fixes keyboard crash
25918 2004-08-08 13:47  jordi
25920         * Label.cs: add cvs header info
25922 2004-08-08 12:09  jackson
25924         * ThemeWin32Classic.cs: Add pen_buttonface
25926 2004-08-08 11:52  jordi
25928         * Label.cs, LinkLabel.cs: [no log message]
25930 2004-08-08 11:34  jordi
25932         * ThemeWin32Classic.cs: Use Windows Standard Colours
25934 2004-08-07 17:32  jordi
25936         * TrackBar.cs: throw exceptions of invalid enums values
25938 2004-08-07 17:31  jordi
25940         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
25941           draw method name
25943 2004-08-07 16:56  jackson
25945         * HorizontalAlignment.cs: Initial checkin
25947 2004-08-07 13:16  jordi
25949         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
25950           methods
25952 2004-08-07 13:05  jordi
25954         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
25955           GetSysColor defines
25957 2004-08-06 18:01  pbartok
25959         * ThemeWin32Classic.cs:
25960           - Fixed some rounding issues with float/int
25962 2004-08-06 18:00  jackson
25964         * DockStyle.cs, AnchorStyles.cs:
25966                   Add flags and serializable attributes.
25968 2004-08-06 17:46  pbartok
25970         * XplatUIX11.cs:
25971           - Implemented GetParent
25973 2004-08-06 17:18  pbartok
25975         * TrackBar.cs:
25976           - Fixed some rounding issues with float/int
25978 2004-08-06 17:17  pbartok
25980         * X11Structs.cs, XplatUIX11.cs:
25981           - Fixed Refresh and Invalidate
25983 2004-08-06 15:30  pbartok
25985         * Control.cs, X11Structs.cs, XplatUIX11.cs:
25986           - Fixed recursive loop when resizing
25987           - Improved/fixed redrawing on expose messages
25989 2004-08-06 09:53  jordi
25991         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
25992           keyboard navigation
25994 2004-08-06 08:02  pbartok
25996         * X11Structs.cs, XplatUIX11.cs:
25997           - Fixed reparenting
25998           - Fixed window border creation
26000 2004-08-05 15:38  pbartok
26002         * XplatUIX11.cs:
26003           - Attempted fix for reparenting problems
26005 2004-08-04 15:14  pbartok
26007         * Control.cs:
26008           - Fixed Invalidation bug (calculated wrong client area)
26009           - Added ClientSize setter
26011 2004-08-04 15:13  pbartok
26013         * Form.cs:
26014           - Added AutoScale properties
26016 2004-08-04 15:13  pbartok
26018         * SWF.csproj:
26019           - Added latest files
26021 2004-08-04 14:11  pbartok
26023         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26024           XplatUIX11.cs:
26025           - Added Invalidate handling
26027 2004-08-03 17:09  jordi
26029         * XplatUIDriver.cs: fixes spelling mistake
26031 2004-07-27 09:53  jordi
26033         * TrackBar.cs: fixes trackbar events, def classname, methods
26034           signature
26036 2004-07-27 09:29  jordi
26038         * ScrollBar.cs: fixes scrollbar events
26040 2004-07-27 04:38  jordi
26042         * Control.cs: changes to be able to run winforms samples
26044 2004-07-26 11:42  jordi
26046         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
26047           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
26049 2004-07-26 05:41  jordi
26051         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
26052           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
26053           implementation
26055 2004-07-22 09:22  jordi
26057         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
26058           check link overlapping, implement events, and fixes
26060 2004-07-21 10:28  jordi
26062         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
26064 2004-07-21 10:19  jordi
26066         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
26067           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
26068           LinkLabelLinkClickedEventArgs.cs,
26069           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
26070           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
26071           implementation
26073 2004-07-19 13:09  jordi
26075         * Control.cs, Label.cs: label control re-written: added missing
26076           functionlity, events, and properties
26078 2004-07-19 10:49  jordi
26080         * Control.cs: fixes SetBounds logic
26082 2004-07-19 01:29  jordi
26084         * Control.cs: Call RefreshWindow only if the window has created
26086 2004-07-15 14:05  pbartok
26088         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
26089           - Implemented ImageList and ImageList.ImageCollection classes
26090           - Added ColorDepth enumeration
26091           - Updated SWF VS.Net project
26093 2004-07-15 11:06  jordi
26095         * XplatUIStructs.cs: added MsgButons enum
26097 2004-07-15 11:03  jordi
26099         * Control.cs: added basic mouse handeling events
26101 2004-07-15 03:38  jordi
26103         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
26104           Vertical TrackBar control implementation
26106 2004-07-13 09:33  jordi
26108         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
26110 2004-07-13 09:31  jordi
26112         * Control.cs, Form.cs: commit: new properties and fixes form size
26113           problems
26115 2004-07-09 14:13  miguel
26117         * ProgressBar.cs: Spelling
26119 2004-07-09 11:25  pbartok
26121         * ProgressBar.cs:
26122           - Removed usage of Rectangle for drawing. Miguel pointed out it's
26123           faster
26125 2004-07-09 11:17  miguel
26127         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
26129                 * ProgressBar.cs: Fixed spelling for `block'
26131                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
26132                 style guidelines.
26134                 Avoid using the += on rect.X, that exposed a bug in the compiler.
26136 2004-07-08 23:21  pbartok
26138         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
26139           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
26140           BaseCollection.cs, Binding.cs, BindingContext.cs,
26141           BindingMemberInfo.cs, BindingsCollection.cs,
26142           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
26143           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
26144           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
26145           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
26146           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
26147           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
26148           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
26149           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
26150           FrameStyle.cs, GiveFeedbackEventArgs.cs,
26151           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
26152           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
26153           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
26154           InputLanguageChangedEventArgs.cs,
26155           InputLanguageChangedEventHandler.cs,
26156           InputLanguageChangingEventArgs.cs,
26157           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
26158           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
26159           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
26160           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
26161           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
26162           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
26163           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
26164           QueryAccessibilityHelpEventArgs.cs,
26165           QueryAccessibilityHelpEventHandler.cs,
26166           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
26167           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
26168           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
26169           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
26170           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
26171           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
26172           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
26173           XplatUIX11.cs, lang.cs:
26174           - Initial check-in